/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.39
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/* global */
p.error_vendor {
    background-color: #d63638;
    color: #fff;
    width: fit-content;
    padding: 10px 15px;
}
.single-product .woocommerce-message {
    width: 90%;
    margin: 0 auto;
}
.marketking_store_page_individual.woof_search_is_going main#main {
    width: 100%;
    display: block;
}
.woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: #12803e;
    color: #fff;
}
.woof~.storefront-sorting {
    display: none !important;
}
ul.products.only-one {
    display: block;
}
.woof_list label {
    max-width: 80%;
    vertical-align: top;
    padding-top: 0;
}

.woof_list_checkbox li div {
    max-width: 20%;
    display: inline-block;
    vertical-align: top;
}
div#marketking_vendor_page_social_container {
    margin-bottom: 0;
    /* display: none; */
}
div#marketking_vendor_store_page_profile_name {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
    font-weight: 900;
    color: #12803e;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    line-height: 1;
}

div#marketking_vendor_store_page_profile {
    max-width: 300px;
    width: 100%;
    text-align: center;
}

div#marketking_vendor_store_page_profile_pic {
    text-align: center;
    /* margin: 50px auto 0; */
}
ul.products li.product .star-rating {
    margin-left: 0;
}
ul.products li.product img {
    aspect-ratio: 1!important;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
h1.product_title.entry-title {
    text-align: left;
}
.page-id-824 form label, .page-id-824 form p {
    text-align: left;
}
.site-logo img {
    max-width: 500px;
    width: 100%;
    object-fit: contain;
    border-radius: unset;
}

a {
    color: #12803e;
}
div#secondary {
    display: none!important;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #12803e;
    outline: none;
}

/* header */

.col-full {
    max-width: 100%;
    padding: 0;
}

header#masthead {
    padding-top: 0;
}

.upper_header_inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    height: 26px;
}

.left-side {
    width: 40%;
}

.right-side {
    width: 60%;
    text-align: right;
    justify-content: right;
}

.upper_header {
    padding: 15px 0;
}

.upper_header a {
    color: #fff;
}

.left-side, .right-side {
    display: flex;
    gap: 20px;
}

span.separator {
    color: #fff;
}

.search_form .custom-form {
    display: flex;
}

.submit_search {
    position: relative;
}

.submit_search i.fa-solid.fa-magnifying-glass {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

#searchsubmit {
    background-color: #12803e;
    height: 100%;
    width: 100%;
    /* position: absolute; */
    /* z-index: 10; */
    position: relative;
}

.main_header {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.site-logo {
    width: 20%;
}

.search_form {
    width: 71%;
}

.search_form input#s {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 9px 10px;
}

form#searchform {
    margin-bottom: 0;
}

.cart a {
    font-size: 32px;
    color: #12803e;
    padding: 7.5px;
}

.site-logo a {
    position: relative;
    /* top: 9%; */
}
/* header */

/* footer */
.footer_main {
    display: flex;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.footer_col_1, .footer_col_2, .footer_col_3 {
    width: 33.333%;
}

footer#colophon {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 25px 0;
}

footer h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

ul.footer_menu {
    list-style-type: none;
    margin-left: 0;
}

.footer_menu li {
    margin-bottom: 5px;
}

.footer_bottom {
    max-width: 1400px;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    width: 90%;
}

.arr {
    width: 50%;
}

footer .social_icons {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 6px;
}

.footer_bottom a {
    line-height: 1;
    background-color: rgba(18, 128, 62, 0.5);
    color: #12803e!important;
    height: max-content;
    padding: 5px 6px;
}

.footer_bottom p {
    margin-bottom: 0;
}

footer.site-footer a {
    text-decoration: none;
}
/* footer */

/* homepage */
.slick-prev, .slick-next {
    width: 30px;
    height: 30px!important;
    font-size: 30px;
    z-index: 10;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 50px;
}

