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


.product-flags {
    left: 14px !important;
    top: 1px !important;
	z-index: 3;
}

#blackweekinfopopup{

	font-size: 11px;
	color: #979595;
	display: none;
	position: absolute; 
    width: 130px;
    background-color: #ffffff;
    padding: 5px;
	-webkit-box-shadow: -2px -1px 15px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px -2px 30px 14px rgba(0,0,0,0.425); 
	box-shadow: 7px 8px 30px 3px rgba(0,0,0,0.15);
	z-index: 100;

}

#blackweekinfoonmouseover{
	font-size: 11px;
	color: #979595;
}

/* //happy hours */
.flip-card {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	border-radius: .1em;
	width: 28px;
  }
  
  .top,
  .bottom,
  .flip-card .top-flip,
  .flip-card .bottom-flip {
	height: .75em;
	line-height: 1;
	padding: .25em 0;
	overflow: hidden;
  }
  
  .top,
  .flip-card .top-flip {
	background-color: #f7f7f7;
	border-top-right-radius: .1em;
	border-top-left-radius: .1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
  }
  
  .bottom,
  .flip-card .bottom-flip {
	background-color: white;
	display: flex;
	align-items: flex-end;
	border-bottom-right-radius: .1em;
	border-bottom-left-radius: .1em;
	justify-content: center;
  }
  
  .flip-card .top-flip {
	position: absolute;
	width: 100%;
	animation: flip-top 250ms ease-in;
	transform-origin: bottom;
  }
  
  @keyframes flip-top {
	100% {
	  transform: rotateX(90deg);
	}
  }
  
  .flip-card .bottom-flip {
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: flip-bottom 250ms ease-out 250ms;
	transform-origin: top;
	transform: rotateX(90deg);
  }
  
  @keyframes flip-bottom {
	100% {
	  transform: rotateX(0deg);
	}
  }
  
  .happy-hours .container {
	display: flex;
	padding-bottom: 15px;
	gap: .5em;
	justify-content: center;
	align-items: center;
  }

  .happy-hours .text-title {
	padding: 15px 0 10px;
  }

  .happy-hours .text-title {
	text-align: center;
	font-weight: 700;
	color: #FF3997;
  }

  .container-segment {
	display: flex;
	flex-direction: column;
	gap: .1em;
	align-items: center;
  }
  
  .segment {
	display: flex;
	gap: .1em;
  }
  
  .segment-title {
	font-size: 1rem;
  }
  .happy-hours {
	font-size: 2rem;
  }


  /* rox-banner */

 
  #header .rox-sticky-header .rox-banner:has(.happy-hours) {
	max-height: 60px;
  }

  #header .happy-hours .container {
	padding: 6px 0;
	column-gap: 13px;
  }

  #header .happy-hours .container .text-title {
	padding: 0;
  }

  #header .flip-card {
	color: black;
	font-size: 16px;
	width: 18px;
  }

  #header .text-title {
	color: #fff;
  }

#header .rox-banner__content {
	display: flex;
	justify-content: center !important;
}
#header .counter-content {
	display: flex;
	column-gap: 8px;
}

#header .container ::after {
	content: none;
}

#header .rox-sticky-header .rox-banner__column a.cta-btn {
	padding: 5px;
    font-size: 13px;
    line-height: 13px;
} 

#header .rox-sticky-header .rox-banner__column a.cta-btn {
	padding: 5px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
}

#header .rox-sticky-header .rox-banner__column a.cta-btn:hover {
	border: 2px solid #F0A300;
    background-color: #F0A300;
}


/* gifts */
.single-product-info__content {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.single-product-info__flag {
	padding: 8px 5px;
	width: fit-content;
	text-align: center;
	background-color: #FF3997;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.product-flag.product-thumbnail-flag {
	display: none;
	@media (min-width: 768px) {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 8px 5px;
		width: fit-content;
		text-align: center;
		background-color: #FF3997;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
	}
}