/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@media (max-width: 575px) {
    #wcfmmp-store .banner_img {
        height: 400px !important;
        max-height: 400px !important;
    }
}
a#wcfm_follow_delete, a#wcfm_follow_now, span.badge.onsale.perc, li.tab-wcfm_enquiry_tab, #tab-wcfm_enquiry_tab, .wolmart-price-filter span.count{
    display: none !important;
}
body {
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr; /* Default to 1 column */
    gap: 20px;
    max-width: 100%; /* Ensure grid container doesn't exceed width */
    box-sizing: border-box;
}

/* Two columns on tablets (min-width: 768px) */
@media (min-width: 768px) {
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Three columns on larger screens (min-width: 1024px) */
@media (min-width: 1024px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Fix for individual review items */
.review-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
}

.review-item img {
    max-width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.review-rating {
    font-size: 18px;
    color: #f39c12;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #0073aa;
    text-decoration: none;
    color: #0073aa;
    border-radius: 5px;
}

.pagination a.current {
    background: #0073aa;
    color: white;
}
/* Review from css */
#wcfm-vendor-review-form {
    max-width: 500px;
    margin: auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#wcfm-vendor-review-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

#wcfm-vendor-review-form input, 
#wcfm-vendor-review-form select, 
#wcfm-vendor-review-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#wcfm-vendor-review-form button {
    background: #0073aa;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#wcfm-vendor-review-form button:hover {
    background: #005a87;
}

#review-message {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: green;
}
select#rating {
    display: none !important;
}
#footer .elementor-26{
	background-color:#000000 !important;
}
ul.products {
 translate: no;
}

.login-as-user {
    position: fixed;
    right: 0 !important;
     width: 50% !important;
    z-index: 999999;
}
.w357-login-as-user-frontend-btn .w357Ping {
    position: absolute;
    top: 0 !important;
    left: 50%;
    width: 180px;
    height: 180px;
    background: none !important;
    border-radius: 0 !important;
    transform: none !important;
    animation: none !important;
    z-index: 5;
}
/*
span.avg-rating-title, .ratings-review {
    color: #fff;
}
*/
#wwkTooltip li.wwk-widget__list-group-item.wwk-widget__list-group-item--rating {
    display: none !important;
}
.star-rating span:after{
	color:#d28a0f  !important;
}
 .star-rating:before {
	color:rgb(233 171 78 / 95%) !important;
}
.ratings-container .star-rating span{
	width: 100% !important;
}
.elementor-element.elementor-element-2043b54.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,.elementor-element.elementor-element-9596a42.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    width: 90%;
    padding: 0px 19px 0 0;
}
input#wcfm_membership_register_button {
    background-color: #e0c163 !important;
    border: 2px solid #e0c163 !important;
    cursor: pointer;
}
.elementor-social-icon{
	background-color: #69727d08 !important;
}
.klarna img {
    width: 56px;
}
.klarna {
    display: flex;
    width: 100%;
    text-align: center;
}
.klarna p {
    margin-bottom: 0 !important;
    margin-left: 11px;
    padding: 16px 0;
}

tr.twitter_wrapper, tr.snapchat_wrapper, tr.pinterest_wrapper {
    display: none;
}
.img_div {
    height: 200px;
    text-align: center;
}
@media (max-width: 575px) {
    ul.tab_links {
		display: flex;
	}
	ul.tab_links li {
		text-align: center;
	}
	.rgt.right_side.store-main-content {
		width: 100% !important;
	}
	#wcfmmp-store .tab_area .tab_links li:not(:last-child) {
		margin-right: 1rem !important;
	}
}
@media (min-width: 481px) and (max-width: 575px) {
	#wcfmmp-store .tab_area .tab_links li:not(:last-child) {
		margin-right: 3rem !important;
	}
}
svg#whatups {
   /* width: 56px !important;
    height: 39px !important; */
}
/*.bookdemo {
    margin-top: -8.6%;
}
.bookdemo1 {
    margin-top: -6.2%;
}*/

.external_cum .description,
    body.external_cumbody .wcfm-tabWrap {
        display: none !important;
    }