.slick-prev:before, .slick-next:before {
    font-size: 16px;
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.slick-prev {
    left: 2%;
}

.slick-next {
    right: 2%;
}
p.woocommerce-result-count {
    display: none;
}
.home header.woocommerce-products-header h1 {
    display: none;
}
.carousel_image {
    height: 394px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop_banner_inner {
    display: flex;
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

.banner_col_1 {
    width: 60%;
}

.banner_col_2 {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* height: 100%; */
}

.banner_2, .banner_3 {
    width: 100%;
    height: 192px;
    background-position: center;
    background-size: cover;
}
.shop_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner_col_1 .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #000;
    content: '';
    border-radius: 50px;
}

.banner_col_1 .slick-dots li button {
    width: 10px;
    height: 10px!important;
}

.banner_col_1 .slick-dots li {
    width: 10px;
    height: 10px!important;
}

.shop_banner_inner .slick-dots {
    bottom: 15px;
    height: auto!important;
}

.banner_col_1 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.shop_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 128, 62, 0.2);
    left: 0;
}
ul.products {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 10px; */
    /* width: calc(90% - 210px); */
}

header.woocommerce-products-header {
    padding-bottom: 50px!important;
    width: 100%;
}
.storefront-sorting:first-of-type {
    display: none;
}

.home main#main, .woof_search_is_going main#main  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns {
    max-width: 200px;
}

div#woof_results_by_ajax {
    width: 100%;
    max-width: calc(1200px - 0px);
}
.woof_husky_txt-input {
    background-color: #fff!Important;
    box-shadow: none!important;
}

body.home {
    background-color: #F9F9F9;
}

header#masthead {
    margin-bottom: 0;
}

.woof_container_inner h4 {
    font-size: 16px;
    font-weight: 700;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #12803e;
    color: #fff;
    border: 1px solid #12803e;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background-color: transparent;
    color: #12803e;
    border-color: #12803e;
}

a.added_to_cart.wc-forward {
    display: block;
    width: fit-content;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #12803e;
    border-color: #12803e;
    color: #ffffff;
    border: 1px solid #12803e;
}

.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
    background-color: transparent;
    color: #12803e;
    border-color: #12803e;
}

.product_data {
    text-align: left;
    padding: 10px;
}

li.product {
    background-color: #fff;
    border-radius: 15px;
    margin-right: 10px!important;
    width: calc(25% - 10px)!important;
    margin-bottom: 10px!important;
    padding-bottom: 50px;
}

h2.woocommerce-loop-product__title {
    font-size: 16px!important;
}

ul.products li.product .price {
    font-size: 16px;
    color: #1E3C26;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 30px;
}

span.product_cat {
    font-size: 8px;
    font-family: 'Source Sans Pro', sans-serif;
}

.storeName {
    line-height: 1;
}

li.product a.button.add_to_cart_button {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
}

/* single product */
.wc-bookings-booking-form fieldset {
    max-width: 450px;
    padding: 0;
}

.wc-bookings-booking-form .block-picker li {
    width: 32%;
}

.wc-bookings-booking-form .block-picker li a {
    font-size: 20px;
}
.single-product #main, .woocommerce-cart main#main, .woocommerce-checkout main#main {
    max-width: 1400px;
    margin: 0 auto!important;
    float: none;
    padding-top: 100px;
    width: 90%;
}

nav.woocommerce-breadcrumb {
    display: none;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
    background-color: #12803e;
    border: 1px solid #12803e;
}

button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: transparent;
    color: #12803e;
    border-color: #12803e;
}

.quantity .qty {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #12803e;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-default {
    background-color: rgba(18, 128, 62, 0.6)!important;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-active {
    background-color: rgba(18, 128, 62, 1) !important;
}
.wc-bookings-booking-form .form-field input[type=number], select#wc_bookings_field_resource {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 1px solid #12803e;
    line-height: 1.618;
    padding: 9.88875px;
    font-size: 16px;
}
.wc-bookings-booking-form .form-field {
    display: inline-block;
    min-width: 150px;
    max-width: 450px;
    vertical-align: text-top;
}
#marketking_product_other_offers .product_desc {
    display: none;
}
/* cart */
table.cart tr:first-child td.product-remove {
    max-width: 50px;
}

td.product-thumbnail {
    max-width: 90px;
}

/* checkout */
.form-row input, .form-row textarea, .form-row select {
    background: transparent;
    box-shadow: none;
    border: 1px solid #ccc;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    outline-color: #12803e;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #12803e;
}

/* vendor page */
.marketking_not_vendor .entry-content {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
}
.marketking_vendor h3 {
    display: none;
}
#marketking_vendor_tab_products .woocommerce {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

