.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(27,54,93);
}
:root{
--wd-alternative-color:rgb(34,206,124);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#6ca300;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#6ca300;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
		--btn-default-box-shadow-active: none;
		--btn-default-bottom: 0px;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1192px;
		}
	}

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.medcorpnet.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.1.4") format("woff2"),
	url("//www.medcorpnet.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=6.1.4") format("woff");
}

.lupaPesquisa {
  position: relative;
  display: inline-block;
}

.lupaPesquisa::after {
  content: "\f130"; /* Ícone da fonte woodmart */
  font-family: "woodmart-font";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888; /* Cor opcional */
}

/* Adiciona um padding no input para não sobrepor o texto com o ícone */
.lupaPesquisa input {
  padding-right: 30px;
}

.tabs-layout-tabs{
	display:block !important;
}

p.titulo-tabela {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-weight: bold;
    color: #000;
    padding: 10px 10px;
    margin: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-product {
	font-size:11px;
}

.table-product th{
	font-size:11px;
}

.copyrights-wrapper p {
    line-height: 22px;
}

.min-footer-social li {
    font-size: 20px;
    display: inline-block;
		margin-right:7px;
}

.min-top-social{
	padding:0;
}

.min-top-social li {
    font-size: 12px;
    display: inline-block;
		margin-right:7px;
		margin-bottom:0px;
}

.min-top-social li a{
	font-size:14px;
}

.brands-widget .brand-item a {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.product-image-summary .wd-product-brands a img{
	width:100px;
}

.banner-border .wrapper-content-banner {
    border: 3px solid rgba(27, 54, 93, 0.1);
}

.banner-title {
    display: inline !important;
    background: rgba(27, 54, 93, 1);
    padding: 4px 7px;
    -webkit-box-decoration-break: clone;
}

.footer-container .widget-title{
		font-size:12px
}

.footer-container .textwidget {
    font-size: 12px;
}

.min-footer .col-left {
    font-size: 12px;
}

.wpcf7-form .row div {
    margin-bottom: 15px;
}

.footer-container {
    background-color: #FAFAFA;
}

.min-footer {
    align-items: normal;
}
@media (min-width: 1025px) {
	.mobile-custom-title{display:none;}

.img-fornecedores {
    height: 100px;
}

.wc-tabs{
	display:none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mobile-custom-title{display:none;}
.single-product-page .wd-product-brands img {
    max-width: 100px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.zoomImg{
	display:none !important;
}
.product-image-summary-inner .single-breadcrumbs-wrapper, .product-image-summary-inner .product_title{
	display:none;
}
.single-product-page .wd-product-brands img {
    max-width: 100px;
}
}

@media (max-width: 576px) {
	.zoomImg{
	display:none !important;
}

.product-images {
    margin-top: 30px;
}
.product-image-summary-inner .single-breadcrumbs-wrapper, .product-image-summary-inner .product_title{
	display:none;
}

.single-product-page .wd-product-brands img {
    max-width: 100px;
}

/*.product-image-summary-inner {
    display: flex;
    flex-direction: column-reverse;
}*/
}

