/*
Theme Name: Tracers

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

#masthead{
	background-color: #293237;
}
#site-navigation{
	position: relative;
}
#site-navigation, .header_breadcrumbs{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product.type-product{
	max-width: 750px;
	margin: 0 auto;
}

.header_breadcrumbs{

	background-color: #F1F1F5;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
    padding: 8px 0;
}
.logo{
    padding: 14px 0 6px 0;
}
a.header_cart{
	position: absolute;
	right: 150px;
	display: flex;
	align-items: center;
	color: #2FE72C;
	font-size: 18px;
	font-weight: 700;
}
a.header_cart img{
	margin-right: 10px;
}
.woocommerce-breadcrumb a{
	color: #004E86;
	font-weight: normal;
}
.woocommerce-breadcrumb{
	color: #293237;
	font-weight: bold;
}

.m_product_main{
	display: flex;
	justify-content: space-between;
	margin: 55px 0;
}
.m_product_main > div{
	width: 50%;
}
.m_product_img{
	width: 295px;
	height: 295px;
	border: 1px solid #F1F1F5;
	margin: 0 auto;
	user-select: none;
}
.m_product_img img{
    display: block;
    margin: 0 auto;
	width: 294px;
	height: 294px;
    object-fit: cover;
    object-position: center;
}

.m_product_subtext{
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.m_product_title .product_title.entry-title{
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 20px;
}
.m_product_sku{
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
}
.m_product_title .product_title.entry-title, .m_product_sku, a.m_product_manual, .m_product_certificates, #img_product_desc{
	margin-left: 42px;
}
a.m_product_manual{
	color: rgba(0, 78, 134, 1);
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
}
a.m_product_manual span{
	text-decoration: underline;
}
a.m_product_manual img{
	margin-right: 10px;
}
a.m_product_certificates{
	color: rgba(0, 78, 134, 1);
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 14px;
}
a.m_product_certificates span{
	text-decoration: underline;
}
a.m_product_certificates img{
	margin-right: 10px;
}
.price_purchase{
	border: 2px solid rgba(241, 241, 245, 1);
	border-right: none;
	border-bottom: none;
	padding: 8px 0 18px 0;
	margin-top: 25px;
}
.price_purchase .tm-options-totals, .price_purchase  dl.tm-extra-product-options-totals dt{
	display: none;
}
.price_purchase .cart{
	display: flex;
	align-items: center;
}
.price_purchase .tm-epo-totals {
    padding-bottom: 0em;
    padding-top: 0em;
}
.price_purchase .tc-totals-form dl.tm-extra-product-options-totals{
	margin: 0;
}
.price_purchase .tc-totals-form.tc-show{
	width: max-content;
    margin-left: 40px;

}
.price_purchase .tm-extra-product-options-totals .amount.final{
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    font-size: 22px;
}
.price_purchase .input-text.qty.text {
    width: 50px;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 3px 8px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.price_purchase input[type="number"]::-webkit-inner-spin-button,
.price_purchase input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price_purchase input[type="number"] {
  -moz-appearance:textfield; /* Firefox */
}

.price_purchase .quantity{
	margin-left: 50px;
	margin-right: 10px;
}
.price_purchase dl.tm-extra-product-options-totals dd{
	padding: 0;
}

.price_purchase .single_add_to_cart_button {
	color: #fff;
	background-color: rgba(25, 183, 22, 1);
	border-radius: 4px;
	font-size: 14px;
	border: none;
    padding: 8px 13px;
    cursor: pointer;
}
.product .tc-epo-element-label-text{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
}

.product .tc-epo-label{
	display: flex;
	align-items: center;
    gap: 0;
    margin-top: 0;
}

.product .tc-epo-label a{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	text-decoration: none;
}
.product .tc-epo-label span.tull_tip{
	color: rgba(0, 97, 168, 1);
	text-decoration: underline;
}



.product span.tc-label-text{
	font-size: 14px;
	color: rgba(0, 0, 0, 1);
}
     
