/*
Theme Name: Riode
Theme URI: https://d-themes.com/wordpress/riode
Author: D-THEMES
Author URI: https://d-themes.com/
Description: Riode eCommerce Responsive Wordpress Theme.
Version: 1.4.2
Tested up to: 5.8
Requires PHP: 5.6
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: e-commerce, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: riode
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.bypostauthor { display: block; }

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.product-up-image {
    width: 100px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    height: 100px;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.product-up-image i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: red;
    padding: 5px;
    font-size: 12px;
	cursor: pointer;
}

#change-ph-number {
    max-width: 550px;
    padding: 30px;
}

.sell-with-us-cat .category-content {position: relative;left: auto;right: auto;bottom: auto;text-align: left;align-items: start;}

.sell-with-us-cat a {
    display: block;
}
.sell-with-us-cat li.category-wrap {
    margin: 0;
}

.sell-with-us-cat  .category-content {
    background-color: #FF8484;
}
.sell-with-us-cat .woocommerce.columns-1 ul.products li {width: auto !important;flex: inherit;padding: 0;}

.sell-with-us-cat .woocommerce .product-category {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding: 8px 16px;
    background-color: #ff8484;
    align-items: center;
    column-gap: 15px;
	 border-radius: 40px;
}

.sell-with-us-cat .woocommerce.columns-1 ul.products {
    width: 100%;
    margin: 0;
    column-gap: 10px;
    row-gap: 10px;
}

.sell-with-us-cat .woocommerce .product-category:hover {
    background-color: var(--rio-primary-color,#26b);
}
    .step-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        position: relative;
    }
    
    .step-wrap .step {
        background-color: #e4eaec;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        color: #000;
        border-radius: 30px;
        border: 4px solid transparent;
        z-index: 1;
        position: relative;
    }
    
    .step-wrap .step.active {
        border: 4px solid #ff8484;
        box-shadow: 0 0 0 8px rgb(255 132 132 / 50%);
        background-color: #fff;
    }
    
    .step-wrap:before {
        content: "";
        position: absolute;
        bottom: 50%;
        width: 100%;
        border: 2px dashed #e4eaec;
        z-index: 0;
        transform: translateY(50%);
    }
    
    .step-content {
        background-color: #e4eaec;
        padding: 20px;
        color: #000;
        display: inherit;
    }

.step-content b {
    display: block;
    font-size: 18px;
}

.step-content a {
    text-decoration: underline;
    font-size: 18px;
}

.step-wrap .step.active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e4eaec;
    position: absolute;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
}

.step.complete {
    background-color: #ff8484;
    color: #fff;
}
#gform_previous_button_3_13 , input#gform_previous_button_3 {
    display: none;
}
input#gform_next_button_3_13 , #gform_submit_button_3 {
    margin: 0;
}
.btn-style-radio input.gfield-choice-input {
    display: none !important;
}
.btn-style-radio .gfield-choice-input+label {
    border: 1px solid #F58F8F !important;
    max-width: initial !important;
    padding: 5px 20px;
    color: #F58F8F;
}
.btn-style-radio .gfield_radio {display: flex;column-gap: 10px;}
.btn-style-radio input[type="radio"]:checked+label {
    background-color: #F58F8F;
    color: #fff;
}
#sell-address-form {
    padding: 40px;
    max-width: 700px;
}
#sell-add-address {
    padding: 40px;
    max-width: 510px;
}

#sell-add-address input, #sell-add-address select {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}
.sell-address-list {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.address-item {
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 1.2;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
}
.address-right a {
    font-weight: 700;
    font-size: 13px;
}

a.sell-delete-address {
    color: #e60405;
}

a.sell-use-address {
    color: #7ccecf;
}

a.sell-edit-address {
    color: #39425f;
}

#sell-address-form h5 {
    display: inline-block;
}

.add-two-col {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

#sell-add-address label {
    display: block;
    margin-top: 20px;
}
#sell-add-address input.button {
    margin-top: 20px;
}
.logged-in .hide-login {
    display: none;
}
.woocommerce-form-login .mo-openid-app-icons {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}
.woocommerce-form-login > .mo-openid-app-icons > a.mo_btn.mo_btn-mo:hover {
    transform: scale(1);
}
h4.shop-tab-head {
    margin: 20px 0;
}
span.local-product {
    background-color: #7bcdce;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
}
.review-seller .testimonial-custom {
    text-align: left;
    background-color: #dacfb1;
    margin: 0;
    padding: 0px 20px;
}
.help-pop-slider ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 5px;
}
.help-pop-slider ul.slick-dots button {
    font-size: 0;
    padding: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 10px;
}
.help-pop-slider ul.slick-dots .slick-active button {
    background-color: #ff8484;
}
ul.earning_items {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    list-style: none;
    margin: 20px 0;
    padding: 0;
    grid-gap: 10px;
}

ul.earning_items li {

    position: relative;
}
ul.earning_items input {
    display:none;
}
label.earn-pro-itm {
    display: block;
    padding: 15px;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}
ul.earning_items input[type="checkbox"]:checked + label {
    border-color: #ff8484;
}
label.earn-pro-itm img {
    display: block;
    max-width: 80%;
    margin: 0 auto 10px;
    max-height: 80px;
}
label.earn-pro-itm span.woocommerce-Price-amount {
    display: block;
}
.earning-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-eastimated span {
    font-size: 24px;
    color: #ff8484;
    font-weight: 700;
}
.total-eastimated {
    font-size: 16px;
}
.total-items {
    font-size: 14px;
}
.pickup-contact {
    border-top: 5px solid #E0E0E0;
    margin-top: 10px;
    padding: 10px 0;
}
.pickup-wraper p {
    margin: 0;
}
.pickup-number {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.pickup-phone-notification , .pickup-push-notification {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
    margin-bottom: 10px;
    align-items: center;
}

.sell-address-form {
    margin-top: 10px;
}

span.pickup-title {
    padding: 10px 20px;
    display: block;
    background-color: #f48070;
    color: #fff;
    margin-bottom: 10px;
}

.pickup-confirm-btn {
    padding: 20px 0;
}

a.change-ph-number {
    color: #7ccecf;
    font-weight: 700;
}

.pickup-number p {
    display: flex;
    justify-content: space-between;
}

button.confirm-details {
    display: block;
    width: 100%;
    border-radius: 5px;
}

span.toff {
     display: none; 
    background-color: #7ccecf;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 5px;
}

.pickup-phone-notification-btn input, .pickup-push-notification input {
    display: none;
}

span.ton {
    display: inline-block;
    background-color: #e0e0e0;
    color: #000;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 5px;
}

.pickup-phone-notification-btn input:checked + label .toff, .pickup-push-notification input:checked + label .toff {
    display: inline-block;
}

.pickup-phone-notification-btn input:checked + label .ton, .pickup-push-notification input:checked + label .ton {
    display: none;
}
.confirm-details {
    display: block;
    border-radius: 5px;
}
.pickup-phone-notification-btn , .pickup-push-notification-btn {
    min-width: 100px;
    text-align: right;
}
button#gform_save_2_footer_link, input#gform_submit_button_2 {
    margin: 0 !important;
    width: calc(50% - 5px);
    padding: 18px 5px;
    line-height: 1;
}
ul.sub-menu .is-active>a {
    color: var(--rio-primary-color,#27c);
}
.woocommerce-MyAccount-navigation ul.sub-menu {
    display: none;
}
li.woocommerce-MyAccount-navigation-link.is-active ul.sub-menu {
    display: block;
}
@media(max-width:767px){
    .custom-header .elementor-widget {
    margin: 0 4px;
}
    .custom-header .flex-1, .custom-header .flex-none {
    flex: auto !important;
}
    .header  .sticky-content.fix-top.elementor-section.elementor-top-section {
    animation: none;
}
.sticky-content.mobile-icon-bar {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    background: #fff;
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    animation: none !important;
}

.sticky-content-wrapper {
    display: block !important;
}
body.archive a.btn.btn-sm {
    width: 50%;
}
.product-scroll ul.products , .getting-sold-scroll .elementor-container {
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sell-with-us-cat .woocommerce.columns-1 ul.products {min-width: 1200px;}

.sell-with-us-cat .woocommerce.columns-1 {overflow: auto;}
.getting-sold-scroll .elementor-container .elementor-column {
    min-width: 280px;
}
.list-sticky-btn {
    position: fixed;
    bottom: 80px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.left-logo .mode-switcher {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 30px);
    justify-content: center;
}
.left-logo .widget.yith_wcfm-widget.widget_block {
    grid-template-columns: 1fr !important;
}
.left-logo .yith_wcfm-header-content {
    padding-bottom: 80px !important;
}
.left-logo button.mode-btn {
    padding: 8px 16px;
    font-size: 13px;
} 

}

ul.product-listing {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    list-style: none;
    margin: 20px 0;
    padding: 0;
    grid-gap: 10px;
}
.display-listing form.cart {
    display: none;
}

.display-listing .yith-wcwl-add-button {
    display: none;
}

.display-listing .social-icons {
    border-right: none;
}
.site-loader-wraper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index:9999;
}
.banter-loader {
position: absolute;
left: 50%;
top: 50%;
width: 72px;
height: 72px;
margin-left: -36px;
margin-top: -36px;
}

.banter-loader__box {
float: left;
position: relative;
width: 20px;
height: 20px;
margin-right: 6px;
}

.banter-loader__box:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #7ccecf;
}

.banter-loader__box:nth-child(3n) {
margin-right: 0;
margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
margin-top: 52px;
}

.banter-loader__box:last-child {
margin-bottom: 0;
}

@keyframes moveBox-1 {
9.0909090909% {
  transform: translate(-26px, 0);
}

18.1818181818% {
  transform: translate(0px, 0);
}

27.2727272727% {
  transform: translate(0px, 0);
}

36.3636363636% {
  transform: translate(26px, 0);
}

45.4545454545% {
  transform: translate(26px, 26px);
}

54.5454545455% {
  transform: translate(26px, 26px);
}

63.6363636364% {
  transform: translate(26px, 26px);
}

72.7272727273% {
  transform: translate(26px, 0px);
}

81.8181818182% {
  transform: translate(0px, 0px);
}

90.9090909091% {
  transform: translate(-26px, 0px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(1) {animation: moveBox-1 4s infinite;}

@keyframes moveBox-2 {
9.0909090909% {
  transform: translate(0, 0);
}

18.1818181818% {
  transform: translate(26px, 0);
}

27.2727272727% {
  transform: translate(0px, 0);
}

36.3636363636% {
  transform: translate(26px, 0);
}

45.4545454545% {
  transform: translate(26px, 26px);
}

54.5454545455% {
  transform: translate(26px, 26px);
}

63.6363636364% {
  transform: translate(26px, 26px);
}

72.7272727273% {
  transform: translate(26px, 26px);
}

81.8181818182% {
  transform: translate(0px, 26px);
}

90.9090909091% {
  transform: translate(0px, 26px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(2) {
animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
9.0909090909% {
  transform: translate(-26px, 0);
}

18.1818181818% {
  transform: translate(-26px, 0);
}

27.2727272727% {
  transform: translate(0px, 0);
}

36.3636363636% {
  transform: translate(-26px, 0);
}

45.4545454545% {
  transform: translate(-26px, 0);
}

54.5454545455% {
  transform: translate(-26px, 0);
}

63.6363636364% {
  transform: translate(-26px, 0);
}

72.7272727273% {
  transform: translate(-26px, 0);
}

81.8181818182% {
  transform: translate(-26px, -26px);
}

90.9090909091% {
  transform: translate(0px, -26px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(3) {animation: moveBox-3 4s infinite;}

@keyframes moveBox-4 {
9.0909090909% {
  transform: translate(-26px, 0);
}

18.1818181818% {
  transform: translate(-26px, 0);
}

27.2727272727% {
  transform: translate(-26px, -26px);
}

36.3636363636% {
  transform: translate(0px, -26px);
}

45.4545454545% {
  transform: translate(0px, 0px);
}

54.5454545455% {
  transform: translate(0px, -26px);
}

63.6363636364% {
  transform: translate(0px, -26px);
}

72.7272727273% {
  transform: translate(0px, -26px);
}

81.8181818182% {
  transform: translate(-26px, -26px);
}

90.9090909091% {
  transform: translate(-26px, 0px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(4) {animation: moveBox-4 4s infinite;}

@keyframes moveBox-5 {
9.0909090909% {
  transform: translate(0, 0);
}

18.1818181818% {
  transform: translate(0, 0);
}

27.2727272727% {
  transform: translate(0, 0);
}

36.3636363636% {
  transform: translate(26px, 0);
}

45.4545454545% {
  transform: translate(26px, 0);
}

54.5454545455% {
  transform: translate(26px, 0);
}

63.6363636364% {
  transform: translate(26px, 0);
}

72.7272727273% {
  transform: translate(26px, 0);
}

81.8181818182% {
  transform: translate(26px, -26px);
}

90.9090909091% {
  transform: translate(0px, -26px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(5) {
animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
9.0909090909% {
  transform: translate(0, 0);
}

18.1818181818% {
  transform: translate(-26px, 0);
}

27.2727272727% {
  transform: translate(-26px, 0);
}

36.3636363636% {
  transform: translate(0px, 0);
}

45.4545454545% {
  transform: translate(0px, 0);
}

54.5454545455% {
  transform: translate(0px, 0);
}

63.6363636364% {
  transform: translate(0px, 0);
}

72.7272727273% {
  transform: translate(0px, 26px);
}

81.8181818182% {
  transform: translate(-26px, 26px);
}

90.9090909091% {
  transform: translate(-26px, 0px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(6) {animation: moveBox-6 4s infinite;}

@keyframes moveBox-7 {
9.0909090909% {
  transform: translate(26px, 0);
}

18.1818181818% {
  transform: translate(26px, 0);
}

27.2727272727% {
  transform: translate(26px, 0);
}

36.3636363636% {
  transform: translate(0px, 0);
}

45.4545454545% {
  transform: translate(0px, -26px);
}

54.5454545455% {
  transform: translate(26px, -26px);
}

63.6363636364% {
  transform: translate(0px, -26px);
}

72.7272727273% {
  transform: translate(0px, -26px);
}

81.8181818182% {
  transform: translate(0px, 0px);
}

90.9090909091% {
  transform: translate(26px, 0px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(7) {animation: moveBox-7 4s infinite;}

@keyframes moveBox-8 {
9.0909090909% {
  transform: translate(0, 0);
}

18.1818181818% {
  transform: translate(-26px, 0);
}

27.2727272727% {
  transform: translate(-26px, -26px);
}

36.3636363636% {
  transform: translate(0px, -26px);
}

45.4545454545% {
  transform: translate(0px, -26px);
}

54.5454545455% {
  transform: translate(0px, -26px);
}

63.6363636364% {
  transform: translate(0px, -26px);
}

72.7272727273% {
  transform: translate(0px, -26px);
}

81.8181818182% {
  transform: translate(26px, -26px);
}

90.9090909091% {
  transform: translate(26px, 0px);
}

100% {
  transform: translate(0px, 0px);
}
}

.banter-loader__box:nth-child(8) {
animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
9.0909090909% {
  transform: translate(-26px, 0);
}

18.1818181818% {
  transform: translate(-26px, 0);
}

27.2727272727% {
  transform: translate(0px, 0);
}

36.3636363636% {
  transform: translate(-26px, 0);
}

45.4545454545% {
  transform: translate(0px, 0);
}

54.5454545455% {
  transform: translate(0px, 0);
}

63.6363636364% {
  transform: translate(-26px, 0);
}

72.7272727273% {
  transform: translate(-26px, 0);
}

81.8181818182% {
  transform: translate(-52px, 0);
}

90.9090909091% {
  transform: translate(-26px, 0);
}

100% {
  transform: translate(0px, 0);
}
}

.banter-loader__box:nth-child(9) {animation: moveBox-9 4s infinite;}

.banter-loader__box:nth-child(1):before , .banter-loader__box:nth-child(2):before {
    background-color: #e60405;
}
.banter-loader__box:nth-child(3):before , .banter-loader__box:nth-child(4):before {
    background-color: #f48070;
}
.banter-loader__box:nth-child(5):before , .banter-loader__box:nth-child(6):before {
    background-color: #39425f;
}
.banter-loader__box:nth-child(7):before , .banter-loader__box:nth-child(8):before {
    background-color: #dacfb1;
}


/* sign in page */
body:has(#customer_login) .page-wrapper , body:has(.lost_reset_password) .page-wrapper , body:has(.sign-up-wraper) .page-wrapper{
    background: linear-gradient(135deg, #7CCECF 0%, #F58F8F 100%);
}
#customer_login , .lost_reset_password , .sign-up-wraper{
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    width: 100% !important;
    max-width: 480px !important;
    padding: 40px !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-height: 250px;
}
#customer_login::before , .lost_reset_password:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #F58F8F, #7CCECF, #E60405, #F58F8F);
}
.back-btn , .gform_page_footer .button.gform_previous_button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #DACFB1 !important;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #364066;
    transition: all 0.3s ease;
    font-weight: bold;
    z-index: 9;
    padding: 0;
}
.back-btn:hover , .gform_page_footer .button.gform_previous_button:hover{
    background: #364066 !important;
    color: #DACFB1;
    transform: translateX(-2px);
  box-shadow:none !important;
}
.login-popup .site-logo-display img , .lost_reset_password .site-logo-display img , .step-img img{
    max-width: 220px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
#customer_login a.nav-link , .step-head{
    font-family: 'Fontdiner Swanky', cursive;
    color: #364066;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1;
}

