@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//fieldview.mx/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(125,125,125);
	--wd-text-font-size: 19px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(91,103,112);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(91,103,112);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(91,103,112);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: rgb(247,167,0);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,118,255);
	--btn-accented-bgcolor-hover: rgb(0,118,255);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(91,103,112);
	background-image: none;
}
.page-title-default {
	background-image: url(https://fieldview.mx/wp-content/uploads/2024/09/orange_texture_background_banner_desktop-1.png);
	background-size: cover;
	background-position: center top;
}
.footer-container {
	background-color: rgb(91,103,112);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(240,244,245);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(170,170,170);
	--wd-form-brd-color-focus: rgb(0,118,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1200px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1200px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1200px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1200px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* Footer */
footer .container.main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.component_fieldview_logo svg {
    width: 223px !important;
    height: auto;
    max-height: 50px;
}
footer h5.widget-title {
    color: #FFF;
}
.component_fieldview_logo path, .component_fieldview_logo g, .component_fieldview_logo polyline, .component_fieldview_logo polygon {
    fill: #fff !important;
}
ul#menu-enlaces li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.footer-column-1 p {
	margin-top: 20px;
		    color: #fff;
}
.copyrights-wrapper.copyrights-centered {
    color: #fff;
    font-size: 12px;
}
footer p {
    font-size: 14px;
    line-height: 24px;
}


/* Body */
a.button {
    min-height: 42px !important;
	text-transform: none !important;
}
a.btn {
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
    min-width: 153px;
}
/* Shop Page */
ul.included-list li::marker {
    color: #3ce161;
    content: "✓";
}
.wd-entities-title a, a.product-image-link {
    pointer-events: none;
}
.wd-product.product-list-item .wd-add-btn .add-to-cart-loop span {
    font-size: 16px;
}
span.woocommerce-Price-amount.amount, .price del {
    color: #333;
}
h3.wd-entities-title {
    color: #333;
    font-size: 20px !important;
}

div.quantity input.minus:hover, div.quantity input.plus:hover {
    color: #0076ff !important;
    background-color: #eeeeee !important;
    border-color: rgb(0 118 255) !important;
}
a.button.product_type_simple.add_to_cart_button {
    width: 100%;
	 margin-top: 15px !important;
}
.wd-add-btn.wd-add-btn-replace {
    padding: 20px;
}
div.quantity {
    display: block;
	max-width: 250.5px !important;
	      margin: auto !important;
    text-align: right !important;
}
.product-list-content.wd-scroll {
    padding: 30px 20px 5px 20px;
}
.product-element-top.wd-quick-shop a.product-image-link {
    max-width: 180px;
    margin: auto;
}
.woocommerce-product-details__short-description {
    min-height: max-content !important;
	    max-height: fit-content !important;
    font-size: 16px;
    height: auto !important;
	margin-top: 15px !important;
}
.wd-product.product-list-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    border: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}@media (min-width: 1025px) {
	/* Header */
.wd-header-my-account {
    border: 2px solid #f7a700;
    border-radius: 5px;
    min-width: 160px;
}
.header-banner.color-scheme-light {
    font-size: 16px;
}

/* Shop Page */
.wd-product.product-list-item .product-list-content {
    display: inline !important;
}
.woocommerce-product-details__short-description {
    width: 70%;
    display: inline;
    float: left;

}
.wd-add-btn.wd-add-btn-replace {
    width: 30%;
	
    display: inline !important;
    float: left;
}
span.price {
    position: absolute !important;
    right: 40px !important;
    top: 40px !important;
    font-size: 16px !important;
    text-align: right !important;
    margin-bottom: 15px !important;
}
div.quantity input.minus, div.quantity input.plus {
    color: #0076ff !important;
    border-color: rgb(0 118 255);
}
div.quantity {
    display: block;
	max-width: 250.5px !important;
	      margin: auto !important;
    text-align: right !important;
}
}

