/**
* 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: "op_freeshippingbar";
	src: url("../fonts/op_freeshippingbar.eot");
	src: url("../fonts/op_freeshippingbar.eot?#iefix") format("embedded-opentype"),
		url("../fonts/op_freeshippingbar.woff") format("woff"),
		url("../fonts/op_freeshippingbar.ttf") format("truetype"),
		url("../fonts/op_freeshippingbar.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "op_freeshippingbar";
		src: url("../fonts/op_freeshippingbar.svg") format("svg");
	}
}

#opfsb-top-bar {
	z-index: 9999999;
	/*position: fixed;*/
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	justify-content: space-between;
	margin: 0;
	line-height: 1;
	transition: 0.4s;
}

#opfsb-top-bar .wfsb-hidden {
	display: none;
}

#opfsb-top-bar p {
	margin: 0;
	flex-grow: 1;
	text-align: center;
	padding: 0 15px 5px 0;
}

div#opfsb-close {
	cursor: pointer;
	font-family: "op_freeshippingbar";
	font-size: 20px;
	text-align: center;
	padding: 0;
	line-height: 20px;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin: 0;
	top: 10px;
	right: 10px;
}

div#opfsb-close:before {
	content: "\f100";
}

#opfsb-top-bar.top_bar {
	top: 0px;
}

#opfsb-top-bar.bottom_bar {
	bottom: 0px;
	position: fixed;
}

#opfsb-progress {
	width: 100%;
	background-color: #c9cfd4;
	z-index: 12;
	position: relative;
	/*left: 0px;*/
	margin-bottom: -10px;
	margin-top: 10px;
}
#opfsb-top-bar.bottom_bar > #opfsb-main-content {
	margin-bottom: 15px;
}
#opfsb-progress * {
	box-sizing: border-box;
}

#opfsb-current-progress {
	height: 20px;
	background-color: #0d47a1;
}

/*Style Progress bar CSS3*/
#opfsb-progress.wfsb-effect-1 #opfsb-current-progress {
	-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
		inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
		inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
		inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

#opfsb-progress.wfsb-effect-1 #opfsb-current-progress .label {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(
		linear,
		0 0,
		100% 100%,
		color-stop(0.25, rgba(255, 255, 255, 0.2)),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.2)),
		color-stop(0.75, rgba(255, 255, 255, 0.2)),
		color-stop(0.75, transparent),
		to(transparent)
	);
	background-image: -moz-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: wfsb-move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

@-webkit-keyframes wfsb-move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

/*Progress bar Border effect*/
#opfsb-top-bar > #opfsb-progress.wfsb-effect-2,
#opfsb-top-bar > #opfsb-progress.wfsb-effect-2 > #opfsb-current-progress {
	border-radius: 0;
}

#opfsb-top-bar > #opfsb-progress.wfsb-effect-2 {
	border: 1px solid #fff;
	outline: 1px solid #eee;
}

#opfsb-label {
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	font-size: 11px;
	position: relative;
}

#opfsb-label:before {
	font-family: "op_freeshippingbar";
	content: "\f101";
	position: absolute;
	right: 1%;
	font-size: 90%;
}

.opfsb-gift-box {
	bottom: 0;
	cursor: pointer;
	position: fixed;
	right: 0;
	z-index: 99;
	-moz-animation: myfirst 20s linear infinite;
	-webkit-animation: myfirst 20s linear infinite;
}
@-moz-keyframes myfirst {
	0% {
		left: -25%;
	}
	100% {
		left: 100%;
	}
}
@-webkit-keyframes myfirst {
	0% {
		left: -25%;
	}
	100% {
		left: 100%;
	}
}
.wfsb-hidden {
	display: none;
}

.opfsb-gift-box.wfsb-hidden {
	right: -1000px;
}

#opfsb-main-content {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 300;
	z-index: 1;
	line-height: 1;
}

/*Free shipping bar on cart and checkout page*/

.op_freeshippingbar-order {
	margin: 20px 0;
}

.op_freeshippingbar-order .op_freeshippingbar-order-content,
.op_freeshippingbar-order .op_freeshippingbar-order-text {
	margin: 0 0 10px;
}

.op_freeshippingbar-order .op_freeshippingbar-order-bar {
	width: 100%;
	height: 6px;
	background: #ccc;
	border-radius: 3px;
}

.op_freeshippingbar-order
	.op_freeshippingbar-order-bar
	.op_freeshippingbar-order-bar-inner {
	height: 100%;
	background: #212121;
	border-radius: 3px;
}

