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

#fixed-cart-action .d-flex {
	display: flex;
}

#fixed-cart-action .d-none {
	display: none!important;
}

#fixed-cart-action #variants-drop-options {
	position: relative!important;
	top: inherit!important;
}

#fixed-cart-action .ml-5p {
	margin-left: 5px;
}

#fixed-cart-action .product-quantity .qty .input-group{
	padding: 0!important;
}

#fixed-cart-action .product-quantity .qty {
	border-radius: none!important;
	border: none!important;
	max-width: fit-content;
	padding: 0 30px;
}

#fixed-cart-action {
	width: 100%;
	position: fixed;
	z-index: 999;
	display: none;
}

#fixed-cart-action form{
	padding: 10px;
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display:table-cell
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: 0px;
	position:relative;
	padding: 0 5px;
	left: 0px;
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius:4px;
	z-index: 1;
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius:4px
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 9px;
	font-weight: 400
}

#fixed-cart-action .bootstrap-touchspin .group-span-filestyle .btn-touchspin, #fixed-cart-action .group-span-filestyle .bootstrap-touchspin .btn-touchspin, #fixed-cart-action .group-span-filestyle .btn-default {
	background: #2fb5d2;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .875rem;
	padding:.5rem 1rem
}

#fixed-cart-action .bootstrap-touchspin {
	width: auto;
	float: left;
	display: inline-block;
	box-shadow:2px 2px 4px 0 rgba(0, 0, 0, .2)
}

#fixed-cart-action .bootstrap-touchspin input:focus {
	outline:none
}

#fixed-cart-action .bootstrap-touchspin input.form-control, #fixed-cart-action .bootstrap-touchspin input.input-group {
	color: #232323;
	background-color: #fff;
	height: 2.5rem;
	padding: .175rem .5rem;
	width: 3rem;
	border: 1px solid rgba(0, 0, 0, .25);
	border-right: transparent;
	float:left;
}

.#fixed-cart-action bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	height:1.3125rem
}

#fixed-cart-action .bootstrap-touchspin .btn-touchspin:hover {
	background-color:#f1f1f1
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical {
	color: #232323;
	width: auto;
	float:left
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, #fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius:0
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
	content: "\E5CE"
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
	content: "\E5CF"
}

#fixed-cart-action .bootstrap-touchspin .input-group-btn-vertical i {
	top: .0625rem;
	left: .1875rem;
	font-size:.9375rem
}

#fixed-cart-action .bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	height:1.3125rem;
}

#fixed-cart-action .bootstrap-touchspin .btn-touchspin:hover {
	background-color:#f1f1f1;
}

#fixed-cart-action .bootstrap-touchspin .btn-touchspin:hover, #fixed-cart-action .bootstrap-touchspin .btn-touchspin:hover {
	color:#000;
}

#fixed-cart-action .bootstrap-touchspin input:focus {
	outline:none
}

#fixed-cart-action .product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex
}

#fixed-cart-action .product-quantity .add, #fixed-cart-action .product-quantity .qty {
	float: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom:.5rem
}

#fixed-cart-action .product-quantity .qty {
	margin-right:.4rem
}

#fixed-cart-action .product-quantity #quantity-wanted {
	color: #232323;
	background-color: #fff;
	height: 2.75rem;
	padding: .175rem .5rem!important;
	width:3rem;
	max-height: 2.75rem;
}

#fixed-cart-action .product-quantity .input-group-btn-vertical {
	width:auto
}

#fixed-cart-action .product-quantity .input-group-btn-vertical .btn {
	/* padding:.5rem .6875rem */
}

#fixed-cart-action .product-quantity .btn-touchspin {
	height:1.438rem
}

#fixed-cart-action .product_name{
	padding: 5px;
}

#fixed-cart-action .row-center {
	display: flex;
	align-items: center;
}

#fixed-cart-action .row-center .product-variants ul.center-align {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
	align-items: center;
}

#fixed-cart-action .row-bottom, #fixed-cart-action #variants-block {
	margin-bottom: 5px;
}

#fixed-cart-action .center {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	display: flex;
	justify-content: space-around;
	justify-content: center;
	align-items: center;
}

#fixed-cart-action .text-center-v{
	display: inline-flex;
	align-items: center;
	margin: 2px;
}

#fixed-cart-action .h-100{
	height: 100%!important;
}

#fixed-cart-action.top{
	top: 0!important;
}

#fixed-cart-action.bottom{
	bottom: 0!important;
}

#fixed-cart-action .product-variants select {
	border: 1px solid rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
	padding:0 .5rem
}

#fixed-cart-action .product-variants .input-color {
	cursor: pointer;
	height: 25px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 25px;
	border-radius: 50%;
}

#fixed-cart-action .product-variants .color {
	display: block;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #d1d1d1;
}

#fixed-cart-action .input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
	border: 2px solid #414141;
}

#fixed-cart-action .product-variants ul li {
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}

#fixed-cart-action .product-variants .control-label {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin-right: 10px;
	letter-spacing: 0.025em;
}

#fixed-cart-action .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

#fixed-cart-action .qty {
	min-width: 70px;
}

#fixed-cart-action .product-quantity .add .add-to-cart {
	font-size: 15px!important;
	line-height: 1.6!important;
	display: block;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

/* Optional styling */
summary::-webkit-details-marker {
  color: blue;
}
summary:focus {
  outline-style: none;
}

@media screen and (max-width: 428px) {
  #fixed-cart-action .product-quantity .add .add-to-cart {
    font-size: 12px!important;
		line-height: 2!important;
		padding: 5px 20px;
  }
	#fixed-cart-action #open-variants-popup {
    font-size: 12px!important;
		text-transform: uppercase;
  }
	#fixed-cart-action .product-quantity .add .add-to-cart i {
    font-size: 20px!important;
  }
	#fixed-cart-action .product-quantity .qty {
		padding: 0 15px;
	}
}