.marketking_tabclass {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

div#marketking_vendor_store_page_header {
    height: 392px;
}

.marketking_not_vendor h3 {
    display: none;
}

.storefront-breadcrumb {
    display: none;
}
.marketking_vendor_store_page_profile_image {
    max-width: 500px!important;
    margin: 0 auto;
}

.marketking_tab {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    background: transparent;
    box-shadow: none;
    border: 1px solid #12803e;
}

/* mobile menu */
.mobile_menu {
    position: fixed;
    top: 0;
    background-color: #fff;
    max-width: 480px;
    width: 100%;
    min-height: 100vh;
    padding: 30px 20px;
    z-index: 999;
    display: none;
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.menu_section ul {
    list-style: none;
    margin: 0;
}

p.menu.label {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #929292;
}

.menu_section li {
    line-height: 1;
    margin-bottom: 15px;
}

.menu_section:not(:first-child) {
    margin-top: 35px;
}

.menu_section li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.menu_section li a, a.help_link {
    color: #000;
    font-weight: 600;
}

a.mobile_menu_close {
    font-size: 24px;
}

.mobile_site-logo {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mobile_site-logo img {
    max-width: 150px;
}

.mobile_menu.active {
    width: 100%;
    opacity: 1;
    display: block;
}

/* search result */
.search-results div#content {
    max-width: 1400px;
    margin: 50px auto 0px;
    width: 90%;
}

.search-results img {
    max-height: 200px;
    width: auto;
}

.search-results article {
    width: 100%;
}

.search-results main#main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.search-results header.page-header {
    width: 100%;
}

/* all vendors page */
.marketking_stores_page_all main#main {
    max-width: 1400px;
    width: 90%;
    margin: 75px auto 0;
}

/* not found */
.error404 div#content {
    max-width: 1400px;
    width: 90%;
    margin: 75px auto 0;
}

/* feedback additions */
.home .col-full {
    margin: 0;
}
#marketking_send_inquiry_textarea_abovetext {
    margin-top: 0;
}

h1.entry-title {
    text-align: center;
    margin-top: 50px;
}
.in-grid {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

select#marketking_registration_options_dropdown {
    background: transparent;
    box-shadow: none;
    border: 1px solid #12803e;
    padding: 15px 10px;
}

div.wpforms-container-full {
    max-width: 1100px;
    width: 100%;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    width: 100%;
    max-width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #12803e;
    color: #fff;
    border: 1px solid #12803e;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: transparent;
    color: #12803e;
    border: 1px solid #12803e;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    padding: .75em 0;
    font-size: 1em;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: rgba(0, 116, 158, 0.4);
    color: #00749E;
    border-radius: 5px;
    font-weight: 600;
    border: none;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    color: #fff;
}

.marketking_custom_registration_container.marketking_custom_registration_option_833.must_show {
    display: block !important;
}

.woocommerce-tabs ul.tabs li a {
    width: calc(100% - 6px);
    margin: 0 auto;
    padding: 1em 10px;
}

.woocommerce-tabs ul.tabs li.active::after {
    right: 15px;
}

a.reset_variations {
    font-size: 18px;
    margin-left: 0;
    margin-top: 10px;
}

.woocommerce-account .entry-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.search .no-results.not-found {
    max-width: 1400px;
    margin: 50px auto;
    text-align: center;
    width: 90%;
    min-height: 35vh;
}

.search .no-results.not-found .custom-form {
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.search .no-results.not-found input#s {
    width: 90%;
}

.post-824 .entry-content {
    max-width: 1400px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
}


.slick-next:before {
    content: '\f054'!important;
    font-family: "Font Awesome 6 Free";
}

.slick-prev:before {
    content: '\f053' !important;
    font-family: "Font Awesome 6 Free";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #12803e;
}

.error404 .fourohfour-columns-2 {
    display: none;
}

.error404 h1.page-title, .error404 header ~ p {
    text-align: center;
}

.content-area.single-vendor {max-width: 1400px;margin: 100px auto;float: none;width: 90%;}

.single-vendor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
    border: 2px dashed #ccc;
}

.single-vendor-container .left-col {
    width: 25%;
}

.single-vendor-container .right-col {
    width: 75%;
    padding: 25px;
}

