/*!
Theme Name: SP
Theme URI: 
Author: ghype.tech
Author URI: https://www.gohype.tech/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-name
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-color);
    font-size: 16px;
    line-height: 26px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
}

@media screen and (min-width: 992px) {
    .main-navigation ul li.menu-item-has-children {
        padding-right: 20px;
        position: relative;
    }

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover::after {
        color: var(--primary-color);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation li.current-menu-ancestor ul li.current_page_item>a,
    .main-navigation ul ul li:hover>a {
        background: var(--secondary-color);
        color: var(--white-color);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children)::after {
        color: var(--primary-color);
    }

    .main-navigation ul ul li.current-menu-ancestor::after {
        color: var(--white-color);
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
    .main-navigation ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        display: block;
        top: 100%;
        left: 0;
        opacity: 1;
        animation: swip_up var(--transition) linear 1;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        position: absolute;
        top: 100%;
        left: -999em;
        float: none;
        width: 260px;
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
        display: block;
        opacity: 1;
    }

    .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
        padding-block: 4px;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
        animation: unset;
    }

    .main-navigation ul ul li.menu-item-has-children:hover::after,
    .main-navigation ul ul li.menu-item-has-children::after {
        transform: translate(0, -50%) rotate(-90deg);
    }
}

/*========== Fonts CSS Start ==========*/

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 16px;
    color: var(--primary-color);
    pointer-events: none
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px
}

.form-input::-webkit-input-placeholder,.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 1
}

.form-input::-moz-placeholder,.input-text::-moz-placeholder {
    color: var(--input-color);
    opacity: 1
}

.form-input:-ms-input-placeholder,.input-text:-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1
}

.form-input::-ms-input-placeholder,.input-text::-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1
}

.form-input::placeholder,.input-text::placeholder {
    color: var(--input-color);
    opacity: 1
}

select option {
    color: #000
}

select {
    color: var(--input-color) !important
}

.form-input,.input-text,.select2-container--default .select2-selection--single .select2-selection__rendered,select,.woocommerce form .form-row .input-text,.woocommerce form .form-row select,.comment-form-author input,.comment-form-email input,.comment-form-url input,.woocommerce #review_form #respond textarea,.xoo-ml-ioc-input input.xoo-ml-otp-input,.woof_container .woof_container_inner input[type=search],.chosen-container-single .chosen-single,
.input {
    width: 100%;
    height: 55px;
    outline: none !important;
    padding: 13px 20px;
    color: var(--common-color);
    -webkit-appearance: none;
    border-radius: 10px;
    border: none;
    background: #f8f8f8;
    box-shadow: inset 6px 6px 8px #dadada,inset -6px -6px 8px #fff;
    text-align: left
}

.form-input[disabled] {
    cursor: no-drop;
}

.form-input[disabled],
.form-element:has(.form-input[disabled]) i{
    opacity: 0.5;
}

select,select.form-input {
    padding-right: 30px;
    text-transform: capitalize;
}

select option {
    text-transform: capitalize;
}

.select2-container {
    height: 55px
}

span.selection {
    display: block;
    height: 100%
}

.select2-container .select2-selection {
    display: block;
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center
}

textarea.form-input,.form-input.wpcf7-textarea,.woocommerce #review_form #respond textarea,.woocommerce form .form-row textarea.input-text {
    height: 120px;
    resize: none;
    padding: 15px;
    display: block
}

.submit-btn {
    text-align: left
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0,-50%);
    margin: 0
}

span.wpcf7-list-item-label:before,.woocommerce-form__label-for-checkbox span:before,.comment-form-cookies-consent label:before {
    --radio-label-size: 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: calc(var(--radio-label-size));
    border: 2px solid var(--primary-color);
    z-index: 1
}

.comment-form-cookies-consent label:before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color)
}

span.wpcf7-list-item-label:after,.woocommerce-form__label-for-checkbox span:after,.comment-form-cookies-consent label:after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size)*0.5);
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0
}

.wpcf7-radio span.wpcf7-list-item-label:after {
    top: 6px
}

.comment-form-cookies-consent label:after {
    left: 0
}

input[type=radio]:checked~span:after {
    opacity: 1
}

.woocommerce-form__label-for-checkbox span:before,.checkbox-wp .wpcf7-list-item-label:before,.comment-form-cookies-consent label:before {
    border-radius: 0
}

