/*
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
*/

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.woocommerce ul.products li.product a img {
	margin: 0;
	width: 100% !important;
}

.info-block-title {
	background: #f2973e;
	color: #fff;
	padding: 10px 15px;
	font-size: 20px;
	width: 250px;
	font-weight: 600;
	margin-bottom: 20px;
}

.woocommerce-tabs {
	display: flex;
	gap: 50px;
}

.info-blocks {
	width: 100%;
	color: #000;
}

.info-blocks p {
	margin-bottom: 1em;
}

@media (min-width: 1300px) {
	.container {
	  width: 1280px;
	}
}

.woocommerce-product-attributes {
	border: 0;
	background: #fff7f2;
}

.woocommerce-product-attributes *{
	border: 0 !important;
	background: #fff7f2 !important;
	color: #000 !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

@media (max-width: 768px) {
	.woocommerce-tabs {
		flex-wrap: wrap;
	}
}

input[type="tel"] {
	border: 1px solid #d9d9d9;
}

#input_1_38 {
	border: 1px solid #d9d9d9;
}