.force_show_campaign_field.wcfm_ele_hide,
    .force_show_campaign_plt.wcfm_ele_hide,
    #facebook_campaign {
        display: none !important;
    }
    #facebook_campaign.hideon {
        display: block !important;
    }
    .force_show_campaign_field.wcfm_ele_hide.name_cum_campaign,
    .force_show_campaign_plt.wcfm_ele_hide.cam_platforms {
        display: block !important;
    }
    select#influencer_gender {
        height: auto !important;
    }
body.external_cumbody input[type="checkbox"].force_show_campaign_field.name_cum_campaign.wcfm-checkbox {
    display: inline-block !important;
}
body.external_cumbody select#followers_reach, 
body.external_cumbody select#influencers_need, 
body.external_cumbody #campaign_reward_pay, 
body.external_cumbody #influencer_gender,
body.external_cumbody input#campaign_start_date,
body.external_cumbody #campaign_end_date {
    display: inline-block !important;
}

.custom-campaign-box li {
    padding-bottom: 7px;
}
p.custom-message {
    width: 200px;
    display: block;
    margin: 0 auto !important;
    padding-bottom: 12px !important;
    color: #1cc0dd;
}
a.wcfm-action-icon.wcfm_ext_payment {
    display: inline-table;
    padding: 1px 10px !important;
}
a.wcfm-action-icon.mark-complete-ajax {
    display: inline;
    padding: 6px 5px !important;
}
.custom-message-link {
    text-decoration: none;
    color: inherit;
}
.custom-message-counter span {
    background: #e0c163;
    color: #fff;
    font-size: 12px;
}

a.custom-message-link.wishlist.block-type {
    color: #fff;
}
span.custom-message-counter.wish-count .bpbmuc.bpbmuc-hide-when-null.bpbmuc-preserve-space[data-count="0"] {
    visibility: visible !important;
}

span.wcfm-wating {
    display: block;
    background-color: orangered;
    text-align: center;
}
span.wcfm-action-icono.done {
    display: inline;
    background: green;
}
span.wcfm-influncer-marked {
    display: block;
    background: #b530ab;
    width: 55%;
    margin: 4px  auto;
    padding: 4px;
}
#wcfm-main-contentainer .wcfm-container table tbody td span.wcfm-accept.wcfm-action-icon {
    display: inline;
    background-color: #bf762c !important;
    padding: 4px !important;
}

span.wcfm-not-accept {
    display: inline;
    padding: 4px !important;
}
span.wcfm-supplier-not {
    background-color: #c92323;
    display: inline-block;
}

h3.woocommerce-loop-product__title a {
    pointer-events: none;
}
.product-loop {
    cursor: pointer;
}
p.msg {
    text-align: center;
    background-color: yellow;
    color: red;
    font-size: 20px;
    font-weight: 700;
}
span.wcfm-supplier-accept {
    display: inline-block;
    background-color: green;
    padding: 3px 5px;
}
p.button_text.wcfm_ele.wcfm_half_ele_title.wcfm_title.external {
    display: none;
}

#wcfm-sell_items_catalog a.wcfm_product_title {
    pointer-events: none;
}
#wcfm-sell_items_catalog a.wcfm-action-icon:has(.fa-eye.text_tip), .wcfm_sell_items_catalog_filter_wrap.wcfm_filters_wrap, div#wcfm-sell_items_catalog_filter, tr.website_wrapper {
    display: none !important;
}

div#wcfm-pending_items_catalog_filter, .wcfm_pending_items_catalog_filter_wrap, div#wcfm-products_filter, .wcfm_products_filter_wrap.wcfm_filters_wrap{
    display: none !important;
}

a.wcfm_import_export.text_tip, span.wcfm_products_limit_label, a.add_new_wcfm_ele_dashboard:has(.wcfmfa.fa-download), .wcfm-container.wcfm-top-element-container b, .wcfm-container.wcfm-top-element-container:has(b) {
    display: none !important;
}