.wfsb-fixed {
	position: fixed;
	transition: top 2s linear;
	top: 100px;
}

/*Mobile Responsive*/
/*@media screen and (max-width: 768px) {
	#opfsb-progress {
		display: none !important;
	}
}
*/
@media (max-width: 380px) {
	div#opfsb-close {
		right: 5px;
	}
}

.milestone {
	position: absolute;
	top: 40%;
	cursor: pointer;
}

.milestone::before {
	position: absolute;
	left: -18px;
	top: -8px;
	content: " ";
	border: 5px solid rgb(34 49 59);
	border-radius: 500%;
	background: #50d890;
	height: 20px;
	width: 20px;
	transition: all 500ms ease-in-out;
}

.milestone:hover::before {
	border-color: #cd3c67;
	transition: all 1000ms ease-in-out;
}
.reached::before {
	border-color: #cd3c67;
	transition: all 1000ms ease-in-out;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.milestone .label {
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	font-size: 13px;
	border-radius: 4px;
	padding: 10px;
	background-color: #243340;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	color: #fff;
	width: 200px;
	line-height: 1.25rem;
	text-align: left;
}
.clew-animation .label {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.clew-animation:hover .label {
	overflow: visible;
}
.clew-animation:hover .label {
	opacity: 1;
	visibility: visible;
}
.milestone:hover .label {
	display: block;
}
.clew-top .label {
	bottom: 100%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}
.clew-bottom .label,
.clew-top:hover .label {
	-ms-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}
.clew-bottom .label {
	top: 100%;
	left: 50%;
}
.clew-bottom:hover .label {
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}
.clew-left .label {
	top: 50%;
	right: 100%;
	-ms-transform: translateX(8px) translateY(-50%);
	transform: translateX(8px) translateY(-50%);
}
.clew-left:hover .label,
.clew-right .label {
	-ms-transform: translateX(-8px) translateY(-50%);
	transform: translateX(-8px) translateY(-50%);
}
.clew-right .label {
	top: 50%;
	left: 100%;
}
.clew-right:hover .label {
	-ms-transform: translateX(8px) translateY(-50%);
	transform: translateX(8px) translateY(-50%);
}

/* =================================================================*/

.gift-container {
	display: flex;
	justify-content: center;
}

.gift {
	position: absolute;
	z-index: 1000000;
	top: 40vh;
	display: none;
}
.gift__cover {
	display: flex;
	justify-content: center;
	background-color: #34495e;
	height: 4rem;
	width: 19rem;
}
.gift__cover__wrap {
	position: absolute;
	height: 4rem;
	width: 4rem;
	background-color: #d39598;
}
.gift__cover__wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: -4rem;
	box-shadow: inset 0 0 0 1rem #d39598;
	border-radius: 2rem;
	height: 4rem;
	width: 4rem;
	transform: translateX(-45%) skewY(40deg);
}
.gift__cover__wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: -4rem;
	box-shadow: inset 0 0 0 1rem #d39598;
	border-radius: 2rem;
	height: 4rem;
	width: 4rem;
	transform: translateX(45%) skewY(-40deg);
}
.gift__cover.animate__wobble {
	animation: wobble 0.5s linear infinite 0.1s forwards;
}
.gift__cover.animate__open {
	animation: flyUp 0.4s ease-in forwards;
}
.gift__container {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 1rem;
	z-index: -1;
	top: -0.75rem;
	height: 10rem;
	width: 17rem;
	background-color: #34495e;
}
.gift__container__label {
	display: block;
	position: absolute;
	top: 4rem;
	font-size: 1.5rem;
	transform: rotate(-20deg);
	color: white;
}
.gift__container__wrap {
	position: absolute;
	height: 10rem;
	width: 4rem;
	background-color: #d39598;
}
.gift__container::after {
	content: "";
	display: block;
	width: 100%;
	height: 2rem;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.gift__container.animate__open {
	animation: flyDown 0.2s ease-in forwards;
}
.gift.animate__wobble {
	animation: wobble 0.5s linear infinite forwards;
}

.opfreeshipping_card {
	display: none;
	align-items: center;
	background-color: white;
	border: solid 2px #34495e;
	border-radius: 1.25rem;
	padding: 2rem 2rem 2rem 1rem;
	margin: 2rem;
	transform: scale(10%);
	z-index: 1;
	position: fixed;
	bottom: 5px;
	cursor: pointer;
}
.opfreeshipping_card img {
	border-radius: 1.25rem;
	height: 10rem;
	width: 10rem;
}
.card__text {
	color: #34495e;
}
.card__text__greeting {
	font-size: 1rem;
}
.card__text__greeting__hbd {
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: black;
}
.card__text__sign {
	font-size: 1rem;
	text-align: right;
}
.card__text__close {
	position: absolute;
	top: 4px;
	right: 5px;
	cursor: pointer;
	border-radius: 50%;
	color: #000;
	border: 1px dashed;
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}
.opfreeshipping_card.animate {
	animation: zoomIn 0.8s ease-in forwards;
}

@keyframes wobble {
	25% {
		transform: rotate(4deg);
	}
	75% {
		transform: rotate(-2deg);
	}
}
@keyframes flyUp {
	75% {
		opacity: 1;
	}
	100% {
		transform: translateY(-1000px) rotate(20deg);
		opacity: 0;
	}
}
@keyframes flyDown {
	75% {
		opacity: 1;
	}
	100% {
		transform: translateY(150%);
		opacity: 0;
	}
}
@keyframes zoomIn {
	100% {
		transform: scale(100%) rotateZ(360deg) rotateX(360deg);
	}
}

.gift-animation {
	margin: 0px;
}

.giftbox {
	position: relative;
}
.giftbox .giftbox__top {
	position: relative;
	z-index: 3;
	animation: slideToggle 2.2s cubic-bezier(0.3, 0, 0.9, 1.4) infinite both;
}
.giftbox .giftbox__middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	animation: couponshake 2.2s cubic-bezier(0.3, 0, 0.9, 1.4) infinite both;
}
.giftbox .giftbox__bottom {
	margin-top: -5px;
	position: relative;
	z-index: 2;
}
.giftbox svg {
	margin: 0 auto;
	display: table;
}