.login-desc , .lost_reset_password p , .step-desp {
  font-family: 'Courier Prime', monospace;
  color: #364066;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.woocommerce-form-row label {
    display: block !important;
    margin-bottom: 8px !important;
    color: #364066;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Fontdiner Swanky', cursive;
    text-align:left;
}
.woocommerce-form-row.form-row .input-text {
width: 100%;
padding: 14px 16px;
border: 2px solid #DACFB1;
border-radius: 12px;
font-size: 16px;
transition: all 0.3s ease;
background: #fafafa;
font-family: 'Courier Prime', monospace;
color: #000000;
}

.woocommerce-form-row.form-row .input-text:focus {
outline: none;
border-color: #7CCECF;
background: white;
box-shadow: 0 0 0 3px rgba(124, 206, 207, 0.15);
transform: translateY(-1px);
}

.woocommerce-form-row.form-row .input-text::placeholder {
    color: #999;
}
.woocommerce-form-row:has(#username):before , .woocommerce-form-row:has(#user_login):before {
    content: "📧";
    position: absolute;
    bottom: 17px;
    right: 12px;
    font-size: 18px;
    z-index: 1;
}
.woocommerce-form-row:has(#user_login):before {
    bottom: 13px;
}
.woocommerce-form-row {
    position: relative;
}
.show-password-input:before {
    position: absolute;
    bottom: 28px;
    right: 12px;
    font-size: 18px;
    z-index: 1;
    content: "👁️";
}

