/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
header .theme-btn {
    margin-left: 25px
}

.theme-btn {
    display: flex;
    height: 40px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    max-height: 60px;
    cursor: pointer;
    background-color: #ff860a !important;
    color: white;
    white-space: nowrap;
    border-radius: 2px;
}

.mf-summary-meta {
    display: none;
}

.single-product div.product .martfury-product-price {
    margin-bottom: 30px;
}

.single-product div.product .martfury-product-price + a {
    max-width: 200px;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before, .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
    border-right-color: #ff860a !important; 
}

.peculiarity_product {
    margin: 60px 0
}

.peculiarity_product .title_h3 {
    margin-bottom: 20px
}

.peculiarity_product__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px
}

.peculiarity_product__grid>* {
    min-width: 0!important;
    max-width: 100%!important
}

.item_peculiarity {
    display: block;
    position: relative
}

.item_peculiarity__img .img_wr {
    position: relative;
    padding-top: 62%
}

.item_peculiarity__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px
}

.item_peculiarity__main {
    padding-top: 18px
}

.item_peculiarity__main h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900
}

.item_peculiarity__main p {
    font-size: 15px;
    line-height: 1.3333333333;
    font-weight: 300
}

@media screen and (max-width: 991px){
	.peculiarity_product__grid {
		    grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 767px){
	.peculiarity_product__grid {
		    grid-template-columns: 1fr 1fr;
	}
}
.fancybox-is-open .fancybox-bg {
    opacity: .4 !important;
}
/* Popup */
.popup {max-width: 470px !important;padding: 30px !important;border-radius: 3px;width: 90%;color: rgb(119 119 119 / 80%);}

.popup p:not(:last-child) {
    margin-bottom: 10px
}

.popup #popup-title {
    margin-bottom: 0px;
    margin-top: 0;
    font-family: 'PT SANS';
    font-weight: 400;
}

.popup #popup-subtitle {
    margin-bottom: 30px;
    font-family: 'PT SANS';
    font-size: 16px;
}

.popup label {
    /* color: rgb(119 119 119 / 70%); */
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-family: 'PT SANS';
}

.popup label input, .popup  label select {
    margin-top: 10px;
}

.popup .wpcf7 label input, .popup  .wpcf7 label select {
    border: 1px solid #e2e2e2;
    background-color: #F5F5F5;
    padding: 0 15px;
    color: #A1A1A1;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    font-weight: 400;
    height: 40px;
    background-color: white;
}

.popup label span {
    width: 100%;
    margin-bottom: 0 !important;
}

.popup p:last-of-type {
    /* color: rgb(119 119 119 / 70%); */
    /* font-family: Montserrat; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.popup input[type=submit] {
    margin-top: 10px;
    height: 40px;
    padding: 0px 40px;
    color: white;
    font-weight: 400;
    background-color: #ff860a !important;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}

/* Thanks */
#thanks {
    text-align: center;
}

#thanks svg.icon {
    margin-bottom: 30px;
}

#thanks h3 {
    margin-bottom: 10px
}

#thanks p {
    color: rgba(77, 77, 77, 0.95);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.wpcf7-response-output {
    border: 0 !important;
    color: #148814;
    padding: 0 !important;
}

.woocommerce div.product .entry-summary {
    width: 37%;
    padding-left: 30px;
    float: right;
}

@media (max-width: 991px) {
    .woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .entry-summary {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}