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

@font-face {
	font-family: "TuskerGrotesk-Medium";
	src: url("../fonts/TuskerGrotesk-5500Medium.otf") format('opentype'),
		url("../fonts/TuskerGrotesk-5500Medium.ttf") ,
}



/* Firefox */
input[type=number],
#custom_player_number {
	-moz-appearance: textfield !important;
}

input[name=custom_player_number] {
	position: relative;
	left: -1px;
}

#accordionCustom {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.flocage123-preview-img {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.gender-container img {
	width: 32px;
	height: 32px;
}

#product form div label {
	float: none;
}

/* select2 */

#product .flocage-modal .flocage-pane-item {
	color: #000;
}

#product .flocage-modal .flocage-pane-item.active {
	color: #fff;
}

#product .flocage-modal .select2-container {
	min-width: 320px;
	width: 75% !important;
	margin: auto;
	display: block;
	max-width: 100%;
}

#product .flocage-modal .select2-container .select2-selection--single .select2-selection__rendered {
	color: #000;
}

#product .flocage-modal .select2-container .select2-dropdown {
	width: 350px !important;
}

#product .select2-container {
	min-width: 130px;
}

#product .select2-container .select2-selection--single {
	border-color: #f4f4f4;
	top: 0px;
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
}

#product .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 1.15rem 2.5rem 1.15rem 1.5rem;
}

#product .select2-dropdown {
	top: -1px;
	border-color: #f4f4f4;
}

#product .select2-dropdown .select2-results__options li:first-child {
	display: block ruby;
}

#product .product-variants .product-variants-item .input-group-prepend label {
	padding: 0.9rem 1.5rem;
	border-color: #f4f4f4;
	background: #fff;
}

#_desktop_search_filters_wrapper {
	padding-bottom: 0.5rem;
}

body#category .select2-container .select2-dropdown .select2-results__options li:first-child {
	display: none;
}

.select2-container {
	width: auto !important;
}

.select2-container.select2-container--open {
	z-index: 3;
}

.select2-container.select2-container--open .select2-selection--single {
	border-color: #f4f4f4;
	border-bottom: 0;
	background: #fff;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #000;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: url("/modules/flocage/views/img/simple_arrow_down.png") no-repeat center center;
}

.select2-container .select2-selection--single {
	height: auto;
	border-color: transparent;
	border-radius: 0;
	position: relative;
	top: 2px;
	background-color: transparent;
	outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 1;
	padding: 0.8rem 2.5rem 0.8rem 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 22px;
	position: absolute;
	top: 0;
	background: url("/modules/flocage/views/img/simple_arrow_down.png") no-repeat center center;
	right: 17px;
	width: 20px;
	bottom: 0;
	margin: auto;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container .select2-dropdown {
	width: auto !important;
	border-top: 1px solid #000;
	border-color: #000;
	top: 1px;
	border-radius: 0;
}

.select2-container .select2-dropdown .select2-results__options {
	max-height: initial !important;
}

.select2-container .select2-dropdown .select2-results__options li {
	display: block ruby;
	min-width: 200px;
	padding: 0.8rem 2rem 0.5rem 3rem;
	position: relative;
}

.select2-container .select2-dropdown .select2-results__options li.select2-results__option--highlighted[aria-selected] {
	background: #f7f7f7;
	color: #000;
}

.select2-container .select2-dropdown .select2-results__options li.select2-results__option[aria-selected='true'] {
	background: #f7f7f7;
}

.select2-container .select2-dropdown .select2-results__options li.select2-results__option[aria-selected='true']:before {
	content: '';
	width: 23px;
	height: 23px;
	background: url("../img/check.png") no-repeat center center;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}

.select2-container .select2-dropdown .select2-results__options li:before {
	content: '';
	display: none;
}

.select2-container .select2-dropdown .select2-results__options li:after {
	content: '';
	width: 23px;
	height: 23px;
	border: 1px solid #bbb;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#flocage123_wrap .malliot-input input,
.d-none {
	display: none;
}

.product-list-top .select2-container .select2-dropdown {
	top: 0;
}

.select2-container .select2-selection--single {
	height: 60px;
}

#flocage123_wrap .liveFlocage {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 14%;
}

.border-top {
	border-top: 1px solid #f1f1f1 !important;
}

.border-primary {
	border-color: #dedede !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.flocage-bloc-title,
.nav-pills {
	display: flex;
	justify-content: space-between;
}

.h2.flocage-bloc-title {
	font-size: 1.5rem;
}

.text-primary {
	color: #bf9b6b !important;
}

.flocage-pane-item label {
	cursor: pointer;
}

.flocage-pane-item:hover label {
	color: #bf9b6b !important;
}

#flocage123_product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#flocage123_total_price {
	font-size: 2.5rem;
}

.bg-gray {
	background-color: #f1f1f1 !important;
}

.form-control {
	background: #fff;
}

#flocage123_wrap .liveFlocage {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
}

.liveFlocageNumber {
	height: 153px;
	margin-top: 0%;
	font-family: 'TuskerGrotesk-Medium';
	text-transform: uppercase;
	font-weight: normal;
	line-height: 0.8;
}

.liveFlocageNumberBack {
	top: 8em;
}

.liveFlocageNumberFront {
	top: 2em;
}

.flocageFront {
	font-size: 3.2rem !important;
	padding-top: 1.4rem;
}

.flocageBack {
	font-size: 6rem !important;
	padding-top: 0.7rem;
}

.d-flex {
	display: flex;
}

.d-flex.justify-content-center {
	justify-content: center !important;
}

.flex-column {
	flex-direction: column;
}

@media (max-width:600px) {
	.flocageFront {
		font-size: 3.8rem !important;
		padding-top: 0;
	}

	.flocageBack {
		font-size: 5rem !important;
		padding-top: 9px;
	}
}


#flocage123_wrap .liveFlocage .liveFlocageName {
	margin-top: -1.3em;
	font-size: 1.8em !important;
	font-weight: 900;
	margin-bottom: 10px;
	font-family: 'TuskerGrotesk-Medium';
	position: relative;
	top: 1em;
}

.position-relative {
	position: relative !important;
}

#flocage123_wrap .liveFlocage>div .player_number_container .primary_number_color {
	display: none !important;
}

a.active label {
	color: #bf9b6b;
}

#select2-official_player_attr-results{
	overflow-y: scroll;
    height: 300px;
}

@media (max-width:800px) {
	#select2-official_player_attr-results{
		height: 150px;
	}
}

#flocage123_badge input+label:after, #flocage123_badge2 input+label:after, #flocage123_badge3 input+label:after, #flocage123_wrap #flocage123_badge input+.label:after
 {
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #bbb;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#flocage123_badge input+label:after, #flocage123_badge2 input+label:after, #flocage123_badge3 input+label:after, #flocage123_badge4 input+label:after, #flocage123_badge5 input+label:after, #flocage123_wrap #flocage123_badge input+.label:after {
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #bbb;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#flocage123_badge input:checked + label:before, #flocage123_wrap #flocage123_badge input:checked + .label:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(/img/check.png) no-repeat center center;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}