.single-vendor-container .left-col img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.single-vendor-container .left-col a {
    /* padding: 20px; */
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #12803e;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

.single-vendor-container .left-col p {
    text-align: center;
    margin-top: 50px;
}

a.store_name {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    display: block;
}

.vendor_detail {
    font-size: 18px;
    margin-bottom: 10px;
}
.cross-sells li.product {
    width: 100%!important;
    max-width: 100%;
}
.loop_container {
    margin-left: 10px;
    width: calc(90% - 210px);
    max-width: 1200px;
    /* margin: 0 auto; */
    width: 90%;
}
.single-product div.product .product_meta .tagged_as {
    display: none!important;
}
.woocommerce-no-products-found {
    width: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: 10px;
}

.no_products_found {
    display: flex;
    width: 90%;
    max-width: 1400px;
}

.woocommerce.columns-4.no_found {
    flex-wrap: wrap;
    gap: 25px;
}

.no_found .no_products_found {
    width: 100%;
}

ol.wp-block-list {
    list-style-position: inside;
}

#marketking_send_inquiry_name, #marketking_send_inquiry_email, #marketking_send_inquiry_phone {
    width: 80%;
}
.wc-bookings-booking-form .block-picker.not_picked li {
    width: 100%;
}
select#wc_bookings_field_resource {
    padding: 11.82625px 9.88875px;
}

h3.marketking_sold_by_title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #12803e;
}

/* not in MBN */
.woocommerce-checkout .variation-Vendor {
    display: none;
}

td.checkout_vendor_name {
    color: #12803e;
    font-weight: 700;
}

span.payment_label, span.payment_info {
    display: inline-block;
    /* padding: 5px 0px; */
}

span.payment_label {
    margin-right: 10px;
    /* width: 50px; */
    font-weight: 700;
}

#payment .options {
    /* margin-top: 25px; */
    /* display: none; */
}

.vendor_payment ul {
    display: none;
}
p.store_name {
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 10px 10px 55px;
    background-color: #f5f5f5;
    position: relative;
}

.vendor_payment ul {
    list-style-position: inside;
    margin: 0;
    padding: 20px 20px 20px 30px;
    background-color: #fff;
}

p.store_name.active {
    background-color: #f5f5f5;
    color: #6d6d6d;
}

p.store_name:after, p.other_methods:after, td.checkout_vendor_name:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease;
}

p.store_name.active:after, p.other_methods.active:after {
    transform: rotate(180deg);
}

