.wcpfmc-input-field
{
	width: 100% !important;
	max-width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	border-top: 1px solid #d7d7d7 !important;
	border-bottom: 1px solid #d7d7d7 !important;
	border-left: 1px solid #d7d7d7 !important;
	border-right: 1px solid #d7d7d7 !important;
	border-radius: 5px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
}
.wcpfmc-input-wrapper
{
	display:inline-block;
	max-width: 48%;
}
.wcpfmc-input-title
{
	display: block;
}
.wcpfmc-content-centered
{
	text-align: center;
}
#wcpfmc-modal-detect-ratio-open-button
{
	margin-bottom: 15px;
}
.modal__container
{
	overflow-y: auto;
	max-height: 1000px;
}
/* Force button style */
.wcpfmc-button
{
	color: #2EA3F2;
	font-size: 20px;
	font-weight: 500;
	padding: 0.3em 1em;
	line-height: 1.7em !important;
	background: transparent;
	position: relative;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.wcpfmc-button:hover
{
	background: rgba(0,0,0,0.05);
	border: 2px solid transparent;
	padding: 0.3em 2em 0.3em 1em;
}
.wcpfmc-button:hover::after
{
	font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}
/* Slider */
#wcpfmc-size-slider 
{
    width: 385px;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
}

#wcpfmc-size-slider::-webkit-slider-thumb 
{
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0073aa;
    cursor: pointer;
}

#wcpfmc-size-slider::-moz-range-thumb 
{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #01b2e8;
    cursor: pointer;
}
.wcpfmc-size-slider-wrapper 
{
	margin-top: 12px;
    display: flex;
    justify-content: center;  
    align-items: center;       
    width: 100%;
}
/* */
#wcpfmc-wo-bck-iso-img-txt, #wcpfmc-wo-bck-img-txt, #wcpfmc-bck-img-txt
{
	display: none !important;
}