.wpcf7-checkbox span.wpcf7-list-item-label:after,.checkbox-wp .wpcf7-list-item-label:after,.woocommerce-form__label-for-checkbox span:after,.comment-form-cookies-consent label:after {
    --checkbox-label-size: 20px;
    content: "\f00c";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    background: 0 0;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--primary-color);
    border-radius: 3px
}

.wpcf7-checkbox span.wpcf7-list-item-label:after {
    left: 0;
    background: var(--primary-color)
}

input[type=checkbox]:checked~span:before,input[type=checkbox]:checked~span:after,input[type=checkbox]:checked~span.wpcf7-list-item-label:after,input[type=checkbox]:checked~span.wpcf7-list-item-label:before,input[type=checkbox]:checked~label:after {
    opacity: 1
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: .7
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.wpcf7-not-valid,.wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color) !important
}

.wpcf7-list-item {
    margin: 0 20px 0 0
}

.wpcf7-checkbox .wpcf7-list-item:last-child,.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter)
}

.form-box.form-input-file {
    height: auto;
    border: 0
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0
}

.form-box.form-input-file p {
    line-height: inherit
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative
}

.form-input-file [type=file] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.form-box.form-input-file input[type=file] {
    width: 76px;
    height: 73px;
    line-height: 1
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0
}

.form-box.form-input-file .input-file-icon:before,.form-box.form-input-file .input-file-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: var(--gutter);
    height: 1px;
    background-color: var(--black-color)
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: var(--gutter)
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px
}

.comment-form-comment label,.comment-form-author label,.comment-form-email label,.comment-form-url label {
    font-size: 18px;
    margin-bottom: 0
}

.form-box label,
.custom-login label {
	font-weight: 600;
    margin-bottom: 5px
}

.form-box {
	position: relative;
	margin-bottom: 20px;
}

.form-box p {
    margin: 0
}

@media screen and (max-width: 400px) {
    .form-input,.input-text,.select2-container--default .select2-selection--single .select2-selection__rendered,select {
        padding:0 15px
    }

    .form-input.wpcf7-textarea {
        padding: 15px
    }

    .form-element i {
        right: 10px
    }
}
/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
    --primary-color: #0c7735;
    --primary-black-color: #051b0d;
    --secondary-color: #ffc41f;
    --dark-color: #010148;
    --common-color: #444;
    --white-color: #fff;
    --black-color: #000;
    --red-color: red;
    --input-color: #444;
    --body-bg: #f3f3f5;
    --bg-light: #f8f9fa;
    --yellow-color: #ffc41f;
    --box-light-shadow: 0 0px 20px rgb(36 39 37/30%);
    --btn-shadow: 9px 9px 12px #b2b2b3,-9px -9px 12px #fff;
    --btn-hover-shadow: inset 9px 9px 12px #ccc,inset -9px -9px 12px #fff;
    --box-shadow: 0 3px 10px rgba(0,0,0,.16);
    --section-space: 100px;
    --body-font: "Barlow",sans-serif;
    --title-font: "Fira Sans",sans-serif;
    --transition: .3s;
    --gutter: 30px
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: var(--common-color);
    font-family: var(--body-font);
    background-color: var(--body-bg)
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

h1,h2,h3,h4,h5,h6,.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-weight: 700;
    color: var(--dark-color);
    font-family: var(--title-font)
}

p a,a {
    color: var(--primary-color);
    transition: var(--transition)
}

p a:hover,a:hover {
    color: var(--secondary-color)
}

.sec-title {
    margin-bottom: 50px
}

.sec-title p {
    max-width: 900px;
    margin: auto
}

.sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: var(--body-bg);
    box-shadow: 9px 9px 12px #e4e4e4,-9px -9px 12px #fff;
    padding: 5px 15px;
    border-radius: 60px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px
}

.h1-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px
}

.h1-title span {
    color: var(--primary-color)
}

.h2-title,.woocommerce div.product .product_title.entry-title,.related.products h2 {
    font-size: 40px;
    line-height: 1.2;
    color: var(--dark-color);
    margin-bottom: 14px
}

.h3-title,.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0
}

.h4-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--body-font);
    margin-bottom: 10px;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: .8s cubic-bezier(.22,.78,.45,1.02)
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    color: var(--dark-color);
    transition: var(--transition)
}

