/*
Theme Name: Reequestrian
Author: Lakshya Rana
Version: 1.0
*/
span.price ins {

	text-decoration: none;
}

/* Contact Form 7 - Stunning Full Width Styling */
.wpcf7 form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wpcf7 form label {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-top: 8px;
}

.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form textarea:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

.wpcf7 form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7 form input[type="submit"] {
    background-color: #143d28;
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    width: 100%;
}

.wpcf7 form input[type="submit"]:hover {
  background-color: #143d28b5;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 20px;
  }

  .wpcf7 form input[type="submit"] {
    font-size: 15px;
    padding: 12px 20px;
  }
}

.woocommerce .wishlist-title {
    margin-bottom: 40px !important
}
.wishlist-title h2 {
  display: inline-block !important;
  padding: 0px !important;
  font-family: Cormorant !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #143D28 !important;
  line-height: 100% !important;
}
.wishlist-title-container {
    text-align: center;
}

.wishlist_table .product-add-to-cart a.button{
    background-color: #143D28;
    color: white;
    padding: 12px 20px;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
td.product-name a {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
}
td.product-name h3 a {
    color: #000;
    font-size: 14px;
    line-height: 11px;
    font-family: 'Poppins';
}
.woocommerce table.shop_table {
   
    border-collapse: collapse;
}
  /* .summary .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
      color: rgb(255 0 0);
  }
  .summary .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
      color: rgb(255 0 0);
  } */
.summary .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
   
    text-decoration: none;
    
    color: #000;
}

/* Wishlist Grid Styling */
/* 
.wishlist-items-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.wishlist-items-wrapper tr {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.wishlist-items-wrapper td {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.wishlist-items-wrapper .product-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  border-radius: 8px;
}

.wishlist-items-wrapper .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  display: block;
  margin-top: 10px;
  min-height: 50px;
}

.wishlist-items-wrapper .product-price {
  font-size: 16px;
  color: #111;
  margin: 5px 0;
}

.wishlist-items-wrapper .product-stock-status {
  color: green;
  font-size: 14px;
  margin-bottom: 10px;
}

.wishlist-items-wrapper .product-add-to-cart a {
  background: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

.wishlist-items-wrapper .product-remove a {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  font-size: 18px;
  text-decoration: none;
}

.wishlist-items-wrapper tr {
  position: relative;
} */
.yith-wcwl-add-to-wishlist-button--added svg{
  fill: #fff;
}
span.cart-count {
    color: red;
    font-size: 12px;
    position: absolute;
}
a.cart-contents {
    position: relative;
}


@media (min-width:1200px){
    
table.wishlist_table tr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
tbody.wishlist-items-wrapper {
    border: none;
    display: grid;
    gap: 40px;
    grid-template-columns: 25% 25% 25% 25%;
}
.woocommerce table.shop_table, .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border: none;
    padding: 0;
}
.wishlist_table thead {
    display: none;
}
.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 100%;
}
td.product-name a {
    color: #1A1819;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
td.product-name {
    margin-top: 12px;
}
.woocommerce table.shop_table.wishlist_table tr td {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
   color: #1A1819;
}
td.product-price {
    margin-top: 10px;
    margin-bottom: 10px;
}
td.product-add-to-cart {
    margin-top: 10px;
}
a.remove_from_wishlist.button {
    line-height: 25px;
}
.woocommerce-message {
    border-top-color: #143d28;
}
.woocommerce-message::before {
    content: "\e015";
    color: #143d28;
}
.wishlist-items-wrapper tr:has(.wishlist-out-of-stock) .product-thumbnail img {
    
    opacity: 0.3;
}
/* Greyscale image and badge for out-of-stock wishlist items */
.wishlist-items-wrapper tr.out-of-stock .product-thumbnail {
    position: relative;
}

.wishlist-items-wrapper tr.out-of-stock .product-thumbnail img {
    filter: grayscale(100%);
    opacity: 0.6;
}

/* Out of Stock Badge */
.wishlist-items-wrapper tr:has(.wishlist-out-of-stock) .product-thumbnail::after {
    content: "Out of Stock";
    position: absolute;
    top: 8px;
    left: 8px; /* Change to right: 8px; if you want it on the top-right */
    background-color:#143d28;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    z-index: 10;
}
}



