/*
Theme Name: Martfury Child
Theme URI: http://demo2.drfuri.com/martfury
Template: martfury
Author: DrFuri
Author URI: http://demo2.drfuri.com
Description: WooCommerce Marketplace WordPress Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,full-width-template,post-formats,theme-options,threaded-comments,translation-ready
Version: 2.3.1.1587148149
Updated: 2020-04-17 21:29:09

*/
.site-footer .footer-payments .text {
    color: #000;
    font-size: 11px;
}

.filter_btn {
	display: block;
	color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #fcb800;
  align-items: center;
	margin: 0px auto;
	position: fixed;
    bottom: 0px;
    left: -100%;
    z-index: 9999999;
    width: 100%;
    opacity: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    min-width: auto;
    padding: 0 10px;
    overflow: hidden;
    transition: transform 0.35s ease;
}
.filter_btn.active {
    opacity:1;
    transform: translate3d(100%, 0, 0);
}
.filter_btn:hover {
	color: #000;
}
.woocommerce div.product form.cart {
	position: relative;
	margin-bottom: 60px;
}
#awooc-custom-order-button {
	position: absolute!important;
    top: 1px;
    border-radius: 3px;
	height: 52px;
    line-height: 52px;
    right: 115px;
}
/* .actions-button {
    margin-left: 515px;
} */
.woocommerce div.product form.cart .actions-button {
    position: absolute;
    bottom: -55px;
    display: flex;
}
.woocommerce div.product form.cart .button {
    height: 52px;
    line-height: 52px;
}
.woocommerce div.product form.cart .button.awooc-custom-order-button {
    margin-left: 20px;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a > span, .woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a > span, .woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a > span {
    display: block;
}
.woocommerce .mf-single-product.mf-product-sidebar form.cart .yith-wcwl-add-to-wishlist, .woocommerce .mf-single-product.mf-product-sidebar form.cart .mf-compare-button {
    margin-left: 0;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a, .woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a, .woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
    width: 100%;
}
.woocommerce div.product form.cart .actions-button .mf-wishlist-button {
    margin-right: 50px;
}
.woocommerce div.product .mf-compare-button .compare {
    width: 100%;
    overflow: visible;
    display: block;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control {
  transition: border 0.5s;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.15)!important;
  padding: 0 15px;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap.awooc-text,
.wpcf7 .wpcf7-form-control-wrap.awooc-tel,
.wpcf7 .wpcf7-form-control-wrap.awooc-email {
  margin-bottom: 0;
}

.modal-content #awooc-custom-order-button {
	right: -10px;
}

.modal-content .actions-button {
	margin-left: -19px;
	margin-top: 10px;
}
.custom_quickview a {
	color: #666;
}
.custom_quickview a:hover {
	color: #fcb800;
}
.custom_quickview span {
	padding-left: 5px;
}
.mf-els-modal-mobile .search-field {
    width: 90%;
}
.close-search-tab {
    font-size: 18px;
    color: #000;
    line-height: 1;
	margin-left: 10px;
}
.extras-menu .login-text {
    display: none;
}
.woocommerce .mf-single-product.mf-product-sidebar form.cart div.quantity {
    display: none!important;
}

.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart div.quantity {
    display: none;
}

.woocommerce form .form-row#billing_country_field {
    display: none;
}

.popupaoc-button {
    background-color: #93be2b;
    width: 200px;
    margin-top: 10px;
    line-height: 16px;
    font-weight: 100;
    font-size: 14px;
    border-radius: 5px;
}
.mobile-version.woocommerce div.product form.cart {
    margin-bottom: 75px;
}
.woocommerce div.product form.variations_form.cart {
    display: block;
}
.woocommerce div.product form.cart div.quantity {
    display: none!important;
}
#menu-extra-register {
    display: none;
}
.site-header .product-extra-search .products-search.actived .search-wrapper .search-results {
    width: 500px;
}
.woocommerce .modal-content div.product div.images img {
    max-height: 570px;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 95%;
    height: 100%;
    margin: 0px auto;
}
.catalog-sidebar {
    height: calc(100vh - 62px);
    overflow: auto;
}
.catalog-sidebar.fixed {
    position: fixed;
    top: 62px;
    z-index: 999;
}
.custom-properties {
    margin-bottom: 10px;
}
.custom-properties-wrap {
    display: flex;
    justify-content: space-between;
}
.custom-properties-subtitle {
    max-width: 35%;
    width: 100%;
}
.custom-properties-value {
    max-width: 65%;
    width: 100%;
}
.custom-properties-subtitle a {
    border-bottom: 1px dashed #0066cc;  
}
.custom-properties-subtitle a:hover {
    border-bottom: 1px dashed #fcb800;  
}
.custom-garanty {
    font-weight: bold;
}
.custom-promo {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .button.button_mobile {
    display: none;
}
.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .single_add_to_cart_button, 
.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .buy_now_button {
    position: static;
    height: 52px;
    line-height: 52px;
    padding: 0 25px;
    border-radius: 3px;
    width: 200px;
    min-width: 200px;
}
.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .single_add_to_cart_button.button_mobile, 
.mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .buy_now_button.button_mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    opacity: 1;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    min-width: auto;
    padding: 0 10px;
    overflow: hidden;
}
.woocommerce div.product form.cart .button.button_mobile {
    color: #fcb800;
}
.mobile-version .mf-catalog-close-sidebar {
    width: 80%;
    left: -80%;  
}
.mobile-version.mf-catalog-page .catalog-sidebar, .mobile-version.mf-catalog-page .vendor_sidebar {
    width: 80%;
    left: -80%; 
}