.main-navigation .menu>li.current-menu-item.current_page_item>a:after {
    color: var(--primary-color)
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0
    }

    to {
        top: 100%;
        opacity: 1
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.main-navigation ul ul li:last-child {
    border-bottom: 0
}

.main-navigation ul ul li a {
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 26px;
    transition: var(--transition);
    color: var(--dark-color);
    font-weight: 500
}

.main-navigation ul ul li a:hover,.main-navigation ul ul li.current-menu-item>a,.main-navigation ul ul li.current_page_item>a {
    background: var(--primary-color);
    color: var(--white-color)
}

.sec-btn,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.product-box-btn .add_to_cart_button,#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.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,.variations_button .single_add_to_cart_button,.variations_button .single_add_to_cart_button[disabled],
.button-primary,
.button {
    width: auto;
    height: 50px;
    background: var(--body-bg);
    box-shadow: var(--btn-shadow);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    -webkit-appearance: none;
    color: var(--dark-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none !important;
    transition: 0s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 6px 30px !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none
}

.sec-btn:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.product-box-btn .add_to_cart_button:hover,#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,.variations_button .single_add_to_cart_button:hover,
.button:hover {
    background: var(--body-bg);
    box-shadow: var(--btn-hover-shadow);
    color: var(--primary-color)
}

.sec-btn.secondary {
    background: var(--secondary-color);
    color: var(--dark-color)
}

.sec-btn.secondary:hover {
    box-shadow: var(--btn-hover-shadow);
    color: var(--secondary-color);
    background: var(--body-bg)
}

.sec-btn.primary,
.button-primary {
    background: var(--primary-color);
    color: var(--white-color)
}

.sec-btn.primary:hover,
.button-primary:hover {
    box-shadow: var(--btn-hover-shadow);
    color: var(--primary-color);
    background: var(--body-bg)
}

.sec-btn i {
    font-size: 14px
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.row:not(.wpcf7 .row) {
    row-gap: var(--gutter)
}

.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.btn-group.center {
    justify-content: center
}

.error-404 img {
    width: 600px
}

.object {
    position: absolute;
    width: 12vw
}

@media (min-width: 1921px) {
    .container {
        max-width:1400px
    }
}

@media screen and (max-width: 1399px) {
    .h1-title {
        font-size:55px
    }

    .h3-title,.yith-wcan-filters .yith-wcan-filter .filter-title {
        font-size: 22px
    }

    .sec-title {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --section-space:80px
    }

    body,p,body,button,input,select,optgroup,textarea {
        font-size: 16px
    }

    .sec-title {
        margin-bottom: 30px
    }

    .h1-title {
        font-size: 50px
    }

    .h2-title,.woocommerce div.product .product_title.entry-title,.related.products h2 {
        font-size: 35px
    }
}

@media screen and (max-width: 991px) {
    .sec-btn,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.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 {
        font-size:16px;
        line-height: 1;
        height: 50px
    }

    .object {
        display: none
    }
}

@media screen and (max-width: 767px) {
    :root {
        --section-space:60px
    }

    .h1-title {
        font-size: 45px;
        margin-bottom: 15px
    }

    .h2-title,.woocommerce div.product .product_title.entry-title,.related.products h2 {
        font-size: 30px
    }

    .btn-group {
        gap: 10px
    }
}

@media screen and (max-width: 575px) {
    .h1-title {
        font-size:40px
    }
}

@media screen and (max-width: 400px) {
    .h1-title {
        font-size:35px
    }

    .h2-title,.woocommerce div.product .product_title.entry-title,.related.products h2 {
        font-size: 25px
    }

    .h3-title,.yith-wcan-filters .yith-wcan-filter .filter-title {
        font-size: 20px
    }
}
/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
    background: var(--body-bg);
    -webkit-mask-image: -webkit-radial-gradient(var(--body-bg),var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60,140,244,.16)
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.popup-title .h2-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: var(--transition);
    border: 0
}

button.close:hover {
    background: var(--secondary-color);
    color: var(--black-color)
}

.modal-dialog {
    max-width: 700px
}

.common-popup-overflow {
    padding: 10px 0
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color)
}

.common-popup .sec-btn:not(:hover) {
    box-shadow: none
}

.common-popup .wpcf7 .wpcf7-spinner {
    left: auto;
    right: 103%
}

@media screen and (max-width: 400px) {
    .popup-title {
        padding:10px 65px 10px 15px
    }
}
/*========== Modal Popup CSS End ==========*/

.custom-login-wrapper {
	min-height: 100vh;
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 20px;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.custom-login-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(assets/images/bg-pattern.jpg);
    background-size: 500px;
    background-position: top left;
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: 0.025;
    z-index: -1;
}

.site-logo {
    width: 220px;
}

.site-logo img {
    width: 100%;
}

.custom-login {
    background: var(--body-bg);
    box-shadow: 9px 9px 20px #e4e4e4, -9px -9px 20px #ffffff;
    border: 0;
    padding: 30px;
    border-radius: 20px;
	align-self: center;
	width: 500px;
    max-width: 100%;
}

.custom-login .button {
	width: 100%;
}

.custom-login .sec-btn {
    width: 100%;
    margin-top: 10px;
}


.custom-login .h2-title {
    text-align: center;
    margin-bottom: 30px;
}

.common-table {
    border-collapse: collapse;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 0;
}

.common-table th, .common-table td {
    padding: 10px;
}

.common-table thead th {
	text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.common-table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
}

.common-table thead th:not(:last-child),
.common-table thead td:not(:last-child),
.common-table tbody td:not(:last-child),
.common-table tfoot th:not(:last-child),
.common-table tfoot td:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.common-table .sr-no {
	width: 50px;
	text-align: center;
}

.common-table th.action, .common-table td.action {
    width: 190px;
    text-align: center;
}

.common-table th.address, .common-table td.address {
    width: 400px;
}

.common-table .remove-column {
	width: 80px;
	text-align: center;
}

.dashboard {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.dashboard .sidebar {
    width: 250px;
    height: 100%;
    background: var(--dark-color);
    flex-shrink: 0;
    padding: 20px;
}

.sidebar-logo {
    padding: 10px 15px;
    background: var(--white-color);
    border-radius: 10px;
}

.dashboard-content {
    flex: auto;
    padding: 30px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.dashboard-content .h2-title {
    color: var(--primary-color);
}

.dashboard-content .h3-title {
    margin-bottom: 20px;
}

.welcome-box {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.welcome-box .h2-title {
    margin: 0;
}

.vendor-filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.vendor-filter-form .form-input {
    width: 200px;
}

.custom-error,
.login-error {
    display: block;
    width: 100%;
    color: #ff0000;
    margin-bottom: 15px !important;
    text-align: center;
}

.input-error {
    border: 1px solid red !important;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    cursor: pointer;
}

.toggle-password i {
    position: relative;
    top: 0;
    right: 0;
}

.sidebar-navigation {
    margin-top: 40px;
}

.sidebar-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    color: var(--white-color);
    font-weight: 500;
    border-radius: 8px;
}

.sidebar-navigation ul li a:hover,
.sidebar-navigation ul li.active a {
    background: var(--primary-color);
    color: var(--white-color);
}

.sidebar-navigation ul li a .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.3);
    color: var(--white-color);
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.sidebar-navigation ul li a:hover .icon,
.sidebar-navigation ul li.active .icon {
    background: var(--white-color);
    color: var(--primary-color);
}

.menu-toggle {
    display: none;
}

.step-info {
    margin-bottom: 40px;
}

.step-info p:not(:last-child) {
    margin-bottom: 10px;
}

.step-notes {
    margin: 30px 0;
}

.step-notes label,
.payment-mode label {
    margin-bottom: 5px;
    font-weight: 700;
}

.common-table .form-input {
    height: 45px;
    padding: 10px;
}

.common-table select.form-input {
    padding-right: 25px;
}

.common-table .form-input.qty-input {
    width: 70px;
    text-align: center;
}

.common-table .form-element i {
    font-size: 14px;
    top: 18px;
    right: 10px;
}

.step-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.back-step-link {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.step-btn .sec-btn {
    margin-left: auto;
}

.remove_row {
    width: 35px;
    height: 35px;
    background: var(--red-color);
    border: 0;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.remove_row:hover {
    background: color-mix(in srgb, var(--red-color), black 20%);
}

.vendor-info {
    background: var(--white-color);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.vendor-info h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.vendor-info p:not(:last-child) {
    margin-bottom: 10px;
}

.add-new-order {
    margin-bottom: 30px;
}

.add-new-order .btn-group {
    margin-top: 20px;
}

.payment-method-box, .remarks-box {
    margin: 30px 0;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-box {
    background: #fff;
    padding: 20px;
    width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 8px;
}

.popup-actions {
    margin-top: 20px;
    text-align: right;
}

.popup-actions button {
    margin-left: 10px;
}

.summary-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.summary-footer * {
    margin: 0;
}

.popup-header {
    margin-bottom: 20px;
}

.popup-header p:not(:last-child) {
    margin-bottom: 0;
}

.popup-box {
    position: relative;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: var(--secondary-color);
    border: none;
    border-radius: 50%;
    color: var(--black-color);
    cursor: pointer;
    transition: 0.3s;
}

.close-popup:hover {
    background: var(--red-color);
    color: var(--white-color);
}

.link-btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.link-btn:hover {
    color: var(--primary-black-color);
    gap: 10px;
}

@media screen and (max-width: 1399px) {
    .create-order-table {
        overflow: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        width: calc(100% + 60px);
        padding: 0 30px;
    }

    .create-order-table table {
        min-width: 1250px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard {
        flex-direction: column;
        height: auto;
    }
    .dashboard-content {
        margin-top: 80px;
    }
    .dashboard .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--white-color);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    .sidebar-logo {
        width: 162px;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }
    .sidebar-mobile-navigation {
        position: fixed;
        top: 80px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--dark-color);
        transition: 0.5s;
        z-index: 999;
        padding: 30px;
        overflow: auto;
        overflow-x: hidden;
        visibility: hidden;
        opacity: 0;
    }
    .toggled .sidebar-mobile-navigation {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
    .sidebar-navigation {
        margin-top: 0;
    }
    .menu-toggle {
        display: block;
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 9px;
        position: relative;
        border: none;
        outline: none !important;
        background: 0 0;
        width: 30px;
        padding: 0;
        z-index: 105;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background: var(--primary-color);
        margin-bottom: 6px;
        border-radius: 10px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: var(--transition)
    }
    .menu-toggle span:last-child {
        margin: 0
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space)
    }
    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0
    }
    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate)*-1));
        top: calc(var(--menu-toggle-space)*-1)
    }
}