.product .tc-label i{
	display: none;
}
.m_product_first{
	padding-left: 45px;
}
.product input.tmcp-field[type="radio"] {
  display: none;
}
.product .custom-radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	cursor: pointer;
}
.product input.tmcp-field[type="radio"]:checked + .custom-radio {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 2.6px rgb(255 255 255);
}
.product input.tmcp-field[type="checkbox"] {
  display: none;
}
.product .custom-radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	cursor: pointer;
}
.product input.tmcp-field[type="checkbox"]:checked + .custom-radio {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 2.6px rgb(255 255 255);
}
.product .tm-epo-field-label{
	cursor: pointer;
}
.product ul.tmcp-ul-wrap.tm-element-ul-radio{
	gap: 3px;
	margin-left: 20px;
}
.product .tc-container.cpf-type-radio{
	margin-bottom: 10px;
}

.product ul.tmcp-ul-wrap.tm-element-ul-checkbox{
	gap: 3px;
	margin-left: 20px;
}
.product .tc-container.cpf-type-checkbox{
	margin-bottom: 10px;
}


.product .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tmhexcolorimage-inline{
    border: 1px solid #000;
    font-size: 5px;
    border-radius: 50%;
}

.product .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tc-image-inline{
    border-radius: 50%;
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
.m_product_main_nav{
	display: flex;
	gap: 30px;
}
.m_product_main_nav a{
	color: #004E86;
	text-decoration: underline;
	font-size: 14px;
    padding: 11px 0;
}
.m_product_main_nav a:first-of-type{
	padding-left: 0;
}

.m_product_main_nav{
	width: 660px;
	margin: 0 auto;
	border-bottom: 1px solid #f1f1f5;
}
#m_product_main_desc_content{
	width: 623px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	line-height: 19px;
}

.m_product_main_nav a.active{
	color: #000;
	font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #000;
}

#json_encode{
	display: none;
}
#img_product_desc{
	font-size: 12px;
	margin-top: 5px;
}
.foote_main{
    text-align: center;
    font-size: 14px;
    width: 260px;
    margin: 90px auto;
    color: rgba(0, 0, 0, 1);
}
.foote_main ul{
	list-style: none;
	padding: 0;
	margin: 15px 0;
	line-height: 18px;
}
a.footer_wa{
	margin-top: 10px;
	display: block;
}
.foote_main ul a{
	color: rgba(0, 97, 168, 1);
}
.woocommerce-message{
	display: none;
}
.page-id-84 h1{
	display: none;
}
.page-id-84 .entry-title{
	color: rgba(41, 50, 55, 1);
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 42px 0 20px 0;
}
.page-id-84 .shop_table td, .page-id-84 .shop_table th{
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.page-id-84 .shop_table thead th {
	background-color: rgba(250, 250, 250, 1);
	color: rgba(0, 0, 0, 0.85);
	font-style: italic;
	font-weight: normal;
}
.page-id-84 .product-quantity, .page-id-84 .product-price, .page-id-84 .product-subtotal{
	text-align: center;
}
.page-id-84 .shop_table{
	font-size: 14px;
}
.page-id-84 .shop_table .product-name div, .page-id-84 .shop_table .product-name a{
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
	text-transform: uppercase;
}
.page-id-84 .shop_table .product-name a{
	font-weight: bold;
}
.page-id-84 .shop_table .product-name{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-id-84 .shop_table .product-name > a{
	width: 100%;
}

.page-id-84 .shop_table .product-name > a.tm-cart-edit-options{
	width: max-content;
	margin-left: 10px;
	color: rgba(0, 97, 168, 1);
	text-decoration: underline;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: normal;
}

.page-id-84 .shop_table .input-text.qty.text {
    width: 50px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 0px 8px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.page-id-84 .shop_table input[type="number"]::-webkit-inner-spin-button,
.page-id-84 .shop_table input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-id-84 .shop_table input[type="number"] {
  -moz-appearance:textfield; /* Firefox */
}

.page-id-84 .shop_table .product-remove a{
	color: rgba(255, 0, 0, 0.85);
	text-decoration: none;
	font-size: 25px;
	line-height: 19px;
}
.page-id-84 .shop_table td.actions{
	border-bottom: none;
	padding-left: 25px;
	position: relative;
	padding-top: 30px;
}

.page-id-84 .shop_table #coupon_code{
	padding: 5px 15px;
    font-size: 14px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.35);
}
.page-id-84 .shop_table .coupon{
	display: flex;
	align-items: center;
	gap: 10px;
}

.page-id-84 .shop_table .actions button[name="update_cart"]{
	position: absolute;
	right: 25px;
	top: 30px;
}

.page-id-84 .shop_table .actions button{
	font-family: "Roboto Regular"; 
	background-color: rgba(24, 144, 255, 1);
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 9px 16px;
	font-size: 14px;
	cursor: pointer;
}

.page-id-84 .shop_table .coupon span, .page-id-84 .shop_table .coupon p {
	position: absolute;
	bottom: -35px;
}
.page-id-84 .checkout.woocommerce-checkout{
	padding: 0 25px;
	font-size: 14px;
}

.page-id-84 .entry-title.title_checkout{
	margin-top: 0px;
}

.page-id-84 .checkout.woocommerce-checkout input{
	border-radius: 2px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 5px 12px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    width: 100%;
}
.page-id-84 .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, 
.page-id-84 .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.page-id-84 .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.page-id-84 .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p{
	width: 220px;
	margin: 0;
}

.page-id-84 .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.page-id-84 .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field{
	width: 100%;
}

.page-id-84 .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_address_1_field input,
.page-id-84 .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p#shipping_address_1_field input
{
	width: 100%;
}

.page-id-84 .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 2.3px 17px 1.3px 17px;
}