@keyframes slideToggle {
	0% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-70px);
	}
	80% {
		transform: translateY(-70px);
	}
	90% {
		transform: translateY(0);
	}
}
@keyframes couponshake {
	0% {
		transform: translateY(0);
	}
	35% {
		transform: translateY(-62px);
	}
	45% {
		transform: translateY(-62px);
		left: 0;
	}
	55% {
		left: -10px;
	}
	60% {
		left: 10px;
	}
	65% {
		left: -10px;
	}
	70% {
		left: 10px;
	}
	75% {
		left: 0;
	}
	78% {
		transform: translateY(-62px);
	}
	90% {
		transform: translateY(0);
	}
}

/* =================================================================*/

:root {
	--acc-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	--acc-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
	--anim-duration: 500ms;
}
.notification {
	/*   display: flex; */
	background: #fff;
	color: #2f2f2f;
	padding: 21px 34px;
	border-radius: 13px;
	position: relative;
	opacity: 0;
	transform: translateY(-34px);
	transition: opacity var(--anim-duration) var(--acc-sine),
		transform 255ms var(--acc-bounce);
	will-change: opacity, transform;
}

.displayed {
	opacity: 1;
	transform: none;
}

.notification:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 34px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17px 21px 17px;
	border-color: transparent transparent #fff transparent;
}

.clicked {
	animation: slap var(--anim-duration) var(--acc-sine) 1 forwards;
	pointer-events: none;
}

@keyframes slap {
	33% {
		transform: scale(0.92) rotateY(21deg) rotateX(10deg) rotateZ(1deg);
	}
	35% {
		transform: scale(0.89) rotateY(-5deg) rotateX(-10deg);
	}
	67% {
		transform: scale(1.05) rotateZ(-1deg);
	}
	84% {
		transform: scale(0.98);
	}
}

.slapped:after {
	content: "😵";
	position: absolute;
	top: 0;
	right: 0;
	animation: animSlapped 800ms var(--acc-bounce) 1 forwards;
	font-size: 60px;
	will-change: opacity, transform;
}

@keyframes animSlapped {
	0% {
		transform: scale(0.67) rotateZ(-1deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1) translateY(-144px) translateX(5px) rotateZ(5deg);
		opacity: 0;
	}
}

.slapped:before {
	content: "💢";
	position: absolute;
	top: 0;
	left: 0;
	animation: animSlappedAlt 800ms var(--acc-bounce) 1 forwards;
	font-size: 60px;
	will-change: opacity, transform;
}