.mesg p {
    color: red;
}
.kvk span.required, .btw span.required {
    display: none;
}
.wcfm_menu_items.wcfm_menu_wcfm-products span.text {
    font-size: 14px !important;
    margin-right: 0px !important;
}
.wcfm_menu_items.wcfm_menu_wcfm-pending-items-catalog span.text, .wcfm_menu_wcfm-vendors span.text {
    font-size: 13px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
span.paypublish {
    color: red;
}
a.wcfm_product_title {
    pointer-events: none;
    cursor: pointer !important;
}

a > img.woocommerce-placeholder.wp-post-image {
  pointer-events: none; /* disables clicking on image only */
}

a.wc-return-to-dashboard {
    display: none;
}
a.wcfm_header_panel_messages.text_tip, a.wcfm_header_panel_notice.text_tip,
a.wcfm_header_panel_knowledgebase.text_tip {
    display: none;
}
#wcfm-main-contentainer .wcfm_menu_toggler, #wcfm-main-contentainer .wcfm_responsive_menu_toggler{
    width: 25px !important;
}
.wcfm-page-headig .wcfmfa {
    font-size: 24px !important;
    margin-top: 20px !important;
}

@media only screen and (max-width: 500px) {
    #wcfm_menu {
        width: 96% !important;
    }
}


@media (min-width: 500px) and (max-width: 768px) {
    #wcfm_menu {
        width: 70% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #wcfm_menu {
        width: 30% !important;
    }
    #wcfm-main-contentainer .wcfm-collapse{
        width: 70% !important;
    }
}

@media (min-width: 1024px) and (max-width: 4024px) {
    #wcfm_menu {
        width: 28% !important;
    }
    #wcfm-main-contentainer .wcfm-collapse{
        width: 72% !important;
    }
}

#wcfm-main-contentainer .wcfm_menu_toggle {
    width: 0px !important;
}

div#wcfm_preview_links {
    height: 1100px !important;
}
.custom-dashboard-storefront {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border: 1px solid #ddd;
    margin: 40px auto;
    max-width: 700px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#copy-storefront-btn {
    background-color: #007cba;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}
#copy-storefront-btn:hover {
    background-color: #005fa3;
}
.infodash {
    padding: 20px 0;
}
#wcfm_collaboration_form .wcfm-form-group {
    padding-bottom: 30px;
}
#wcfm_collaboration_form .wcfm-form-group.textareas {
    display: grid;
}

div#wcfm_preview_links {
    overflow-y: scroll !important;
}
a.button.deny-job.disablelink {
    pointer-events: none;
    cursor: pointer !important;
    background-color: green;
}

.join-store-button {
  display: inline-block;
  padding: 10px 20px;
  border: 3px solid black;
  border-radius: 20px;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  transition: all 0.3s ease;
}
.join-store-button:hover {
  background-color: black;
  color: white;
}

a.join-store-button {
    border: 1px solid;
    padding: 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.store-section {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 42px;
}

body.hide-cart-wishlist .elementor-widget-wolmart_header_wishlist,
body.hide-cart-wishlist .elementor-widget-wolmart_header_cart {
    display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.wcfm_responsive_menu_toggler:hover,
.wcfm_responsive_menu_toggler:focus,
.wcfm_responsive_menu_toggler.active,
.wcfm_responsive_menu_toggler {
  animation: pulse 2s infinite;
  border-radius: 20%;
}

.wcfm_responsive_menu_toggler {
    margin-left: 14px;
    margin-right: 14px !important;
}

.userloginbtn {
    text-align: center;
    margin: 20px 0px;
    display: block;
}

div#wcfm_support_listing_expander {
    display: none;
}
#wcfm_support_listing .wcfm-container.wcfm-top-element-container{
    display: none;
}
.supportcus.elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    justify-content: center;
    gap: 23px;
    padding: 20px 0px;
}
p.collab_green {
    color: green;
    font-weight: 600;
}

body.page-template-page-view-campaign form.woocommerce-ordering {
    margin-bottom: 20px;
}

body.page-template-page-view-campaign a.btn-product-icon.product_type_external.product_read_more {
    display: none;
}
.view_campaing_pagination {
    display: block;
    text-align: center;
}

/*body.hide-register-form .logoutuser{
    display: none;
}*/
#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {  background-color: #fff !important; }

#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {  width: 100% !important;}
.hide-register-form .Toastify { display:none !important; }

body.show-register-mesg .loginuser{
    display: none !important;
}
.loginuser { display:none !important; }
body.show_vendor_flow .loginuser{ display: block !important; }
body.show_vendor_flow #wcfm-content { display:none !important; }
.noticesuccess {
    color: green;
}

