/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#wim_steps_control,
#wim_steps_control_mobile{
	height: 30px;
	margin:auto;
  padding-top: 16px;
}
#wim_steps_control_mobile{
  max-width: 90%;
}
#wim_steps_control .step_txt,
#wim_steps_control_mobile .step_txt{
	font-family: 'Lato-Regular';
	font-size: 12px;
	color: #b6b6b6;
	text-decoration: none solid rgb(182, 182, 182);
}
#wim_steps_control .current_step{
	color: #00a5e4;
}

#wim_steps_control_mobile .current_step{
	color: #00a5e4;
	margin: auto;
}
#wim_steps_control #progress_bar,
#wim_steps_control_mobile #progress_bar {
  background: #ebebeb;
  border-radius: 12px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
  
#wim_steps_control .percent25,
#wim_steps_control_mobile .percent25 {
  content: '';
  display: block;
  background: #00a5e4;
  width: 25%;
  height: 100%;
  border-radius: 9px;
}

#wim_steps_control .percent50,
#wim_steps_control_mobile .percent50 {
  content: '';
  display: block;
  background: #00a5e4;
  width: 50%;
  height: 100%;
  border-radius: 9px;
}
#wim_steps_control .percent75,
#wim_steps_control_mobile .percent75 {
  content: '';
  display: block;
  background: #00a5e4;
  width: 75%;
  height: 100%;
  border-radius: 9px;
}
#wim_steps_control .percent100,
#wim_steps_control_mobile .percent100 {
  content: '';
  display: block;
  background: #00a5e4;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

@media only screen and (max-width: 767px) {
	#wim_steps_control_mobile.top_offset{	
		padding-top: 90px;
    width: 90%;
  	position: absolute;
  	left: 18px;
	}
	#extras #wrapper2{
		margin-top: 30px;
	}
	#order-confirmation #wim_steps_control_mobile{
	  margin-bottom: 20px;
	}
  #category #wim_steps_control_mobile{
    height: 45px;
  }
	#category.search-active #wim_steps_control_mobile{
		display: block;
	}
	#category #wim_steps_control_mobile{
		display: none;
	}
}	