@keyframes animSlappedAlt {
	0% {
		transform: scale(0.67) rotateZ(45deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1) translateY(-189px) translateX(-8px) rotateZ(70deg);
		opacity: 0;
	}
}

@media (max-width: 499px) {
	.notification {
		max-width: 280px;
		justify-content: space-between;
	}
}

/* ================================================================= */

/* ================ The Timeline ================ */

.timeline {
	position: relative;
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
	right: 330px;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: " ";
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: rgb(80, 80, 80);
	background: -moz-linear-gradient(
		top,
		rgba(80, 80, 80, 0) 0%,
		rgb(80, 80, 80) 8%,
		rgb(80, 80, 80) 92%,
		rgba(80, 80, 80, 0) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, rgba(30, 87, 153, 1)),
		color-stop(100%, rgba(125, 185, 232, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(80, 80, 80, 0) 0%,
		rgb(80, 80, 80) 8%,
		rgb(80, 80, 80) 92%,
		rgba(80, 80, 80, 0) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(80, 80, 80, 0) 0%,
		rgb(80, 80, 80) 8%,
		rgb(80, 80, 80) 92%,
		rgba(80, 80, 80, 0) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(80, 80, 80, 0) 0%,
		rgb(80, 80, 80) 8%,
		rgb(80, 80, 80) 92%,
		rgba(80, 80, 80, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(80, 80, 80, 0) 0%,
		rgb(80, 80, 80) 8%,
		rgb(80, 80, 80) 92%,
		rgba(80, 80, 80, 0) 100%
	);

	z-index: 5;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 300px;
	float: right;
}

.opflag-wrapper {
	position: relative;
	display: inline-block;

	text-align: center;
}

.opflag {
	position: relative;
	display: inline;
	background: rgb(248, 248, 248);
	padding: 6px 10px;
	border-radius: 5px;

	font-weight: 600;
	text-align: left;
}

.direction-l .opflag {
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
		0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .opflag {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
		0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .opflag:before,
.direction-r .opflag:before {
	position: absolute;
	top: 50%;
	right: -40px;
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255, 80, 80);
	z-index: 10;
	box-sizing: unset;
	-webkit-box-sizing: unset;
}

.direction-r .opflag:before {
	left: -40px;
}

.direction-l .opflag:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 8px;
	pointer-events: none;
	box-sizing: unset;
	-webkit-box-sizing: unset;
}

.direction-r .opflag:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: #fff;
	border-width: 8px;
	pointer-events: none;
	box-sizing: unset;
	-webkit-box-sizing: unset;
}

.reached .opflag {
	background: rgb(250 238 238);
}
.reached .direction-l .opflag:after {
	border-left-color: rgb(255 0 0);
}
.reached .direction-r .opflag:after {
	border-right-color: rgb(255 0 0);
}
.reached .opflag::before {
	background: #50d890;
	animation: wobble 0.5s linear infinite forwards;
}

.time-wrapper {
	display: inline;

	line-height: 1em;
	font-size: 0.66666em;
	color: rgb(250, 80, 80);
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	background: rgb(248, 248, 248);
}

.desc {
	margin: 1em 0.75em 0 0;

	font-size: 0.77777em;
	font-style: italic;
	line-height: 1.5em;
}

.direction-r .desc {
	margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media (max-width: 769px) {
	.timeline {
		width: 100%;
		padding: 4em 0 1em 0;
		right: 0;
	}

	.timeline li {
		padding: 2em 0;
	}

	.direction-l,
	.direction-r {
		float: none;
		width: 100%;

		text-align: center;
	}

	.opflag-wrapper {
		text-align: center;
	}

	.opflag {
		background: rgb(255, 255, 255);
		z-index: 15;
	}

	.direction-l .opflag:before,
	.direction-r .opflag:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: " ";
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(255, 80, 80);
		z-index: 10;
		box-sizing: unset;
		-webkit-box-sizing: unset;
	}

	.direction-l .opflag:after,
	.direction-r .opflag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: #fff;
		border-width: 8px;
		pointer-events: none;
		box-sizing: unset;
		-webkit-box-sizing: unset;
	}

	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}

	.direction-l .time-wrapper {
		float: none;
	}

	.direction-r .time-wrapper {
		float: none;
	}

	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		background: rgb(245, 245, 245);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

		z-index: 15;
	}

	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 1em 1em 0 1em;
		padding: 1em;

		z-index: 15;
	}
}

@media screen and (min-width: 400px ?? max-width: 660px) {
	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}
}