.show-password-input.display-password:before {content: "🙈";}
button.show-password-input {
    background: transparent;
    border: none;
}
.woocommerce-form-row button[type="submit"], button.woocommerce-button.woocommerce-form-login__submit, .gform_page_footer .button:not(.gform_previous_button){
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Fontdiner Swanky', cursive;
    box-shadow: 0 8px 25px rgba(230, 4, 5, 0.3);
    margin-bottom: 25px;
}
button.woocommerce-button.woocommerce-form-login__submit:hover:not(:disabled) , .woocommerce-form-row button[type="submit"]:hover:not(:disabled) , .gform_page_footer .button:hover:not(:disabled){
    background: linear-gradient(135deg, #E60405 0%, #c00000 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(230, 4, 5, 0.4);
}
.register-link {
    text-align: center;
    font-size: 14px;
    color: #364066;
    font-family : "Courier Prime", monospace;
}
.register-link a {
    color: #F58F8F;
    text-decoration: none;
    font-weight: 700;
}

.register-link a:hover {
    text-decoration: underline;
    color: #E60405;
}

.lost_password a {
    color: #F58F8F;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 14px;
    font-family: 'Courier Prime';
}

.lost_password a:hover {
text-decoration: underline;
color: #E60405;
}

.login-popup .woocommerce-form-login .form-footer label  {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;

}
.login-popup .woocommerce-form-login .form-footer label span {
        font-size: 14px;
    font-family: 'Courier Prime';
        color: #364066;
    transition: color 0.3s ease;
}
.login-popup .woocommerce-form-login .form-footer label:hover span {
            color: #000000;
        }
.login-popup .woocommerce-form-login .form-footer label input{background: #F58F8F;}
.user-type-options {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 30px;
}

.user-type-card {
border: 2px solid #DACFB1;
border-radius: 16px;
padding: 20px;
cursor: pointer;
transition: all 0.3s ease;
background: #fafafa;
position: relative;
overflow: hidden;
}

.user-type-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
transition: left 0.6s;
}

.user-type-card:hover::before {
left: 100%;
}

.user-type-card:hover {
border-color: #7CCECF;
background: white;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.user-type-card.selected {
border-color: #F58F8F;
background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
box-shadow: 0 8px 25px rgba(245, 143, 143, 0.2);
}
.user-type-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 10px;
}

.user-type-icon {
font-size: 28px;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #DACFB1 0%, #e9ecef 100%);
}

.buyer-card .user-type-icon {
background: linear-gradient(135deg, #7CCECF 20%, #5ab8b0 100%);
}

.seller-card .user-type-icon {
background: linear-gradient(135deg, #F58F8F 20%, #E60405 100%);
}

.user-type-title {font-family: 'Fontdiner Swanky', cursive;font-size: 20px;font-weight: 400;color: #364066;margin-bottom: 4px;line-height: 1;}

.user-type-subtitle {color: #364066;font-size: 14px;font-weight: 700;font-family: "Courier Prime", monospace;}

.user-type-description {color: #000000;font-size: 14px;line-height: 1.5;margin-left: 65px;font-family: "Courier Prime", monospace;}
.progress-bar {
width: 100%;
height: 4px;
background: #DACFB1;
border-radius: 2px;
margin: 20px 0 30px 0;
overflow: hidden;
}

.progress-fill {
height: 100%;
background: linear-gradient(90deg, #F58F8F, #7CCECF);
width: 20%;
border-radius: 2px;
transition: width 0.3s ease;
}

.step-indicator {text-align: center;color: #364066;font-size: 14px;margin-bottom: 20px;font-weight: 700;font-family: 'Courier Prime', monospace;}

.step-note {
background: linear-gradient(135deg, #e6f7f7 0%, #f0fafa 100%);
border-left: 4px solid #7CCECF;
padding: 16px 20px;
border-radius: 12px;
margin-bottom: 30px;
}

.step-note p {
color: #364066;
font-size: 14px;
line-height: 1.5;
margin-bottom: 8px;
font-family:"Courier Prime", monospace;
}

.step-note p:last-child {
margin-bottom: 0;
font-weight: 700;
color: #F58F8F;
}
.signin-link {
text-align: center;
font-size: 14px;
color: #364066;
font-family:"Courier Prime", monospace;
}

.signin-link a {
color: #F58F8F;
text-decoration: none;
font-weight: 700;

}

.signin-link a:hover {
text-decoration: underline;
color: #E60405;
}
.gfield label.gfield_label {display: block !important;margin-bottom: 6px !important;color: #364066;font-weight: 700 !important;font-size: 13px !important;font-family: 'Fontdiner Swanky', cursive;}
.ginput_container input:not([type="checkbox"]):not([type="file"]), .ginput_container select , .ginput_container textarea {width: 100% !important;padding: 12px 14px !important;border: 2px solid #DACFB1 !important;border-radius: 10px;font-size: 15px !important;transition: all 0.3s ease;background: #fafafa;font-family: 'Courier Prime', monospace;color: #000000;height: auto;}

.ginput_container input:not([type="checkbox"]):focus {
outline: none;
border-color: #7CCECF !important;
background: white;
box-shadow: 0 0 0 3px rgba(124, 206, 207, 0.15);
transform: translateY(-1px);
}

.ginput_container input:not([type="checkbox"])::placeholder {
color: #999;
}
.gfield_consent_label {
color: #364066;
font-size: 13px;
line-height: 1.5;
cursor: pointer;
font-family: 'Courier Prime', monospace;
}
.ginput_container input[type="checkbox"]:checked  {
background-color: #F58F8F;  
border-color: #F58F8F;  
}
.gfield_consent_label a{
color: #F58F8F;
text-decoration: none;
font-weight: 700;
background: linear-gradient(135deg, #fff5f5, #ffe8e8);
padding: 2px 6px;
border-radius: 4px;
border: 1px solid rgba(245, 143, 143, 0.3);
transition: all 0.3s ease;
}

.gfield_consent_label a:hover {
background: linear-gradient(135deg, #ffe8e8, #ffd0d0);
transform: translateY(-1px);
box-shadow: 0 2px 8px rgba(245, 143, 143, 0.2);
}

.ginput_container_consent {
display: flex;
align-items: flex-start;
gap: 10px;
}

.ginput_container_consent input {
margin: 5px 0 0;
min-width: 18px;
}
.ginput_container {
position: relative;
}
.ginput_container:before {
position: absolute;
bottom: 50%;
right: 12px;
font-size: 18px;
z-index: 1;
transform: translateY(50%);
}
.display-name-icon .ginput_container:before {
content: "👤";
}
.email-icon .ginput_container:before {
content: "📧";
}
.phone-icon .ginput_container:before {
content: "📱";
}
.password-icon .dashicons-hidden:before {
content:"👁️";
}
.password-icon .dashicons-visibility:before {
content:"🙈";
}
.shop-icon .ginput_container:before {
content:"🏪";
}
.phone-display {
    background: linear-gradient(135deg, #DACFB1 0%, #e9e4d0 100%);
    border: 2px solid #DACFB1;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.phone-display b {
    font-family: 'Fontdiner Swanky', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #364066;
    margin-bottom: 8px;
}

.phone-sms {
    font-size: 14px;
    color: #364066;
  font-family: 'Courier Prime', monospace;
}
        .code-inputs {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 35px;
        }

        .code-input {
            width: 55px;
            height: 65px;
            border: 3px solid #DACFB1 !important;
            border-radius: 12px;
            text-align: center;
            font-size: 28px !important;
            font-weight: 700;
            color: #364066;
            background: #fafafa;
            transition: all 0.3s ease;
            font-family: 'Courier Prime', monospace;
        }

        .code-input:focus {
            outline: none;
            border-color: #7CCECF;
            background: white;
            box-shadow: 0 0 0 4px rgba(124, 206, 207, 0.15);
            transform: translateY(-3px);
        }

        .code-input.filled {
            border-color: #7CCECF;
            background: linear-gradient(135deg, #f0fafa 0%, #e6f7f7 100%);
        }

        .code-input.error {
            border-color: #E60405;
            background: #fff5f5;
            animation: shake 0.5s ease-in-out;
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-8px); }
            75% { transform: translateX(8px); }
        }
        .verification-icon {
            text-align: center;
            font-size: 64px;
            animation: pulse 2s ease-in-out infinite;
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        @keyframes pulse {
            0%, 100% { 
                transform: scale(1); 
                opacity: 1; 
            }
            50% { 
                transform: scale(1.05); 
                opacity: 0.8; 
            }
        }
 .resend-section {
            text-align: center;
        }

        .resend-text {
            color: #364066;
            font-size: 14px;
            margin-bottom: 12px;
           font-family: 'Courier Prime', monospace;
        }

         .resend-section a {
            background: none;
            border: none;
            color: #F58F8F;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            text-decoration: underline;
            transition: all 0.3s ease;
            font-family: 'Courier Prime', monospace;
            padding: 8px 16px;
        }

         .resend-section a:hover:not(:disabled) {
            color: #E60405;
            transform: translateY(-1px);
        }
.shop-logo-icon .gform_fileupload_rules , .front-img-upload .gform_fileupload_rules , .back-img-upload .gform_fileupload_rules , .shop-logo-icon .gform_button_select_files , .front-img-upload .gform_button_select_files , .back-img-upload .gform_button_select_files {
  display:none;
}
.shop-logo-icon .gform_drop_instructions , .front-img-upload .gform_drop_instructions , .back-img-upload .gform_drop_instructions {
    font-size: 0;
}
.shop-logo-icon .gform_drop_area:before , .front-img-upload .gform_drop_area:before , .back-img-upload .gform_drop_area:before {
    content: "📸";
    font-size: 40px;
    display: block;
}
.shop-logo-icon .gform_drop_instructions:before , .front-img-upload .gform_drop_instructions:before , .back-img-upload .gform_drop_instructions:before {
    content: "Click to upload or drag & drop";
    color: #364066;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Courier Prime', monospace;
}
 .back-img-upload .gform_drop_instructions:before {
    content: "Upload Back";
}
.front-img-upload .gform_drop_instructions:before{
    content: "Upload Front";
}
.shop-logo-icon .gform_drop_instructions:after {
    content: "PNG, JPG up to 5MB";
    color: #364066;
    font-size: 12px;
    display: block;
}
.front-img-upload .gform_drop_instructions:after , .back-img-upload .gform_drop_instructions:after {
    content: "Max 5MB";
    color: #364066;
    font-size: 12px;
    display: block;
  font-family:'Courier Prime', monospace;
}

.shop-logo-icon .gform_drop_area , .front-img-upload .gform_drop_area , .back-img-upload .gform_drop_area {
    border:0 ;
}
.shop-logo-icon .moxie-shim.moxie-shim-html5 , .front-img-upload .moxie-shim.moxie-shim-html5 , .back-img-upload .moxie-shim.moxie-shim-html5 {
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border: 2px dashed #DACFB1;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.shop-logo-icon .ginput_preview , .front-img-upload .ginput_preview , .back-img-upload .ginput_preview {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'Courier Prime', monospace;
}
        .category-limit-message {
            background: linear-gradient(135deg, #e6f7f7 0%, #d9f2f1 100%);
            border-left: 4px solid #7CCECF;
            padding: 12px 16px;
            border-radius: 8px;
            margin-bottom: 15px;
            font-size: 13px;
            color: #364066;
            line-height: 1.5;
           font-family: 'Courier Prime', monospace;
        }

        .category-limit-message strong {
            color: #F58F8F;
            font-weight: 700;
        }

.seller-grid .categories-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            max-height: 200px;
            overflow-y: auto;
            padding: 10px;
            border: 2px solid #DACFB1;
            border-radius: 12px;
            background: #fafafa;
        }

        .seller-grid .categories-grid::-webkit-scrollbar {
            width: 6px;
        }

        .seller-grid .categories-grid::-webkit-scrollbar-track {
            background: #f8f9fa;
            border-radius: 3px;
        }

        .seller-grid .categories-grid::-webkit-scrollbar-thumb {
            background: #DACFB1;
            border-radius: 3px;
        }

        .seller-grid .category-item {
            background: white;
            border: 2px solid #DACFB1;
            border-radius: 8px;
            padding: 12px 8px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 11px;
            font-weight: 700;
            color: #364066;
            font-family: 'Courier Prime', monospace;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 60px;
            line-height: 1.3;
        }

        .seller-grid .category-item:hover:not(.disabled) {
            border-color: #7CCECF;
            background: #f0faf9;
            transform: translateY(-2px);
        }

        .seller-grid .category-item.selected {
            border-color: #F58F8F;
            background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
            color: #F58F8F;
            font-weight: 700;
        }

        .seller-grid .category-item.selected::after {
            content: '✓';
            position: absolute;
            top: 2px;
            right: 4px;
            font-size: 10px;
        }

        .seller-grid .category-item.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
.selection-counter {
            text-align: center;
            color: #364066;
            font-size: 13px;
            margin-top: 10px;
            font-weight: 400;
        }

        .selected-count {
            color: #F58F8F;
            font-weight: 700;
        }
.terms-links a {
    color: #F58F8F;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Courier Prime', monospace;
}
.terms-links a:hover:not(:disabled) {
color: #E60405;
transform: translateY(-1px);
}
.gform_confirmation_message {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Courier Prime', monospace;
  text-align: center;
}
.sign-up-wraper:has(.gform_confirmation_message) .signin-link {
    display: none;
}
 .selection-summary {
            background: linear-gradient(135deg, #e6f7f7 0%, #d9f2f1 100%);
            border-left: 4px solid #7CCECF;
            padding: 16px 20px;
            border-radius: 12px;
            margin-bottom: 25px;
            text-align: center;
        }

.buyer-grid  .categories-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-bottom: 30px;
max-height: 450px;
overflow-y: auto;
padding-right: 10px;
}

.buyer-grid .categories-grid::-webkit-scrollbar {
width: 8px;
}

.buyer-grid .categories-grid::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

.buyer-grid .categories-grid::-webkit-scrollbar-thumb {
background: #7CCECF;
border-radius: 10px;
}

.buyer-grid .categories-grid::-webkit-scrollbar-thumb:hover {
background: #F58F8F;
}

.buyer-grid .category-card {
border: 3px solid #DACFB1;
border-radius: 16px;
padding: 24px 16px;
cursor: pointer;
transition: all 0.3s ease;
background: white;
text-align: center;
position: relative;
overflow: hidden;
min-height: 130px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.buyer-grid .category-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
transition: left 0.6s;
}

.buyer-grid .category-card:hover::before {
left: 100%;
}

.buyer-grid .category-card:hover {
border-color: #7CCECF;
background: linear-gradient(135deg, #f0faf9 0%, #e6f7f7 100%);
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(124, 206, 207, 0.3);
}

.buyer-grid .category-card.selected {
border-color: #F58F8F;
background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
box-shadow: 0 8px 25px rgba(245, 143, 143, 0.3);
transform: scale(1.05);
}

.buyer-grid .category-card.selected::after {
content: '✓';
position: absolute;
top: 12px;
right: 12px;
background: linear-gradient(135deg, #F58F8F, #E60405);
color: white;
border-radius: 50%;
width: 24px;
height: 24px;
font-size: 14px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(245, 143, 143, 0.4);
}

.buyer-grid .category-icon {font-size: 40px;margin-bottom: 12px;display: flex;filter: grayscale(0.3);transition: all 0.3s ease;}

.buyer-grid .category-card:hover .category-icon,
.buyer-grid .category-card.selected .category-icon {
filter: none;
transform: scale(1.1);
}

.buyer-grid .category-name {font-family: 'Fontdiner Swanky', cursive;font-size: 16px;font-weight: 400;color: #364066;line-height: 1.2;text-transform: capitalize;overflow-wrap: anywhere;}
.progress-section {
background: linear-gradient(135deg, #7CCECF 0%, #F58F8F 100%);
padding: 20px 0;
color: white;
}

.progress-container , .add-product-main .gform_wrapper{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.progress-bar {
width: 100%;
height: 6px;
background: rgba(255, 255, 255, 0.3);
border-radius: 3px;
margin-bottom: 15px;
overflow: hidden;
}

.progress-fill {
height: 100%;
background: linear-gradient(90deg, #F58F8F, #7CCECF);
width: 90%;
border-radius: 3px;
transition: width 0.3s ease;
}

.progress-text {
font-size: 14px;
opacity: 0.95;
text-align: center;
font-weight: 700;
}
.add-product-header {
max-width: 1200px;
margin: 30px auto;
padding: 0 20px;
}

.add-product-title {
font-family: 'Fontdiner Swanky', cursive;
font-size: 32px;
font-weight: 400;
color: #364066;
margin-bottom: 8px;
}

.add-product-subtitle {
color: #364066;
font-size: 16px;
line-height: 1.5;
}
.add-product-main .gform_wrapper form {
background: white;
border-radius: 16px;
padding: 35px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
border: 1px solid #DACFB1;
margin-bottom: 25px;
}
.help-text {
text-align: center;
margin-top: 20px;
font-size: 14px;
color: #364066;
}

.help-text a {
color: #F58F8F;
text-decoration: none;
font-weight: 700;
}

.help-text a:hover {
text-decoration: underline;
color: #E60405;
}
.add-product-footer {
    background: white;
    border-radius: 16px;
    padding: 25px 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #DACFB1;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.add-later-btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Fontdiner Swanky', cursive;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    background: transparent;
    border: 2px solid #DACFB1;
    color: #364066;
}
.add-now-btn {
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Fontdiner Swanky', cursive;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
        background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(230, 4, 5, 0.3);
}
.add-now-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #E60405 0%, #c00000 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(230, 4, 5, 0.4);
    color:#fff;
}
.add-now-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 15px rgba(230, 4, 5, 0.2);
}
.add-later-btn:hover {
    border-color: #7CCECF;
    color: #7CCECF;
    background: rgba(124, 206, 207, 0.05);
}
        .section-title {
            font-family: 'Fontdiner Swanky', cursive;
            font-size: 18px;
            font-weight: 400;
            color: #364066;
            display: flex;
            align-items: center;
            gap: 10px;
        }
.add-product-main .gfield label.gfield_label{
            font-size: 14px !important;
            font-family: 'Courier Prime', monospace;
        }

.yith_wcfm-container:has(.welcome-section) nav.yith-wcfm-navigation {
    display: none !important;
}
 .main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
        }

        .welcome-section {
            background: linear-gradient(135deg, #7CCECF 0%, #F58F8F 100%);
            border-radius: 20px;
            padding: 30px;
            color: white;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .welcome-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(30px, -30px);
        }
         .welcome-section h1.welcome-title {
            font-family: 'Fontdiner Swanky', cursive !important;
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 8px;
            color: #fff;
        }

        .welcome-subtitle {
            font-size: 16px;
            opacity: 0.95;
            font-family: 'Courier Prime', monospace;
        }
.quick-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
#yith_wcfm-main-content .yith-wcfm-content {
    padding: 0;
}
        .quick-action-btn {
            background: rgba(255, 255, 255, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 10px;
            padding: 10px 18px;
            color: white !important;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700 !important;
        }

        .quick-action-btn:hover {
            background: rgba(255, 255, 255, 0.35);
            transform: translateY(-1px);
        }
		.stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
            padding: 0 !important;
        }
		.stats-grid.overview-grid {
            grid-template-columns: 1fr 1fr 1fr;
        }
        .stat-card {
            background: white;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border: 1px solid #DACFB1;
            transition: all 0.3s ease;
            font-family: 'Courier Prime', monospace;
        }

        .stat-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .stat-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .stat-icon {
            width: 45px;
            height: 45px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .stat-icon.revenue {
            background: linear-gradient(135deg, #7CCECF, #364066);
        }

        .stat-icon.orders {
            background: linear-gradient(135deg, #F58F8F, #E60405);
        }

        .stat-icon.products {
            background: linear-gradient(135deg, #364066, #7CCECF);
        }

        .stat-icon.visitors {
            background: linear-gradient(135deg, #DACFB1, #F58F8F);
        }
.stat-value {
            font-family: 'Courier Prime', monospace;
            font-size: 32px;
            font-weight: 700;
            color: #364066;
            margin-bottom: 5px;
            line-height: 1;
        }

        .stat-label {
            color: #364066;
            font-size: 14px;
            font-weight: 400;
        }

        .stat-change {
            font-size: 12px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 12px;
        }

        .stat-change.positive {
            color: #7CCECF;
            background: #e6f7f7;
        }

        .stat-change.negative {
            color: #E60405;
            background: #ffe6e6;
        }
 .user-section {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .shop-name, .user-section .shop-name a {
            font-family: 'Fontdiner Swanky', cursive;
            color: #364066;
            font-weight: 400;
            font-size: 16px;
        }

        .user-menu {
            background: #DACFB1;
            border: 2px solid #DACFB1;
            border-radius: 12px;
            padding: 8px 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
            font-weight: 700;
            color: #364066;
        }

        .user-menu:hover {
            background: #364066;
            color: #DACFB1;
            border-color: #364066;
        }
.yith_wcfm-container:has(.user-section) .yith_wcfm-header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-widget-area {
    width: auto;
    margin-left: auto;
}

.yith_wcfm-widget:has(.user-section) {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
}
.content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }

        .main-content {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .product-side-content {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
.section-card {
            background: white;
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border: 1px solid #DACFB1;
            font-family: 'Courier Prime';
        }

        .section-card .section-title {
            font-family: 'Fontdiner Swanky', cursive;
            font-size: 20px;
            font-weight: 400;
            color: #364066;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
#yith_wcfm-main-content .yith-wcfm-content > div {
    padding: 0px;
}
        .section-title .title-icon {
            font-size: 24px;
            margin-right: 10px;
        }

        .add-product-btn {
            background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%);
            border: none;
            border-radius: 10px;
            padding: 8px 15px;
            color: white !important;
            font-size: 13px;
            font-weight: 700 !important;
            display: inline-flex;
        }

        .add-product-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(230, 4, 5, 0.3);
        }
        .product-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            border-radius: 12px;
            border: 1px solid #DACFB1;
            margin-bottom: 12px;
            transition: all 0.3s ease;
        }

        .product-item:hover {
            background: #fafafa;
            border-color: #7CCECF;
        }
.product-image {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            background: linear-gradient(135deg, #DACFB1, #F58F8F);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .product-info {
            flex: 1;
        }

        .product-name, body.yith-frontend-manager-for-woocommerce .product-name a {
            font-weight: 700;
            color: #364066;
            margin-bottom: 4px;
            font-size: 14px;
            font-family: 'Courier Prime', monospace;
            line-height: 1;
        }

        .product-details {
            font-size: 12px;
            color: #364066;
            padding: 0;
            line-height: 1;
        }
.delivery-btns {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
}
        .product-status {
            text-align: right;
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
            max-width: 450px;
        }
		.status-badge {
            font-size: 11px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-family: 'Courier Prime';
            line-height: 1;
			max-width:80px;
			text-align: center;
        }

        .status-badge.accepted {
            background: #e6f7f7;
            color: #7CCECF;
        }
		
		.status-badge.processing {
            background: #ddf4ff;
			color: #0969da;
			text-transform: capitalize;
        }
		.status-badge.delivered {
			background: #d4f4dd;
			color: #1a7f37;
			text-transform: capitalize;
		}
		
		.status-badge.common {
			background: #fff4ce;
			color: #bf8700;
			text-transform: capitalize;
		}

        .status-badge.pending {
            background: #fff5e6;
            color: #F58F8F;
        }

        .status-badge.denied {
            background: #ffe6e6;
            color: #E60405;
        }

        .product-price {
            font-family: 'Fontdiner Swanky', cursive;
            font-weight: 400;
            color: #364066;
            font-size: 15px;
            margin-top: 4px;
        }
.empty-state {
            text-align: center;
            padding: 40px 20px;
            color: #364066;
        }

        .empty-state-icon {
            font-size: 48px;
            margin-bottom: 15px;
            opacity: 0.5;
        }

        .recent-activity {
            list-style: none;
        }

        .activity-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #f8f9fa;
        }

        .activity-item:last-child {
            border-bottom: none;
        }

        .activity-icon {
            width: 35px;
            height: 35px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
        }

        .activity-icon.sale {
            background: #e6f7f7;
            color: #7CCECF;
        }

        .activity-icon.view {
            background: #ffe6e6;
            color: #F58F8F;
        }

        .activity-icon.message {
            background: #e6e8ed;
            color: #364066;
        }

        .activity-content {
            flex: 1;
        }

        .activity-text {
            font-size: 13px;
            color: #364066;
            font-weight: 700;
            line-height: 1.4;
            font-family: 'Courier Prime';
        }

        .activity-time {
            font-size: 11px;
            color: #364066;
            margin-top: 2px;
            font-family: 'Courier Prime';
        }
div#yith_wcfm-footer {background: transparent;}

#yith_wcfm-footer .yith_wcfm-widget-area {
    padding: 0;
}
        .numeric-value {
            font-family: 'Fontdiner Swanky', cursive;
            font-weight: 400;
        }
.user-menu-wrap ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 16px;
    min-width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #DACFB1;
    border-radius: 9px;
    opacity: 0;
    pointer-events: none;
    z-index: -99;
}
.user-menu-wrap {
    position: relative;
}
.user-menu-wrap ul a {
    color: #000;
}
.user-menu-wrap ul a:hover {
    color: #E60405;
}
.user-menu-wrap:hover ul {
    opacity: 1;
    z-index: 99;
    pointer-events: all;
}
.recent-activity {
    padding: 0;
}

        @media (max-width: 768px) {
            .main-container {
                padding: 20px 15px;
            }

            .content-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .stats-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 15px;
            }

            .welcome-section {
                padding: 20px;
            }

            .welcome-title {
                font-size: 24px;
            }

            .quick-actions {
                gap: 8px;
            }

            .quick-action-btn {
                padding: 8px 14px;
                font-size: 13px;
            }

            .nav-container {
                padding: 0 15px;
            }

            .shop-name {
                display: none;
            }

            .logo svg {
                width: 120px;
                height: 30px;
            }
            #yith_wcfm-main-content .yith_wcfm-main-content-wrap.responsive-nav-closed {
                margin: 0;
                width: 100%;
            }
          #yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-site-name {
            width: 35%;
          }
        }



/* ======================Add Product=================== */
/* ==================================================== */
p.form-field , p.form-field span {
    display:flex;
    align-items: center;
}
p.form-field input#add_product_gallery_image , p.form-field span #upload_image_button {
    margin-bottom: 0 !important;
}

#yith_wcfm-main-content .yith-wcfm-content .button , 
#yith_wcfm-main-content .yith-wcfm-content input[type="submit"] , 
#fep-menu .fep-button , 
.fep-button-active ,
#fep-menu-toggle-button ,
#fep_upload .fep-attachment-field-a ,
#fep-attachment-field-add ,
button#yith-plugin-fw__panel__content__save ,
.woocommerce-MyAccount-orders a.button ,
.woocommerce-MyAccount-content td a.button ,
.woocommerce-MyAccount-content p .button ,
div#yith_wcsc_commissions_header div#yith_wcsc_filter_options button {
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
}
#yith_wcfm-main-content .yith-wcfm-content .button:hover , 
#yith_wcfm-main-content .yith-wcfm-content input[type="submit"]:hover ,
#fep-menu .fep-button:hover , 
#fep-menu-toggle-button:hover ,
#fep_upload .fep-attachment-field-a:hover ,
#fep-attachment-field-add:hover ,
button#yith-plugin-fw__panel__content__save:hover ,
.woocommerce-MyAccount-orders a.button:hover ,
.woocommerce-MyAccount-content td a.button:hover ,
.woocommerce-MyAccount-content p .button:hover ,
div#yith_wcsc_commissions_header div#yith_wcsc_filter_options button:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(230, 4, 5, 0.3) !important;
}
#yith_wcfm-main-content .yith-wcfm-content input[type="submit"]{
    margin-bottom: 0 !important;
    width: 100%;
}
#yith_wcfm-main-content .yith-wcfm-content  .form-field > label ,
label  {
    font-weight: 700;
    color: #364066;
    margin-bottom: 4px;
    font-size: 16px !important;
    font-family: 'Courier Prime', monospace;
    line-height: 1;
}
#yith_wcfm-main-content .yith-wcfm-content .panel-wrap.product_data p.form-field > label {
    font-size: 14px !important;
}    
input#post_title , 
.short.wc_input_price , 
#product_location,
.vendor-fields-container input ,
#fep-messagebox-search-form input.fep-messagebox-search-form-field ,
.vendor-fields-container textarea ,
form.pickup-address input ,
form.woocommerce-EditAccountForm input ,
.product-search-wrapper input.text-field ,
div#yith_wcsc_commissions_header div#yith_wcsc_day_month_year span input ,
.show_if_downloadable p.form-field input ,
.panel-wrap.product_data input ,
#yith_wcfm-main-content .yith-wcfm-content #advanced_product_data textarea ,
#yith_wcfm-main-content .yith-wcfm-content .select2-container .select2-selection ,
#yith_wcfm-main-content .yith-wcfm-content .woocommerce_attribute_data textarea{
    border-radius: 10px !important;
    border: 2px solid #DACFB1 !important;
    transition:0.3s !important;
    margin: 0 5px;
}
input#post_title:focus , 
.short.wc_input_price:focus , 
#product_location:focus ,
.vendor-fields-container input:focus ,
#fep-messagebox-search-form input.fep-messagebox-search-form-field:focus ,
.vendor-fields-container textarea:focus ,
form.pickup-address input:focus ,
form.woocommerce-EditAccountForm input:focus ,
.product-search-wrapper input.text-field:focus ,
div#yith_wcsc_commissions_header div#yith_wcsc_day_month_year span input:focus
.show_if_downloadable p.form-field input:focus ,
.panel-wrap.product_data input:focus ,
#yith_wcfm-main-content .yith-wcfm-content #advanced_product_data textarea:focus ,
#yith_wcfm-main-content .yith-wcfm-content .woocommerce_attribute_data textarea:focus{
    outline: none !important;
    border-color: #7CCECF !important;
    background: white !important;
    box-shadow: 0 0 0 3px rgba(124, 206, 207, 0.15) !important;
    transform: translateY(-1px) !important;
}

#yith_wcfm-main-content .yith-wcfm-content ul#product_catchecklist li label {
    color: #364066 !important;
}
.categorychecklist .styled_checkbox input[type="checkbox"] + i:before , 
.show_if_simple .styled_checkbox input[type="checkbox"] + i:before , 
#yith_wcfm-main-content .styled_checkbox input[type="checkbox"] + i:before {
    background-image:none !important;
     background-color:#F58F8F !important;
    border-radius:3px;
}
.categorychecklist .styled_checkbox input[type="checkbox"]:checked + i:before , 
.show_if_simple .styled_checkbox input[type="checkbox"]:checked + i:before , 
#yith_wcfm-main-content .styled_checkbox input[type="checkbox"]:checked + i:before{ 
   background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path d="M9 12L10.5 13.5V13.5C10.7761 13.7761 11.2239 13.7761 11.5 13.5V13.5L15 10" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') !important;
    background-size: 30px !important; 
    background-position: center !important;
}
.pricing.show_if_simple.show_if_external a.sale_schedule , 
.cancel_sale_schedule {
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-left: 10px !important;
    display: flex;
    height: 45px;
}
.pricing.show_if_simple.show_if_external a.sale_schedule:hover ,
.cancel_sale_schedule:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(230, 4, 5, 0.3) !important;
}
select , 
.sale_price_dates_fields input.hasDatepicker ,
.fep-announcementbox-search-form-field ,
.fep-directory-search-form-field ,
.fep-form-field .fep-field input.input-text ,
.fep-messagebox-search-form-field ,
.form-field select#post_status {
    border-radius: 10px !important;
    border: 2px solid #DACFB1 !important;
    transition:0.3s !important;
    margin-bottom:0px !important;
    margin-right: 10px;
    min-height: 45px ;
    padding: 5px 25px 5px 8px !important;
    width: 100%;
    margin-right: 10px;
}
#yith_wcfm-main-content .yith-wcfm-content select:focus , 
.sale_price_dates_fields input.hasDatepicker:focus ,
.fep-announcementbox-search-form-field:focus ,
.fep-directory-search-form-field:focus ,
.fep-form-field .fep-field input.input-text:focus ,
.fep-messagebox-search-form-field:focus {
     outline: none !important;
    border-color: #7CCECF !important;
    background: white !important;
    box-shadow: 0 0 0 3px rgba(124, 206, 207, 0.15) !important;
}
.form-field select#post_status{
    width: fit-content ;
}
.fep-bulk-action{
    display: flex;
}
.fep-align-centre ul.fep-pagination li {
    list-style: none;
}

/* ======================View Orders=================== */
/* ==================================================== */
#yith-wcfm-orders #orders-search {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#yith-wcfm-orders #orders-search .text-field{
    width: 100% !important;
    border-radius: 10px !important;
    border: 2px solid #DACFB1 !important;
    transition:0.3s !important;
    margin-bottom:0px !important;
    margin-right: 10px;
}
#yith-wcfm-orders #orders-search .text-field:focus{
     outline: none !important;
    border-color: #7CCECF !important;
    background: white !important;
    box-shadow: 0 0 0 3px rgba(124, 206, 207, 0.15) !important;
}
#yith-wcfm-orders #orders-search .search-submit{
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer;
    min-height: 45px !important;
}
#yith-wcfm-orders #orders-search .search-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(230, 4, 5, 0.3);
}
#fep-box-content-content div#fep-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* =======================messages===================== */
/* ==================================================== */
#fep-menu{
    margin-bottom: 25px !important;
}
form.fep-form.fep-form-newmessage {
    display: flex !important;
    gap: 5px;
    flex-direction: column;
}
.fep-form-field-fep_upload .fep-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px !important;
    border: 2px solid #DACFB1 !important;
    transition:0.3s !important;
    padding: 10px 10px;
    width: fit-content;
    margin-top: 15px;
}
.fep-form-field-fep_upload .fep-field div#fep_upload {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fep-attachment-field-input {
    border: none !important;
    border-radius: 0 !important;
}
div#fep-attachment-note {
    display: contents;
}
.fep-attachment-field-div a,fep-attachment-field-a {
    display: inline-block;
}
form.fep-directory-table.form {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
}
form.fep-directory-table.form div#fep-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
form.fep-directory-table.form .fep-table-row ,
.fep-table-row.fep-table-row-message {
    padding: 10px 15px;
    border: 1px solid #ffadad;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.fep-column.fep-column-avatar img {
    height: 50px;
    width: 50px;
}
.fep-column-avatar .fep-avatar-p.fep-avatar-p-90 {
    display: flex;
    gap: 10px;
}
form.fep-directory-table.form .fep-column-name ,
.fep-column.fep-column-author{
    font-weight: 700;
    color: #364066;
    font-size: 15px;
    font-family: 'Courier Prime', monospace;
    line-height: 1;
}
form.fep-directory-table.form a.fep_block_unblock_user , 
.fep-column.fep-column-send_message a ,
.fep-column.fep-column-title span a ,
.fep-column.fep-column-title  {
    font-size: 13px;
    color: #364066 !important;
    padding: 0;
    line-height: 1;
}
.fep-table.fep-action-table > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.fep-table.fep-action-table > div button {
    height: 45px !important;
    margin: 0 10px 0 0 !important;
}
.fep-align-centre ul.fep-pagination {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
div#fep-menu .fep-button {
    border: 1px solid #ff3535 !important;
    border-radius: 10px  !important;
    color: #ff3535!important;
    background: #e5e5e5 !important;
}
/* ====================Shop Settings=================== */
/* ==================================================== */
ul.yith-plugin-fw-tabs li.yith-plugin-fw-tab-element a.nav-tab {
    border: 1px solid #ff3535;
    border-radius: 5px 5px 0 0;
    color: #ff3535;
}
ul.yith-plugin-fw-tabs li.yith-plugin-fw-tab-element a.nav-tab-active{
    background: linear-gradient(135deg, #F58F8F 0%, #e60405 100%) !important;
    border: none !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}
.woocommerce-summary  .woocommerce-summary__item.is-selected {
    background: #fff;
    box-shadow: inset 0 4px 0 #ff3535 !important;
}
.vendor-fields-container a.upload_vendor_image_button {
    color:#ff3535 !important;
}
.vendor-fields-container a.upload_vendor_image_button {
    color:#ff3535 !important;
}
.vendor-fields-container .select2-selection{
    border-radius: 10px !important;
    border: 2px solid #DACFB1 !important;
    transition:0.3s !important;
}
.yith-plugin-ui span.select2.select2-container.select2-container--default.select2-container--focus, 
.yith-plugin-ui span.select2.select2-container.select2-container--default.select2-container--open{
    box-shadow:none !important;
}
#yith_wcfm-main-content .yith-wcfm-content button {
    margin-top: 10px;
}
button#yith-plugin-fw__panel__content__save{
    width: 100%;
}
#yith_wcfm-main-content .yith-wcfm-content select#inspector-select-control-0 {
    border: none !important;
}
a#yith-sc-connect-button {
    margin: 5px 0;
}
#plugin-fw-wc h3 {
    padding: 0;
}