.vendor_payment li.total {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.vendor_payment li:not(.total) {
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 15px;
}

span.account_name {
    margin-right: 10px;
    font-weight: 700;
}

li.payment_message {
    list-style: none;
    margin-left: 0!important;
}

.Order.Summary th, .shipping_label th, .shipping_label td, .checkout_total th, .coupons_header td {background: none!important;padding: 0;font-size: 24px;font-weight: 700;padding-left: 0!important;}

tr.Order.Summary, .shipping_label, .checkout_total, .coupons_header {
    /* background-color: #12803e; */
    color: #12803e;
    /* display: block; */
    width: 100%;
}


p.payment_title {
    margin: 0;
    padding: 20px;
    background-color: #12803e;
    color: #fff;
    font-weight: 600;
}

ul.woocommerce-error {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.entry-content ul.woocommerce-error {
    width: 100%;
    margin-bottom: 40px;
}

.payment_method_cod.payment_box, p.other_methods {
    padding: 10px 25px 10px 45px!important;
    background-color: #fafafa;
    cursor: pointer;
}

p.other_methods {
    background-color: #12803e;
    color: #fff;
}

.coupon_field form.checkout_coupon.woocommerce-form-coupon {
    display: block!important;
    margin: 0;
}

.coupon_field th {
    background-color: transparent!important;
    padding: 45px 1em;
}

.coupon_field form.checkout_coupon.woocommerce-form-coupon {
    display: block!important;
    margin: 0;
}

.coupon_field th {
    background-color: transparent!important;
    padding: 45px 1em;
}

.woocommerce-checkout table:not( .has-background ) tbody td {
    background-color: transparent!important;
    /* padding: 5px 20px; */
}

tr.cart-subtotal th, tr.cart-discount th {
    background: transparent;
}

a.back_to_cart {
    font-size: 1.41575em;
    width: 100%;
    white-space: pre-wrap;
    display: inline-block;
    background-color: #C3C3C3;
    border: 1px solid #C3C3C3;
    color: #000;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    text-decoration: none!important;
    text-align: center;
}

.checkout_buttons {
    display: flex;
    gap: 10px;
}

a.return {
    display: block;
    font-size: 22px;
    margin-top: 20px;
}

a.return i.fa-solid.fa-arrow-left {
    margin-right: 10px;
}

dl.variation {
    margin-bottom: 0;
}

.woocommerce-checkout td, .woocommerce-checkout th {
    padding: 5px 20px;
}

.woocommerce-checkout table:not( .has-background ) tbody td.checkout_vendor_name {
    background-color: #f5f5f5 !important;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

tr.vendor_tr {
    display: none;
}

.woocommerce-checkout table:not( .has-background ) tbody td.checkout_vendor_name:hover, .woocommerce-checkout table:not( .has-background ) tbody td.checkout_vendor_name.active {
    background-color: #128245 !important;
    color: #fff;
}

td.checkout_vendor_name.active:after {
    transform: rotate(180deg);
}

span.onsale {
    color: red;
    border-color: red;
}
div#payment.relative {
    position: relative;
}

/* store details */
.vendor_details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* background-color: #eee; */
    border-radius: 5px;
    padding: 20px;
    gap: 25px;
    box-shadow: 5px 7px #ccc;
    width: 95%;
    margin: 0 auto 75px;
    border: 1px solid #ddd;
}

img.vendor_profile {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.vendor_left {
    width: 25%;
    text-align: center;
}

p.vendor_name {
    font-size: 25px;
    font-weight: 700;
    color: #12803e;
}

.vendor_right {
    width: calc(75% - 25px);
}
.vendor_scores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    gap: 12px;
}

p.vendor_rating, p.vendor_num_products, p.vendor_Followers, p.vendor_orders {
    font-size: 20px;
    font-weight: 600;
    color: #12803e;
    margin-bottom: 5px;
}

p.vendor_rating span, p.vendor_num_products span, p.vendor_Followers span, .vendor_orders span {font-weight: 400;color: #232323;}

p.vendor_Followers {}

.vendor_right p {
    width: calc(33.333% - 8px);
}

a.link_to_vendor {
    display: block;
    width: 150px;
    margin: 25px 0 0;
    padding: 10px 15px;
    text-align: center;
    background-color: #12803e;
    color: #fff;
}

/* reviews */
#tab-reviews li.comment {
    padding-left: 25px;
}

#tab-reviews li.review.byuser {
    margin-bottom: 10px!important;
}

@media only screen and (max-width: 1000px){
	/* vendor details */
	.vendor_right p {
		width: calc(50% - 8px);
	}

	.vendor_left {
		width: 40%;
	}

	.vendor_right {
		width: calc(60% - 25px);
	}
	
	p.vendor_rating, p.vendor_num_products, p.vendor_Followers, p.vendor_orders {
		font-size: 16px;
	}
}

@media only screen and (min-width: 901px){
	a.mobile_menu_open {
		display: none;
	}
}

@media only screen and (max-width: 900px){
	.site-logo img {
		max-height: 75px;
		object-fit: contain;
		object-position: left;
	}
	
	a.mobile_menu_open {
		font-size: 24px;
	}
	.upper_header {
		display: none;
	}

	.site-logo {
		width: 100%;
		padding: 20px 0;
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.main_header {
		flex-wrap: wrap;
		padding: 0 0% 10px;
		gap: 20px;
	}

	.col-full {
		margin: 0;
	}

	.search_form {
		width: calc(90% - 20px);
	}

	header .cart {
		width: 10%;
	}

	.shop_banner_inner {
		padding: 30px 5%;
	}

	.woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns {
		max-width: 90%;
	}

	ul.products {
		margin-top: 15px;
	}

	.woof_container.woof_container_checkbox {
		max-width: 33.333%;
	}

	header.woocommerce-products-header {
		padding-bottom: 20px!important;
	}
	#marketking_vendor_tab_products .woocommerce {
		flex-wrap: wrap;
		width: 100%;
	}

	#marketking_vendor_tab_products .woof.woof_sid.woof_sid_flat_white.woof_auto_1_columns {
		max-width: 100%;
	}

	#marketking_vendor_tab_products ul.products {
		width: 100%;
	}
	
	/* after feedback */
	.wc-bookings-booking-form .form-field {
		/* width: 100%; */
	}
	
	 .no_products_found .woof.woof_sid {
        max-width: 100%;
        width: 100%;
    }
    .no_products_found {
        flex-wrap: wrap;
    }
    .woocommerce-no-products-found {
        margin: 25px 0;
    }
}