.filter__checkgroup-title:before {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d1d1;
	content: "";
	background-color: #fff;
}

.filter__checkgroup-title:after {
	content: '\e934';
	display: inline-block;
	font: normal normal normal 14px/1 linearicons;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
	font-size: 10px;
	opacity: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-weight: 600;
}
.filter__checkgroup-link .filter__checkgroup-control {
    opacity: 0;
    display: none;
}
.filter__checkgroup-title {
    padding-left: 20px;
    position: relative;
}
.filter__checkgroup-control:checked ~ .filter__checkgroup-title:before {
    border: 1px solid #fcb800;
}
.filter__checkgroup-control:checked ~ .filter__checkgroup-title:after {
    opacity: 1;
    color: #fb5291;
}
.mobile-version.mf-catalog-page .catalog-sidebar .widget .closed {
    display: block!important;
}
.mobile-version.mf-catalog-page .catalog-sidebar .widget .widget-title:after {
    display: none;
}
.mobile-version.mf-catalog-page .catalog-sidebar .widget .widget-title.non-active {
    margin-bottom: 25px;
}

@media (max-width: 1199px){
	.woocommerce div.product.mf-has-buy-now .cart .actions-button .yith-wcwl-add-to-wishlist {
		margin-left: 170px;
  }
  #awooc-custom-order-button {
    right: 10px;
    }
    /* .actions-button {
    margin-left: 0px;
    margin-top: 60px;
    } */
    /* .woocommerce div.product form.cart {
	margin-bottom: 20px;
} */
}
@media (max-width: 991px) {
    .mf-quick-view-modal .modal-content {
        width: 100%;
    }
    .woocommerce .modal-content div.product div.images img {
        max-height: 400px;
        object-fit: contain;
    }
    /* #primary-sidebar {
        height: auto;
        overflow: unset;
    } */

}
@media (max-width: 767px) {
    .woocommerce div.product .cart .actions-button {
        padding-top: 0px;
    }
    .single-product-layout-6.woocommerce div.product form.cart .actions-button {
        margin-top: 45px;
	}
	#awooc-custom-order-button {
    right: 180px;
    }
    .single-product-layout-6.woocommerce div.product form.cart .actions-button {
        display: flex;
        margin-top: 0px;
    }
    .catalog-sidebar.fixed {
        position: fixed;
        top: 0;
        z-index: 100000;
    }
}

@media (max-width: 568px) {
      #awooc-custom-order-button {
    right: 70px;
    }
    .woocommerce div.product form.cart .button.awooc-custom-order-button {
        margin-left: 5px;
        padding: 0px 10px;
        width: 150px;
        min-width: 150px;
    }
    .mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .single_add_to_cart_button, .mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .buy_now_button {
        padding: 0px 10px;
        width: 150px;
        min-width: 150px;
    }
}
@media (max-width: 479px){
	  #awooc-custom-order-button {
        right: 0px;
        left: 0px;
        top: 70px;
    }
    #awooc-custom-order-button.awooc-custom-order.button.alt.show-add-to-card {
        margin-left: 0!important;
    }
}

@media (max-width: 390px) {
  .woocommerce div.product form.cart .button.awooc-custom-order-button {
      width: 135px;
      min-width: 135px;
  }
  .mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .single_add_to_cart_button, .mobile-version.mf-add-to-cart-fixed div.product:not(.qv-modal) .cart .buy_now_button {
      width: 135px;
      min-width: 135px;
  }
}


/* .mobile-version.woocommerce div.product form.cart {
    flex-wrap: wrap;
} */