@media screen and (max-width: 767px) {
    .sec-btn, 
    .woocommerce #respond input#submit, 
    .woocommerce a.button, 
    .woocommerce button.button, 
    .woocommerce input.button, 
    .product-box-btn .add_to_cart_button, 
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, 
    .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, 
    .variations_button .single_add_to_cart_button, 
    .variations_button .single_add_to_cart_button[disabled], 
    .button-primary, .button {
        height: 45px;
        font-size: 16px;
        line-height: 1.3;
        padding: 5px 20px !important;
    }
    .common-table.vendor-list-table thead {
        display: none;
    }
    .common-table.vendor-list-table {
        border: 0;
    }
    .common-table.vendor-list-table tbody {
        display: flex;
        flex-direction: column;
        gap: 30px;
        border: 0;
    }
    .common-table.vendor-list-table tbody tr {
        display: flex;
        flex-direction: column;
        border: 0;
        background: var(--white-color);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
    }
    .common-table.vendor-list-table tbody tr td {
        border: 0;
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        text-align: right;
    }
    .common-table.vendor-list-table tbody tr td:not(:first-child) {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .common-table.vendor-list-table tbody tr td:before {
        content: attr(data-title);
        font-weight: bold;
        width: 100px;
        text-align: left;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 575px) {
    .vendor-filter-form {
        flex-direction: column;
    }
    .form-element,
    .vendor-filter-form .form-input {
        width: 100%;
    }
    .welcome-box {
        margin-bottom: 30px;
    }
    .step-info {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    .site-logo {
        width: 180px;
    }
    .custom-login {
        padding: 20px;
    }
    .custom-login .h2-title {
        margin-bottom: 20px;
    }
    .dashboard .sidebar {
        padding: 0 20px;
    }
    .sidebar-mobile-navigation {
        padding: 30px 20px;
    }
    .dashboard-content {
        padding: 30px 20px;
    }
    .common-table.vendor-list-table tbody tr td.address {
        flex-direction: column;
        text-align: left !important;
        align-items: flex-start;
        gap: 10px;
    }
    .create-order-table {
        width: calc(100% + 40px);
        padding: 0 20px;
    }
}