@media only screen and (min-width: 768px){
	.carousel_banner, .carousel_banner * {
	    height: 100%;
	}
}

@media only screen and (max-width: 767px){
	.loop_container {
		margin: 0;
		width: calc(90% + 5px);
	}

	li.product:nth-child(even) {
		margin-right: 0!important;
	}
	.banner_2 .carousel_image, .banner_3 .carousel_image {
		height: 91px;
	}
	li.product {
		width: calc(50% - 5px)!important;
	}
	.banner_col_1 {
		width: 100%;
	}

	.banner_col_2 {
		width: 100%;
		flex-direction: row;
	}

	.shop_banner_inner {
		flex-wrap: wrap;
	}

	.banner_2, .banner_3 {
		width: 50%;
		height: 91px;
	}

	.carousel_image {
		height: 182px;
	}
	
	.footer_main {flex-wrap: wrap;justify-content: center;}

	.footer_col_1, .footer_col_2, .footer_col_3 {
		width: 100%;
	}

	.footer_main * {
		text-align: center;
	}

	.footer_main img {
		margin: 0 auto;
	}
	.related.products li.product a.button.add_to_cart_button {
		padding: 10px;
	}
	div#marketking_vendor_store_page_header {
		flex-wrap: wrap;
		height: unset;
	}

	div#marketking_vendor_store_page_banner {
		width: 100%;
		height: 25vh;
	}

	div#marketking_vendor_store_page_profile_pic {
		max-width: 250px;
	}

	.marketking_vendor_store_page_profile_image {
		max-width: 100px!important;
		width: 100%;
	}
	
	/*not in mbn*/
	div#payment {
		position: fixed;
		bottom: 0;
		z-index: 9999;
		left: 50%;
		width: 95%;
		transform: translateX(-50%);
		background-color: #fff;
		overflow: scroll;
		max-height: calc(100vh - 200px);
	}

	ul.wc_payment_methods.payment_methods.methods, #payment .place-order {
		display: none;
	}
	footer#colophon {
		z-index: 999999;
		position: relative;
	}
	p.payment_title:after {
		content: '\f078';
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		position: absolute;
		right: 20px;
		transition: all 0.3s ease;
	}
	p.store_name {
		padding: 10px 55px 10px 55px;
	}
	
	/* vendor details */
	.vendor_left {
		width: 100%;
	}

	.vendor_right {
		width: 100%;
	}

	a.link_to_vendor {
		margin: 25px auto;
	}
}
@media only screen and (max-width: 600px){
	.marketking_message_message_time, .b2bking_conversation_message_time {
		width: 90%!important;
	}

	.marketking_message_message, .b2bking_conversation_message {
		padding-bottom: 70px!important;
	}
	.my_account_orders.table td {
		padding: 1em 10px;
	}
	#marketking_send_inquiry_name, #marketking_send_inquiry_email, #marketking_send_inquiry_phone, #marketking_send_inquiry_textarea,#marketking_send_support_textarea {
		width: 100%;
	}
	.single-vendor-container .left-col, .single-vendor-container .right-col {
		width: 100%;
	}

	.single-vendor-container .left-col img {
		max-width: 250px;
		margin: 0 auto;
	}
	
	.woof_container.woof_container_checkbox {
		max-width: 100%!important;
	}
	/* not in MBN	 */
	.checkout_buttons {
		flex-wrap: wrap;
	}
	
	/* vendor details */
	p.vendor_rating span, p.vendor_num_products span, p.vendor_Followers span, .vendor_orders span {
		display: block;
	}
}

@media only screen and (max-width: 480px){
	li.product a.button.add_to_cart_button {
		padding: 10px;
		font-size: 14px;
	}
}