/**
* 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    PrestaChamps <leo@prestachamps.com>
*  @copyright 2021 PrestaChamps
*  @license   Commercial
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


@media (min-width: 768px) {
	#div_mobile_page_icons {
		display: none;	
	}
	/* ======================================================== */
	/* ========================== P2 ========================== */
	/* ======================================================== */
	/* body#product #div_addtocartpopup {
		display: none !important;
	} */
	/* ======================================================== */
	/* ======================= End - P2 ======================= */
	/* ======================================================== */
}
@media (max-width: 767px) {
	#div_mobile_page_icons {
		display: block;	
	}
}
#div_mobile_page_icons {
	position: fixed;
	position: -webkit-sticky;
	position: sticky;		
	bottom: 0px;
	width: 100%;
	background: white;
	z-index: 999999;
	-moz-box-shadow: 0px 0px 5px #bbbbbb;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	-o-box-shadow: 0px 0px 5px #bbbbbb;
	-ms-box-shadow: 0px 0px 5px #bbbbbb;
	box-shadow: 0px 0px 5px #bbbbbb;
	border-top: 1px solid #dadada;
	font-size: 13px;
	overflow: hidden;
}
#div_mobile_page_icons > ul {
	display: flex;
	align-items: stretch;
	margin-bottom: 0px;
}
#div_mobile_page_icons > ul > li {
	flex-grow: 1;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