.dokan-dashboard .container {
    max-width: 1317px;
    padding: 0px;
    margin-bottom: 50px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  text-decoration: none !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  line-height: 100% !important;
  color: #1A1819 !important;
  vertical-align: middle !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  padding: 14px 16px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: var(--dokan-sidebar-background-color, #ffffff) !important;
  border: 1px solid #1A181933 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: #143D280D !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  content: '' !important;
}
.dokan-dashboard .dokan-dash-sidebar {
  
    background-color: var(--dokan-sidebar-background-color, #ffffff) !important;
}
input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    color: #fff;
    background-color: #143d28 !important;
    border-color: #143d28 !important;
}
input[type='submit'].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, input[type='submit'].dokan-btn-theme:focus, a.dokan-btn-theme:focus, .dokan-btn-theme:focus, input[type='submit'].dokan-btn-theme:active, a.dokan-btn-theme:active, .dokan-btn-theme:active, input[type='submit'].dokan-btn-theme.active, a.dokan-btn-theme.active, .dokan-btn-theme.active, .open .dropdown-toggleinput[type='submit'].dokan-btn-theme, .open .dropdown-togglea.dokan-btn-theme, .open .dropdown-toggle.dokan-btn-theme {
    color: #fff;
    background-color: #143d28 !important;
    border-color: #143d28 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #f3f5f4;
    color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
   
    background: var(--dokan-sidebar-background-color, #ffffff) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
   
    background: #fff !important;
   
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background: #f3f5f4 !important;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #143d28;
    background: #143d28;
    font-weight: normal;
    color: #ffffff;
}
table.wp-list-table.widefat.fixed.striped.posts thead tr {
   display: none;
}

div#wcfm-main-content {
    max-width: 1317px;
}
.wcfm_menu_logo {
    box-shadow: none !important;
    border-bottom: 1px solid #2007072e !important;
}
.wcfm-page-heading {
    box-shadow: none !important;
    border-bottom: 1px solid #2007072e !important;
}
#wcfm_menu .wcfm_menu_items:hover a span.wcfmfa, #wcfm_menu .wcfm_menu_items a:hover span {
    color: #000000 !important;
}
h2.wcfm_registration_form_heading {
    margin-bottom: 30px;
}
.wcfm_menu_logo a {
    pointer-events: none !important;
    cursor: default !important;
}
.page_collapsible, .wcfm-collapse a.page_collapsible_dummy {
   
    background: #143d28 !important;
    
}
.wcfm_dashboard_stats_block .fa-dollar, .wcfm_dashboard_stats_block .fa-currency {
    background: #143d28 !important;
    
}

.wcfm_dashboard_stats_block .fa-money, .wcfm_dashboard_stats_block .fa-money-bill-alt {
    background: #143d28 !important;
}
.wcfm_dashboard_stats_block .fa-cubes, .wcfm_dashboard_stats_block .fa-cube {
    background: #143d28 !important;
}
.wcfm_dashboard_stats_block .fa-cart-plus {
    background: #143d28 !important;
}
.wcfmmp_sold_by_container {
    display: none;
}
.products .wcfm_buttons {
    display: none;
}

   span#password_validation_msg {
   
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

@media (min-width:768px){
  span#password_validation_msg {
 margin-left: 39%;
}
}
.page-id-489 div#password_strength {
    visibility: hidden;
}
/* 
tr.state_wrapper {
    display: none;
}
tr.store_address_wrap.country_wrapper {
    display: none;
}
tr.zip_wrapper {
    display: none;
}
tr.city_wrapper {
    display: none;
}
tr.street_2_wrapper {
    display: none;
}
tr.street_1_wrapper {
    display: none;
} */

.wcfm-store-setup tr.paymode_field.paymode_bank_transfer.iban_wrapper {
    display: none;
}
tr.twitter_wrapper {
    display: none;
}

div#wcfm_settings_form_policies_head {
    display: none !important;
}
div#wcfm_settings_form_seo_head {
    display: none !important
}
/* .store_address.store_address_wrap {
    display: none !important;
} */
#wcfm-main-contentainer .ui-progressbar .ui-progressbar-value {
    
    border: 1px solid #143d28 !important;
    background: #143d28 !important;
   
}

.product-card img {
    height: 300px !important;
     width: 100% !important;
    object-fit: cover !important;
}
.wst-form-group {
    width: 100% !important;
}

.variations select {
    padding: 2px 10px;
    border-color: #cecece;
}
.wcfm_ele_wrapper.wcfm_catalog_enquiry_button_wrapper {
    display: none;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #143d28;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
}
.checkout-form p#billing_address_2_field {
    display: none !important;
}
.yith-wcwl-add-to-wishlist-button {
    padding: 12px 20px !important;
    font-size: 16px !important;
}
  /* 
  span.select2-container.select2-container--default.select2-container--open{
    
      top: 1552.57px;
  } */

  tr.woocommerce-shipping-totals.shipping td[data-title] {
    text-align: right;
}

.wcfm_form_simple_submit_wrapper .wcfm-info, .wcfm_form_simple_submit_wrapper .wcfm-success, .wcfm_form_simple_submit_wrapper .wcfm-warning, .wcfm_form_simple_submit_wrapper .wcfm-error, .wcfm_form_simple_submit_wrapper .wcfm-validation {
    float: left;
    margin-left: 28%;
    width: 50%;
    padding: 5px 5px 5px 20px;
    position: fixed;
    bottom: 0;
    background: #eceef2;
    z-index: 12;
}

#customers_manage_general_expander p.wcfm_vendor.wcfm_title {
    display: none;
}
#customers_manage_general_expander span.select2.select2-container.select2-container--default {
    display: none;
}