body.page-id-27709 footer#footer, body.page-id-28807 footer#footer {
    display: none !important;
}

body.page-id-27709 main#main, body.page-id-28807 main#main{
    padding-bottom: 30px;
}
.vendor-widget-3 .vendor-products-count {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word;
    text-align: center;
    line-height: 1.7 !important;
}

/* hide menu */

.wcfm_menu_items.wcfm_menu_wcfm-sell-items-catalog, .wcfm_menu_items.wcfm_menu_collabs-data,.wcfm_menu_items.wcfm_menu_collaborate-setting {
    display: none !important;
}

div.hideprofile, div.contenthide {
    display: none !important;
}

.wc-setup-content tr.phone_wrapper, tr.kvk_wrapper, tr.btw_wrapper, tr.street_1_wrapper, tr.zip_wrapper, tr.city_wrapper{
    display: none !important;
}

/* hide product view option */

.wcfm-action-icon[href*="campaign/"]:has(.fa-eye), .wcfm-action-icon[href*="campaign/"]:has(.fa-edit) {
    display: none !important;
}

.elementor-26 .elementor-element.elementor-element-9a72b3d.elementor-column > .elementor-widget-wrap {
    justify-content: center !important;
}

/**/
#wcfm-content { border-color: #e5e7eb; }
#wcfm_menu { width: 250px !important; background: #fff; flex: inherit; }
.wcfm_menu_logo { background: #fff; color: #000; box-shadow: none; border-bottom: 1px solid #e5e7eb; }
.wcfm_menu_logo h4, .wcfm_menu_logo h4 a, #wcfm-main-contentainer .wcfm-page-headig, #wcfm-main-contentainer .wcfm-page-headig .wcfmfa, .wcfm_menu_logo, .wcfm_menu_no_logo, .wcfm-page-headig .wcfm-page-heading-text, #wcfm-main-contentainer .wcfm-page-headig .wcfmfa { color: #000 !important; }
#wcfm-main-contentainer .wcfm-page-headig { background: #fff; box-shadow: none; padding-left: 15px; border-left: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
#wcfm-main-contentainer .wcfm-page-headig .wcfmfa.fa-chalkboard { margin-left: 10px; }
#wcfm_menu .wcfm_menu_item span { color: #000; margin: 0; }
#main #wcfm_menu .wcfm_menu_items a.wcfm_menu_item { padding: 15px 10px; height: auto; border-radius: 10px; gap: 5px; }
#main #wcfm_menu .wcfm_menu_items a.wcfm_menu_item::after { display: none; }
#main #wcfm_menu .wcfm_menu_items { padding: 0 10px; }
#wcfm_menu .wcfm_menu_item span.text { font-size: 14px; font-weight: 400; }
#main #wcfm_menu .wcfm_menu_items a.wcfm_menu_item:hover { background: #f3f4f6; }
#wcfm_menu .wcfm_menu_items a:hover span { color: #000 !important; } 
#main #wcfm_menu .wcfm_menu_items a.wcfm_menu_item.active { background: #6542f0; }
#main #wcfm_menu .wcfm_menu_items a.wcfm_menu_item.active span { color: #fff !important; }
.wcfm-collapse-content { padding: 25px; }
#wcfm-main-contentainer .wcfm_menu_toggle { width: 65px !important; overflow: hidden; flex: inherit; }
#wcfm-main-contentainer .wcfm-collapse { width: calc(100% - 250px); }
.wcfm_header_panel_profile { display:none; }
/* ── WCFM sidebar store logo — circular like avatar ── */
##wcfm-content .wcfm_menu_logo .wcfm_store_logo_icon img{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #e5e7eb;
    display: block;
}

#wcfm-menu .wcfm_menu_logo h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

#wcfm-menu .wcfm_menu_logo h4 a:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}
@media(max-width:768px){
#wcfm-main-contentainer .wcfm-page-headig { padding: 0; }
.wcfm-collapse-content { padding: 15px; }
#wcfm-main-contentainer .wcfm_menu_toggle { width: auto !important; }
#wcfm_menu { width: 100% !important; max-width: 300px; }

}