#div_mobile_page_icons > ul > li:not(:nth-child(5)):after {
	content: "";
	position: absolute;
	height: 60%;
	width: 1px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	background: #dcdcdc;
}
body#product #div_mobile_page_icons > ul > li:not(:nth-child(1)):not(:nth-child(2)):after {
	display: none;
}
#div_mobile_page_icons > ul > li > a,
#div_mobile_page_icons > ul > li > .span_button {
	display: block;
	width: 64px;
	height: 42px;
	margin: auto;
	margin-bottom: 1px;
}
#div_mobile_page_icons > ul > li > a:hover,
#div_mobile_page_icons > ul > li > a:focus,
#div_mobile_page_icons > ul > li > .span_button:hover,
#div_mobile_page_icons > ul > li > .span_button:focus {
	border-bottom: 1px solid #999999;
}
#div_mobile_page_icons > ul > li > a > span,
#div_mobile_page_icons > ul > li > .span_button > span {
	display: inline-block;
	width: 100%;
	color: #5a5a5a;
	font-weight: 500;
	font-size: 11px;
}
#div_mobile_page_icons > ul > li i {
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	/* width: 1em; */
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/* font-feature-settings: 'liga'; */
	color: #5a5a5a;
	margin-top: 4px;
	margin-bottom: -2px;
}
#div_mobile_page_icons > ul > li:nth-child(1) i {
	color: #cf2679;
}
#div_mobile_page_icons > ul > li:nth-child(2) i {
	color: #016cbc;
}
#div_mobile_page_icons > ul > li:nth-child(3) i {
	color: #5a5a5a;
}
#div_mobile_page_icons > ul > li:nth-child(4) i {
	color: #4e9dd9;	
}
#div_mobile_page_icons > ul > li:nth-child(5) i {
	color: #00a9e0;
}
body#product.blockcart-hidden #blockcart-modal {
	visibility: hidden !important;
}
.fancybox-inner .span_availability_message {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}
/* ======================================================== */
/* ========================== P2 ========================== */
/* ======================================================== */
/* body#product #div_mobile_page_icons {
	display: block;
} */
body:not(#product) #div_mobile_page_icons > ul > li.productpage {
	display: none;
}
body#product #div_mobile_page_icons > ul > li.homepage {
	display: none;
}
body#product #div_mobile_page_icons > ul > li:not(.li_cart_buttons) {
	flex-grow: initial;
	width: 16%;
	min-width: 64px;
}
body#product #div_mobile_page_icons > ul > li:first-child {
	display: none;
}
#div_mobile_page_icons > ul > li.li_cart_buttons {
	flex-grow: 1;
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button {
	text-align: center;
	line-height: 41px;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	outline: 1px dashed white;
	outline-offset: -2px;
}
#div_mobile_page_icons > ul > li.li_add_to_cart > .span_button:hover,
#div_mobile_page_icons > ul > li.li_add_to_cart > .span_button:focus {
	/* border-bottom: 1px solid #ef8c00; */
	border-bottom: 3px solid #b6cb04;
}
#div_mobile_page_icons > ul > li.li_purchase > .span_button:hover,
#div_mobile_page_icons > ul > li.li_purchase > .span_button:focus {
	/* border-bottom: 1px solid #af0000; */
	border-bottom: 3px solid #b6cb04;
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button > span {
	display: inline-block;
	color: white;
	vertical-align: middle;
	line-height: 12px;
	text-transform: capitalize;
	font-weight: 600;
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_add_to_cart {
	background: #00a9e0;
	background-image: -webkit-linear-gradient(left, #4a69c1 18%, #00a9e0);
	background-image: linear-gradient(to right, #4a69c1 18%, #00a9e0);
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_add_to_cart:hover {
	background: #0a9ece;
	background-image: -webkit-linear-gradient(left, #2144a7 18%, #0a9ece);
	background-image: linear-gradient(to right, #2144a7 18%, #0a9ece);
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_purchase {
	background: #d00000;
	background-image: -webkit-linear-gradient(left, #921111 18%, #e00000);
	background-image: linear-gradient(to right, #921111 18%, #e00000);
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_purchase:hover {
	background: #ff0000;
	background-image: -webkit-linear-gradient(left, #7e1111 18%, #ff0000);
	background-image: linear-gradient(to right, #7e1111 18%, #ff0000);
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_add_to_cart:after,
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_purchase:after {
	content: "";
	background: #90EE90;
	padding-top: 100%;
	padding-left: 100%;
	opacity: 0;
	transition: all 0.8s;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_add_to_cart:active:after,
#div_mobile_page_icons > ul > li.li_cart_buttons > .span_button.button_purchase:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s;
}
#div_mobile_page_icons > ul > li.li_add_to_cart {
	/* background: #ff9d12; */		
	margin-left: 5px;
}
#div_mobile_page_icons > ul > li.li_purchase {
	/* background: #d00000;	 */		
}
#div_mobile_page_icons > ul > li > .button_cart {
	position: relative;	
}
#div_mobile_page_icons > ul > li > .button_cart .span_cart_qty {
	/* display: block; */
	position: absolute;
	top: 2px;
	right: 13px;
	background: red;
	color: white;
	border-radius: 50%;
	min-width: 15px;
	width: auto;
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
}
/* body#product > main#page.combinations_popup_open {
	position: fixed;
	width: 100%;
} */
body#product #div_addtocartpopup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
body#product #div_addtocartpopup .div_popup_container {
	position: absolute;
	background: white;
	width: 100%;
	/* min-height: calc(100% - 72px); */
	max-height: calc(100% - 72px);
	background-color: #fff;
	bottom: 0px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	transition: transform .2s ease-in-out;
	padding-bottom: 55px;
}
body#product #div_addtocartpopup.show .div_popup_container{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
body#product #div_addtocartpopup .div_confirm_button_container {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: #d00000;
	color: white;
	font-size: 17px;
	line-height: 45px;
	text-align: center;		
	-moz-box-shadow: 0px 0px 5px #bbbbbb;
	-webkit-box-shadow: 0px 0px 5px #bbbbbb;
	-o-box-shadow: 0px 0px 5px #bbbbbb;
	-ms-box-shadow: 0px 0px 5px #bbbbbb;
	box-shadow: 0px 0px 5px #bbbbbb;
	border-top: 1px solid #dadada;
}
body#product #div_addtocartpopup .product-variants > .product-variants-item select {
	max-width: 100%;
	min-width: 180px;
	color: black;
	padding-left: 10px !important;
}
body#product #div_addtocartpopup .div_confirm_button_container .span_confirm {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
body#product #div_addtocartpopup .span_closepopup {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #333333;
	z-index: 2;
	text-align: center;
}
body#product #div_addtocartpopup .span_closepopup:before {
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 25px;
}
body#product #div_addtocartpopup .div_popup_header {
	position: relative;
	padding-left: 135px;
	min-height: 100px;
	min-height: 90px;
	/* -webkit-box-shadow: 0px 0px 5px #dadada;
	-moz-box-shadow: 0px 0px 5px #dadada;
	box-shadow: 0px 0px 5px #dadada;
	padding-bottom: 10px; */
}
body#product #div_addtocartpopup .popupimage {
	position: absolute;
	top: -25px;
	left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: white;
	padding: 3px;
	max-width: 100%;
}
body#product #div_addtocartpopup .div_productname {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 0.938rem;
	line-height: 20px;
	color: #292733;
	text-transform: uppercase;
	font-weight: 800;
}
body#product #div_addtocartpopup .div_combinations_container {
	/* max-height: calc(100vh - 214px); */
	/* padding: 12px; */
	overflow: auto;
	/* padding-bottom: 125px; */
	/* padding-bottom: 50px; */
	position: relative;
	z-index: 0;
}
body#product #div_addtocartpopup .div_combinations_container:before {
	content: "";
	width: calc(100% - 20px);
	margin: auto;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0px;
	height: 1px;
	/* background: #e5e5e5; */
	background: #fff;
}
body#product #div_addtocartpopup .div_popup_header .div_product_price {
	padding-top: 5px;
	color: #00a9e0;
	font-weight: 800;    
	font-size: 1.3rem;
	width: 100%;
}
body#product #div_addtocartpopup .div_popup_header .div_product_price > *:not(:first-child) {
	display: none;
}
body#product #div_addtocartpopup .div_popup_header .div_product_discount {
	font-weight: 600;
	text-decoration: line-through;
	color: #7a7a7a;
	font-size: 14px;
}
body#product #div_addtocartpopup .div_combinations_container .description-short,
body#product #div_addtocartpopup .div_combinations_container .product-actions .product-add-to-cart .product-quantity .add,
body#product #div_addtocartpopup .div_combinations_container .product-actions .product-add-to-cart .product-quantity .add ~span.or-with-paypal-option,
body#product #div_addtocartpopup .div_combinations_container .product-additional-info,
body#product #div_addtocartpopup .div_combinations_container #gsr.productReassurance,
body#product #div_addtocartpopup .div_combinations_container .product-prices .product__product-price.product-price .current-price,
body#product #div_addtocartpopup .div_combinations_container .div-product-manufacturer,
body#product #div_addtocartpopup .div_combinations_container .product-reference {
	display: none;
}
body#product #div_addtocartpopup .div_combinations_container .product-variants-item {
	width: auto;
}
body#product #div_addtocartpopup .div_popup_header .span_tax_label {
	display: none;
}
body#product #div_addtocartpopup .div_paymentlogos img {
	max-height: 60px;
}
@media (min-width: 410px) {
	#div_mobile_page_icons > ul > li > a > span, 
	#div_mobile_page_icons > ul > li > .span_button > span {
		font-size: 13px;
	}
}
@media (max-width: 380px) {
	body#product #div_addtocartpopup .div_productname {
		font-size: 14px;
		line-height: 17px;
	}
}