.page-id-84 .checkout.woocommerce-checkout .select2-container .select2-selection--single{
	height: auto;
    border-radius: 2px;
    margin: 0;
}

.page-id-84 .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
    height: 7px;
    left: 3px;
    position: absolute;
    top: 50%;
    background-image: url(/wp-content/themes/tracers/img/form-checkout.svg);
    background-repeat: no-repeat;
    width: 11px;
    transition: .5s;
}
.page-id-84 .checkout.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	transform: rotate(180deg);
}
.page-id-84 .checkout.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	cursor: pointer;
    font-weight: normal;
}
.page-id-84 .checkout.woocommerce-checkout #ship-to-different-address{
	margin-top: 30px;
}
.page-id-84 .checkout.woocommerce-checkout #ship-to-different-address-checkbox {
  display: inline-block; 
  margin-right: 0px;
  margin-top: -3px;
  vertical-align: middle; 
  appearance: none; 
  -webkit-appearance: none; 
  width: 16px;
  height: 16px;
  border: 1px solid #1890FF;
  border-radius: 2px;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
}

.page-id-84 .checkout.woocommerce-checkout #ship-to-different-address-checkbox:checked {
  background-image: url('/wp-content/themes/tracers/img/checkbox-input.svg');
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center; 
}
.page-id-84 .checkout.woocommerce-checkout textarea#order_comments{
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.35);
    padding: 5px 12px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    max-width: 460px;
    min-height: 64px;
    margin-top: 25px;
}
.page-id-84 .checkout.woocommerce-checkout #ship-to-different-address-checkbox + label {
  padding: 10px;
  cursor: pointer;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead{
	display: none;
}

.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table{
	max-width: 375px;
	margin: 0 auto;
}

.page-id-84 .shop_table.woocommerce-checkout-review-order-table td, .page-id-84 .shop_table.woocommerce-checkout-review-order-table th{
	border-bottom: none;
}

.page-id-84 .shop_table.woocommerce-checkout-review-order-table .tm-cart-edit-options{
	display: none;
}

