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

#konfWybor .bar {position: relative; border-bottom: 1px solid rgba(0,0,0,.125); display: block}
#konfWybor .bar::before {content: ''; height: .125rem; width: 0; left: 50%; border-bottom: solid 2px #337ab7; position: absolute; background: #337ab7; transition: left 0.28s ease,width 0.28s ease; webkit-transition: left 0.28s ease,width 0.28s ease; z-index: 999999}
#konfWybor select:focus+.bar::before {width: 100%; left: 0}
#konfWybor {display: flex; flex-direction: column}
#konfWybor select {height: 42px; border: solid 1px #a7a7a7; order: 2}
#konfWybor select:focus {box-shadow: 0 0 10px 0 hsl(0deg 0% 0% / 20%); border-left: solid 1px #337ab7; border-bottom: solid 1px #337ab7; border-right: solid 1px #337ab7}
#konfWybor i {order: 1}
#konfWybor select option {font-family: 'Roboto',sans-serif; color: #676767; font-size: 1rem}

#f_result {
	transition: all ease-in-out 0.2s;
}

#filtr-select-container {
	transition: all ease-in-out 0.2s;
}

#f_result .typy_klamek span {
	font-size: 14px;
	font-family: 'Roboto Condensed';
}

#f_result div.klamki a:nth-of-type(4n+1) {
	display: none;
}

#f_result div.klamki a:nth-of-type(4n+2) {
	display: none;
}

#f_result div.klamki a:nth-of-type(4n+3) {
	display: none;
}

@media (max-width: 767px) { 
#f_result .typy_klamek span {
	font-size: 12px;
}

}

/**===== nest5 =====*/
.nest5 {
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  height: 100px;
  width: 100px;
  margin: 20px 0 0 -25px;
  border: 2px solid transparent;
  border-top-color: #008744;
  border-radius: 50%;
  -webkit-animation: spin11 2s linear infinite;
          animation: spin11 2s linear infinite;
}

@media (max-width: 767px) { 

}

@media (max-width: 567px) { 
.nest5 {
	left: 45%;
	margin-top: 66px;
	z-index: 1
	}
}




.nest5:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #d62d20;
  -webkit-animation: spin11 3s linear infinite;
          animation: spin11 3s linear infinite;
}

.nest5:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #ffa700;
  -webkit-animation: spin11 1.5s linear infinite;
          animation: spin11 1.5s linear infinite;
}

@-webkit-keyframes spin11 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin11 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/** END of nest5*/