body#product #div_addtocartpopup .modal-dialog {
    background: white;
    width: 100%;
    min-height: calc(100% - 72px);
    max-height: calc(100% - 72px);
	-webkit-transform: translate3d(0,15%,0);
	transform: translate3d(0,15%,0);
    transition: transform .2s ease-in-out;
}

body#product #div_addtocartpopup .modal-dialog .div_popup_header .addtocart-popup-img {
	position: absolute;
    top: -30px;
    left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    padding: 3px;
    max-width: 100%;
} 

body#product #div_addtocartpopup .modal-dialog .div_prices_and_cart_container .product-prices  {
	row-gap: 10px;
}

body#product #div_addtocartpopup .modal-dialog .div_popup_header .div_product_price .price {
	font-size: 1.75rem;
}

body#product #div_addtocartpopup .modal-dialog .modal-footer button {
	position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    -moz-box-shadow: 0 0 5px #bbbbbb;
    -webkit-box-shadow: 0 0 5px #bbbbbb;
    -o-box-shadow: 0 0 5px #bbbbbb;
    -ms-box-shadow: 0 0 5px #bbbbbb;
    box-shadow: 0 0 5px #bbbbbb;
    border-top: 1px solid #dadada;
}

body#product #div_addtocartpopup .div_prices_and_cart_container {
	flex-direction: column;
	row-gap: 5px;
}

body#product #div_addtocartpopup .modal-dialog .modal-footer button:focus,
body#product #div_addtocartpopup .modal-dialog .modal-footer button:hover {
	background-color: var(--unaviable-btn-bg-color);
    border-color: var(--unaviable-btn-bg-color);
}