/* ================================================= */
/* ================================================= */
.woocommerce-MyAccount-navigation ul li {
    background: #E5E5E5;
}
.woocommerce-MyAccount-navigation-link.is-active>a {
    color: #ff3535;
}
.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation-link a:focus {
    color: #ff3535;
}
.woocommerce-MyAccount-navigation ul li a {
    font-family: Cutive Mono;
    font-weight: 600;
    padding: 10px 20px;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
}
.woocommerce-MyAccount-navigation-link.is-active {
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%) !important;
}
.woocommerce-MyAccount-content .fep-messagebox-search-form-div ,
.woocommerce-MyAccount-content .fep-announcementbox-search-form-div ,
.woocommerce-MyAccount-content .fep-directory-search-form-div {
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content .fep-form-new_announcement {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
}
.woocommerce-MyAccount-content div#fep-wrapper input[type="checkbox"], 
.woocommerce-MyAccount-content div#fep-wrapper input[type="radio"] {
    background: #F58F8F !important;
    color: #f9f9f9 !important;
    border: 0  !important;
    padding-top: 1px !important;
    border-radius: 3px !important;
    opacity: 1  !important;

}
.woocommerce-MyAccount-content div#fep-wrapper #fep-content input[type="checkbox"]:checked  {
    background: #F58F8F !important;
}
form.pickup-address  #fep-content input[type="checkbox"] {
    border: 0 !important;
    border-radius: 10px !important;
}
form.pickup-address input[type="checkbox"]:focus {
    background-color: #F58F8F !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateY(0px) !important;
}
li.woocommerce-MyAccount-navigation-link.is-active ul.sub-menu li a {
    color: #000;
}
li.woocommerce-MyAccount-navigation-link.is-active ul.sub-menu li.is-active a {
    color: #ff3535;
}
li.woocommerce-MyAccount-navigation-link.is-active ul.sub-menu li a:hover {
    color:#ff3535;
}
.woocommerce-MyAccount-content a.button ,
.woocommerce-MyAccount-content p .button ,
form.pickup-address input.button ,
.woocommerce-MyAccount-content .fep-button {
    background: linear-gradient(135deg, #F58F8F 0%, #E60405 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
    color: white !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-MyAccount-content a.button:hover ,
.woocommerce-MyAccount-content p .button:hover ,
form.pickup-address input.button:hover ,
.woocommerce-MyAccount-content .fep-button:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(230, 4, 5, 0.3) !important;
}
.btn-underline:after, .btn-underline:active:after, .btn-underline:focus:after {
    display: none;
}


.woocommerce-MyAccount-content .woocommerce-form-row.form-row .input-text {
    position: relative;
}
.woocommerce-MyAccount-content span.password-input button {
        position: absolute;
        right: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button.show-password-input:before {
    position: absolute;
    bottom: 20px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm button.show-password-input {
    background: transparent !important;
    border: none !important;
}
.yith-wcfm-content.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input:after {
    content: "👁️";
    height:20px;
    width:20px;
    position: absolute;
    top: 40px;
    right: 12px; 
    font-size: 18px;
    z-index: 1; 
}
#yith-wcfm-coupons .product-search-wrapper {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
#yith-wcfm-coupons .product-search-wrapper input.text-field {
    width: 100% !important;
}
#yith-wcfm-coupons .product-search-wrapper input.search-submit {
    height: 45px !important;
}
.alignleft.actions input {
    height: 45px !important;
}
.alignleft.actions input#post-query-submit {
    width: fit-content !important;
}
.fep-button-active span {
    color: #fff;
}
.woocommerce-MyAccount-content form.pickup-address table.busi_hours input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border-radius: 6px !important;
    background-color: #F58F8F !important;
    border: none !important;
}
.yith-wcfm-content.woocommerce-MyAccount-content button.woocommerce-Button.button {
    width: 100%;
    height:  45px !important;
}
.fep-form-field.fep-form-field-announcement_roles .fep-field {
    display: flex;
    flex-direction: column;
}
#yith_wcfm-main-content #wp-post_content-wrap input.ed_button , 
#yith_wcfm-main-content #wp-post_content-wrap .wp-switch-editor ,
#yith_wcfm-main-content #wp-post_excerpt-wrap input.ed_button,
#yith_wcfm-main-content #wp-post_excerpt-wrap .wp-switch-editor , 
#yith_wcfm-main-content #wp-message_content-wrap input.ed_button ,
#yith_wcfm-main-content #wp-message_content-wrap .wp-switch-editor ,
.woocommerce-MyAccount-content #qt_message_content_toolbar input.ed_button ,
.woocommerce-MyAccount-content #qt_message_content_toolbar .wp-switch-editor ,
.mce-stack-layout-item button ,
.mce-tinymce .mce-widget button {
    box-sizing: content-box;
    position: relative;
    top: 1px;
    background: #ebebeb !important;
    color: #666 !important;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 19px;
    height: 20px;
    margin: 5px 0 5px 5px;
    padding: 3px 8px 4px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
#yith_wcfm-main-content #wp-post_content-wrap input.ed_button:hover , 
#yith_wcfm-main-content #wp-post_content-wrap .wp-switch-editor:hover ,
#yith_wcfm-main-content #wp-post_excerpt-wrap input.ed_button:hover ,
#yith_wcfm-main-content #wp-post_excerpt-wrap .wp-switch-editor:hover ,  
#yith_wcfm-main-content #qt_message_content_toolbar input.ed_button:hover ,
#yith_wcfm-main-content #qt_message_content_toolbar .wp-switch-editor:hover ,
.mce-stack-layout-item button:hover i ,
.mce-toolbar .mce-btn-group .mce-btn:hover {
    transform: translateY(0px) !important;
    box-shadow: none !important;
    color:#666 !important;
}
.mce-tinymce .mce-widget button{
  margin: 0 0 1px 0 !important;
}
.wp-editor-tabs button  {
    margin-bottom: 0 !important;
}
.wp-editor-tabs button:focus{
    box-shadow:none !important;
}
div#yith-wcfm-product select#tax-input-yith_shop_vendor { 
    margin-bottom: 5px !important;

}
.woocommerce-MyAccount-content #qt_message_content_toolbar {
    display: flex;
    align-items: center;
}
div#yith_wcsc_commissions_header div#yith_wcsc_day_month_year span input {
    height: 40px;
    padding: 5px;
}
div#yith_wcsc_commissions_header div#yith_wcsc_filter_options {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
div#yith_wcsc_commissions_header div#yith_wcsc_filter_options button {
    height: 40px;
}
div#yith_wcsc_commissions_header div#yith_wcsc_export_panel {
    display: flex;
    gap: 5px;
    margin-top: 0 !important;
}
div#yith_wcsc_commissions_header div#yith_wcsc_export_panel a {
    width: 130px;
    height: 40px;
}
div#yith_wcsc_commissions_header div#yith_wcsc_filter {
    margin-bottom: 15px;
}
span.description {
    margin-left: 15px !important;
    max-width: 155px;
}
.form-field  span.wrap  {
    display: flex;
    align-items: center;
    gap: 10px;
}
#yith-wcfm-product select {
    padding: 0px 25px 0px 7px !important;
    margin: 0px 5px !important;
}
#linked_product_data .options_group p.form-field span {
    display: grid !important;
    margin-bottom: 0 !important;
}
#linked_product_data .options_group span.select2-selection.select2-selection--multiple {
    border: none !important;
    width: 100% !important;
}
#linked_product_data .options_group ul.select2-selection__rendered {
    padding: 0 !important;
}
#linked_product_data .options_group li.select2-search.select2-search--inline {
    height: 100% !important;
    width: 100% !important;
}
#linked_product_data .options_group span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
#linked_product_data .options_group input.select2-search__field {
    width: 100% !important;
}
#advanced_product_data textarea {
    width: 100% !important;
    min-width: auto !important;
}
span.product-data-wrapper.type_box span.styled_checkbox input {
    margin: 3px 0px 0 0px !important;
}
span.product-data-wrapper.type_box label.show_if_simple.tips.has-checkbox {
    margin: 0px 5px !important;
}
#yith_wcfm-main-content .yith-wcfm-content .woocommerce_attribute_data ul li input {
    border: none !important;
}
#yith_wcfm-main-content .yith-wcfm-content .woocommerce_attribute_data span.select2-selection.select2-selection--multiple {
    margin:0 !important;
}
.marketplace-suggestions-metabox-nosuggestions-placeholder {
    margin: 30px 0 0 30px !important;
}
.marketplace-suggestions-metabox-nosuggestions-placeholder img {
    margin-bottom: 20px;
}
.token-input-list-facebook .token-input-input-token-facebook input {
    border: none !important;
}
.token-input-list-facebook .token-input-input-token-facebook input:focus{
    box-shadow: none !important;
}
.fep-header-unread-text ,
.fep-header-box-size.fep-box-size ,
.numeric-value ,
#yith_wcfm-main-content .yith-wcfm-content table.table ,
#yith_wcfm-main-content .yith-wcfm-content table.yith-wcfm-products,
.tablenav-pages ,
.orders-filter ul li ,
.fep-align-centre ul.fep-pagination li a ,
.product-price ,
.activity-time ,
.woocommerce-summary__item-data span.components-text ,
ul.woocommerce-legend__list li button div span ,
.woocommerce-chart__body.woocommerce-chart__body-column ,
.woocommerce-chart__body.woocommerce-chart__body-column h4 ,
.woocommerce-MyAccount-content table.account-orders-table{
    font-family: 'Courier Prime', monospace !important;
}
.woocommerce-chart__body.woocommerce-chart__body-column .key-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.left-logo .widget.yith_wcfm-widget.widget_block {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.left-logo .yith_wcfm-widget-area {
    width: 100% !important;
    margin: 0 !important;
}
.left-logo .mode-switcher {
    justify-self: end;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #DACFB1;
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
}
.left-logo .user-section {
    justify-self: end;
}
.left-logo a.mode-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    font-family: 'Courier Prime', monospace;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s 
ease;
    background: transparent;
    color: #364066 !important;
    opacity: 0.6;
}
.left-logo a.mode-btn.active {
    background: linear-gradient(135deg, #7CCECF, #F58F8F);
    color: white !important;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(124, 206, 207, 0.3);
}
div#yith_wcfm-header {
    position: sticky;
    top: 0;
    z-index: 99;
}