tr.cart-discount.coupon-admin td {
    text-align: end;
}

html,body.woocommerce-cart {
    height: 100%;
}
 

.woocommerce-info::before {
    left: 1.5em !important;
}

.main-navigation-mobile .mobile {
    display: flex !important;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px 16px 10px 16px;
}
 
.main-navigation-mobile .mobile .search-input {
    padding: 0 !important;
    border: none !important;
}
 
span#custom_password_error {
    margin-left: 39%;
    font-size: 13px;
}
.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button, #wcfm_membership_container input.wcfm_submit_button, #wcfm_membership_container a.wcfm_submit_button {
    background-color: #143d28 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}
.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button:hover,
#wcfm_membership_container input.wcfm_submit_button:hover,
#wcfm_membership_container a.wcfm_submit_button:hover {
    background-color: #006637 !important;
}

.page-id-408 .container {
    
    overflow: hidden;
}
.wc-setup-content h1{
 color: black;
    text-align: center;
  
}
.wcfm-store-setup .wc-setup-actions .wcfm_submit_button {
    background: #143d28;
    border-radius: 0px;
    border-color: #143d28 !important;
}
.wcfm-store-setup .wc-setup-actions .wcfm_submit_button:hover {
    background: #006637;
    border-radius: 0px;
    border-color: #143d28 !important;
}
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #000000;
    border-color: #143d28;
    background: #f6f7f7;
    vertical-align: top;
    border-radius: 0px !important;
}
.wcfm-store-setup .wc-setup-actions .wcfm_submit_button {
   
    color: #ffffff;
    font-family: sans-serif;
    text-shadow: none;
    border-color: #143d28 !important;
}

.page-template-page-vendor-products h1.woocommerce-products-header__title.page-title.shop-header {
    display: none !important;
}

@media (min-width: 1200px) {
    .page-template-page-vendor-products .container {
        max-width: 1320px !important;
    }
}

.slick-prev:before, .slick-next:before {
   
    color: #143d28 !important;
    
}
span.wc-msg-close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
}

.woocommerce-message {
    position: relative;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 20px !important;
}

@media (max-width: 768px) {
   .cart-details .col-md-1.p-0 {
    width: 10%;
    display: flex;
    align-items: flex-end;
}
.cart-details .col-md-11.p-0 {
    width: 90%;
    
}
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  transition: opacity 0.5s ease;
}

.woocommerce-ResetPassword .woocommerce-password-hint {
   
    display: none !important;
}
.woocommerce-ResetPassword #password_strength{
    display: none !important;
}

.woocommerce-ResetPassword .password-error-box::before {
    content: "\e013";
    color: #f86c6b;
    font-weight: bold;
    margin-right: 10px;
    display: none !important;
}

.accountHead {
    display: flex;
    gap: 20px;
}

.custom-attributes-wrapper {
  margin-top: 20px;
  font-size: 14px;
}

.custom-attributes-wrapper .attribute-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.attribute-name {
  flex: 1;
  font-weight: 700;
  color: #333;
  font-size: 16px;
}

.attribute-value-box {
  flex: 2;
  background-color: #ffff;
  border: 1px solid #cecece;
  padding: 6px 12px;
  /* border-radius: 4px; */
  text-align: left;
  color: #000000;;
}


#variations_image_0_remove_button{
    display:none;
}
#gallery_img span.multi_input_block_manupulate.remove_multi_input_block.wcfmfa.fa-times-circle,#gallery_img span.add_multi_input_block.multi_input_block_manupulate.wcfmfa.fa-plus-circle{
    display:block!important
}
.single-product .variations_form.cart .variations{
  display: none!important;
}

div#wpcf7-f1085-o1 form, #wpcf7-f2332-o1 form, #wpcf7-f2260-o1 form {
    padding: 0px;
    background-color: transparent;
        margin: inherit;
    box-shadow: none;
}
.subscribe-wrapper {
    display: flex;
    gap: 10px;
}

div#wpcf7-f1085-o1 .wpcf7-email, #wpcf7-f2332-o1 .wpcf7-email, #wpcf7-f2260-o1 .wpcf7-email {
    padding: 12px 16px 12px 16px;
    border: 1px solid #1A181933;
    border-radius: 1px;
    background-color: #EFEBE4;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    margin-top: 0px;
}

div#wpcf7-f1085-o1 .wpcf7-submit, #wpcf7-f2332-o1 .wpcf7-submit, #wpcf7-f2260-o1 .wpcf7-submit {
    background-color: #143D28;
    color: #fff;
    border: none;
    padding: 12px 12px 10px 12px;
    border-radius: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    margin-top: 0px;
}
div#wpcf7-f1085-o1 .wpcf7-response-output, #wpcf7-f2332-o1 .wpcf7-response-output, #wpcf7-f2260-o1 .wpcf7-response-output {
    margin: 0px;
    padding: 0.2em 1em;
    
}
a[data-tip="Products Export"] {
  display: none !important;
}