.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.cart_item{
	border: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.cart_item td{
    display: flex;
    align-items: center;
    padding: 11.5px 17px;
}

.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody{
    display: table-caption;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody .product-name{
	width: 275px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td.product-total{
	width: 100px;
	padding: 20px 0;
	text-align: center;
    display: flex;
    justify-content: center;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal span{
	font-weight: normal;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal{
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
	display: block;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td{
	padding: 0;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th{
	padding-right: 7px;
}
.page-id-84 .shop_table.woocommerce-checkout-review-order-table td.woocommerce-shipping-n{
	color: rgba(41, 50, 55, 1);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 35px 0 5px 0;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method{
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
	display: grid;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li{
	display: flex;
	line-height: 26px;
	align-items: center;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot{
	display: block;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li input{
    width: 17px;
    margin-right: 7px;
    height: 15px;
    margin-top: -1px;
}

.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li label,
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li input{
	cursor: pointer;
}
#deadline_delivery_field{
	display: none;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li input#deadline_delivery_copy{
	width: 190px;
	height: 32px;
    display: block;
    margin-top: 10px;
    padding-left: 0;
}
.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method #deadline_delivery_copy_on {
  display: inline-block; 
  margin-right: 0px;
  margin-top: -3px;
  vertical-align: middle; 
  appearance: none; 
  -webkit-appearance: none; 
  width: 16px;
  height: 16px;
  border: 1px solid #1890FF;
  border-radius: 2px;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
}

.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method #deadline_delivery_copy_on:checked {
  background-image: url('/wp-content/themes/tracers/img/checkbox-input.svg');
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center; 
}
#shipping-address-div {
    margin-top: 18px;
    line-height: 18px;
    font-size: 13px;
}

#deadline_delivery_copy::placeholder{
	color: #fff;
}
#deadline_delivery_copy::-webkit-datetime-edit { padding: 10px; }
#deadline_delivery_copy::-webkit-datetime-edit-fields-wrapper {
}
#deadline_delivery_copy::-webkit-datetime-edit-text { color: rgba(0, 0, 0, 0.85);  }
#deadline_delivery_copy::-webkit-datetime-edit-month-field {    color: rgba(0, 0, 0, 0.85); }
#deadline_delivery_copy::-webkit-datetime-edit-day-field {    color: rgba(0, 0, 0, 0.85);    }
#deadline_delivery_copy::-webkit-datetime-edit-year-field {    color: rgba(0, 0, 0, 0.85);   }
#deadline_delivery_copy::-webkit-inner-spin-button { display: none; }
#deadline_delivery_copy::-webkit-calendar-picker-indicator {
	cursor: pointer;
	background-image: url('/wp-content/themes/tracers/img/date_c.svg');
}

#deadline_delivery_copy:invalid + #deadline_delivery_copy::before {
  content: 'ДД/ММ/ГГГГ';
  color: grey;
  margin-left: 10px;
}
#deadline_delivery_copy:focus + #deadline_delivery_copy::before {
  content: none;
}

.page-id-84 .shop_table td.total_s{
	padding-left: 0;
	color: rgba(0, 0, 0, 0.85);
}
.page-id-84 .shop_table th.total_n{
	padding-right: 10px;
	color: rgba(0, 0, 0, 0.85);
}
.page-id-84 .shop_table td.total_s strong{
	font-weight: normal;
}
.page-id-84 #order_review .wc_payment_methods{
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-id-84 #payment{
	max-width: 330px;
	margin: 0 auto;
}
.page-id-84 #payment li{
    display: flex;
    cursor: pointer;
    line-height: 26px;
    align-items: center;
}
.page-id-84 .wc_payment_methods.payment_methods label{
	cursor: pointer;
}
.page-id-84 #payment li input{
    width: 17px;
    margin-right: 7px;
    height: 15px;
    margin-top: -1px;
}
.page-id-84 .woocommerce-privacy-policy-text{
	font-family: "Roboto Regular"; 
}
.page-id-84 .woocommerce-privacy-policy-text a{
	text-decoration: underline;
	color: rgba(0, 97, 168, 1);
}

.page-id-84 button#place_order  {
    font-family: "Roboto Regular";
    background-color: rgba(24, 144, 255, 1);
    color: #fff;
    border-radius: 2px;
    border: none;
    padding: 9px 16px;
    margin: 50px auto 0 auto;
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce-table__product-name.product-name ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-total.product-total{
	display: block;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p{
	margin: 0;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields{
	text-align: left;
}
/*.woocommerce-order-details .woocommerce-table__line-item.order_item{
	margin-bottom: 30px;
}*/
.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields{
    width: max-content;
}

.cart-empty.woocommerce-info{
	padding: 100px 0;
	background-color: transparent;
	text-align: center;
}
.return-to-shop a{
	color: rgba(0, 97, 168, 1);
	text-align: center;
}
.return-to-shop{
	text-align: center;
}

.woocommerce-ordering, .home .woocommerce-products-header, .archive .woocommerce-products-header, .woocommerce-result-count{
	display: none;
}
.related.products{
	display: none;
}
.home_breadcrumbs{
	width: max-content;
	margin: 0 auto;
	color: rgba(41, 50, 55, 1);
}
.home .s_product_img, .archive .s_product_img{
	width: 200px;
	height: 200px;
    margin: 0 auto;
}
.home .s_product_img img, .archive .s_product_img img{
	margin: 0 auto;
    padding: 1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .products .product, .archive .products .product{
	background-color: #000;
}

.home .products_main, .archive .products_main{
	max-width: 680px;
	margin: 10px auto 0 auto;
}
.home .products-container, .archive .products-container{
    display: flex;
	gap: 40px;
    flex-wrap: wrap;
}
#load-more{
	color: #fff;
    background-color: rgba(25, 183, 22, 1);
    border-radius: 4px;
    font-size: 14px;
    border: none;
    padding: 8px 13px;
    cursor: pointer;
    margin: 30px auto 40px auto;
    display: block;
}
.pagination{
	width: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
}
.products_main .product{
	width: 200px;
}
.home .product a, .archive .product a{
	text-decoration: none;
	text-align: center;
}
.home .product:hover, #load-more:hover, .archive .product:hover{
	opacity: .85;
}
.button_main{
	position: relative;
}
.category-filter-container{
	position: absolute;
    background: #fff;
    border-radius: 2px;
    padding: 10px 0;
	-webkit-box-shadow: 0px 0px 23px -2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 23px -2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 23px -2px rgba(34, 60, 80, 0.2);
	width: max-content;
    z-index: 9;
    top: 35px;
    left: -35px;
}
.filter-button_main{
	position: relative;
}
.category-filter-container a{
	padding: 5px 25px;
	display: block;
	text-decoration: none;
	color: rgba(41, 50, 55, 1);
}
.category-filter-container:visible + .reset-filter-button{
  display: inline-block;
}
.home .product h2 , .archive .product h2{
	color: rgba(41, 50, 55, 1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 2px 0 0 0;
/*    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.home .product p.price, .archive .product p.price{
	color: rgba(149, 151, 152, 1);
	font-size: 14px;
	margin: 0;
}

.filter_reset_button{
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
	margin: 24px auto 50px auto;
}
.head_search{
	width: 135px;
	margin-top: 40px;
}
.reset-filter-button.active_b, .filter-button.active_b{
	color: rgba(0, 97, 168, 1);
	font-weight: normal;
	text-decoration: underline;
}
.reset-filter-button,.filter-button{
	background-color: transparent;
	border: none;
	padding: 0;
	color: rgba(41, 50, 55, 1);
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-size: 16px !important;
	font-family: "Roboto Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    letter-spacing: .8px;
}
div.asl_w{
	box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 2px !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox,  div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, 
div.asl_w .probox .prosettings {
    height: 32px !important;
}


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	padding-top: 2px !important;
}
div.asl_w .probox .promagnifier {
    width: 32px !important;
    height: 32px !important;
    border-left: 1px solid #D9D9D9 !important;
}
div.asl_m .probox .promagnifier .innericon svg{
    width: 18px !important;
}
.pagination a{
	color: rgba(0, 97, 168, 1);
    font-weight: normal;
    text-decoration: underline;
    font-size: 18px;
    padding: 8px;
}
.text_home{
    background: #F1F1F5;
    font-family: "Inconsolata";
    padding: 7px 32px 22px 32px;
    line-height: 18px;
    max-width: 750px;
    margin: 40px auto 0 auto;
}
.pagination a.active{
    color: rgba(41, 50, 55, 1);
    font-weight: bold;
    text-decoration: none;
}
.text_home p{
	margin-bottom: 15px;
}
.text_home a{
	color: #0061A8;
	text-decoration: none;
	border-bottom: 1px solid #0061A8;
}
/*#get_cat_bc{
	display: none;
}*/

div.asl_r .results .item .asl_content h3 a{
    color: #000 !important;
    font-family: 'Roboto Mono' !important;
    line-height: 18px !important;
    display: block;
}
div.asl_r .results .item:hover{
	opacity: .8;
}
.woocommerce-error {
    background-color: #ffb6a5;
    padding: 18px;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.single-product .fancybox-nav span {
    visibility: visible;
}
.single-product .swiper-button-next, .single-product .swiper-button-prev {
    top: auto;
    background: #ffffff70;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.m_product_img .swiper-pagination-fraction{
    position: absolute;
    right: 10px;
    top: 5px;
    color: #293237db;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    left: auto;
    bottom: auto;
    width: max-content;
    opacity: 1;
}
.single-product .swiper-button-prev{
	left: 0;
	background-image: url(/wp-content/themes/tracers/img/arrow-sl-left.svg);

}
.single-product .swiper-button-next{
	right: 0;
	background-image: url(/wp-content/themes/tracers/img/arrow-sl-right.svg);
}
.single-product .swiper-button-next:after, .single-product .swiper-button-prev:after {
    color: transparent;
}









@media screen and (max-width: 750px) {

	#site-navigation, .header_breadcrumbs, .product.type-product {
	    max-width: 100%;
	}
	#m_product_main_desc_content, .m_product_main_nav {
	    width: 75%
	}
	.m_product_main > div {
	    width: 100%;
        margin-bottom: 40px;
	}
	.m_product_main{
		flex-wrap: wrap;
	}
	.header_breadcrumbs{
	    padding: 8px 35px;
	    text-align: center;
	}
	a.logo{
		margin-bottom: 50px;
	}
	.m_product_first {
	    padding-left: 38px;
	}
	a.header_cart {
	    right: auto;
	    left: auto;
	    bottom: 20px;
	}
	.m_product_main {
	    margin: 55px 0 0 0;
	    flex-direction: column-reverse;
	}
	.m_product_main_nav{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
        border: none;
	}
	.m_product_main_nav a{
		width: 49%;
		text-align: center;
		border: 2px solid #f1f1f5;;
		border-radius: 2px;
	}
	.m_product_main_nav a.active{
		border: 2px solid #000;
	}
	.text_home {
	    max-width: 85%;
	}
	.home .products-container, .archive .products-container {
	    justify-content: center;
	}
	.page-id-84 .shop_table .product-name > a {
	    width: 100%;
	    text-align: left;
	}
	.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td.product-total {
	    width: max-content;
	}
	.page-id-84 .woocommerce-cart-form__cart-item.cart_item{
		position: relative;
	}
	.page-id-84 .shop_table .product-remove a{
		position: absolute;
		top: 15px;
		right: 25px;
	}
	.page-id-84 .shop_table td.product-remove{
		padding: 20px 0;
		border-bottom: none;
	}
	.page-id-84 .product-quantity, .page-id-84 .product-price, .page-id-84 .product-subtotal{
	    text-align: right;
	}
	.page-id-84 .shop_table td.actions {
	    padding-left: 20px;
	    padding-top: 0px;
        padding-bottom: 40px;
	}
	.page-id-84 .shop_table #coupon_code{
		width: 185px;
	}
	.page-id-84 .shop_table .coupon {
	    justify-content: space-between;
	}
	.page-id-84 .shop_table .actions button[name="update_cart"] {
	    top: 50px;
	    right: 20px;
	}
	.page-id-84 .checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p, 
	.page-id-84 .checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
	    width: 100%;
	}
	.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
	    padding: 11.5px 8px;
	}
	.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody .product-name {
	    width: 100%;
	}
	.page-id-84 button#place_order {
	    margin: 35px auto 0 auto;
	}
	.page-id-84 .entry-content{
		padding: 0;
	}
	.entry-content{
		padding: 0 24px;
	}
	.woocommerce-table--order-details tr td:last-child, .woocommerce-table--order-details tr th:last-child{
		text-align: right !important;
	}
	.woocommerce-table--order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name,
	.woocommerce-table--order-details tr.woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total{
		padding-top: 20px;
	}
	#shipping-address-div{
	    position: relative;
	}
/*	#shipping-address-div::before {
		position: absolute;
        right: 0;
        bottom: 7px;
        left: 12px;
        content: "Select date";
        color: rgb(0 0 0 / 55%);
        z-index: -1;
	}
	#deadline_delivery_copy::-webkit-datetime-edit-text {
		color: transparent;
	}
	#deadline_delivery_copy::-webkit-datetime-edit-month-field {    color: transparent; }
	#deadline_delivery_copy::-webkit-datetime-edit-day-field {    color: transparent;    }
	#deadline_delivery_copy::-webkit-datetime-edit-year-field {    color: transparent;   }
	.page-id-84 .checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li input#deadline_delivery_copy {
	    background: transparent;
	}*/

body div.qib-button-wrapper{
	float: none;
}






}

@media screen and (max-width: 450px) {

	.filter_reset_button{
        padding: 0 20px;
        flex-wrap: wrap;
        gap: 20px;
	}
	.head_search {
	    width: 100%;
	}
	.category-filter-container {
	    z-index: 9999;
	}










}