/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/theme.scss ***!
  \*********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/theme.scss (1) ***!
  \*************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.css ***!
  \****************************************************************************************************************************/
.bootstrap-touchspin .input-group-btn-vertical{position:absolute;right:0;height:100%;z-index:11}.bootstrap-touchspin .input-group-btn-vertical>.btn{position:absolute;right:0;height:50%;padding:0;width:2em;text-align:center;line-height:1}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0 4px 0 0;top:0}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{border-radius:0 0 4px 0;bottom:0}
/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/lib/slick.css ***!
  \*********************************************************************/
/**
* 2007-2016 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-2016 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.
*/

.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
	overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/lib/colpick.css ***!
  \***********************************************************************/
/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
    z-index: 11111;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 25px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 25px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 15px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 6px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:200px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/lib/magnific-popup.css ***!
  \******************************************************************************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-wrap .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -100px;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-preloader .uil-spin-css {
  margin: auto;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.mfp-preloader .uil-spin-css>div>div {
  background: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-close,
.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  background: #444;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 36px;
  padding: 0 10px;
  background: #444;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #444; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #444; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #fff; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 40px 0;
    padding: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
  margin-bottom: 10px; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  background: #222222;
  color: #fff;
  display: inline-block;
  border-radius: 36px; }

.mfp-title > span {
  display: block;
  padding: 5px 10px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/theme.scss (2) ***!
  \*************************************************************************************************************/
@charset "UTF-8";
/*$color_text:        #123456;
$color_text_bold:   #234567;
$color_green:       #456789;
$color_pink:        #567890;
$color_gray:        #678901;
$color_border:      #789012;
$color_box_bg:      #890123;*/
/*
//----- XML SELECTORS
$border-color-lighten:              'lighten-border-color-15';
$box-background-darken:             'darken-box-background-8';
$btn-primary-bg-hover:              'darken-color-green-10';
$btn-cart-bg-hover:                 'darken-color-green-10';
*/
/*
$title-color:                       #999999;
$icon-color:                        #888888;
$btn-primary-color:                 #777777;
$btn-primary-bg:                    #666666;
$btn-primary-bg-hover:              'darken-color-green-10';
$btn-cart-color:                    #777777;
$btn-cart-bg:                       #666666;
$btn-cart-bg-hover:                 'darken-color-green-10';
$primary:                           #666666;
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #5a9e74;
  --bs-secondary: #3d3d3d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 90, 158, 116;
  --bs-secondary-rgb: 61, 61, 61;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.8125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.25;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.328125rem + 0.9375vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.03125rem;
  }
}

h2, .h2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.2671875rem + 0.20625vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.421875rem;
  }
}

h4, .h4 {
  font-size: 1.21875rem;
}

h5, .h5 {
  font-size: 1.015625rem;
}

h6, .h6 {
  font-size: 0.8125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #5a9e74;
  text-decoration: none;
}
a:hover {
  color: #fd6282;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  color: #5d5d5d;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.015625rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1220px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1420px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1, .col-xs-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .col-xs-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1220px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1420px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #c7c7c7;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #deece3;
  --bs-table-striped-bg: #d3e0d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8d4cc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cddad2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c8d4cc;
}

.table-secondary {
  --bs-table-bg: #d8d8d8;
  --bs-table-striped-bg: #cdcdcd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c2c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8c8c8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2c2c2;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1219.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1419.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #5d5d5d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c7c7c7;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #5d5d5d;
  background-color: #ffffff;
  border-color: #c7c7c7;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.25em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #5d5d5d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #5d5d5d;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: 1.765625rem;
}
textarea.form-control-sm {
  min-height: calc(1.25em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.25em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.25em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.25em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #5d5d5d;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #c7c7c7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(90, 158, 116, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #5d5d5d;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.015625rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #c7c7c7;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5a9e74;
  border-color: #5a9e74;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23c7c7c7%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5a9e74;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cee2d5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5a9e74;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cee2d5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #5d5d5d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0 5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.25em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25rem;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4d8663;
  border-color: #487e5d;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #4d8663;
  border-color: #487e5d;
  box-shadow: 0 0 0 0.25rem rgba(115, 173, 137, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #487e5d;
  border-color: #447757;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 173, 137, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}

.btn-secondary {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
  box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2e2e2e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #5a9e74;
  border-color: #5a9e74;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 158, 116, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 158, 116, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5a9e74;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 61, 61, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 61, 61, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #3d3d3d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #5a9e74;
  text-decoration: none;
}
.btn-link:hover {
  color: #fd6282;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1220px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1420px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5a9e74;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #5a9e74;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #5a9e74;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #fd6282;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5a9e74;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.421875rem;
  padding-bottom: 0.421875rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1220px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1420px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #518e68;
  background-color: #eff5f1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23518e68%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #c7c7c7;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #5a9e74;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #fd6282;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #fd6282;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #365f46;
  background-color: #deece3;
  border-color: #cee2d5;
}
.alert-primary .alert-link {
  color: #2b4c38;
}

.alert-secondary {
  color: #252525;
  background-color: #d8d8d8;
  border-color: #c5c5c5;
}
.alert-secondary .alert-link {
  color: #1e1e1e;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #087990;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #066173;
}

.alert-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #7a5d03;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.609375rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5a9e74;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5a9e74;
  border-color: #5a9e74;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1220px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1420px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #365f46;
  background-color: #deece3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #365f46;
  background-color: #c8d4cc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #365f46;
  border-color: #365f46;
}

.list-group-item-secondary {
  color: #252525;
  background-color: #d8d8d8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #252525;
  background-color: #c2c2c2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #087990;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #087990;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #087990;
  border-color: #087990;
}

.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #997404;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #997404;
  border-color: #997404;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 10px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #c7c7c7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.25;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #c7c7c7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1220px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1219.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1419.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 2px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.25;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #5a9e74;
}
.link-primary:hover, .link-primary:focus {
  color: #487e5d;
}

.link-secondary {
  color: #3d3d3d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #313131;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1220px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1420px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #c7c7c7 !important;
}

.border-0 {
  border: 0 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #c7c7c7 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #c7c7c7 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #c7c7c7 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

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

.border-secondary {
  border-color: #3d3d3d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

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

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.328125rem + 0.9375vw) !important;
}

.fs-2 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-3 {
  font-size: calc(1.2671875rem + 0.20625vw) !important;
}

.fs-4 {
  font-size: 1.21875rem !important;
}

.fs-5 {
  font-size: 1.015625rem !important;
}

.fs-6 {
  font-size: 0.8125rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.25 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0 !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1220px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1420px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.03125rem !important;
  }
  .fs-2 {
    font-size: 1.625rem !important;
  }
  .fs-3 {
    font-size: 1.421875rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* cyrillic-ext */
/* Font Awesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(../js/../fonts/8b4302.eot);
  src: url(../js/../fonts/8b4302.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../js/../fonts/20fd17.woff2) format("woff2"), url(../js/../fonts/f691f3.woff) format("woff"), url(../js/../fonts/1e59d2.ttf) format("truetype"), url(../js/../img/c1e38f.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Material Icons */
@font-face {
  font-family: "Material Icons";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: url(../js/../fonts/4674f8.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../js/../fonts/cff684.woff2) format("woff2"), url(../js/../fonts/83beba.woff) format("woff"), url(../js/../fonts/5e7382.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit; /* Preferred icon size */
  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;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.fa {
  min-width: 1em;
  height: 1em;
  line-height: 1;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5d5d5d;
  line-height: 1.25rem;
}

ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
a .material-icons, a .fa {
  margin-top: -2px;
}

li a, .li-a {
  color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #3d3d3d;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: inherit;
}

h1, .h1, h2, .h2 {
  line-height: normal;
}

button:hover,
button:focus {
  outline: none;
}

hr {
  border-color: #c7c7c7;
}

button, input, optgroup, select, textarea, .form-control {
  font-size: 0.8125rem;
}

.caret-right {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.caret-right:before {
  content: "";
  display: block;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 0.3em 0 0.3em 0.3em;
}

.btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 7px 8%;
  border-width: 0;
  line-height: 1.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.btn .material-icons, .btn .fa {
  margin-top: -2px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
.btn:focus, .btn.focus, .btn:hover, .btn:active:focus, .btn.active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, button:focus, button.focus, button:hover, button:active:focus, button.active:focus, button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled).active:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-teriary:focus, .btn-teriary.focus, .btn-teriary:hover, .btn-teriary:active:focus, .btn-teriary.active:focus, .btn-teriary:not(:disabled):not(.disabled):active:focus, .btn-teriary:not(:disabled):not(.disabled).active:focus {
  outline: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled, button.disabled, button:disabled,
.btn-primary.disabled,
.btn-primary:disabled, .btn-secondary.disabled, .btn-secondary:disabled, .btn-teriary.disabled, .btn-teriary:disabled {
  pointer-events: none;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #5a9e74;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  color: #ffffff;
  background-color: #5a9e74;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #477e5c;
}
.btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #477e5c;
}

.btn.btn-secondary {
  color: #ffffff;
  background-color: #3d3d3d;
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
  color: #ffffff;
  background-color: #3d3d3d;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #242424;
}
.btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #242424;
}

.btn-teriary {
  border: 2px solid;
  color: #5d5d5d;
}
.btn-teriary:hover {
  color: #fd6282;
}

.btn.btn-teriary {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid;
  color: #5d5d5d;
}
.btn.btn-teriary:hover {
  color: #fd6282;
}

.btn.btn-small {
  font-size: 1em;
  padding: 5px 10px;
  font-weight: 400;
}

.btn.btn-large {
  font-size: 1.3em;
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-unstyle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: inherit;
  color: inherit;
}
.btn-unstyle:focus {
  outline: 0;
}

.btn-wrap {
  white-space: normal;
}

.grid-small-padding .row {
  margin-right: -10px;
  margin-left: -10px;
}
.grid-small-padding .row *[class^=col] {
  padding-right: 10px;
  padding-left: 10px;
}

.title-block {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
}
.background-for-title .title-block {
  padding: 10px 0.9375rem;
  background-image: url(../js/../img/e82c4e.png);
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .title-block {
    font-size: 1.25rem;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .title-block .view-all-link {
    font-size: 0.75rem;
    padding-left: 0;
  }
}

.dot-center-title {
  display: flex;
  align-items: center;
}
.dot-center-title span:not(.dot-line) {
  flex: none;
  margin-left: 2%;
  margin-right: 2%;
}
.dot-center-title .dot-line {
  width: 50%;
  border-top: 1px dotted;
}

.dot-title {
  display: flex;
  align-items: center;
}
.dot-title span:not(.dot-line) {
  flex: none;
  margin-right: 2%;
}
.dot-title .dot-line {
  width: 100%;
  border-top: 1px dotted;
}

.view-all-link {
  padding-left: 15px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.view-all-link.at-bottom {
  display: none;
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: -10px;
  text-align: center;
}
.view-all-link .material-icons.trending_flat:before {
  content: "\e8e4";
}

.column-block {
  background: #ffffff;
  padding: 0 15px 15px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.column-block.no-box {
  padding: 0;
  border: none;
  background: none;
}
.column-block.no-title {
  padding-top: 15px;
}
.column-block .product-list-margin {
  margin: -15px;
  padding: 0 15px;
  border-radius: 0 0 4px 4px;
}
.column-block .product-list-margin .product-list-wrapper {
  margin: 0;
}

.column-title, .typo .column-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 8px 0.9375rem;
  border-bottom: 1px solid #c7c7c7;
}
.column-title a, .typo .column-title a {
  color: #3d3d3d;
}
.background-for-title .column-title, .background-for-title .typo .column-title {
  background-image: url(../js/../img/e82c4e.png);
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.hidden-index {
  display: block;
}
#index .hidden-index {
  display: none;
}

.shown-index {
  display: none;
}
#index .shown-index {
  display: block;
}

.xs-bottom {
  margin-bottom: 10px;
}

.sm-bottom {
  margin-bottom: 20px;
}

.md-bottom {
  margin-bottom: 30px;
}

.lg-bottom {
  margin-bottom: 40px;
}

.xl-bottom {
  margin-bottom: 50px;
}

.page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
}

.page-subheading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
  margin-bottom: 8px;
  text-transform: none;
}

.box-bg {
  background: #ffffff;
  padding: 0.9375rem;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.light-box-bg {
  background: #ffffff;
  padding: 0.9375rem;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}

.shadow-box {
  background: #ffffff;
  padding: 0.9375rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.card {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
  border-radius: 5px;
}

.card-block {
  padding: 0.9375rem;
}

.linklist li {
  padding: 4px 0;
}
.linklist li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 8px;
}

.icon-link {
  color: inherit;
}
.icon-link:hover {
  color: #fd6282;
}

.nav-tabs {
  border: none;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-tabs .nav-item {
  margin: 0 4px;
}
.nav-tabs .nav-item .nav-link {
  padding: 3px 15px;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0.5;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  background: transparent;
  opacity: 1;
}
.nav-tabs .nav-item .nav-link.active {
  border: none;
  opacity: 1;
}
.nav-tabs .nav-item .nav-link.active:focus, .nav-tabs .nav-item .nav-link.active:hover {
  color: #3d3d3d;
}
@media (max-width: 1219.98px) {
  .nav-tabs .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .nav-tabs .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs {
    justify-content: flex-start;
  }
  .nav-tabs .nav-item {
    margin-bottom: 4px;
  }
}

.aone-tabs .nav-tabs {
  margin-bottom: 15px;
}
.aone-tabs .nav-tabs .nav-item .nav-link {
  font-size: 1.375rem;
  line-height: 29px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.background-for-title .aone-tabs .nav-tabs {
  padding: 5px 0;
  background-image: url(../js/../img/e82c4e.png);
  background-color: #ffffff;
  border-radius: 5px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

label, .label {
  color: #3d3d3d;
  text-align: right;
  font-weight: 700;
  margin-bottom: 7px;
}
label[for], .label[for] {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  label, .label {
    text-align: left;
  }
}

small.label, .label.small, small.value, .value.small {
  font-size: 0.8125rem;
  font-weight: 400;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group.has-error input,
.form-group.has-error select {
  border-color: transparent;
  box-shadow: 0 0 0 1px #dc3545;
}
.form-group .help-block {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 0.625rem;
  }
}

.form-control-label {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}

.form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  line-height: 1.25rem;
  height: 34px;
}
.form-control::placeholder {
  color: inherit;
  opacity: 0.5;
}

textarea.form-control {
  height: auto;
}

@media (min-width: 768px) {
  .form-control-valign {
    padding-top: 7px;
  }
}

.input-group .input-group-btn {
  outline: none;
  font-size: inherit;
}
.input-group .input-group-btn > .btn {
  box-shadow: none;
  margin-left: 0;
  padding: 7px 10px;
  background: #c7c7c7;
  min-width: 60px;
  font-size: 0.8125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

.form-control-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 1px center/20px 20px;
  background-size: 20px 25px;
  padding-right: 24px;
}
.form-control-select::-ms-expand {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.form-control-comment {
  padding-top: 7px;
  font-style: italic;
}

.form-control-submit.disabled {
  background: #0dcaf0;
  color: white;
}

.group-span-filestyle label {
  margin: 0;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #5a9e74;
  text-transform: uppercase;
  padding: 8px 16px;
}

.help-block {
  margin-top: 7px;
  margin-bottom: 1.25rem;
}
.help-block .alert {
  padding: 7px;
  margin-bottom: 0;
}

.alert ul {
  list-style: square;
  padding-left: 20px;
}

.bootstrap-touchspin input:focus {
  outline: none;
}
.bootstrap-touchspin input.form-control {
  border: 1px solid #c7c7c7;
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  height: 50%;
}
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #e9ecef;
}
.bootstrap-touchspin .input-group-btn-vertical {
  width: 20px;
  display: block;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-top-right-radius: 5px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
  margin-top: 0;
  border-top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\e5ce";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\e5cf";
}
.bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 14px;
  font-weight: 700;
  position: static;
}

.custom-checkbox, .custom-radio {
  margin: 0;
  text-transform: none;
  font-weight: 400;
  text-align: left;
  font-size: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
}
.custom-checkbox .check-wrap, .custom-radio .check-wrap {
  position: relative;
  width: 24px;
  flex: none;
}
.custom-checkbox .check-shape, .custom-radio .check-shape {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
}
.custom-checkbox .check-shape .check-icon, .custom-radio .check-shape .check-icon {
  display: none;
  font-size: 12px;
  padding-top: 1px;
  padding-left: 1px;
  font-weight: 700;
}
.custom-checkbox label, .custom-radio label {
  font-weight: 400;
  margin: 0;
  text-align: initial;
  text-transform: none;
}

.custom-checkbox input[type=checkbox], .custom-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-checkbox input[type=checkbox]:hover + .check-shape, .custom-radio input[type=radio]:hover + .check-shape {
  border-color: #fd6282;
}
.custom-checkbox input[type=checkbox]:checked + .check-shape, .custom-radio input[type=radio]:checked + .check-shape {
  background-color: #fd6282;
  border-color: #fd6282;
  color: #ffffff;
}
.custom-checkbox input[type=checkbox]:checked + .check-shape .check-icon, .custom-radio input[type=radio]:checked + .check-shape .check-icon {
  display: block;
}

.custom-radio input[type=radio] + .check-shape {
  border-radius: 50%;
}

.custom-checkbox .check-shape.color, .custom-radio .check-shape.color {
  border-color: rgba(0, 0, 0, 0.05);
  background-size: contain;
  position: relative;
}
.custom-checkbox .check-shape.color .check-circle, .custom-radio .check-shape.color .check-circle {
  display: none;
  position: absolute;
  left: -3px;
  top: -3px;
  width: 22px;
  height: 22px;
  border: 1px solid #fd6282;
  border-radius: 50%;
}

.custom-checkbox input[type=checkbox]:hover + .check-shape.color, .custom-radio input[type=radio]:hover + .check-shape.color {
  border-color: rgba(0, 0, 0, 0.05);
}
.custom-checkbox input[type=checkbox]:checked + .check-shape.color, .custom-radio input[type=radio]:checked + .check-shape.color {
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.custom-checkbox input[type=checkbox]:checked + .check-shape.color .check-circle, .custom-radio input[type=radio]:checked + .check-shape.color .check-circle {
  display: block;
}

.custom-select {
  height: auto;
  line-height: inherit;
  width: 100%;
  padding: 6px 24px 6px 10px;
  border-radius: 5px;
}
.custom-select:focus {
  box-shadow: none;
}

.form-select.dropdown-toggle::after {
  display: none;
}

.text-muted {
  font-size: 0.875rem;
}

.done {
  color: #198754;
  display: inline-block;
  padding: 0 5px;
  margin-right: 2%;
  text-align: center;
}

.definition-list dl {
  display: flex;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: normal;
}
.definition-list dl dd,
.definition-list dl dt {
  flex: 0 0 45%;
  background: #e9ecef;
  padding: 10px;
  margin: 2px;
}
.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: #e9ecef;
}

.alert-warning .material-icons {
  font-size: 2rem;
  margin-right: 20px;
}
.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 20px;
}
.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 20px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6C868E;
}
.alert-warning ul li:last-child .alert-link {
  color: white;
}
.alert-warning .warning-buttons {
  margin-top: 10px;
}

.btn-tertiary-outline {
  color: #6C868E;
  background-image: none;
  background-color: transparent;
  border-color: #6C868E;
  border: 0.15rem solid #6C868E;
  transition: all 0.4s ease-in-out;
}
.btn-tertiary-outline:hover {
  border-color: #BBCDD2;
  color: #BBCDD2;
}

.nav-inline {
  margin-bottom: 20px;
}

.nav-item .nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3d3d3d;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 5px 0;
  margin-bottom: 0;
  opacity: 0.5;
}
.nav-item .nav-link.active {
  color: #3d3d3d;
  opacity: 1;
}

.thead-default th {
  color: inherit;
  background-color: #ebebeb;
}

.modal-dialog {
  margin-top: 3%;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    margin-top: 10%;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.modal-content {
  border: none;
}

.modal-body {
  padding: 10px;
}

.modal-footer {
  border-top: 1px solid #c7c7c7;
  padding: 10px;
  display: block;
  text-align: right;
}

.modal-title {
  line-height: inherit;
}

.modal-header {
  border-bottom: 1px solid #c7c7c7;
  display: block;
  position: relative;
}

.modal .modal-header button.close {
  opacity: 1 !important;
  font-size: 20px;
  background: #ddd;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 0 0.3rem;
  text-shadow: none;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 10;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.modal-message .modal-header {
  border: none;
  padding: 0px;
}
.modal-message .modal-body {
  padding: 20px 10px 10px;
}

.simple-modal .modal-header {
  border: none;
  padding: 5px;
  min-height: 20px;
}
.simple-modal .extra-content iframe {
  border: none;
  background: transparent url(../js/../img/c601cb.gif) no-repeat 50% 50%;
}

.tooltip {
  font-size: 0.75rem;
  font-family: inherit;
}
.tooltip .tooltip-inner {
  padding: 2px 6px;
  border-radius: 4px;
}

.table {
  background: #ffffff;
}
.table thead th {
  border-bottom: 1px solid #c7c7c7;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.img-thumbnail {
  border-color: #ededed;
  padding: 3px;
  transition: all 0.3s;
}
a:hover .img-thumbnail {
  filter: brightness(90%);
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 0.8125rem;
  overflow: hidden;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 5px 10px;
  line-height: inherit;
  border: none;
  background: none;
  color: #5d5d5d;
  cursor: pointer;
}
.ui-autocomplete.ui-menu .ui-menu-item .ui-state-focus, .ui-autocomplete.ui-menu .ui-menu-item .ui-state-hover {
  background: #ffffff;
  color: #fd6282;
  margin: 0;
}

.ps-alert-error,
.ps-alert-success {
  margin-bottom: 1rem;
}
.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #dc3545 solid;
  background-color: #dc3545;
  display: flex;
}
.ps-alert-error .item i,
.ps-alert-success .item i {
  padding: 0 0.9375rem;
  background-color: #dc3545;
  display: flex;
}
.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  width: 24px;
  height: 24px;
}
.ps-alert-error .item p,
.ps-alert-success .item p {
  background-color: #ffffff;
  margin: 0;
  padding: 0.9375rem;
  width: 100%;
}

.ps-alert-success .item {
  border-color: #198754;
  background-color: #198754;
}
.ps-alert-success .item i {
  background-color: #198754;
}

.dropdown .expand-more, .dropdown a.expand-more {
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  display: flex;
  align-items: center;
}
.dropdown .expand-more:hover, .dropdown a.expand-more:hover {
  color: #fd6282;
}
.dropdown .dropdown-icon {
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-icon {
    margin-left: 4px;
  }
}
.dropdown .expand-icon {
  display: block;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}
.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  color: #5d5d5d;
  background: white;
}

.dropdown-menu {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  color: inherit;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
  top: 100%;
}

.dropdown-item {
  display: block;
  color: #5d5d5d;
  padding: 7px 8px;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: #f7f7f7;
  color: #fd6282;
}

#checkout .cart-preview .cart-dropdown {
  display: none !important;
}

#cart-summary-product-list .modal-body {
  padding: 0;
}

.checkout-step-order {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.checkout-step-order .step-part {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 20%;
  padding-top: 4px;
  background: inherit;
}
.checkout-step-order .step-part .part-icon {
  position: relative;
  line-height: 22px;
  padding-top: 1px;
  height: 24px;
  background: inherit;
  color: inherit;
}
.checkout-step-order .step-part .circle {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background: inherit;
  color: inherit;
}
.checkout-step-order .step-part .line {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  border-top: 1px solid;
  color: inherit;
}
.checkout-step-order .step-part .done {
  font-size: 150%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: inherit;
  display: none;
}
.checkout-step-order .step-part .position {
  font-size: 120%;
  position: relative;
  color: inherit;
  display: block;
  text-align: center;
  opacity: 0;
}
.checkout-step-order .step-part .edit {
  font-size: 120%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: #fd6282;
}
.checkout-step-order .step-part .part-text {
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
}
.checkout-step-order .step-part.current {
  cursor: default;
}
.checkout-step-order .step-part.current .part-icon {
  color: #fd6282;
}
.checkout-step-order .step-part.current .position {
  opacity: 1;
}
.checkout-step-order .step-part.current.reachable.complete .part-icon {
  color: #fd6282;
}
.checkout-step-order .step-part.current.reachable.complete .done {
  display: none;
}
.checkout-step-order .step-part.current.reachable.complete .position {
  display: block;
  opacity: 1;
}
.checkout-step-order .step-part.reachable.complete .part-icon {
  color: #28a745;
}
.checkout-step-order .step-part.reachable.complete .done {
  display: block;
}
.checkout-step-order .step-part.reachable.complete .position {
  display: none;
}
.checkout-step-order .step-part.reachable.complete:not(.current):hover .done {
  opacity: 0;
}
.checkout-step-order .step-part.reachable.complete:not(.current):hover .edit {
  opacity: 1;
  visibility: visible;
}
.checkout-step-order .step-part.unreachable {
  pointer-events: none;
  opacity: 0.5;
}
.checkout-step-order .step-part.unreachable .position {
  opacity: 1;
}

.checkout-step .content,
.checkout-step .step-title {
  display: none;
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step.-current .step-title, .checkout-step.-current .content {
  display: block;
}

@media (max-width: 991.98px) {
  #checkout .cart-grid.row {
    flex-direction: column-reverse;
  }
  .checkout-step-order {
    padding: 5px;
  }
  .checkout-step-order .step-part .part-text span {
    font-size: 90%;
  }
}
.checkout-step-display .content {
  margin: 10px 0;
}
.checkout-step-display .step-button-continue {
  margin-top: 30px;
}
.checkout-step-display .delivery-option {
  padding: 0.9375rem 0;
  position: relative;
}
.checkout-step-display .delivery-option:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  border-top: 1px solid #ededed;
}
.checkout-step-display .delivery-option:first-child:before {
  display: none;
}
.checkout-step-display .delivery-option label {
  text-align: initial;
  margin-bottom: 0;
  width: calc(100% - 40px);
}
.checkout-step-display .delivery-option .custom-radio {
  padding: 5px 0.5rem;
  width: 40px;
}
.checkout-step-display .delivery-option .carrier-logo {
  min-width: 80px;
  margin: 0 10px;
}
.checkout-step-display .delivery-option .carrier-logo img {
  max-width: 100%;
}
.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-name, .checkout-step-display .delivery-option .carrier-price {
  padding: 5px 0.5rem;
}
.checkout-step-display .delivery-option .carrier-name {
  font-weight: 700;
}
.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-name {
  word-break: break-word;
  width: 40%;
}
.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-price {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .checkout-step-display .delivery-option .carrier-name {
    width: 100%;
  }
  .checkout-step-display .delivery-option .carrier-delay {
    width: auto;
  }
}

#checkout-personal-information-step .step-title {
  display: none;
}
#checkout-personal-information-step .personal-form {
  display: none;
}
#checkout-personal-information-step .personal-form.active {
  display: block;
}
#checkout-personal-information-step .personal-form .light-box-bg, #checkout-personal-information-step .personal-form .box-bg {
  padding-top: 5px;
}

#checkout-addresses-step .step-title {
  display: none;
}
#checkout-addresses-step .address-item {
  margin-bottom: 15px;
  opacity: 0.6;
  border-width: 2px;
}
#checkout-addresses-step .address-item:hover {
  opacity: 1;
}
#checkout-addresses-step .address-item.selected {
  border-color: #007ad1;
  opacity: 1;
}
#checkout-addresses-step .address-item .address-header label {
  width: 100%;
  margin-bottom: 0.9375rem;
}
#checkout-addresses-step .address-item .address-footer {
  border-top: 1px solid #ededed;
  padding-top: 0.9375rem;
}
#checkout-addresses-step .address-item .address-footer a {
  display: inline-block;
}
#checkout-addresses-step .address-item .address-footer a + a {
  margin-left: 10%;
}
#checkout-addresses-step .address-item .address-footer .material-icons, #checkout-addresses-step .address-item .address-footer .fa {
  margin-top: -2px;
}
#checkout-addresses-step .cancel-address {
  margin-top: 10px;
  display: block;
}

#checkout-delivery-step .delivery-options .row {
  align-items: center;
}
#checkout-delivery-step .order-options {
  padding-top: 0.9375rem;
  border-top: 1px solid #ededed;
}
#checkout-delivery-step .order-options textarea.form-control {
  height: auto;
}
#checkout-delivery-step #gift label {
  margin-top: 10px;
}

#checkout-payment-step .payment-options {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
}
#checkout-payment-step .payment-options:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 6px;
  background: inherit;
}
#checkout-payment-step .payment-line {
  background: inherit;
}
#checkout-payment-step .payment-option {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ededed;
}
#checkout-payment-step .payment-option .option-logo {
  max-height: 1.25rem;
  margin: 0 5px;
}
#checkout-payment-step .additional-information {
  padding: 0 24px 5px;
  border-bottom: 1px solid #ededed;
  background: inherit;
  margin-top: -5px;
}
#checkout-payment-step #modal-payment-terms .modal-header {
  padding: 2px 5px;
  border: none;
}
#checkout-payment-step .payment-final .custom-checkbox {
  margin: auto;
}

#order-summary-content {
  border: 3px solid #b6effb;
  padding: 0 2% 20px;
  overflow: hidden;
  margin-top: 32px;
}
#order-summary-content .summary-message {
  margin: 0 -4% 20px;
}
#order-summary-content .osb-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#order-summary-content .osb-title h5, #order-summary-content .osb-title .h5 {
  margin: 0;
}
#order-summary-content .osb-title .step-edit {
  padding-top: 0;
  padding-bottom: 0;
}
#order-summary-content .summary-selected-carrier {
  padding: 0 5px;
}
#order-summary-content .summary-selected-carrier .delivery-option {
  align-items: center;
  display: flex;
}

/**** ORDER CONFIRMATION *****/
#order-items .product-line-grid .product-name {
  font-weight: 400;
}
#order-items .order-confirmation-total {
  padding: 12px 0;
}

#order-confirmation #order-items {
  margin-bottom: 1rem;
}
#order-confirmation .product-line-grid .product-attributes {
  display: none;
}
#order-confirmation #order-details {
  margin-bottom: 1rem;
}
#order-confirmation #order-details ul li + li {
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  #order-items .details {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  section.checkout-step .address-item {
    flex: 0 0 99%;
  }
}
.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.js-payment-binary.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

/*** SOME GENERIC STYLES ***/
.account-list .logout {
  color: red;
}
.account-list .logout:before {
  display: none;
}
.account-list .logout i {
  min-width: 18px;
}

.footer-account-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-account-links i {
  min-width: 18px;
}
.footer-account-links .logout-link a {
  color: red;
}

.table-labeled th {
  vertical-align: middle;
}
.table-labeled td {
  vertical-align: middle;
}
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  color: white;
  white-space: nowrap;
}

.page-order .table {
  margin-bottom: 0;
}
.page-order table th {
  padding: 8px;
}
.page-order table td {
  padding: 8px;
}
.page-order table thead th {
  text-align: center;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0;
}
#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
  margin-right: 0;
}

/*** Most of the customer accpunt pages ***/
.page-customer-account hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#login-form .forgot-password a {
  color: inherit;
}
#login-form .forgot-password a:hover {
  text-decoration: underline;
}

/*** Login page ***/
.page-authentication #main, .page-password #main {
  max-width: 740px;
  margin: 0 auto;
}

/*** Addresses page ***/
.page-addresses .address {
  margin-bottom: 20px;
}
.page-addresses .address .address-footer {
  border-top: 1px solid #ededed;
  padding-top: 0.9375rem;
}
.page-addresses .address .address-footer a + a {
  margin-left: 10%;
}
/*** Order details page ***/
.page-order-detail .light-box-bg, .page-order-detail .shadow-box {
  margin-bottom: 20px;
}
.page-order-detail #order-infos ul {
  margin: 0;
}
.page-order-detail #order-history .history-lines {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
}
.page-order-detail #order-history .history-lines .history-line .row {
  align-items: center;
}
.page-order-detail #order-history .history-lines .history-line + .history-line {
  border-top: 1px solid #ededed;
}
.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 6px;
  color: white;
  border-radius: 3px;
}
.page-order-detail #order-products.return {
  margin-bottom: 0.9375rem;
}
.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}
.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
  padding-top: 7px;
}
.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  padding-left: 0.25rem;
}
.page-order-detail .order-items {
  padding: 0 0.9375rem;
}
.page-order-detail .order-items .order-item {
  padding: 10px 0;
}
.page-order-detail .order-items .order-item + .order-item {
  border-top: 1px solid #ededed;
}
.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
}
.page-order-detail .order-items .order-item .content {
  width: 100%;
}
.page-order-detail .order-items .order-item .desc {
  margin-bottom: 10px;
}
.page-order-detail .messages .message {
  margin-top: 8px;
  border-bottom: 1px solid #ededed;
}
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}
.page-order-detail .messages .message > div {
  margin-bottom: 8px;
}
.page-order-detail .shipping-lines {
  padding-top: 0;
  padding-bottom: 0;
}
.page-order-detail .shipping-lines .shipping-line {
  padding: 0.9375rem 0;
}
.page-order-detail .shipping-lines .shipping-line + .shipping-line {
  border-top: 1px solid #ededed;
}

/*** Credit slip page ***/
.credit-slips {
  padding-top: 0;
  padding-bottom: 0;
}
.credit-slips .credit-slip {
  padding: 0.9375rem 0;
}
.credit-slips .credit-slip + .credit-slip {
  border-top: 1px solid #ededed;
}

/*** Order return page ***/
.order-returns {
  padding-top: 0;
  padding-bottom: 0;
}
.order-returns .order-return {
  padding: 0.9375rem 0;
}
.order-returns .order-return + .order-return {
  border-top: 1px solid #ededed;
}

#order-return-infos .customization {
  margin-top: 12px;
}

/*** My account landing page ***/
.page-my-account #content .links a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: inherit;
}
.page-my-account #content .links a span.link-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0.9375rem;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}
.page-my-account #content .links a i {
  font-size: 2rem;
  margin: 0 5px;
}
.page-my-account #content .links a:hover {
  color: #fd6282;
}

/*** History page ***/
#history table .pdf-icon {
  font-size: 20px;
}
#history table .order-actions a {
  display: block;
  white-space: nowrap;
}
#history .orders .order + .order {
  margin-top: 10px;
}
#history .orders .order .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  color: white;
  white-space: nowrap;
}
#history .orders .order .status {
  margin-top: 5px;
}
#history .orders .order .action {
  font-size: 150%;
}
#history .orders .order .action + .action {
  margin-top: 5px;
}

#order-slip .pdf-icon {
  font-size: 20px;
}

.category-description {
  position: relative;
}
.category-description .descFull {
  overflow: hidden;
}
.category-description .descSmall {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: all 0.5s;
}
.category-description .descToggle {
  display: none;
  position: absolute;
  bottom: -10px;
}
.category-description .descToggle a {
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}
.category-description .descCollapsed .descSmall:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(40%, rgba(247, 247, 247, 0.8)), color-stop(90%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
}
.category-description .descCollapsed .descToggle.expand {
  display: block;
}
.category-description .descExpanded .descToggle.collapse {
  display: block;
}

.subcategory-miniature {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.subcategory-miniature .subcategory-description {
  display: none;
}
.subcategory-miniature .subcategory-name {
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
}
.subcategory-miniature .subcategory-image img {
  border-radius: 3px;
}
.subcategory-miniature.no-image .subcategory-name {
  margin-top: auto;
}

.products-selection {
  padding: 0.5rem 0;
}
.products-selection .total-products p {
  margin-bottom: 0;
  color: #5a9e74;
}
@media (max-width: 991.98px) {
  .products-selection .total-products p {
    margin-top: 10px;
  }
}
.products-selection .filter-button #search_filter_toggler {
  width: 100%;
}

.products-sort-order .sort-label {
  margin-right: 10px;
}
.products-sort-order .sort-select {
  width: 100%;
}
@media (min-width: 768px) {
  .products-sort-order .sort-select {
    max-width: 220px;
  }
}
.products-sort-order .select-title {
  cursor: pointer;
  min-height: 34px;
  white-space: nowrap;
  text-align: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-sort-order .dropdown-menu {
  min-width: 100%;
  width: auto;
}
.products-sort-order .product-display {
  margin-left: auto;
}
.products-sort-order .product-display .display-label {
  margin-right: 10px;
}
.products-sort-order .product-display .display-select {
  font-size: 22px;
  margin: 0;
  background: #ffffff;
  padding: 5px 5px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.products-sort-order .product-display .display-select a {
  margin: 0 2px;
}
.products-sort-order .product-display .display-select a .material-icons, .products-sort-order .product-display .display-select a .fa {
  margin-top: 0;
}
.products-sort-order .product-display .display-select .selected {
  color: #5a9e74;
}
.products-sort-order .product-display .display-select .material-icons {
  display: block;
}

.pagination {
  width: 100%;
  margin: 0;
  display: block;
}
.pagination .page-total {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .pagination .page-total {
    margin-bottom: 10px;
  }
}
.pagination .row {
  align-items: center;
}
.pagination .page-list {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.pagination .page-list a {
  padding: 1px 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
}
.pagination .page-list a:hover {
  background-color: #f7f7f7;
}
.pagination .page-list a .material-icons {
  font-size: 14px;
  margin-top: -2px;
}
.pagination .page-list .current a {
  background-color: #5a9e74;
  color: #ffffff;
}
.pagination .page-list .previous {
  padding-left: 0px;
  font-size: 90%;
}
.pagination .page-list .next {
  padding-right: 0px;
  font-size: 90%;
}
@media (max-width: 767.98px) {
  .pagination .page-total {
    text-align: center;
  }
  .pagination .page-list {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.left-categories {
  padding-bottom: 5px;
}

.category-tree ul {
  margin-bottom: 0;
}
.category-tree ul li {
  position: relative;
}
.category-tree .collapse-icon {
  position: absolute;
  right: -5px;
  top: 0;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  user-select: none;
  font-weight: 700;
}
.category-tree .collapse-icon.remove {
  display: none;
}
.category-tree [aria-expanded=true] .add {
  display: none;
}
.category-tree [aria-expanded=true] .remove {
  display: inline-block;
}
.category-tree > ul > li {
  margin: 12px -5px;
}
.category-tree > ul > li > a {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.category-tree > ul > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  display: inline-block;
}
.category-tree > ul > li > a > span {
  margin: 0 7px;
}
.category-tree > ul > li > a:hover:before {
  border-color: #fd6282;
  background-color: #fd6282;
}
.category-tree > ul > li > a img {
  max-height: 28px;
  width: auto;
  margin-left: -8px;
}
.category-tree > ul > li > a.name-with-icon + .collapse-icons {
  top: 4px;
}
.category-tree .category-sub-menu {
  padding-left: 28px;
  overflow: hidden;
}
.category-tree .category-sub-menu > ul > li {
  margin: 8px 0;
}
.category-tree .category-sub-menu > ul > li:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -14px;
  border: 0 solid transparent;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-color: #c7c7c7;
  width: 12px;
  height: 14px;
}
.category-tree .category-sub-menu > ul > li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: -14px;
  border: 0 solid transparent;
  border-left-width: 1px;
  border-color: #c7c7c7;
  height: 100%;
}
.category-tree .category-sub-menu > ul > li:last-child:after {
  display: none;
}
.category-tree .category-sub-menu > ul > li:last-child:before {
  border-radius: 0 0 0 5px;
}
.category-tree .category-sub-menu > ul > li .collapse-icons {
  right: 0;
}
.category-tree .category-sub-menu .category-sub-menu {
  padding-left: 14px;
}
.category-tree .category-sub-menu .category-sub-menu > ul > li {
  margin: 8px 0;
}
.category-tree a.current {
  font-weight: 700;
}

.manufacturer-list .row {
  margin-right: -10px;
  margin-left: -10px;
}
.manufacturer-list [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.manufacturer-list .brand {
  margin-bottom: 20px;
}
.manufacturer-list .brand .brand-container {
  padding: 0;
  overflow: hidden;
}
.manufacturer-list .brand .brand-img {
  text-align: center;
}
.manufacturer-list .brand .brand-img img {
  border: none;
  padding: 0;
}
.manufacturer-list .brand .brand-infos {
  padding: 10px;
}
.manufacturer-list .brand .brand-name {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0;
  padding: 8px 0;
  background: #f7f7f7;
}
.manufacturer-list .brand .brand-products {
  display: flex;
  justify-content: space-around;
}

/*** Responsive part ***/
#search_filters .facet {
  margin-top: 10px;
}
#search_filters .facet + .facet {
  padding-top: 15px;
  border-top: 1px dashed #c7c7c7;
}
#search_filters .facet .collapse {
  margin: 0;
  padding: 0;
}
#search_filters .facet .facet-title {
  margin: 0 -5px 5px;
  font-size: 0.875rem;
}
#search_filters .facet .facet-label {
  padding: 7px 0;
}
#search_filters .facet .facet-label .custom-checkbox input[type=checkbox]:checked + .check-shape.color {
  margin-left: -3px;
}
#search_filters .facet .facet-dropdown {
  padding-top: 9px;
  padding-bottom: 7px;
}
#search_filters .facet .facet-dropdown .dropdown-menu {
  width: 100%;
}
#search_filters .facet .facet-dropdown .select-title {
  padding: 7px 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  justify-content: space-between;
}
#search_filters .facet .magnitude {
  padding: 0 3px;
}
#search_filters .facet .faceted-slider {
  padding: 9px 8px 0;
}
#search_filters .facet .faceted-slider .slider-range.ui-slider-horizontal {
  height: 8px;
  border-radius: 8px;
  background: #cfcdc7;
  border: none;
  margin-top: 7px;
}
#search_filters .facet .faceted-slider .slider-range.ui-slider-horizontal .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -4px;
  margin-left: -8px;
  border-radius: 16px;
  background: #fff;
  border: 4px solid #555;
  cursor: pointer;
}
#search_filters .facet .faceted-slider .slider-range.ui-slider-horizontal .ui-slider-range {
  background: #7ebdcb;
}
#search_filters .facet .search-link {
  display: flex;
}

.active-filters {
  padding: 5px 10px;
  margin-top: -12px;
  margin-bottom: 20px;
}
.active-filters .active-search-wrapper {
  display: flex;
}
.active-filters .active-filter-title {
  font-weight: 700;
  white-space: nowrap;
  padding-top: 7px;
  margin-bottom: 0;
}
.active-filters .active-filter-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
.active-filters .filter-block {
  margin: 5px;
  background: #ebebeb;
  padding: 2px 8px;
  border-radius: 5px;
}
.active-filters .filter-block .material-icons {
  color: #fd6282;
  font-size: 14px;
  margin-top: -1px;
  margin-right: -3px;
}

#_desktop_search_filters #search_filters .collapse {
  display: block;
}

.mobile-search-fillter {
  display: none;
  margin-top: -10px;
  padding: 3px 15px;
}
.mobile-search-fillter #search_filter_controls {
  text-align: center;
}
.mobile-search-fillter #search_filter_controls button {
  margin: 2px 3%;
}
@media (max-width: 767.98px) {
  .mobile-search-fillter #search_filter_controls button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mobile-search-fillter #search_filters .clear-all-wrapper {
  margin-top: 12px;
}
.mobile-search-fillter #search_filters .facet {
  margin-top: 0;
  padding-top: 0;
}
.mobile-search-fillter #search_filters .facet .facet-title {
  cursor: pointer;
  padding: 8px 0;
  text-transform: uppercase;
  margin-bottom: 0;
  justify-content: space-between;
  font-weight: 700;
}
.mobile-search-fillter #search_filters .facet .facet-title .collapse-icons .remove {
  display: none;
}
.mobile-search-fillter #search_filters .facet .facet-title[aria-expanded=true] .collapse-icons .add {
  display: none;
}
.mobile-search-fillter #search_filters .facet .facet-title[aria-expanded=true] .collapse-icons .remove {
  display: block;
}
.mobile-search-fillter #search_filters .facet .navbar-toggler {
  padding: 0;
  border: none;
  font-size: 20px;
  display: flex;
}
.mobile-search-fillter #search_filters .facet .collapse {
  margin-bottom: 12px;
}

.product-price-and-shipping, .product-prices {
  font-size: 1rem;
  line-height: normal;
}

.price {
  font-weight: 700;
  font-size: 1rem;
}

.product-price {
  font-size: 1em;
  color: #fd6282;
}

.discount-price {
  color: #f88e4f;
}

.price.price-normal {
  font-size: 0.9rem;
  font-weight: 400;
}

.regular-price {
  font-size: 0.8em;
  color: #6f6f6f;
  text-decoration: line-through;
}

.discount-percentage, .discount-amount {
  font-size: 0.7em;
  font-style: italic;
  background: #fd6282;
  color: #ffffff;
  padding: 1px 4px;
  white-space: nowrap;
  border-radius: 3px;
}

.price-total {
  color: #fd6282;
}

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 4px 3px;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}
.product-flags .product-flag {
  padding: 1px 3px;
  font-size: 0.8125rem;
}
.product-flags .product-flag span {
  text-transform: uppercase;
  padding: 2px 5px;
  color: #ffffff;
  background: #007ad1;
  border-radius: 3px;
  white-space: nowrap;
}
.product-flags .product-flag.discount span, .product-flags .product-flag.on-sale span {
  background: #fd6282;
}
.product-flags .product-flag.discount-p {
  display: none;
}
.product-flags .product-flag.out_of_stock {
  display: none;
}

.add-to-cart {
  color: #ffffff;
  background-color: #5a9e74;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.add-to-cart.disabled, .add-to-cart:disabled {
  color: #ffffff;
  background-color: #5a9e74;
}
.add-to-cart:hover {
  color: #ffffff;
  background-color: #477e5c;
}
.add-to-cart:not(:disabled):not(.disabled):active, .add-to-cart:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #477e5c;
}
.add-to-cart .material-icons {
  font-weight: 700;
}
.add-to-cart .fa {
  font-size: 11px;
  vertical-align: middle;
  width: 14px;
  text-align: initial;
}
.add-to-cart.added:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 9px;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #fd6282;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
}
.add-to-cart.disabled {
  opacity: 1;
}
.add-to-cart.disabled .add-to-cart-loading {
  display: block;
}

.product-name {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3d3d3d;
  margin: 0;
}
.product-name a {
  color: inherit;
}
.product-name a:hover {
  color: #fd6282;
}
@media (max-width: 575.98px) {
  .product-name {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.75rem;
  }
}

a.product-name:hover {
  color: #fd6282;
}

.product-style {
  transition: all 0.3s;
  background-color: #ffffff;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.product-style:hover {
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translate(0, -3px);
}

.smoothing-countdown {
  background: #fff9dd;
  line-height: normal;
}
.smoothing-countdown .countdown-time {
  color: #007ad1;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
}
.smoothing-countdown .countdown-time time {
  letter-spacing: 1px;
  font-size: 120%;
}
.smoothing-countdown .countdown-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: opacity 0.4s ease-in-out;
  line-height: 20px;
}
.smoothing-countdown .countdown-box.expired {
  color: #856404;
}
.updating-timer .smoothing-countdown .countdown-box {
  opacity: 0;
}

/* product list */
.product-list .product-list-wrapper {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .product-list .product-list-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.product-list .product-miniature {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: 0;
  width: auto;
}
@media (max-width: 575.98px) {
  .product-list .product-miniature {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.product-list .product-miniature .product-container {
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.product-list .product-miniature .first-block {
  position: relative;
}
.product-list .product-miniature .product-thumbnail {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.product-list .product-miniature .product-thumbnail .product-cover-link {
  display: block;
  text-align: center;
}
.product-list .product-miniature .product-thumbnail .product-cover-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-list .product-miniature .product-thumbnail img {
  margin: 0 auto;
}
.product-list .product-miniature .product-thumbnail .no-thumbnail {
  content: url(../js/../img/c9f335.jpg);
  display: block;
  width: 100%;
}
.product-list .product-miniature .product-price-and-shipping {
  margin: 0 -3px;
}
.product-list .product-miniature .product-price-and-shipping span {
  margin: 0 3px;
}
.product-list .product-miniature .product-price-and-shipping.has-aeuc {
  flex-direction: column;
}
.product-list .product-miniature .product-price-and-shipping.has-aeuc .second-prices {
  padding-top: 4px;
}
.product-list .product-miniature .product-price-and-shipping.has-aeuc .second-prices .w-100 {
  display: none;
}
@media (max-width: 767.98px) {
  .product-list .product-miniature .product-price-and-shipping.has-aeuc .second-prices {
    justify-content: center;
  }
}
.product-list .product-miniature .aeuc_unit_price_label {
  font-size: 0.8em;
  color: #6f6f6f;
  padding-top: 4px;
}
.product-list .product-miniature .product-availability {
  font-size: 0.8125rem;
}
.product-list .product-miniature .product-availability span {
  color: #ffffff;
  padding: 2px 8px;
  border: none;
  border-radius: 3px;
  background: #0dcaf0;
}
.product-list .product-miniature .product-availability .available {
  background: #198754;
}
.product-list .product-miniature .product-availability .unavailable {
  background: #ffc107;
}
.product-list .product-miniature .product-availability .unavailable.alloutofstock {
  background: #dc3545;
}
.product-list .product-miniature .variant-links .variant-links-wrapper {
  margin-left: -3px;
  margin-right: -3px;
}
.product-list .product-miniature .variant-links a {
  margin: 1px 3px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-size: contain;
}
.product-list .product-miniature .variant-links a img {
  display: block;
  width: 15px;
  height: 15px;
}
.product-list .product-miniature .add-to-cart + .details-link {
  display: none;
}
@media (max-width: 575.98px) {
  .product-list .product-miniature .add-to-cart {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.product-list .product-miniature .product-actions {
  text-transform: uppercase;
}
.product-list .product-miniature .product-actions .material-icons, .product-list .product-miniature .product-actions .fa {
  width: 20px;
  text-align: center;
  margin-top: -1px;
}
.product-list .product-miniature .grid-hover-btn {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0, 0);
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.product-list .product-miniature .grid-hover-btn a, .product-list .product-miniature .grid-hover-btn button {
  display: block;
  margin: 3px;
  pointer-events: auto;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #fd6282;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  opacity: 0.7;
}
.product-list .product-miniature .grid-hover-btn a:hover, .product-list .product-miniature .grid-hover-btn button:hover {
  opacity: 1;
}
.product-list .product-miniature .grid-hover-btn .material-icons, .product-list .product-miniature .grid-hover-btn .fa {
  vertical-align: initial;
}
.product-list .product-miniature .grid-hover-btn .quick-view {
  position: relative;
  overflow: hidden;
}
.product-list .product-miniature .grid-hover-btn .quick-view.disabled .quickview-loading {
  display: block;
}
.product-list .product-miniature .first-block:hover .product-thumbnail .product-cover-link:before {
  opacity: 1;
  visibility: visible;
}
.product-list .product-miniature .first-block:hover .grid-hover-btn {
  transform: scale(1, 1);
  opacity: 1;
}
.product-list .product-miniature .buttons-sections {
  display: flex;
}
.product-list .product-miniature .addtocart-quantity {
  max-width: 94px;
}
.product-list .product-miniature .addtocart-quantity .input-group input {
  width: 40px;
}
.product-list .product-miniature .addtocart-quantity .input-group .input-group-btn > .btn {
  width: 26px;
}
@media (max-width: 575.98px) {
  .product-list .product-miniature .addtocart-quantity .input-group {
    height: 30px;
  }
  .product-list .product-miniature .addtocart-quantity .input-group .input-group-btn > .btn {
    width: 22px;
  }
  .product-list .product-miniature .addtocart-quantity .input-group input {
    width: 30px;
    padding: 0;
  }
}
.product-list .product-miniature .tax-shipping-delivery-label {
  font-size: 11px;
  display: flex;
  font-style: italic;
  padding-top: 4px;
}
.product-list .product-miniature .tax-shipping-delivery-label .aeuc_tax_label, .product-list .product-miniature .tax-shipping-delivery-label .aeuc_shipping_label {
  margin: 0;
  color: inherit;
}
.product-list .product-miniature .tax-shipping-delivery-label .aeuc_tax_label {
  font-size: inherit;
}
.product-list .product-miniature .miniature-countdown-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
}
.product-list .product-miniature .miniature-countdown-box {
  padding: 5px 2px;
}
.product-list .product-miniature .miniature-countdown-box .countdown-box > i {
  font-size: 14px;
}
.product-list .product-miniature .miniature-countdown-box .countdown-time time {
  padding: 0 2px;
}
.product-list .simple {
  margin-left: -5px;
  margin-right: -5px;
}
.product-list .simple .product-miniature {
  padding-left: 5px;
  padding-right: 5px;
}
.product-list .grid {
  display: flex;
  flex-wrap: wrap;
}
.product-list .grid .product-miniature {
  flex: 0 0 auto;
  width: 50%;
}
.product-list .grid .product-miniature .product-description-short, .product-list .grid .product-miniature .product-availability, .product-list .grid .product-miniature .variant-links {
  display: none;
}
.product-list .grid .product-miniature .add-to-cart > .text-for-list {
  display: none;
}
.product-list .grid .product-miniature .second-block > div {
  margin: 8px 2%;
}
.product-list .grid .product-miniature .third-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 3%;
  min-height: 60px;
}
.product-list .grid .product-miniature .third-block-left, .product-list .grid .product-miniature .buttons-sections {
  margin: 0 3px;
}
.product-list .grid .product-miniature .product-name {
  text-align: center;
  padding: 8px 5px;
  background: #f7f7f7;
}
.product-list .grid .product-miniature .product-name a {
  display: block;
  text-align: center;
}
.product-list .grid .product-miniature .product-availability {
  text-align: center;
}
.product-list .grid .product-miniature .product-description-short {
  text-align: center;
  max-height: 60px;
  overflow: hidden;
}
.product-list .grid .product-miniature .variant-links .variant-links-wrapper {
  justify-content: center;
}
.product-list .grid .product-miniature .addtocart-quantity {
  margin: 0 3px;
}
.product-list .grid .product-miniature .product-price-and-shipping {
  flex-wrap: wrap;
}
.product-list .grid .product-miniature .pg-onp .product-price-and-shipping {
  padding: 12px 5px;
}
@media (max-width: 767.98px) {
  .product-list .grid.columns-2 .product-miniature {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-list .grid.columns-3 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .product-list .grid.columns-5 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .product-list .grid.columns-5 .product-miniature {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1220px) {
  .product-list .grid.columns-5 .product-miniature {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 576px) {
  .product-list .grid.columns-6 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .product-list .grid.columns-6 .product-miniature {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .product-list .grid.columns-6 .product-miniature {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1220px) {
  .product-list .grid.columns-6 .product-miniature {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-left-column .main-content .product-list .grid.columns-4 .product-miniature, .layout-right-column .main-content .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .layout-left-column .main-content .product-list .grid.columns-4 .product-miniature, .layout-right-column .main-content .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layout-left-column .main-content .product-list .grid.columns-6 .product-miniature, .layout-right-column .main-content .product-list .grid.columns-6 .product-miniature {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.product-list .list {
  display: flex;
  flex-wrap: wrap;
}
.product-list .list .product-miniature {
  flex: 0 0 auto;
  width: 100%;
}
.product-list .list .product-miniature .product-container {
  display: flex;
}
.product-list .list .product-miniature .first-block {
  flex: none;
  max-width: 230px;
  height: fit-content;
  height: -moz-fit-content;
}
.product-list .list .product-miniature .second-third-block {
  display: flex;
  width: 100%;
  padding: 5px 2%;
  position: relative;
}
.product-list .list .product-miniature .second-block {
  width: 100%;
}
.product-list .list .product-miniature .third-block {
  flex: none;
  align-self: flex-end;
}
.product-list .list .product-miniature .product-name {
  padding: 5px 0 10px;
  font-size: 1rem;
}
.product-list .list .product-miniature .product-availability {
  margin-bottom: 10px;
}
.product-list .list .product-miniature .product-description-short {
  overflow: hidden;
  margin-bottom: 10px;
}
.product-list .list .product-miniature .variant-links {
  margin-bottom: 10px;
}
.product-list .list .product-miniature .product-price-and-shipping {
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-end;
}
.product-list .list .product-miniature .product-price {
  font-size: 1.3em;
}
.product-list .list .product-miniature .buttons-sections {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-list .list .product-miniature .addtocart-quantity {
  margin: 0 3px;
}
.product-list .list .product-miniature .add-to-cart > .text-for-grid {
  display: none;
}
.product-list .list .product-miniature .product-list-reviews {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .product-list .list .product-miniature .second-third-block {
    flex-direction: column;
  }
  .product-list .list .product-miniature .product-list-reviews {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .product-list .list .product-miniature .product-container {
    flex-direction: column;
  }
  .product-list .list .product-miniature .first-block {
    max-width: 100%;
    margin: 0 auto;
  }
  .product-list .list .product-miniature .second-third-block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.product-list .table-view .product-miniature .product-container {
  display: flex;
}
.product-list .table-view .product-miniature .first-block {
  width: 18%;
  min-width: 80px;
}
.product-list .table-view .product-miniature .second-third-block {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 3%;
  padding-right: 3%;
}
.product-list .table-view .product-miniature .second-block {
  width: 50%;
}
.product-list .table-view .product-miniature .third-block {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list .table-view .product-miniature .third-block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list .table-view .product-miniature .product-description-short, .product-list .table-view .product-miniature .product-availability, .product-list .table-view .product-miniature .variant-links, .product-list .table-view .product-miniature .product-flags {
  display: none;
}
.product-list .table-view .product-miniature .add-to-cart > .text-for-list {
  display: none;
}
.product-list .table-view .product-miniature .product-price-and-shipping {
  flex-direction: column;
  align-items: center;
}
.product-list .table-view .product-miniature .addtocart-quantity {
  margin: 0 3px;
}
.product-list .table-view .product-miniature .miniature-countdown-box .countdown-time {
  display: block;
  text-align: center;
}
.product-list .table-view .product-miniature .miniature-countdown-box .countdown-time time:last-child {
  display: block;
}
@media (max-width: 991.98px) {
  .product-list .table-view .product-miniature .second-third-block {
    flex-direction: column;
    justify-content: space-between;
  }
  .product-list .table-view .product-miniature .second-block, .product-list .table-view .product-miniature .third-block {
    width: 100%;
  }
  .product-list .table-view .product-miniature .product-price-and-shipping {
    flex-direction: row;
  }
}
.product-list .columns-slick {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.product-list .columns-slick.slick-slider {
  display: block;
  overflow: visible;
}
.product-list .columns-slick.slick-slider .product-miniature {
  flex: 0 1 auto !important;
  max-width: none !important;
}
.product-list .columns-slick .slick-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .product-list .columns-slick .slick-dots {
    margin-bottom: 20px;
  }
}
.product-list .thumbnail-top, .product-list .thumbnail-left {
  margin-bottom: 0;
}
.product-list .thumbnail-top .product-miniature, .product-list .thumbnail-left .product-miniature {
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 0px;
  margin: 0;
}
.product-list .thumbnail-top .product-miniature + .product-miniature, .product-list .thumbnail-left .product-miniature + .product-miniature {
  border-top: 1px dashed #c7c7c7;
}
.product-list .thumbnail-top.columns-slick .product-miniature + .product-miniature, .product-list .thumbnail-left.columns-slick .product-miniature + .product-miniature {
  border-top: none;
}
.product-list .thumbnail-top.columns-slick .slick-list, .product-list .thumbnail-left.columns-slick .slick-list {
  padding-top: 0;
  margin-top: 0;
}
.product-list .thumbnail-top.columns-slick .slick-dots, .product-list .thumbnail-left.columns-slick .slick-dots {
  margin: 0;
  padding-bottom: 10px;
}
.product-list .thumbnail-top .product-miniature .product-thumbnail {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.product-list .thumbnail-top .product-miniature .product-name {
  text-align: center;
  padding: 8px 0;
}
.product-list .thumbnail-top .product-miniature .product-price-and-shipping {
  justify-content: center;
}
.product-list .thumbnail-left .product-miniature .product-container {
  display: flex;
  align-items: center;
}
.product-list .thumbnail-left .product-miniature .first-block {
  flex: none;
  max-width: 35%;
}
.product-list .thumbnail-left .product-miniature .second-block {
  width: 100%;
  padding-left: 5%;
}
.product-list .thumbnail-left .product-miniature .product-price-and-shipping {
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list .thumbnail-left .product-miniature .discount-percentage, .product-list .thumbnail-left .product-miniature .discount-amount {
    display: none;
  }
}
.product-list .product-mobile-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: auto;
  margin-right: 0;
  margin-top: -10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-list .product-mobile-slider::-webkit-scrollbar {
  display: none;
}
.product-list .product-mobile-slider .product-miniature {
  flex: 0 1 auto !important;
  max-width: none !important;
  margin-top: 10px;
}
.product-list .product-mobile-slider .product-miniature .product-container {
  height: 100%;
}
.product-list .product-mobile-slider.grid .product-miniature {
  min-width: 46%;
}
@media (min-width: 768px) {
  .product-list .product-mobile-slider.grid .product-miniature {
    min-width: 30%;
  }
}
.product-list .product-mobile-slider.list .product-miniature {
  min-width: 75%;
}

.pg-bnl .product-list .grid .product-miniature .third-block {
  flex-direction: column;
  min-height: 0;
}
.pg-bnl .product-list .grid .product-miniature .product-price-and-shipping {
  justify-content: center;
  align-items: center;
}
.pg-bnl .product-list .grid .product-miniature .buttons-sections .add-to-cart,
.pg-bnl .product-list .grid .product-miniature .addtocart-quantity {
  margin-top: 10px;
}
.pg-bnl .product-list .grid .product-miniature .product-list-reviews {
  margin-bottom: 8px;
  justify-content: center;
}

.pg-epd .product-list .grid .product-miniature .product-description-short {
  display: block;
}

.pg-eal .product-list .grid .product-miniature .product-availability {
  display: block;
}

.pg-evl .product-list .grid .product-miniature .variant-links {
  display: block;
}

/* end product list */
/* product details page */
#mainProduct {
  background: #ffffff;
}

.main-product-details {
  position: relative;
}
.main-product-details .product-left-content {
  position: relative;
}
.main-product-details .product-flags {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-product-details .product-flags {
    font-size: 0.8rem;
  }
  .main-product-details .product-flags .product-flag span {
    border-width: 1px;
  }
}
.main-product-details .product-cover {
  position: relative;
  text-align: center;
}
.main-product-details .product-cover picture {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.main-product-details .product-cover .zoomWrapper {
  margin: auto;
  text-align: left;
}
.main-product-details .product-cover .layer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 5px;
  padding-bottom: 5px;
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.3s;
  z-index: 10;
}
.main-product-details .product-cover .layer:hover {
  opacity: 1;
}
.main-product-details .product-cover .layer .zoom-in {
  font-size: 25px;
  color: #fd6282;
  padding: 2px;
  border-radius: 2px;
  cursor: pointer;
  background: #ffffff;
}
.main-product-details .product-cover .layer .zoom-in:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.main-product-details .product-cover .no-thumbnail {
  content: url(../js/../img/c9f335.jpg);
  display: block;
  width: 100%;
}
.main-product-details .thumbs-list {
  position: relative;
  margin: 0 auto;
  max-width: 408px;
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .main-product-details .thumbs-list {
    max-width: 306px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-product-details .thumbs-list {
    max-width: 204px;
  }
}
.main-product-details .product-images {
  display: flex;
}
.main-product-details .product-images li.thumb-container {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 3px;
}
.main-product-details .product-images li.thumb-container .thumb {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 2px;
  transition: all 0.3s;
}
.main-product-details .product-images li.thumb-container .thumb.selected {
  border-color: #fd6282;
}
.main-product-details .product-images li.thumb-container .thumb:hover {
  filter: brightness(75%);
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .main-product-details .product-images li.thumb-container {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-product-details .product-images li.thumb-container {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 366px) {
  .main-product-details .product-images li.thumb-container {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.main-product-details .scroll-box-arrows {
  z-index: 10;
}
.main-product-details .scroll-box-arrows .left, .main-product-details .scroll-box-arrows .right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  background: #fd6282;
  color: #ffffff;
  border-radius: 50%;
}
.main-product-details .scroll-box-arrows .left {
  left: -7px;
}
.main-product-details .scroll-box-arrows .right {
  right: -7px;
}
.main-product-details .product-mobile-images {
  display: flex;
}
.main-product-details .product-mobile-images li {
  flex: 0 0 auto;
  width: 100%;
}
.main-product-details .page-heading {
  text-transform: none;
}
.main-product-details .product-attributes {
  position: relative;
}
.main-product-details .product-attributes .attribute-item {
  margin-left: -5px;
  margin-right: -5px;
}
.main-product-details .product-attributes .attribute-item > label {
  min-width: 20%;
  text-align: initial;
  margin: 0 5px;
}
.main-product-details .product-attributes .attribute-item > span, .main-product-details .product-attributes .attribute-item > a {
  margin: 0 5px;
}
.main-product-details .product-attributes .attribute-item.product-specific-references label {
  text-transform: uppercase;
}
.main-product-details .product-attributes .attribute-item.product-ean13 {
  display: none;
}
.main-product-details .product-information {
  border-style: dashed;
  padding-left: 4%;
  padding-right: 4%;
  background: transparent;
}
.main-product-details .product-add-to-cart .qty {
  width: 100%;
  max-width: 220px;
}
.main-product-details .product-add-to-cart .product-minimal-quantity {
  margin-top: -10px;
}
.main-product-details .product-add-to-cart .add-to-cart {
  min-width: 220px;
}
.main-product-details .product-add-to-cart .add-to-cart .material-icons {
  width: 20px;
  font-weight: 400;
  font-size: 120%;
  text-align: initial;
}
@media (max-width: 767.98px) {
  .main-product-details .product-add-to-cart .add-to-cart {
    width: 100%;
  }
}
.main-product-details .product-add-to-cart .normal-style .product-quantity-touchspin {
  margin-bottom: 0.5rem;
}
.main-product-details .product-add-to-cart .inline-style .product-quantity-touchspin {
  max-width: 30%;
  min-width: 100px;
}
.main-product-details .product-add-to-cart .inline-style .add {
  margin-left: 4%;
  margin-right: 4%;
  width: 100%;
}
.main-product-details .product-add-to-cart .inline-style .add-to-cart {
  width: 100%;
  min-width: 0;
}
.main-product-details .product-discounts .table-product-discounts th, .main-product-details .product-discounts .table-product-discounts td {
  padding: 8px;
}
.main-product-details .product-prices .product-prices-wrapper {
  font-size: 1.75rem;
  line-height: normal;
}
.main-product-details .product-prices .product-prices-wrapper > p {
  margin-bottom: 0.3rem;
}
.main-product-details .product-prices .regular-price {
  font-size: 0.65em;
}
.main-product-details .product-prices .previous-price {
  display: flex;
  align-items: center;
  margin-left: -1%;
  margin-right: -1%;
}
.main-product-details .product-prices .previous-price > span {
  margin: 0 1%;
}
.main-product-details .product-prices .discount-percentage, .main-product-details .product-prices .discount-amount {
  font-size: 0.5em;
}
.main-product-details .product-prices .tax-label {
  font-size: 45%;
  font-style: italic;
  vertical-align: 20%;
}
.main-product-details .product-prices .shipping-delivery-label {
  font-size: 0.7em;
  font-style: italic;
  display: flex;
  flex-direction: column;
  line-height: 18px;
}
.main-product-details .product-prices .product-pack-price {
  text-decoration: none;
}
.main-product-details .product-prices .product-unit-price {
  font-size: 0.5em;
}
.main-product-details .product-prices .product-without-taxes, .main-product-details .product-prices .price-ecotax {
  font-size: 0.65em;
}
.main-product-details .product-prices .show-more-without-taxes {
  display: none;
}
.main-product-details .js-product-countdown {
  display: none;
}
.main-product-details .product-countdown-box {
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.main-product-details .product-countdown-box .countdown-box {
  line-height: 24px;
}
.main-product-details .product-countdown-box .countdown-time time {
  padding: 0 4px;
}
.main-product-details .product-variants-item {
  align-items: center;
}
.main-product-details .product-variants-item + .product-variants-item {
  margin-top: 15px;
}
.main-product-details .product-variants-item .form-control-label {
  text-align: initial;
}
.main-product-details .product-variants-item .select-group {
  max-width: 220px;
}
.main-product-details .product-variants-item .color-group {
  margin: 0 -8px;
}
.main-product-details .product-variants-item .color-group .custom-color {
  margin: 0 8px;
}
.main-product-details .product-variants-item .color-group .custom-color .check-wrap {
  width: auto;
}
.main-product-details .product-variants-item .color-group .check-shape.color {
  border-radius: 0;
  width: 22px;
  height: 22px;
  margin: 3px;
}
.main-product-details .product-variants-item .color-group .check-shape.color .check-circle {
  width: 28px;
  height: 28px;
}
.main-product-details .product-variants-item .color-group .color-name {
  display: none;
}
.main-product-details .product-variants-item .color-group .input-color:checked + .check-shape.color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0;
}
.main-product-details .product-variants-item .radio-group li + li {
  padding-top: 5px;
}
.main-product-details .product-customization .product-customization-wrapper {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed;
  border-color: #c7c7c7;
}
.main-product-details .product-customization .product-customization-header .alert {
  padding: 5px 10px;
}
.main-product-details .product-customization .product-customization-item {
  margin: 10px 0;
}
.main-product-details .product-customization .product-customization-item label {
  text-align: initial;
}
.main-product-details .product-customization .product-customization-item .customization-message {
  background: #fff9dd;
  padding: 3px 8px;
  width: fit-content;
}
.main-product-details .product-customization .product-message {
  width: 100%;
  height: 60px;
  resize: none;
}
.main-product-details .product-customization .file-input {
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}
.main-product-details .product-customization .custom-file {
  position: relative;
  width: 100%;
  height: initial;
}
.main-product-details .product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: inherit;
  background: #c7c7c7;
  border-radius: 0 5px 5px 0;
}
.main-product-details .product-customization small, .main-product-details .product-customization .small {
  color: #6f6f6f;
  display: block;
}
.main-product-details .product-customization .input-wrapper {
  max-width: 420px;
}
.main-product-details .product-pack .pack-product-items {
  padding: 0 0.5rem;
  background: #f7f7f7;
  border-radius: 5px;
}
.main-product-details .product-pack .pack-product-item {
  padding: 10px 0;
}
.main-product-details .product-pack .pack-product-item + .pack-product-item {
  border-top: 1px solid #ededed;
}
.main-product-details .product-pack .pack-product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-product-details .product-pack .pack-product-left, .main-product-details .product-pack .pack-product-right {
  display: flex;
  align-items: center;
}
.main-product-details .product-pack .pack-product-img {
  max-width: 60px;
}
.main-product-details .product-pack .pack-product-name {
  padding: 0 10px;
  font-size: 95%;
}
.main-product-details .product-pack .pack-product-price {
  padding: 0 10px;
  font-weight: 700;
}
.main-product-details .product-pack .pack-product-quantity {
  border: 0 solid transparent;
  border-left-width: 1px;
  border-color: #c7c7c7;
  min-width: 30px;
  text-align: center;
}
.main-product-details .product-pack .pack-product-quantity span {
  padding: 0 2px;
}
.main-product-details .product-availability {
  display: inline-block;
  font-weight: 700;
  padding: 2px 8px;
  margin-bottom: 0;
  border: none;
  border-radius: 3px;
}
.main-product-details .product-availability .material-icons, .main-product-details .product-availability .fa {
  font-size: inherit;
  margin: -2px 0 0;
  padding: 0;
}
.main-product-details .product-refresh {
  margin-top: 30px;
}
.main-product-details .product-manufacturer .brand-logo {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.main-product-details .product-manufacturer .brand-logo img {
  max-height: 50px;
}

.product-combinations .combinations-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -12px 15px;
}
.product-combinations .combination-item {
  width: 33.3333333333%;
  padding: 8px;
  border-color: #c7c7c7;
}
@media (max-width: 991.98px) {
  .product-combinations .combination-item {
    width: 50%;
  }
}
.product-combinations .combination-item .switch-cbnt {
  cursor: pointer;
  padding: 5px 3px;
  border: 1px solid transparent;
  background: #f7f7f7;
  border-radius: 4px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-combinations .combination-item .switch-cbnt:hover {
  border-color: inherit;
}
.product-combinations .combination-item.active .switch-cbnt {
  border-color: #5a9e74;
  border-width: 2px;
  margin: -1px;
}
.product-combinations .combination-item.disabled {
  opacity: 0.65;
}
.product-combinations .combination-item .cbnt-price {
  font-size: 1rem;
  margin-bottom: 3px;
}
.product-combinations .combination-item .cbnt-qty {
  font-size: 90%;
  font-weight: 400;
  display: none;
}
.product-combinations .combination-item .cbnt-name span {
  font-weight: 400;
}

.product-swatches {
  margin-bottom: 10px;
  margin-top: 5px;
}
.product-swatches .product-swatches-item .form-control-label {
  text-align: initial;
}
.product-swatches .swatches-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.product-swatches .swatches-list > li {
  margin: 0 5px 10px;
  cursor: pointer;
}
.product-swatches .swatches-list > li > span {
  display: block;
  padding: 3px 10px;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: #f7f7f7;
  font-weight: 700;
}
.product-swatches .swatches-list > li > span.color {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-size: contain;
  position: relative;
  border-radius: 0;
  width: 22px;
  height: 22px;
  margin: 3px;
}
.product-swatches .swatches-list > li:hover > span {
  border-color: #c7c7c7;
}
.product-swatches .swatches-list > li.selected > span {
  border-color: #5a9e74;
}
.product-swatches .swatches-list > li.selected > span.color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0;
  border: 3px solid #ffffff;
}
.product-swatches .swatches-list > li.selected > span.color .check-circle {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 28px;
  height: 28px;
  border: 1px solid #fd6282;
  border-radius: 50%;
}

.zoomContainer .zoomWindow {
  border: 1px solid #ededed;
}

#product .title-block {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
#product.background-for-title .title-block {
  margin-bottom: 15px;
}

.product-quantity-touchspin .input-group {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  overflow: hidden;
  flex-wrap: nowrap;
  height: 34px;
}
.product-quantity-touchspin .input-group .input-group-btn > .btn {
  width: 30px;
  height: 100%;
  min-width: 0;
  padding: 0;
  font-size: 16px;
  background: #f7f7f7;
  border-radius: 0;
  border: none;
}
.product-quantity-touchspin .input-group .input-group-btn > .btn:hover {
  background: #c7c7c7;
}
.product-quantity-touchspin .input-group input[type=number] {
  text-align: center;
  border-top: none;
  border-bottom: none;
  padding: 0 3px;
  height: 100%;
  border-radius: 0 !important;
  z-index: 3;
  -moz-appearance: textfield;
}
.product-quantity-touchspin .input-group input[type=number]::-webkit-outer-spin-button, .product-quantity-touchspin .input-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-features h5, .product-features .h5 {
  display: none;
}
.product-features dl.data-sheet {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.product-features dl.data-sheet dd.value,
.product-features dl.data-sheet dt.name {
  flex: 1 0 40%;
  font-weight: normal;
  background: #eceeef;
  padding: 7px 10px;
  min-height: 34px;
  word-break: break-word;
  margin: 0.25rem;
}
.product-features dl.data-sheet dd.value:nth-of-type(even),
.product-features dl.data-sheet dt.name:nth-of-type(even) {
  background: #edf1f2;
}

.product-normal-layout {
  padding-bottom: 0;
}

.product-accordions {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
.product-accordions .panel {
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
}
.product-accordions .panel:first-child {
  border-top: none;
}
.product-accordions .panel .panel-heading {
  padding: 2px 0.9375rem;
}
.product-accordions .panel .panel-heading .panel-title {
  margin: 0;
  font-size: 1.125rem;
}
.product-accordions .panel .panel-heading .panel-title a {
  color: #3d3d3d;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-accordions .panel .panel-heading .caret-down-icon {
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: transparent;
  border-top-color: inherit;
  border-bottom-color: inherit;
  transition: all 0.3s;
}
.background-for-title .product-accordions .panel .panel-heading {
  background-image: url(../js/../img/e82c4e.png);
}
.product-accordions .panel .panel-content {
  padding: 0.9375rem;
}
.product-accordions .panel.active .panel-heading .caret-down-icon {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .product-tabs .nav-tabs {
    margin-bottom: 0;
  }
  .product-tabs .nav-tabs .nav-item .nav-link {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding-top: 8px;
    padding-bottom: 10px;
    height: 100%;
  }
  .product-tabs .nav-tabs .nav-item .nav-link.active {
    border-color: #c7c7c7;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
}
.product-tabs .tab-content {
  margin-top: -1px;
  position: relative;
}

.background-for-title .product-tabs .nav-tabs .nav-item .nav-link {
  background-image: url(../js/../img/e82c4e.png);
}
@media (max-width: 991.98px) {
  .background-for-title .product-tabs .nav-tabs .nav-item .nav-link {
    padding: 8px;
    border-radius: 5px;
  }
}

#product-modal .modal-dialog {
  width: 90%;
  max-width: 732px;
  margin: 3% auto;
}
#product-modal .modal-content .modal-body {
  display: flex;
  padding: 0;
}
#product-modal .modal-content .modal-footer {
  background: #ebebeb;
  text-align: left;
}
#product-modal figure {
  margin: 0 auto;
  padding: 10px;
  max-width: 620px;
}
#product-modal .image-caption p {
  margin-bottom: 0;
}
#product-modal .thumbnails {
  max-width: 112px;
  padding: 10px;
}
#product-modal .thumbnails-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#product-modal .thumbnails-wrapper.nomargin {
  padding: 0;
}
#product-modal .mask {
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-height: 560px;
}
#product-modal .mask.nomargin {
  margin-top: 0;
}
#product-modal .product-images .thumb-container {
  padding: 10px 0;
}
#product-modal .product-images img {
  cursor: pointer;
  border: 1px solid transparent;
  padding: 2px;
  transition: all 0.3s;
}
#product-modal .product-images img.selected {
  border-color: #fd6282;
}
#product-modal .product-images img:hover {
  filter: brightness(75%);
}
#product-modal .arrows {
  height: 100%;
  width: 70px;
  text-align: center;
  top: 0;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  color: #fd6282;
  z-index: 0;
  cursor: pointer;
}
#product-modal .arrows .arrow-up, #product-modal .arrows .arrow-down {
  font-size: 70px;
  user-select: none;
}
#product-modal .arrows .arrow-up {
  position: absolute;
  top: -25px;
  left: 0;
  opacity: 0.2;
}
#product-modal .arrows .arrow-down {
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 767.98px) {
  #product-modal .modal-dialog {
    max-width: 520px !important;
  }
  #product-modal .modal-content .modal-body {
    flex-direction: column;
  }
  #product-modal .arrows {
    display: none;
  }
  #product-modal .thumbnails {
    max-width: none !important;
  }
  #product-modal .thumbnails-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  #product-modal .product-images {
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 0;
  }
  #product-modal .product-images .thumb-container {
    padding: 5px;
    margin-top: 0;
    width: 25%;
  }
}

/*** MOBILE TOUCH SCREEN ***/
body.touch-screen .product-list .product-miniature .grid-hover-btn {
  display: none;
}
body.touch-screen .product-list .product-miniature .product-thumbnail .product-cover-link:before {
  display: none;
}
body.touch-screen .product-list .product-miniature .first-block:hover .product-thumbnail {
  filter: none;
}
body.touch-screen .product-style:hover {
  transform: none;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

#cart .cart-preview .cart-dropdown {
  display: none !important;
}

/** CART BODY **/
.cart-items {
  padding: 0 0.9375rem;
}
.cart-items .cart-item + .cart-item {
  border-top: 1px solid #ededed;
}

.product-line-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
  position: relative;
}
.product-line-grid .product-line-grid-left, .product-line-grid .product-line-grid-right {
  padding: 10px;
  display: flex;
  align-items: center;
}
.product-line-grid .product-line-grid-left {
  width: 55%;
}
.product-line-grid .product-image {
  max-width: 30%;
}
.product-line-grid .product-line-grid-body {
  padding: 0 10px;
}
.product-line-grid .product-line-grid-right {
  justify-content: space-between;
  width: 45%;
}
.product-line-grid .product-line-grid-right .qty-col-actions {
  display: flex;
  align-items: center;
}
.product-line-grid .qty-col {
  max-width: 120px;
}
.product-line-grid .cart-line-product-actions {
  padding: 0 10px;
}
.product-line-grid .price-col {
  font-size: 125%;
}
.product-line-grid .cart-line-product-actions .remove-from-cart {
  font-size: 1rem;
}
.product-line-grid .product-name {
  padding: 0;
}
.product-line-grid .product-prices {
  display: flex;
  align-items: center;
  margin-top: 3px;
  font-size: 0.875rem;
}
.product-line-grid .product-prices span {
  font-size: inherit;
}
.product-line-grid .product-prices .aeuc_unit_price_label {
  display: none;
}
.product-line-grid .product-line-info-wrapper {
  margin-top: 5px;
}
.product-line-grid .product-line-info {
  line-height: 18px;
}
.product-line-grid .product-line-info .material-icons {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .product-line-grid .product-line-grid-left, .product-line-grid .product-line-grid-right {
    width: 100%;
  }
  .product-line-grid .product-line-grid-left {
    padding-bottom: 0;
  }
}

.cart-items-review .product-line-grid {
  flex-wrap: nowrap;
}
.cart-items-review .product-line-grid .product-line-grid-left {
  width: 100%;
}
.cart-items-review .product-line-grid .product-line-grid-right {
  width: auto;
}
.cart-items-review .product-line-grid .product-image {
  max-width: 60px;
}
.cart-items-review .product-line-grid .product-prices .qty {
  color: #fd6282;
}

.cart-container {
  position: relative;
}

.cart-overview .no-items {
  padding: 0.9375rem;
  border: none;
  border-radius: 5px;
}

.cart-continue-shopping {
  margin-top: 30px;
}

/** Cart and sidebar cart **/
.cart-summary-line {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.cart-summary-line label, .cart-summary-line small, .cart-summary-line .small {
  margin-bottom: 0;
}

.cart-summary-subtotals label {
  font-weight: 400;
}
.cart-summary-subtotals .price {
  font-size: 0.9rem;
  font-weight: 400;
}

/** CART RIGHT **/
.cart-summary {
  position: relative;
  overflow: hidden;
  padding: 0 0.9375rem;
}
.cart-summary .cart-item {
  padding: 10px 0;
}
.cart-summary .cart-item + .cart-item {
  border-top: 1px solid #ededed;
}
.cart-summary .cart-detailed-actions {
  padding: 20px 0;
  margin: 0 -0.9375rem;
  background: #f7f7f7;
  text-align: center;
}
.cart-summary .cart-detailed-actions .alert.alert-warning {
  padding: 8px 15px;
  margin-top: -20px;
}
.cart-summary .cart-products-count {
  padding: 15px 0;
  text-align: center;
  margin: 0 -0.9375rem;
  font-weight: 700;
}
.cart-summary .cart-voucher .promo-code .input-group {
  padding: 5px 0;
}
.cart-summary .cart-voucher .promo-code .alert-danger {
  padding: 0.5rem;
  margin: 0;
  display: none;
}
.cart-summary .cart-voucher .promo-code .alert-danger .material-icons {
  margin-top: -2px;
}
.cart-summary .cart-voucher .promo-name {
  margin-bottom: 7px;
}
.cart-summary .cart-voucher .promo-name .remove-voucher i {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.cart-summary .cart-voucher .promo-highlighted {
  margin-top: 8px;
  margin-bottom: 3px;
}
.cart-summary .cart-voucher .promo-discounts {
  margin-bottom: 0;
  padding: 0 3%;
}
.cart-summary .cart-voucher .promo-discounts li {
  padding: 0;
}
.cart-summary .cart-voucher .promo-discounts .code {
  text-decoration: underline;
  cursor: pointer;
}

.quickview .modal-dialog {
  width: 90%;
  max-width: 940px;
  margin: 3% auto;
}
@media (max-width: 767.98px) {
  .quickview .modal-dialog {
    max-width: 520px;
  }
}
.quickview .modal-content {
  background: #ffffff;
}
.quickview .modal-header {
  border: none;
  padding: 2px;
}
.quickview .modal-header .close {
  margin-top: 0;
  margin-right: 0;
}
.quickview .modal-footer {
  border-top: none;
  background: #f7f7f7;
}
.quickview .modal-footer .view-details {
  margin: 5px 0;
}
.quickview .modal-footer .social-sharing {
  margin: 5px 0;
}
.quickview .modal-footer .social-sharing label {
  display: none;
}

#quickviewProduct.main-product-details .product-cover .layer {
  display: none !important;
}

#stores .page-stores {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.store-item + .store-item {
  margin-top: 20px;
}
.store-item .store-contact-info li {
  padding: 3px 0;
}
.store-item .store-contact-info i {
  width: 20px;
}
.store-item .store-working-hours table {
  width: 100%;
}

/*** Responsive part ***/
@media (max-width: 767.98px) {
  #stores .page-stores {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .store-item .store-description, .store-item .store-working-hours {
    margin-top: 20px;
  }
}
.contact-rich hr {
  border-style: dashed;
}
.contact-rich .info-line {
  display: flex;
  align-items: center;
}
.contact-rich .info-line .icon {
  width: 3rem;
}
.contact-rich .info-line .icon i {
  font-size: 2rem;
}
#pagenotfound #main {
  max-width: 600px;
  margin: 0 auto;
}
.customization-modal .modal-body {
  padding: 0;
}
.customization-modal .product-customization-line {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.customization-modal .product-customization-line + .product-customization-line {
  border-top: 1px solid #ededed;
}
.customization-modal .product-customization-line .label {
  margin-bottom: 0;
}

.sitemap .tree-top {
  text-transform: uppercase;
  font-weight: 700;
}
.sitemap .category-sitemap .tree {
  padding-left: 0;
}
.sitemap .category-sitemap .tree > li {
  list-style: none;
}
.sitemap .category-sitemap .tree > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 110%;
  display: block;
  margin-bottom: 12px;
}
.sitemap .category-sitemap .tree > li > ul.nested {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap .category-sitemap .tree > li > ul.nested > li {
  width: 100%;
  list-style: none;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .sitemap .category-sitemap .tree > li > ul.nested > li {
    width: 50%;
  }
}
@media (min-width: 1220px) {
  .sitemap .category-sitemap .tree > li > ul.nested > li {
    width: 33.3333333333%;
  }
}
.sitemap .category-sitemap .tree > li > ul.nested > li > a {
  font-weight: 700;
  display: block;
  margin-bottom: 7px;
}
.sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested {
  list-style: none;
  border-left: 1px solid;
  border-right: 0 solid;
  border-color: #ededed;
}
.sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested ul {
  margin-bottom: 0;
}
.sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested > li > a {
  position: relative;
}
.sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested > li > a:before {
  content: "";
  position: absolute;
  width: 10px;
  left: -15px;
  top: 50%;
  border-top: 1px solid #ededed;
}

.block-reassurance-item {
  padding: 10px;
  display: flex;
  align-items: center;
}
.block-reassurance-item img, .block-reassurance-item svg {
  width: 40px;
  height: auto;
}
.block-reassurance-item .item-icon, .block-reassurance-item .item-text {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .block-reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .block-reassurance .block-reassurance-item {
    display: block;
  }
  .block-reassurance .block-reassurance-item .item-icon {
    margin-bottom: 8px;
    text-align: center;
  }
  .block-reassurance .block-reassurance-item .item-text {
    text-align: center;
  }
}

.blockreassurance-product {
  margin-bottom: 30px;
  padding: 0;
}

#product .blockreassurance-product {
  border: none;
  margin: 0;
}

.blockreassurance-outside {
  padding: 10px 0;
}

.searchbar-wrapper {
  width: 100%;
}

.search-widget {
  width: 70%;
  margin: auto;
}
.search-widget.ui-front {
  position: relative;
}
.search-widget form {
  position: relative;
}
.search-widget form input[type=text] {
  height: 43px;
  padding-right: 53px;
  padding-left: 5%;
  margin-left: -1px;
  background: #ffffff;
  color: inherit;
  border-color: #c7c7c7;
}
.search-widget form [type=submit] {
  border: none;
  text-align: center;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.search-widget form [type=submit] .material-icons, .search-widget form [type=submit] .fa {
  font-size: 21px;
  font-weight: 700;
}
.mobile-header-version .search-widget {
  width: 80%;
}
.mobile-header-version .search-widget form [type=submit] {
  background: transparent;
  color: inherit;
}

#products .search-widget {
  margin: auto;
}

.sidebar-search {
  padding: 20px;
  border-top: 1px solid #c7c7c7;
}
.sidebar-search .search-widget {
  width: 100%;
}

.ui-autocomplete.ui-menu {
  max-width: 100%;
}
.ui-autocomplete.ui-menu .search-menu-item {
  list-style: none;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item {
  display: flex;
  align-items: center;
  border-radius: 0;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .info {
  flex: 1;
  min-width: 0;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .info .category, .ui-autocomplete.ui-menu .search-menu-item .search-item .info .separator {
  display: none;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .cover {
  margin-right: 2%;
  width: 50px;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .cover img {
  border: 1px solid #ededed;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .pprice {
  font-weight: 700;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .pref {
  font-style: italic;
  display: none;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .product {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.disable-price-mode .ui-autocomplete.ui-menu .search-menu-item .search-item .pprice {
  display: none;
}

.block-social .social-links {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.block-social li {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-color: #2d2d2d;
  margin: 0 5px 10px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  transition: all 0.3s;
}
.block-social li:hover {
  border-radius: 50%;
}
.block-social li a {
  display: block;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.block-social li a:hover {
  color: transparent;
}
.block-social .facebook {
  background-image: url(../js/../img/04be68.svg);
  background-color: #3b5998;
}
.block-social .twitter {
  background-image: url(../js/../img/f56d95.svg);
  background-color: #55acee;
}
.block-social .rss {
  background-image: url(../js/../img/cbeba0.svg);
  background-color: #ff6600;
}
.block-social .youtube {
  background-image: url(../js/../img/726b87.svg);
  background-color: #bb0000;
}
.block-social .googleplus {
  background-image: url(../js/../img/c472ea.svg);
  background-color: #dd4b39;
}
.block-social .pinterest {
  background-image: url(../js/../img/33e744.svg);
  background-color: #cb2027;
}
.block-social .vimeo {
  background-image: url(../js/../img/4903fb.svg);
  background-color: #aad450;
}
.block-social .instagram {
  background-image: url(../js/../img/3a9407.svg);
  background-color: #125688;
}
.block-social .linkedin {
  background-image: url(../js/../img/b2efa7.svg);
  background-color: #0e76a8;
  background-size: auto;
}
.block-social .tiktok {
  background-image: url(../js/../img/38eacf.svg);
  background-color: #000000;
}
.block-social .ps-socialfollow-discord {
  background-color: #404eed;
}

.block-newsletter {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .block-newsletter {
    margin-bottom: 20px;
  }
}
.block-newsletter .newsletter-form {
  margin-top: 14px;
}
.block-newsletter .form-control:-webkit-autofill {
  background: transparent;
}
.block-newsletter .newsletter-message {
  margin-top: 8px;
  font-size: 92%;
}
.block-newsletter .newsletter-message .alert {
  padding: 2px 10px;
  font-size: inherit;
  margin-bottom: 0.625rem;
  border: none;
}
.block-newsletter .newsletter-message .conditons {
  padding: 2px 0;
}

#footer .footer-main .block-newsletter h4, #footer .footer-main .block-newsletter .h4 {
  margin-bottom: 20px;
}

.footer-right .block-newsletter .input-wrapper {
  display: flex;
}
.footer-right .block-newsletter .form-control {
  height: 50px;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  background: #f7f7f7;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  color: inherit;
  border-color: #c7c7c7;
  box-shadow: none;
}
.footer-right .block-newsletter .input-btn {
  min-width: 30%;
}
.footer-right .block-newsletter .input-btn .btn {
  width: 100%;
  height: 50px;
  font-size: 17px;
  border-radius: 0 5px 5px 0;
  text-transform: none;
}

.social-sharing {
  margin: 20px 0;
  /*.facebook {
    background-image: url(../img/facebook-gray.svg);
    &:hover {
      background-image: url(../img/facebook.svg);
      background-color: #3b5998;
    }
  }
  .twitter {
    background-image: url(../img/twitter-gray.svg);
    &:hover {
      background-image: url(../img/twitter.svg);
      background-color: #55acee;
    }
  }
  .googleplus {
    background-image: url(../img/gplus-gray.svg);
    &:hover {
      background-image: url(../img/gplus.svg);
      background-color: #dd4b39;
    }
  }
  .pinterest {
    background-image: url(../img/pinterest-gray.svg);
    &:hover {
      background-image: url(../img/pinterest.svg);
      background-color: #cb2027;
    }
  }*/
}
.social-sharing label {
  margin-right: 20px;
  padding-top: 7px;
  float: left;
  display: none;
}
.social-sharing > ul {
  justify-content: flex-end;
}
.social-sharing li a {
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 5px 12px;
}
.social-sharing li a:hover {
  color: #ffffff;
}
.social-sharing li a:hover i {
  color: #ffffff;
}
.social-sharing li a i {
  font-size: 16px;
  padding-right: 8px;
}
.social-sharing .facebook a i {
  color: #3b5998;
}
.social-sharing .facebook a:hover {
  background-color: #3b5998;
}
.social-sharing .twitter a i {
  color: #55acee;
}
.social-sharing .twitter a:hover {
  background-color: #55acee;
}
.social-sharing .googleplus a i {
  color: #dd4b39;
}
.social-sharing .googleplus a:hover {
  background-color: #dd4b39;
}
.social-sharing .pinterest a i {
  color: #cb2027;
}
.social-sharing .pinterest a:hover {
  background-color: #cb2027;
}

#blockcart-modal .modal-content {
  border-radius: 0;
}
#blockcart-modal .modal-header {
  background: #d4edda;
  border: none;
  border-radius: 0;
}
#blockcart-modal .modal-dialog {
  max-width: 700px;
  margin-top: 10%;
}
#blockcart-modal .modal-body {
  padding: 20px;
}
#blockcart-modal .modal-title {
  color: #155724;
}
#blockcart-modal .modal-title i {
  margin-right: 2%;
}
#blockcart-modal .cart-modal-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#blockcart-modal .cart-product .product-image, #blockcart-modal .cart-product .product-infos {
  padding: 0 10px;
}
#blockcart-modal .cart-product .product-name {
  padding-top: 0;
  padding-bottom: 4px;
}
#blockcart-modal .cart-product .product-attributes p {
  margin-bottom: 0;
}
#blockcart-modal .cart-content .cart-products-count {
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
#blockcart-modal .cart-content .cart-prices {
  background: #f7f7f7;
}
#blockcart-modal .cart-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #blockcart-modal .cart-buttons {
    justify-content: center;
  }
}
#blockcart-modal .cart-buttons .btn {
  margin: 4px;
}

.cart-preview {
  position: relative;
}
.cart-preview .cart-header {
  text-align: center;
}
.cart-preview .cart-header .cart-link {
  display: flex;
  border-radius: 3px;
  padding: 7px 8px;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.cart-preview .cart-header .cart-link > span {
  padding: 0 2px;
}
.cart-preview .cart-header .cart-design {
  position: relative;
}
.cart-preview .cart-header .cart-products-count {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  font-size: 10px;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fd6282;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cart-preview .cart-dropdown {
  position: absolute;
  top: 45px;
  right: 0;
  width: 300px;
  padding: 0;
  z-index: 999;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.cart-preview .cart-title {
  background: #f7f7f7;
  padding: 15px 5px;
  border-bottom: 1px solid #c7c7c7;
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
}
.background-for-title .cart-preview .cart-title {
  background-image: url(../js/../img/e82c4e.png);
}
.cart-preview .cart-items {
  padding: 0;
}
.cart-preview .cart-product-line {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.cart-preview .cart-product-line + .cart-product-line {
  border-top: 1px dashed #c7c7c7;
}
.cart-preview .cart-product-line .product-image {
  flex: none;
  max-width: 80px;
  margin: 0 10px;
}
.cart-preview .cart-product-line .product-infos {
  width: 100%;
}
.cart-preview .cart-product-line .remove-from-cart {
  flex: none;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
}
.cart-preview .cart-product-line .product-name {
  padding: 0px;
}
.cart-preview .cart-product-line .product-attributes {
  display: block;
  font-style: italic;
}
.cart-preview .cart-product-line .product-price-quantity {
  display: flex;
  margin-top: 9px;
}
.cart-preview .cart-product-line .product-cart-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cart-preview .cart-product-line .product-cart-price span {
  padding: 0 2px;
}
.cart-preview .cart-product-line .product-price {
  font-size: 1rem;
  font-weight: 700;
}
.cart-preview .cart-product-line .product-price span {
  display: inline-block;
}
.cart-preview .cart-product-line .regular-price {
  font-size: 0.8rem;
}
.cart-preview .cart-product-line .product-quantity-touchspin {
  display: none;
}
.cart-preview .cart-product-line .product-quantity-touchspin .input-group {
  height: 25px;
}
.cart-preview .cart-product-line .product-quantity-touchspin .input-group .input-group-btn > .btn {
  width: 22px;
  font-size: 14px;
}
.cart-preview .cart-product-line .product-quantity-touchspin .input-group input {
  width: 35px;
}
.cart-preview .allow-update-quantity .cart-product-line .product-price-quantity {
  justify-content: space-between;
  align-items: center;
}
.cart-preview .allow-update-quantity .cart-product-line .product-quantity-touchspin {
  display: block;
}
.cart-preview .allow-update-quantity .cart-product-line .x-character, .cart-preview .allow-update-quantity .cart-product-line .product-qty {
  display: none;
}
.cart-preview .allow-update-quantity .cart-product-line .remove-from-cart {
  align-self: normal;
  margin-top: 21px;
}
.cart-preview .cart-bottom {
  padding: 10px 15px;
  background: #f7f7f7;
  border-top: 1px solid #c7c7c7;
}
.cart-preview .cart-bottom .cart-products-count {
  padding: 5px;
  text-align: center;
}
.cart-preview .cart-bottom .cart-action {
  margin-top: 15px;
  margin-bottom: 5px;
}
.cart-preview .cart-bottom .cart-minimal {
  margin-top: 15px;
  padding: 8px 10px;
}
.cart-preview .no-items {
  padding: 15px;
  text-align: center;
}
.desktop-header-version .cart-preview:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  top: 35px;
  transition: all 0.3s;
}
.mobile-header-version .cart-preview .cart-header .cart-link {
  padding: 0;
  height: 34px;
  width: 34px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-version .cart-preview .cart-header .material-icons, .mobile-header-version .cart-preview .cart-header .fa {
  margin: 0;
}
.mobile-header-version .cart-preview .cart-header .cart-total-value {
  display: none;
}
.mobile-header-version .cart-preview .cart-header .cart-products-count {
  left: 50%;
  margin-left: -8px;
}

/**
 * 2007-2016 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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/osl-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-2016 PrestaShop SA
 *  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */
span.aeuc_from_label,
span.aeuc_tax_label,
div.aeuc_tax_label,
div.aeuc_weight_label {
  color: #554f58;
  font-size: 11px;
}

span.aeuc_from_label {
  padding-top: 4px;
}

span.aeuc_tax_label_shopping_cart {
  color: #554f58 !important;
  font-size: 12px !important;
}

span.aeuc_tax_label_blockcart {
  color: #fff !important;
}

.aeuc_delivery_label:before {
  content: "-";
  padding: 0 4px;
}

.aeuc_shipping_label a {
  color: inherit;
  text-decoration: underline;
}

.aeuc_before_label {
  font-size: 0.7em;
}

.main-product-details .aeuc_before_label {
  font-size: 0.5em;
}

.content_price > span {
  display: inline-block;
}

span.unvisible {
  display: none;
}

p.payment_selected > a.payment_module_adv {
  border: 1px solid #55c65e;
  border-radius: 4px;
}

a.payment_module_adv {
  border: 1px solid #d6d4d4;
  border-radius: 4px;
}

.cart-overview div.aeuc_unit_price_label {
  font-size: 8px;
  display: inline-block;
  font-weight: normal;
}

#checkout-cart-summary div.aeuc_unit_price_label {
  display: block;
  font-size: 0.75rem;
  color: #878787;
}

#order-items div.aeuc_unit_price_label {
  display: block;
  font-size: 90%;
}

#blockcart-modal div.aeuc_unit_price_label {
  font-size: 9px;
  font-weight: normal;
  margin-bottom: 8px;
}

#product div.aeuc_unit_price_label {
  padding-bottom: 16px;
}

body.tax-display-enabled #products .thumbnail-container,
body.tax-display-enabled .featured-products .thumbnail-container,
body.tax-display-enabled .product-accessories .thumbnail-container {
  height: 358px;
}

body.tax-display-enabled #products .highlighted-informations,
body.tax-display-enabled .featured-products .highlighted-informations,
body.tax-display-enabled .product-accessories .highlighted-informations {
  height: 4.25em;
}

body.tax-display-enabled #products .product-description,
body.tax-display-enabled .featured-products .product-description,
body.tax-display-enabled .product-accessories .product-description {
  height: 90px;
}

div.condition-label label.js-terms {
  text-align: left;
}

#conditions-to-approve #cta-terms-and-conditions-0, #conditions-to-approve #cta-terms-and-conditions-1 {
  text-decoration: underline;
}

div.aeuc_footer_info {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.currency-selector-wrapper + .language-selector-wrapper, .language-selector-wrapper + .currency-selector-wrapper {
  margin-left: 5px;
}

.currency-selector .dropdown-current, .language-selector .dropdown-current {
  padding: 5px 8px;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.currency-selector .dropdown-icon .material-icons, .currency-selector .dropdown-icon .fa, .language-selector .dropdown-icon .material-icons, .language-selector .dropdown-icon .fa {
  font-size: 15px;
}
.currency-selector .dropdown-menu, .language-selector .dropdown-menu {
  min-width: 0;
}

.language-selector #language-selector-label {
  display: none;
}
.language-selector .l-code {
  display: none;
}
.language-selector .l-name {
  display: flex;
}
.language-selector img {
  margin-top: -2px;
}

.currency-selector #currency-selector-label {
  display: none;
}
.currency-selector .c-sign {
  display: inline-block;
}

.sidebar-currency {
  border-top: 1px solid #c7c7c7;
  padding: 20px 10px;
}
.sidebar-currency .currency-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebar-currency .currency-list li {
  margin: 0 3px;
}
.sidebar-currency .currency-list .dropdown-item {
  border-radius: 5px;
  padding: 5px 8px;
}
.sidebar-currency .currency-list .current .dropdown-item {
  background: #5a9e74;
  color: #ffffff;
}
.sidebar-currency .c-sign {
  display: none;
}

.sidebar-language {
  border-top: 1px solid #c7c7c7;
  padding: 20px 10px;
}
.sidebar-language .l-name {
  display: none;
}
.sidebar-language .language-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebar-language .language-list li {
  margin: 0 3px;
}
.sidebar-language .language-list .dropdown-item {
  border-radius: 5px;
  padding: 5px 8px;
  text-transform: uppercase;
  min-width: 40px;
  text-align: center;
}
.sidebar-language .language-list .current .dropdown-item {
  background: #5a9e74;
  color: #ffffff;
}

.user-info {
  text-align: center;
}
.user-info .account-link {
  border: 2px solid;
  border-radius: 3px;
}
.user-info .account-link > a {
  display: flex;
  align-items: center;
  padding: 5px 7px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.user-info .account-link > a > span {
  padding: 0 2px;
}
.user-info .account-link > a .material-icons {
  font-size: 120%;
  margin-top: 0;
  height: 100%;
  line-height: inherit;
}
.user-info .logout-link {
  display: none;
}
.user-info .dropdown-customer-account-links {
  position: absolute;
  top: 103%;
  right: 0;
  min-width: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
.user-info .dropdown-customer-account-links .dropdown-menu {
  display: block;
  width: 100%;
  position: initial;
  border: 2px solid;
  border-radius: 3px 0 3px 3px;
}
.user-info .dropdown-customer-account-links .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 3px;
}
.user-info .dropdown-customer-account-links .dropdown-item i, .user-info .dropdown-customer-account-links .dropdown-item span {
  margin: 0 5px;
}
.user-info .dropdown-customer-account-links .dropdown-item i {
  font-size: 15px;
}
.user-info .dropdown-customer-account-links .logout {
  padding: 7px;
  text-align: center;
  color: red;
  border-top: 1px solid #c7c7c7;
}
.user-info .dropdown-customer-account-links .logout i {
  min-width: 18px;
}
.user-info .customer-logged {
  position: relative;
}
.user-info .customer-logged:hover .dropdown-customer-account-links, .user-info .customer-logged .hover .dropdown-customer-account-links {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 2px);
  transition: all 0.3s;
}

.sidebar-account {
  padding: 20px 10px;
  border-top: 1px solid #c7c7c7;
  background: #f7f7f7;
}
.sidebar-account.user-info > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sidebar-account.user-info .logout-link {
  display: block;
  color: red;
}
.sidebar-account.user-info .dropdown-customer-account-links {
  display: none;
}

.sidebar-header-phone {
  padding: 15px 5px;
  border-top: 1px solid #c7c7c7;
  background: #f7f7f7;
}
.sidebar-header-phone ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebar-header-phone ul li {
  white-space: nowrap;
  padding: 8px 12px;
}

.st-menu-title {
  background: #f7f7f7;
}

.sidebar-menu {
  padding: 15px;
  border-top: 1px solid #c7c7c7;
}
.sidebar-menu .waiting-load-categories {
  height: 50px;
  background: transparent url(../js/../img/c601cb.gif) no-repeat 50% 50%;
}

.sidebar-category-tree.category-tree .category-sub-menu {
  display: none;
}

.left-brand-list .linklist, .left-supplier-list .linklist {
  margin-top: -3px;
}

.suppliers-sort .select-title, .brands-sort .select-title {
  white-space: nowrap;
  text-align: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suppliers-sort .dropdown-menu, .brands-sort .dropdown-menu {
  min-width: 100%;
  width: auto;
}

.mailalert-product-page .mailalert-form {
  margin: 0 -8px;
}
.mailalert-product-page .mailalert-form.disable {
  pointer-events: none;
  opacity: 0.5;
}
.mailalert-product-page .alert-email {
  width: 100%;
  padding: 0 8px;
}
.mailalert-product-page .alert-button {
  padding: 0 8px;
}
.mailalert-product-page .alert-button .btn {
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.mailalert-product-page .mailalert-msg {
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .mailalert-product-page .mailalert-form {
    flex-direction: column;
  }
  .mailalert-product-page .alert-email {
    margin-bottom: 5px;
  }
}

.my-mail-alerts {
  padding-top: 0;
  padding-bottom: 0;
}
.my-mail-alerts .mail-alert-line {
  padding: 0.9375rem 0;
}
.my-mail-alerts .mail-alert-line + .mail-alert-line {
  border-top: 1px solid #ededed;
}
.my-mail-alerts .mail-alert-line .p-image img {
  max-width: 50px;
}
.my-mail-alerts .mail-alert-line .p-name {
  margin: 0 10px;
}
.my-mail-alerts .mail-alert-line .p-remove {
  margin-left: auto;
  font-size: 20px;
}

.mobile-header-version .customer-signin-module {
  position: absolute;
  right: 0;
  top: -32px;
}
.mobile-header-version .user-info .account-link {
  border-width: 1px;
}
.mobile-header-version .user-info .account-link > a {
  padding: 2px 6px;
  font-size: inherit;
  line-height: inherit;
}
.mobile-header-version .user-info .account-link > a i {
  font-size: 15px;
  margin-right: 0;
}
.mobile-header-version .user-info .dropdown-customer-account-links {
  display: none;
}
.mobile-header-version .currency-selector .dropdown-current, .mobile-header-version .language-selector .dropdown-current {
  padding: 3px 5px;
}
.mobile-header-version .currency-selector .dropdown-item, .mobile-header-version .language-selector .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
}

.progress {
  height: 5px;
}
.progress-bar {
  height: 100%;
  transition: 0.25s ease-out;
}

.rating-star-yellow > label, .rating-star-green > label, .rating-star-blue > label {
  margin: 0;
}

.product-list #gsr-review-list .gsr-review-count-rating {
  display: none;
}
.product-list .gsr-clr_20 {
  display: none !important;
}
.product-list .grid .product-miniature #gsr-review-list .gsr-text-center {
  text-align: left !important;
}
.product-list .list .product-miniature #gsr-review-list .gsr-text-center {
  text-align: right !important;
}

.aone-homepage .product-list .list .product-miniature #gsr-review-list {
  position: static;
  margin-top: -7px;
}

.main-product-details #gsr.productAction, .main-product-details #gsr.productReassurance {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f7f7f7;
  overflow: hidden;
}
.main-product-details #gsr.productAction .block-review, .main-product-details #gsr.productReassurance .block-review {
  background: transparent;
}
.main-product-details #gsr.productAction .block-review-item, .main-product-details #gsr.productReassurance .block-review-item {
  padding: 0;
}
.main-product-details #gsr.productAction .block-review-item .display-distribution, .main-product-details #gsr.productReassurance .block-review-item .display-distribution {
  background: #ffffff;
}
.main-product-details #gsr.productAction {
  padding: 0px 20px 10px;
}
.main-product-details #gsr.productReassurance {
  padding: 10px 20px 20px;
}

#gsr #comment-form .product {
  margin-bottom: 20px;
  overflow: hidden;
}
#gsr #comment-form .product img {
  max-width: 90px;
}
#gsr #comment-form #footer {
  background: transparent;
}
#gsr .pull-right .btn.btn-default, #gsr .pull-right .bootstrap-touchspin .btn.btn-touchspin, .bootstrap-touchspin #gsr .pull-right .btn.btn-touchspin {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
#gsr .review-line-comment .row > div {
  padding: 0 15px;
}

#footer #gsr {
  width: 100%;
}

.product-add-to-cart #ps-checkout-express-button {
  text-align: right;
}

.lang-rtl .product-add-to-cart #ps-checkout-express-button {
  text-align: left;
}

.product-add-to-cart #ps-checkout-express-button div.paypal-buttons-context-iframe {
  margin: 15px 4% 10px;
}

#cart #ps-checkout-express-button {
  padding: 0 15px;
}

#checkout-personal-information-step #ps-checkout-express-button {
  margin-bottom: 20px;
}

.js-payment-binary .accept-cgv {
  display: none !important;
}

#ps_checkout-buttons-container .checkout-smartbutton {
  text-align: center;
}

.slick-list {
  padding-top: 15px;
  margin-top: -15px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto;
  outline: none;
}

.slick-loading .slick-list {
  background: transparent url(../js/../img/c601cb.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  top: -35px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  background-color: #fd6282;
  background-image: url(../js/../img/e82c4e.png);
  color: #ffffff;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: all 0.3s;
  opacity: 0.5;
  z-index: 10;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1 !important;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev .material-icons,
.slick-next .material-icons {
  transition: all 0.3s;
  display: initial;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 30px;
  transition: all 0.3s;
}
.background-for-title .slick-prev,
.background-for-title .slick-next {
  top: -40px;
}
@media (max-width: 991.98px) {
  .slick-prev,
  .slick-next {
    width: 25px;
    height: 25px;
  }
  .slick-prev:before,
  .slick-next:before {
    line-height: 25px;
  }
  .slick-prev, .background-for-title .slick-prev,
  .slick-next,
  .background-for-title .slick-next {
    top: 50%;
    margin-top: -35px;
  }
}

.slick-prev {
  left: auto;
  right: 41px;
  border-radius: 50% 0 0 50%;
}
.slick-prev:before {
  content: "\f100";
}
.slick-prev:hover:before {
  margin-right: 3px;
}
@media (max-width: 991.98px) {
  .slick-prev {
    right: auto;
    left: 0;
  }
}

[dir=rtl] .slick-prev {
  right: -8px;
  left: auto;
}

.slick-next {
  left: auto;
  right: 10px;
  border-radius: 0 50% 50% 0;
}
.slick-next:before {
  content: "\f101";
}
.slick-next:hover:before {
  margin-left: 3px;
}
@media (max-width: 991.98px) {
  .slick-next {
    right: 0;
    left: auto;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: -8px;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center !important;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 5px 2px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #fd6282;
  border-radius: 50%;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.pace-running > *:not(.pace) {
  user-select: none;
  pointer-events: none;
  transition: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #5a9e74;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: solid 2px #5a9e74;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 10px;
  -webkit-animation: pace-spinner 500ms linear infinite;
  -moz-animation: pace-spinner 500ms linear infinite;
  -ms-animation: pace-spinner 500ms linear infinite;
  -o-animation: pace-spinner 500ms linear infinite;
  animation: pace-spinner 500ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex-scrollbox-wrapper {
  overflow: hidden;
}
.flex-scrollbox-wrapper > div:first-child, .flex-scrollbox-wrapper > ul:first-child {
  flex-wrap: nowrap;
}

.scroll-box-arrows {
  display: none;
  transition: all 0.3s;
}
.scroll-box-arrows.scroll {
  display: block;
}
.scroll-box-arrows .left, .scroll-box-arrows .right {
  cursor: pointer;
  user-select: none;
}

[data-autoscroll=true] + .scroll-box-arrows {
  opacity: 0;
}

.flex-scrollbox-wrapper:hover + .scroll-box-arrows, .scroll-box-arrows:hover {
  opacity: 1;
}

.st-pusher {
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: all 0.5s;
}

.st-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow-y: scroll;
}

.st-menu-open .st-overlay {
  display: block;
  z-index: 1000;
}

.st-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  visibility: hidden;
  width: 300px;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 30px;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  visibility: hidden;
  width: 320px;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.st-menu-right::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open {
  overflow: hidden;
}

.st-menu-open .st-wrapper {
  overflow-y: scroll;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-close {
  position: absolute;
  top: 11px;
  right: 0;
  cursor: pointer;
  z-index: 1;
  padding: 8px;
}
.st-menu-close:hover {
  color: #fd6282;
}
.st-menu-close i {
  font-weight: 700;
}

.st-menu-right .st-menu-close {
  right: auto;
  left: 0;
}

.st-menu .st-menu-title {
  padding: 15px 5px;
  text-align: center;
  font-size: 1.125rem;
  margin: 0;
}
.background-for-title .st-menu .st-menu-title {
  background-image: url(../js/../img/e82c4e.png);
}

/* Individual effects */
.st-effect-left.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.st-effect-left.st-menu-open .st-effect-left.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-left.st-menu::after {
  display: none;
}

.st-effect-right.st-menu-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.st-effect-right.st-menu-open .st-effect-right.st-menu-right {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-effect-right.st-menu-right::after {
  display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

.ui-tooltip.ui-widget.ui-widget-content {
  border: none;
  padding: 3px 8px;
  box-shadow: none;
  background: #000;
  color: #fff;
  border-radius: 0.25rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  font-size: 0.75rem;
  z-index: 1000;
}
.ui-tooltip.ui-widget.ui-widget-content .ui-tooltip-content:before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.anav-top {
  color: #5d5d5d;
}
.anav-top .amenu-link {
  color: #3d3d3d;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px;
  padding: 15px 15px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.anav-top .amenu-link > sup {
  line-height: 13px;
  padding: 1px 3px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background-color: #e95144;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  border-radius: 1px;
  transition: all 0.2s;
  white-space: nowrap;
}
.anav-top .amenu-link > img {
  max-height: 28px;
  width: auto;
  margin: -4px 5px -4px -5px;
  z-index: 1;
}
.anav-top .adropdown .dropdown-wrapper {
  padding: 10px;
  background: #ffffff;
}
.anav-top .adropdown .content-grid {
  display: flex;
  flex-wrap: wrap;
}
.anav-top .adropdown .aitem {
  padding: 5px;
}
.anav-top .acategory-content .category-title {
  margin-bottom: 0;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
}
.anav-top .acategory-content .category-title a {
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100%;
}
.anav-top .acategory-content .category-title img {
  max-height: 28px;
  width: auto;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.anav-top .acategory-content .category-subs {
  font-size: 0.875rem;
}
.anav-top .acategory-content .category-subs li {
  padding: 7px 0;
}
.anav-top .acategory-content .category-subs li a {
  display: flex;
  align-items: center;
  position: relative;
}
.anav-top .acategory-content .category-subs li a:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
.anav-top .acategory-content .category-subs li a:hover:before {
  border-color: #fd6282;
  background-color: #fd6282;
}
.anav-top .acategory-content .category-subs li a img {
  max-height: 28px;
  width: auto;
  margin: -2px 5px -2px -15px;
}
.anav-top .acategory-content .category-title + .category-subs {
  margin-top: 5px;
}
.anav-top .acategory-content.yesimage-nosub .aitem {
  padding-top: 8px;
}
.anav-top .acategory-content.yesimage-nosub .category-thumb {
  text-align: center;
}
.anav-top .acategory-content.yesimage-nosub .category-title a {
  margin: auto;
}
.anav-top .aproduct-content .product-container {
  padding-bottom: 8px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.anav-top .aproduct-content .product-name {
  text-align: center;
  padding: 8px 0;
}
.anav-top .aproduct-content .product-price-and-shipping span {
  margin: 0 2px;
}
.anav-top .amanufacturer-content .brand-name:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  padding-right: 8px;
}
.anav-top .amanufacturer-content .brand-logo {
  text-align: center;
}
.anav-top .amanufacturer-content .brand-logo + .brand-name {
  text-align: center;
  font-weight: 700;
}
.anav-top .amanufacturer-content .brand-logo + .brand-name:before {
  display: none;
}
.anav-top .ahtml-content {
  padding: 5px;
}
.anav-top .ahtml-content h1, .anav-top .ahtml-content .h1, .anav-top .ahtml-content h2, .anav-top .ahtml-content .h2, .anav-top .ahtml-content h3, .anav-top .ahtml-content .h3, .anav-top .ahtml-content h4, .anav-top .ahtml-content .h4, .anav-top .ahtml-content h5, .anav-top .ahtml-content .h5, .anav-top .ahtml-content h6, .anav-top .ahtml-content .h6 {
  margin-top: 0;
}
.anav-top .small-category-title .acategory-content .category-title {
  text-transform: none;
  font-weight: 400;
}
.anav-top .brand-linklist .manufacturer-item {
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
}
.anav-top .brand-linklist .manufacturer-item .logo {
  display: none;
}
.anav-top .brand-linklist .manufacturer-item .middle-side {
  display: block;
  margin-top: 0;
}
.anav-top .brand-linklist .manufacturer-item .middle-side .product-name:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 8px;
}
.anav-top img.brightness-hover {
  transition: all 0.3s;
}
.anav-top a:hover img.brightness-hover {
  filter: brightness(90%);
}

#amegamenu {
  position: relative;
  width: 100%;
}
#amegamenu .anav-top {
  margin: 0 45px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#amegamenu .anav-top .amenu-link {
  position: relative;
}
#amegamenu .anav-top .amenu-link > span {
  position: relative;
}
#amegamenu .anav-top .amenu-link > span:after {
  content: "";
  position: absolute;
  border-top: 2px solid;
  left: 52%;
  right: 50%;
  bottom: -3px;
  transition: all 0.2s;
}
#amegamenu .anav-top .amenu-link > sup {
  position: absolute;
  top: -3px;
  right: 5px;
}
.is-sticky #amegamenu .anav-top .amenu-link > sup {
  top: -1px;
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  #amegamenu .anav-top .amenu-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }
  #amegamenu .anav-top .amenu-link > sup {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  #amegamenu .anav-top .amenu-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.9375rem;
  }
  #amegamenu .anav-top .amenu-link > sup {
    right: -3px;
  }
}
#amegamenu .anav-top .adropdown {
  position: absolute;
  left: 0;
  top: auto;
  margin-top: 2px;
  max-width: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: transparent;
  border-radius: 0 0 5px 5px;
  overflow: auto;
  max-height: calc(100vh - 210px);
}
#amegamenu .anav-top .adropdown .dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#amegamenu .anav-top .adropdown .dropdown-bgimage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}
#amegamenu .anav-top .adropdown .dropdown-content {
  width: 100%;
  position: relative;
}
#amegamenu .anav-top .adropdown.adrd1 {
  width: 20%;
  min-width: 200px;
}
#amegamenu .anav-top .adropdown.adrd2 {
  width: 40%;
  min-width: 400px;
}
#amegamenu .anav-top .adropdown.adrd2 .notfull.acot1 {
  width: 50%;
}
#amegamenu .anav-top .adropdown.adrd3 {
  width: 60%;
  min-width: 520px;
}
#amegamenu .anav-top .adropdown.adrd3 .notfull.acot1 {
  width: 33.3333333333%;
}
#amegamenu .anav-top .adropdown.adrd3 .notfull.acot2 {
  width: 66.6666666667%;
}
#amegamenu .anav-top .adropdown.adrd4 {
  width: 80%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #amegamenu .anav-top .adropdown.adrd4 {
    min-width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #amegamenu .anav-top .adropdown.adrd4 {
    min-width: 700px;
  }
}
#amegamenu .anav-top .adropdown.adrd4 .notfull.acot1 {
  width: 25%;
}
#amegamenu .anav-top .adropdown.adrd4 .notfull.acot2 {
  width: 50%;
}
#amegamenu .anav-top .adropdown.adrd4 .notfull.acot3 {
  width: 75%;
}
#amegamenu .anav-top .adropdown.adrd5 {
  width: 100%;
}
#amegamenu .anav-top .adropdown.adrd5 .notfull.acot1 {
  width: 20%;
}
#amegamenu .anav-top .adropdown.adrd5 .notfull.acot2 {
  width: 40%;
}
#amegamenu .anav-top .adropdown.adrd5 .notfull.acot3 {
  width: 60%;
}
#amegamenu .anav-top .adropdown.adrd5 .notfull.acot4 {
  width: 80%;
}
#amegamenu .anav-top .adropdown .aitem {
  width: 100%;
}
#amegamenu .anav-top .amenu-item {
  margin: 0 5px;
}
#amegamenu .anav-top .amenu-item:hover, #amegamenu .anav-top .amenu-item.hover {
  background: #ffffff;
}
#amegamenu .anav-top .amenu-item:hover .amenu-link > span:after, #amegamenu .anav-top .amenu-item.hover .amenu-link > span:after {
  left: 0;
  right: 0;
}
#amegamenu .anav-top .amenu-item:hover.plex .adropdown, #amegamenu .anav-top .amenu-item.hover.plex .adropdown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s;
}
#amegamenu .anav-top .acot1 .aitem {
  width: 100%;
}
#amegamenu .anav-top .acot2 .aitem {
  width: 50%;
}
#amegamenu .anav-top .acot3 .aitem {
  width: 33.3333333333%;
}
#amegamenu .anav-top .acot4 .aitem {
  width: 25%;
}
#amegamenu .anav-top .acot5 .aitem {
  width: 20%;
}
#amegamenu .anav-top .amanufacturer-content .brand-logo {
  margin: 5px;
}
#amegamenu .anav-top .category-horizontally .aitem {
  width: 100%;
}
#amegamenu .anav-top .category-horizontally .acategory-content .category-subs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
#amegamenu .anav-top .category-horizontally .acategory-content .category-subs li {
  padding-left: 5px;
  padding-right: 5px;
}
#amegamenu .anav-top .category-horizontally.acot1 .acategory-content .category-subs li {
  width: 100%;
}
#amegamenu .anav-top .category-horizontally.acot2 .acategory-content .category-subs li {
  width: 50%;
}
#amegamenu .anav-top .category-horizontally.acot3 .acategory-content .category-subs li {
  width: 33.3333333333%;
}
#amegamenu .anav-top .category-horizontally.acot4 .acategory-content .category-subs li {
  width: 25%;
}
#amegamenu .anav-top .category-horizontally.acot5 .acategory-content .category-subs li {
  width: 20%;
}
#amegamenu.amegamenu_rtl .anav-top .adropdown {
  left: auto;
  right: 0;
}

#mobile-amegamenu {
  padding: 10px;
  background: #f7f7f7;
  border-top: 1px solid #c7c7c7;
}
#mobile-amegamenu .anav-top {
  display: block;
  margin: 0;
}
#mobile-amegamenu .anav-top .amenu-link {
  padding: 8px 5px;
  font-size: 0.875rem;
  font-weight: 400;
}
#mobile-amegamenu .anav-top .amenu-link > sup {
  display: none;
}
#mobile-amegamenu .anav-top .mobile-toggle-plus {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: -10px;
}
#mobile-amegamenu .anav-top .mobile-toggle-plus .material-icons {
  font-weight: 700;
  font-size: 13px;
}
#mobile-amegamenu .anav-top .mobile-toggle-plus .remove {
  display: none;
}
#mobile-amegamenu .anav-top .expanded .mobile-toggle-plus .remove {
  display: block;
}
#mobile-amegamenu .anav-top .expanded .mobile-toggle-plus .add {
  display: none;
}
#mobile-amegamenu .anav-top .adropdown {
  display: none;
}
#mobile-amegamenu .anav-top .adropdown .dropdown-bgimage {
  display: none;
}
#mobile-amegamenu .anav-top .adropdown .dropdown-wrapper {
  border-radius: 5px;
  margin-bottom: 10px;
}
#mobile-amegamenu .anav-top .adropdown .acategory-content .aitem {
  width: 100%;
}
#mobile-amegamenu .anav-top .adropdown .aproduct-content .aitem, #mobile-amegamenu .anav-top .adropdown .amanufacturer-content .aitem {
  width: 50%;
}

.aone-slideshow img {
  width: 100%;
}
@media (min-width: 992px) {
  .aone-slideshow img {
    max-width: 33%;
  }
}
@media (max-width: 991.98px) {
  .aone-slideshow img {
    max-height: 280px;
    object-fit: cover;
  }
}
.aone-slideshow .nivo-caption {
  width: 100%;
  height: 100%;
  z-index: 8;
  overflow: hidden;
  background: transparent;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 80px;
}
.aone-slideshow .nivo-caption .caption-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.aone-slideshow .nivo-caption .caption-wrapper .caption-wrapper-int {
  width: 100%;
  background: linear-gradient(153deg, rgba(192, 10, 17, 0.95) 0%, rgba(131, 0, 5, 0.95) 100%);
  padding-right: 25%;
  padding-left: 13%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivo-caption .caption-wrapper .caption-wrapper-int {
    padding: 0 20px;
  }
}
.aone-slideshow .nivo-caption .caption-content {
  position: relative;
  color: #ffffff;
  font-size: 18px;
}
.aone-slideshow .nivo-caption .caption-content h1, .aone-slideshow .nivo-caption .caption-content .h1,
.aone-slideshow .nivo-caption .caption-content h2,
.aone-slideshow .nivo-caption .caption-content .h2,
.aone-slideshow .nivo-caption .caption-content h3,
.aone-slideshow .nivo-caption .caption-content .h3,
.aone-slideshow .nivo-caption .caption-content h4,
.aone-slideshow .nivo-caption .caption-content .h4,
.aone-slideshow .nivo-caption .caption-content h5,
.aone-slideshow .nivo-caption .caption-content .h5,
.aone-slideshow .nivo-caption .caption-content h6,
.aone-slideshow .nivo-caption .caption-content .h6 {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.68px;
  margin-bottom: 30px;
}
.aone-slideshow .nivo-caption .caption-content .text {
  color: var(--Steel-Blue-800, #21436B);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media (max-width: 767.98px) {
  .aone-slideshow .nivo-caption .caption-content .text {
    font-size: 24px;
  }
}
.aone-slideshow .nivo-caption .caption-content .btn-slider {
  text-align: right;
  padding-top: 40px;
}
.aone-slideshow .nivo-caption .caption-content .btn-slider .btn {
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 18px 25px 18px 30px;
  border-radius: 50px;
  background: var(--Safran-400, #F5C71A);
}
.aone-slideshow .nivo-caption .caption-content .btn-slider .btn:hover {
  color: var(--Steel-Blue-950, #15243C);
}
.aone-slideshow .nivo-caption .caption-content .btn-slider .btn:hover:after {
  right: 0;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivo-caption .caption-content {
    font-size: 15px;
    padding: 55px 0 25px;
  }
  .aone-slideshow .nivo-caption .caption-content .btn {
    font-size: 19px;
    padding: 18px 18px 19px;
  }
}
@media (max-width: 767.98px) {
  .aone-slideshow .nivo-caption .caption-content {
    font-size: 12px;
  }
  .aone-slideshow .nivo-caption .caption-content h1, .aone-slideshow .nivo-caption .caption-content .h1,
  .aone-slideshow .nivo-caption .caption-content h2,
  .aone-slideshow .nivo-caption .caption-content .h2,
  .aone-slideshow .nivo-caption .caption-content h3,
  .aone-slideshow .nivo-caption .caption-content .h3,
  .aone-slideshow .nivo-caption .caption-content h4,
  .aone-slideshow .nivo-caption .caption-content .h4,
  .aone-slideshow .nivo-caption .caption-content h5,
  .aone-slideshow .nivo-caption .caption-content .h5,
  .aone-slideshow .nivo-caption .caption-content h6,
  .aone-slideshow .nivo-caption .caption-content .h6 {
    font-size: 44px;
  }
}
.aone-slideshow .nivo-caption .slide-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: none;
}
.aone-slideshow .nivo-html-caption {
  display: none;
}
.aone-slideshow .nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex !important;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider {
    flex-wrap: wrap;
    min-height: 634px;
  }
}
.aone-slideshow .nivoSlider > img:not(.nivo-main-image) {
  display: none !important;
}
.aone-slideshow .nivoSlider .img-slider {
  text-align: right;
  padding-bottom: 40px;
}
.aone-slideshow .nivoSlider .img-slider img {
  max-width: none;
  height: auto;
  position: initial;
  max-width: 33%;
  width: fit-content;
}
.aone-slideshow .nivoSlider .nivo-caption {
  display: none;
}
.aone-slideshow .nivoSlider .nivo-main-image {
  position: relative !important;
  height: auto !important;
  max-width: 100%;
  max-height: 492px;
  flex: 100%;
  order: 1;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider .nivo-main-image {
    max-width: none;
    flex: initial;
    width: 100%;
  }
}
.aone-slideshow .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider a.nivo-imageLink img {
    display: none !important;
  }
}
.aone-slideshow .nivoSlider .nivo-slice {
  display: none !important;
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider .nivo-slice {
    display: none !important;
  }
}
.aone-slideshow .nivoSlider .nivo-box {
  display: none;
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.aone-slideshow .nivoSlider .nivo-box img {
  display: block;
}
.aone-slideshow .nivoSlider .nivo-directionNav {
  position: static;
  opacity: 1;
  visibility: visible;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav,
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav {
  position: absolute;
  bottom: 0;
  margin-top: -20px;
  z-index: 9;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  background-color: transparent;
  border: 0;
  user-select: none;
  color: #fd6282;
  transition: all 0.3s;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav .fa,
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav .fa {
  margin-top: 0;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 26px;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav .fa::before,
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav .fa::before {
  content: "";
  /* obligatoire sinon rien ne s’affiche */
  display: inline-block;
  /* pour prendre de la place */
  width: 15px;
  height: 11px;
  margin-right: 5px;
  background: url(../js/../img/88cd75.svg) no-repeat center/contain;
  opacity: 0.8;
}
.category-images-slider .aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav,
.category-images-slider .aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav {
  font-size: 33px;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav {
  right: 73px;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav .fa::before {
  rotate: 180deg;
}
.aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav {
  right: 0;
}
.aone-slideshow .nivoSlider .nivo-controlNav {
  display: none;
  text-align: center;
  padding: 0 0 36px;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider .nivo-controlNav {
    right: auto;
    bottom: auto;
    top: 293px;
    left: 20px;
  }
}
.aone-slideshow .nivoSlider .nivo-controlNav a {
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  margin: 0 15px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
@media (max-width: 991.98px) {
  .aone-slideshow .nivoSlider .nivo-controlNav a {
    margin-left: 0;
    width: 7px !important;
    height: 7px !important;
    margin-right: 21px;
  }
}
.aone-slideshow .nivoSlider .nivo-controlNav a.active {
  height: 10px;
  width: 10px;
  background: #fd6282;
  border-color: transparent;
  background: #fd6282;
}

.aone-slideshow.theme-default .nivoSlider {
  display: none;
}
.aone-slideshow.theme-default .nivo-slider-overlay {
  background: transparent url(../js/../img/c601cb.gif) no-repeat 50% 50%;
}
.aone-slideshow.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.aone-slideshow.theme-default .caption-effect-opacity .nivo-caption {
  opacity: 0;
}
.aone-slideshow.theme-default .caption-effect-left .nivo-caption {
  left: -100%;
}
.aone-slideshow.theme-default .caption-effect-right .nivo-caption {
  right: -100%;
}
.aone-slideshow.theme-default .caption-effect-top .nivo-caption {
  top: -100%;
}
.aone-slideshow.theme-default .caption-effect-bottom .nivo-caption {
  bottom: -100%;
}
.aone-slideshow.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
  left: 0;
}
.aone-slideshow.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
}
.aone-slideshow.theme-default .nivo-controlNav.nivo-thumbs-enabled a:before {
  font-size: 0;
  display: none;
}
.aone-slideshow.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  height: auto;
}
.aone-slideshow.theme-default .nivo-directionNav.disabled a,
.aone-slideshow.theme-default .nivo-controlNav.disabled a {
  pointer-events: none;
  cursor: default;
}

.aone-slideshow .a-banner {
  position: relative;
  display: flex;
}
@media (max-width: 991.98px) {
  .aone-slideshow .a-banner {
    flex-wrap: wrap;
  }
}
.aone-slideshow .slide-products-related {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  width: 130px;
  border-radius: 6px;
  overflow: hidden;
}
.aone-slideshow .slide-products-related .slide-products-related-list {
  background: #ffffff;
  opacity: 0.8;
  transition: all 0.3s;
  height: 100%;
}
.aone-slideshow .slide-products-related .slide-products-related-list:hover {
  opacity: 1;
}
.aone-slideshow .slide-products-related .product-item .product-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 8px;
}
.aone-slideshow .slide-products-related .product-item .product-name {
  padding: 5px 3px;
  text-align: center;
  font-size: 13px;
}
.aone-slideshow .slide-products-related .product-item .product-thumbnail img {
  display: block;
  position: initial;
  width: 100%;
}
.aone-slideshow .slide-products-related .product-item .regular-price {
  display: none;
}

@media (min-width: 992px) {
  .aone-homepage .product-list .list.columns-2 .product-miniature {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .layout-left-column .main-content .aone-homepage .product-list .list.columns-2 .product-miniature, .layout-right-column .main-content .aone-homepage .product-list .list.columns-2 .product-miniature {
    flex: 0 0 auto;
    width: 100%;
  }
}
.aone-homepage .product-list .list .product-miniature .second-third-block {
  flex-direction: column;
  justify-content: space-between;
}
.aone-homepage .product-list .list .product-miniature .product-list-reviews {
  margin-top: -5px;
}
.aone-homepage .product-list .list .product-miniature .product-description-short {
  max-height: 40px;
  overflow: hidden;
}
.aone-homepage .product-list .list .product-miniature .product-name {
  padding-bottom: 8px;
}
.aone-homepage .product-list .list .product-miniature .product-description-short, .aone-homepage .product-list .list .product-miniature .variant-links, .aone-homepage .product-list .list .product-miniature .buttons-sections {
  margin-bottom: 8px;
}

.aone-featuredcategories {
  margin-bottom: 20px;
}
.aone-featuredcategories .title-block .title-icon {
  margin-top: -3px;
  margin-right: 8px;
}
.aone-featuredcategories .category-block {
  padding: 0 10px;
  margin-bottom: 19px;
  margin-top: 1px;
}
.aone-featuredcategories .category-block .category-container {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.aone-featuredcategories .category-block .category-image {
  text-align: center;
}
.aone-featuredcategories .category-block .category-image img {
  margin: 0 auto;
  transition: all 0.3s;
}
.aone-featuredcategories .category-block .category-image img:hover {
  filter: brightness(75%);
}
.aone-featuredcategories .category-block .category-name {
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 5px;
  background: #f7f7f7;
}
@media (max-width: 575.98px) {
  .aone-featuredcategories .category-block .category-name {
    font-size: 1rem;
  }
}
.aone-featuredcategories .category-block .category-des {
  text-align: center;
  padding: 10px;
  display: none;
}
.aone-featuredcategories .category-block .sub-categories {
  text-align: left;
  overflow: hidden;
  padding: 10px 10px;
}
@media (max-width: 575.98px) {
  .aone-featuredcategories .category-block .sub-categories {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.aone-featuredcategories .category-block .sub-categories li {
  padding: 6px 5px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .aone-featuredcategories .category-block .sub-categories li {
    width: 50%;
  }
}
.aone-featuredcategories .category-block .shop-now {
  text-align: center;
  margin-top: 25px;
  display: none;
}
.aone-featuredcategories .category-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.aone-featuredcategories .category-list .category-block {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .aone-featuredcategories .category-list.per-row-2 .category-block {
    flex: 0 0 auto;
    width: 50%;
  }
  .aone-featuredcategories .category-list.per-row-2 .category-block .sub-categories li {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .aone-featuredcategories .category-list.per-row-2 .category-block .sub-categories li {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .aone-featuredcategories .category-list.per-row-3 .category-block {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .aone-featuredcategories .category-list.per-row-3 .category-block {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1220px) {
  .aone-featuredcategories .category-list.per-row-3 .category-block .sub-categories li {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .aone-featuredcategories .category-list.per-row-4 .category-block {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .aone-featuredcategories .category-list.per-row-4 .category-block {
    flex: 0 0 auto;
    width: 25%;
  }
}
.aone-featuredcategories .category-list-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.aone-featuredcategories .category-list-slider.slick-slider {
  display: block;
  overflow: visible;
}
.aone-featuredcategories .category-list-slider.slick-slider .category-block {
  flex: 0 1 auto !important;
  max-width: none !important;
}
.aone-featuredcategories .categories-mobile-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: auto;
  margin-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.aone-featuredcategories .categories-mobile-slider::-webkit-scrollbar {
  display: none;
}
.aone-featuredcategories .categories-mobile-slider .category-block {
  flex: 0 1 auto !important;
  max-width: none !important;
  min-width: 85%;
}
@media (min-width: 768px) {
  .aone-featuredcategories .categories-mobile-slider .category-block {
    min-width: 45%;
  }
}
.aone-featuredcategories .categories-mobile-slider .category-block .sub-categories li {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aone-featuredcategories .categories-mobile-slider .category-block .sub-categories li {
    width: 50%;
  }
}

.brand-base {
  padding: 5px 10px;
  text-align: center;
}
.brand-base .logo img {
  margin: auto;
  transition: all 0.3s;
  width: 50%;
}
.brand-base .middle-side {
  margin-top: 10px;
}

.brand-list {
  margin: 0 -10px;
}
.brand-list .brand-base {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .brand-list .brand-base {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .brand-list .brand-base {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .brand-list .brand-base {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1220px) {
  .brand-list .brand-base {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.brand-list.slider-mode {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.brand-list.slider-mode.slick-slider {
  display: block;
  overflow: visible;
}
.brand-list.slider-mode.slick-slider .brand-base {
  flex: 0 1 auto !important;
  max-width: none !important;
}
.brand-list.list-mode {
  display: flex;
  flex-wrap: wrap;
}
.brand-list.list-mode .brand-base {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .brand-list {
    margin: 0 -5px;
  }
  .brand-list.list-mode .brand-base {
    margin-bottom: 0;
  }
  .brand-base {
    padding: 5px 5px;
  }
}
.aone-brands {
  background: var(--Safran-400, #F5C71A);
  padding: 70px 0;
}
.aone-brands .title-block {
  margin-bottom: 64px;
  padding: 0;
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
}
.aone-brands .title-block .w-10 {
  width: 10%;
}
.aone-brands .title-block .w-90 {
  width: 90%;
  padding-left: 10%;
}
.aone-brands .title-block .btn-voir {
  border-radius: 50px;
  border: 1px solid rgba(32, 58, 90, 0.4);
  background: var(--Safran-400, #F5C71A);
  padding: 12px 16px 12px 16px;
  width: fit-content;
  display: flex;
  align-items: center;
}
.aone-brands .title-block .btn-voir::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 14px;
  background: url(../js/../img/6b2b45.svg) no-repeat center/contain;
}
.aone-brands .title-block .btn-voir a {
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.aone-brands .slick-prev,
.aone-brands .slick-next {
  display: none !important;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
}
.aone-brands .slick-prev {
  left: -5px;
}
.aone-brands .slick-next {
  right: -5px;
}
.aone-brands .slick-slider:hover .slick-prev,
.aone-brands .slick-slider:hover .slick-next {
  opacity: 0.5;
}
.aone-brands .slick-slider {
  margin-bottom: 0;
}
.aone-brands .slick-slider .slick-list {
  padding: 0;
}
.aone-brands .slick-slider .slick-list .logo img {
  width: auto;
  max-height: 43px;
}
.aone-brands .slick-track {
  align-items: center;
}

.brand-mobile-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  overflow-x: scroll;
  overflow-y: hidden;
  touch-action: auto;
  margin-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.brand-mobile-slider::-webkit-scrollbar {
  display: none;
}
.brand-mobile-slider .brand-base {
  flex: 0 1 auto !important;
  max-width: none !important;
  min-width: 45%;
}
@media (min-width: 768px) {
  .brand-mobile-slider .brand-base {
    min-width: 30%;
  }
}

#aone-popup-newsletter-modal .modal-dialog {
  margin-top: 10%;
}
@media (max-width: 767.98px) {
  #aone-popup-newsletter-modal .modal-dialog {
    max-width: 376px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 391.98px) {
  #aone-popup-newsletter-modal .modal-dialog {
    max-width: none !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
#aone-popup-newsletter-modal .modal-content {
  border-radius: 0;
}
#aone-popup-newsletter-modal .modal-body {
  padding: 8px;
}

.aone-popupnewsletter {
  position: relative;
  z-index: 1;
  color: #5d5d5d;
}
.aone-popupnewsletter button.close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  border-radius: 0;
  opacity: 1;
  background: #fd6282;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 1px;
}
.aone-popupnewsletter button.close i {
  vertical-align: top;
}
.aone-popupnewsletter .popup-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.aone-popupnewsletter .popup-content {
  padding: 15px 20px 35px;
  max-width: 360px;
  text-align: center;
}
.aone-popupnewsletter .block-newsletter .h4 {
  display: none;
}
.aone-popupnewsletter .block-newsletter .form-control {
  border-radius: 0;
}
.aone-popupnewsletter .block-newsletter .input-btn {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.aone-popupnewsletter .block-newsletter .newsletter-message .conditons {
  display: none;
}
.aone-popupnewsletter .noshow {
  margin-top: 15px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 12px;
  text-transform: uppercase;
}
.aone-popupnewsletter .noshow a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.5;
}
.aone-popupnewsletter .noshow a:hover {
  opacity: 1;
}
.aone-popupnewsletter .noshow i {
  margin-left: 3px;
  margin-right: 3px;
}

.aone-colors-live-preview {
  position: fixed;
  top: 5%;
  right: -240px;
  width: 240px;
  z-index: 1000;
  transition: all 0.3s;
  color: #3d3d3d;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.aone-colors-live-preview .live-preview-toggle {
  float: left;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  margin-left: -40px;
  margin-top: 100px;
  background: #fff;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.2);
}
.aone-colors-live-preview .live-preview-toggle:hover i {
  transform: scale(1.1);
}
.aone-colors-live-preview .live-preview-container {
  background: #fff;
  border-radius: 5px 0 0 5px;
}
.aone-colors-live-preview .live-preview-title {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0;
  color: #3d3d3d;
}
.aone-colors-live-preview .live-preview-boxed-wide {
  padding: 10px 15px;
  overflow: hidden;
}
.aone-colors-live-preview .live-preview-boxed-wide a {
  width: 44%;
  float: left;
  color: #3d3d3d;
  text-align: center;
  margin: 0 3%;
  line-height: 28px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.3s;
}
.aone-colors-live-preview .live-preview-boxed-wide a.active, .aone-colors-live-preview .live-preview-boxed-wide a:hover {
  background: #ddd;
}
.aone-colors-live-preview .live-preview-boxed-wide .style, .aone-colors-live-preview .live-preview-boxed-wide .boxed_bg_css, .aone-colors-live-preview .live-preview-boxed-wide .preview {
  display: none;
}
.aone-colors-live-preview .live-preview-wrapper {
  padding: 5px 20px;
}
.aone-colors-live-preview .live-preview-wrapper .hint {
  text-align: center;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.aone-colors-live-preview .live-preview-wrapper .acolor {
  padding: 6px 0;
  overflow: hidden;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.aone-colors-live-preview .live-preview-wrapper .acolor label {
  margin: 0;
  color: #3d3d3d;
}
.aone-colors-live-preview .live-preview-wrapper .acolor .color-pick {
  width: 30px;
  height: 30px;
  border: 1px solid #bdbdbd;
}
.aone-colors-live-preview .live-preview-wrapper .acolor .style, .aone-colors-live-preview .live-preview-wrapper .acolor .selector, .aone-colors-live-preview .live-preview-wrapper .acolor .property, .aone-colors-live-preview .live-preview-wrapper .acolor .preview {
  display: none;
}
.aone-colors-live-preview .live-preview-reset {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #bdbdbd;
}
.aone-colors-live-preview .live-preview-reset a {
  color: inherit;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid;
}
.aone-colors-live-preview .live-preview-special-style {
  padding: 10px 20px;
}
.aone-colors-live-preview .live-preview-special-style label {
  font-weight: 700;
  color: #3d3d3d;
  justify-content: space-between;
}
.aone-colors-live-preview .live-preview-special-style .check-wrap {
  width: 16px;
}
.aone-colors-live-preview .live-preview-special-style .custom-checkbox {
  margin-bottom: 10px;
  width: 100%;
}

.aone-colors-live-preview.open {
  right: 0;
}
.aone-colors-live-preview.open .live-preview-container {
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.2);
}

.zone-product-extra-fields {
  margin-bottom: 20px;
}
.zone-product-extra-fields .extra-field-type-modal .extra-title {
  text-transform: none;
  text-decoration: none;
  padding: 0;
  font-weight: 700;
  border-radius: 0;
  min-height: 34px;
  font-size: 90%;
  background: linear-gradient(to right, #ececec, #ffffff);
  width: 100%;
  text-align: initial;
}
.zone-product-extra-fields .extra-field-type-modal .extra-title img {
  max-height: 34px;
  width: auto;
}
.zone-product-extra-fields .extra-field-type-modal .extra-title span {
  padding-left: 5px;
}
.zone-product-extra-fields .product-right-extra-field + .product-right-extra-field {
  margin-top: 20px;
}
.zone-product-extra-fields.hook-AfterProductThumbs {
  margin-top: 30px;
}

#page.js-waitting {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

.remove-border-radius *:not(.pace-activity, .nivo-prevNav, .nivo-nextNav) {
  border-radius: 0 !important;
}

.remove-box-shadow * {
  box-shadow: none !important;
}

.page-loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
}
.page-loading-overlay .page-loading-backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.page-loading-overlay .uil-spin-css {
  transform: scale(0.5);
}
.page-loading-overlay.main-product-details-loading, .page-loading-overlay.cart-overview-loading {
  position: absolute;
  z-index: 100;
}
.page-loading-overlay.main-product-details-loading .uil-spin-css, .page-loading-overlay.cart-overview-loading .uil-spin-css {
  transform: scale(0.25);
}
.page-loading-overlay.add-to-cart-loading, .page-loading-overlay.quickview-loading {
  position: absolute;
  z-index: auto;
}
.page-loading-overlay.add-to-cart-loading .uil-spin-css, .page-loading-overlay.quickview-loading .uil-spin-css {
  transform: scale(0.125);
}

.js-hidden {
  display: none !important;
}

.js-overflow-hidden {
  overflow: hidden;
}

/*** HEADER ***/
#header {
  background: #ffffff;
}
#header .header-event-banner {
  text-align: center;
  background: #f9f2e8;
}
#header .header-event-banner .header-event-banner-wrapper {
  padding: 8px 0;
}
#header .header-event-banner p {
  margin: 0;
  text-align: center;
}
#header .header-event-banner a {
  color: inherit;
  border-bottom: 1px solid;
}
#header .header-nav .left-nav > *, #header .header-nav .right-nav > * {
  margin-top: 9px;
}
#header .header-phone p {
  margin: 0;
}
#header .header-phone .material-icons, #header .header-phone .fa {
  margin-top: -3px;
  font-size: 13px;
}
#header .header-phone ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
#header .header-phone ul li {
  white-space: nowrap;
  margin: 0 6px;
}
#header .main-header {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  background: inherit;
}
#header .main-header .container {
  background: inherit;
}
#header .main-header .header-wrapper {
  position: relative;
  background: inherit;
}
#header .header-logo {
  max-width: 30%;
  z-index: 20;
  flex: none;
}
#header .header-logo svg, #header .header-logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#header .header-logo .svg-logo {
  min-width: 120px;
}
#header .header-right {
  width: 100%;
  margin: 7px 0;
  background: inherit;
}
#header .display-top > div {
  margin-left: 2%;
}
#header .header-bottom {
  position: relative;
  background: #f7f7f7;
}
#header .header-bottom .header-main-menu-wrapper {
  position: relative;
  min-height: 50px;
}
#header .left-nav-trigger {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#header .left-nav-trigger .left-nav-icon {
  width: 50px;
  height: 100%;
  text-align: center;
  background: #ffffff;
  color: #5a9e74;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}
#header .left-nav-trigger .left-nav-icon:hover {
  color: #fd6282;
}
#header .sticky-icon-cart {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#header .sticky-icon-cart .cart-link {
  display: block;
  border-radius: 3px;
  padding: 9px 7px 4px;
  white-space: nowrap;
  transition: all 0.3s;
}
#header .sticky-icon-cart .cart-design {
  position: relative;
  font-size: 17px;
}
#header .sticky-icon-cart .cart-products-count {
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #fd6282;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
#header .sticky-icon-cart .cart-total-value {
  display: none;
}
#header .desktop-sticky-wrapper {
  background: inherit;
}
#header .desktop-sticky-wrapper.is-sticky [data-sticky-menu] {
  z-index: 1000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: inherit;
}
#header .is-sticky .sticky-icon-cart {
  opacity: 1;
  visibility: visible;
}
#header .desktop-header-version {
  background: inherit;
}
@media (max-width: 991.98px) {
  #header .desktop-header-version .searchbar-wrapper {
    margin-bottom: 15px;
  }
  #header .desktop-header-version .search-widget {
    margin-right: 0;
  }
  #header .desktop-header-version .header-logo {
    max-width: 40%;
  }
}
#header .mobile-header-version {
  background: inherit;
}
#header .mobile-header-version .header-nav .header-nav-wrapper {
  min-height: 35px;
}
#header .mobile-header-version .main-header {
  padding-top: 6px;
  padding-bottom: 6px;
}
#header .mobile-header-version .header-logo {
  width: 100%;
  text-align: center;
  max-width: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
#header .mobile-header-version .header-right {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#header .mobile-header-version .display-top {
  flex: 1;
}
#header .mobile-header-version .mobile-display-left {
  flex: none;
}
#header .mobile-header-version .mobile-menu-icon {
  height: 34px;
  width: 34px;
  font-size: 24px;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  background: #5a9e74;
  color: #ffffff;
}
#header .mobile-header-version .mobile-menu-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
#header .mobile-header-version .sticky-background {
  display: none;
}
#header .mobile-header-version .mobile-sticky-wrapper {
  background: inherit;
}
#header .mobile-header-version .mobile-sticky-wrapper.is-sticky [data-mobile-sticky] {
  z-index: 1000;
}
#header .mobile-header-version .mobile-sticky-wrapper.is-sticky .sticky-background {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  height: 55px;
  background: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.boxed-layout #header .mobile-header-version .mobile-sticky-wrapper.is-sticky .sticky-background {
  left: -15px;
  right: -15px;
}
#header .mobile-header-version .header-phone {
  display: none;
}
#header .checkout-header-version {
  padding: 12px 0;
}
#header .checkout-header-version .header-logo {
  max-width: 30%;
  flex: none;
}
#header .checkout-header-version .checkout-header-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .checkout-header-version .checkout-header-right .customer-signin-module {
  margin-left: 2%;
}
#header .checkout-header-version .checkout-header-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
#header .checkout-header-version .checkout-header-content ul li {
  white-space: nowrap;
  margin: 0 6px;
}
@media (max-width: 767.98px) {
  #header .checkout-header-version .header-wrapper {
    flex-direction: column;
  }
  #header .checkout-header-version .header-logo {
    max-width: none;
  }
  #header .checkout-header-version .checkout-header-right {
    margin-top: 10px;
    justify-content: space-between;
  }
}

/*** WRAPPER ***/
#wrapper {
  background: #f7f7f7;
  padding-bottom: 20px;
}
#index #wrapper, #cms #wrapper {
  overflow-x: hidden;
}
#checkout #wrapper {
  min-height: calc(100vh - 160px);
  padding-top: 25px;
}

.main-content .mobile-main-content {
  display: flex;
  flex-direction: column-reverse;
}
.main-content .mobile-main-content .sidebar-column {
  margin-top: 25px;
}
.main-content .mobile-main-content #left-column, .main-content .mobile-main-content #content-wrapper, .main-content .mobile-main-content #right-column {
  width: 100%;
}

.breadcrumb-wrapper {
  background: #ffffff;
  margin-bottom: 25px;
  overflow: hidden;
}

.breadcrumb {
  margin: 0 -5px;
  padding: 10px 0;
  background: transparent;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumb .breadcrumb-item .item-name {
  padding: 5px;
}
.breadcrumb .breadcrumb-item .separator {
  font-size: 1rem;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb:not([data-depth="1"]) .breadcrumb-item:first-child span {
  display: none;
}
#index .breadcrumb {
  display: none;
}

#category.category-depth-level-1 .breadcrumb .breadcrumb-item:first-child span {
  display: initial;
}

.mobile-breadcrumb-wrapper {
  background: transparent;
  margin-bottom: 10px;
}
.mobile-breadcrumb-wrapper .breadcrumb {
  padding: 5px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-breadcrumb-wrapper .breadcrumb::-webkit-scrollbar {
  display: none;
}
.mobile-breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
  white-space: nowrap;
}
.mobile-breadcrumb-wrapper .breadcrumb .breadcrumb-item > a {
  padding: 5px 2px;
}

/*** MAIN ***/
#notifications .alert {
  margin-bottom: 25px;
}
#index #notifications .alert {
  margin-bottom: 50px;
}
#notifications ul {
  list-style: square;
  padding-left: 20px;
}
#notifications a {
  border-bottom: 1px solid;
}

#main .page-header {
  margin-bottom: 25px;
}
#main .page-content {
  margin-bottom: 25px;
}
#main .page-content #notifications {
  padding-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}
#main .page-footer {
  margin-bottom: 15px;
}

/*** FOOTER ***/
#footer {
  background-color: #ffffff;
  color: inherit;
}
#footer .footer-main {
  padding: 35px 0 15px;
}
#footer .footer-main .h4 {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: #3d3d3d;
}
#footer .footer-main ul {
  margin-bottom: 15px;
}
@media (min-width: 1220px) {
  #footer .footer-main .main-main {
    margin-left: -30px;
    margin-right: -30px;
  }
  #footer .footer-main .footer-left, #footer .footer-main .footer-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#footer .footer-bottom {
  background: #f7f7f7;
  font-size: 90%;
  padding: 15px 0;
}
#footer .footer-about-us .fa, #footer .footer-about-us .material-icons {
  width: 20px;
  color: #5a9e74;
}
#footer .checkout-footer-content {
  padding: 12px 0;
}

#scrollTopButton {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 80px;
  text-align: center;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 15;
}
#scrollTopButton .scroll-button {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid;
  line-height: 36px;
  font-size: 25px;
  color: #ffffff;
  background-color: #fd6282;
  background-image: url(../js/../img/e82c4e.png);
}
#scrollTopButton .scroll-button .fa, #scrollTopButton .scroll-button .material-icons {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  transition: all 0.3s;
}
#scrollTopButton:hover {
  opacity: 1;
}
#scrollTopButton:hover .fa, #scrollTopButton:hover .material-icons {
  top: 8px;
}

.toggle-linklist-title {
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}
.toggle-linklist-title:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  border-top-color: inherit;
  border-bottom-color: inherit;
  position: absolute;
  right: 0;
  top: 8px;
}

.toggle-block-title {
  position: relative;
  cursor: pointer;
  transition-delay: 0s;
}
.toggle-block-title:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  border-top-color: inherit;
  border-bottom-color: inherit;
  position: absolute;
  right: 15px;
  top: 20px;
}
.toggle-block-title.is-hide {
  margin-bottom: -15px;
  border-bottom-color: transparent;
  transition-delay: 0.4s;
}

/*** TYPOGRAPHY ***/
.banner a img {
  transition: all 0.3s;
}
.banner a img:hover {
  filter: brightness(75%);
}

.banner1 {
  margin: 0 auto 15px;
}
.banner1 > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner1 img {
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.banner1 img:hover {
  filter: brightness(75%);
}
.banner1 span:not(.btn) {
  font-size: 0.875rem;
  font-weight: bold;
  color: #3d3d3d;
  text-transform: uppercase;
  display: block;
}
.banner1 span.btn {
  white-space: nowrap;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner1 > a {
    flex-direction: column;
  }
  .banner1 span:not(.btn) {
    margin-bottom: 5px;
  }
}

.banner2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner2 a {
  position: relative;
  display: block;
}
.banner2 a:before {
  content: "";
  position: absolute;
  border: 1px solid #fd6282;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.banner2 a:hover:before {
  visibility: visible;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.banner3 {
  margin-bottom: 20px;
  position: relative;
}
.banner3:hover {
  background-color: #5a9e74;
}
.banner3:hover img {
  opacity: 0.8;
}
.banner3 a.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.banner3:hover a.btn {
  visibility: visible;
  opacity: 1;
}

.banner4 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.banner4 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.layout-full-width .banner4 .background, .outside-container .banner4 .background {
  left: -100%;
  right: -100%;
}
.banner4 .outer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner4 .content {
  width: 100%;
  text-align: center;
}
.banner4 h1, .banner4 .h1, .banner4 h2, .banner4 .h2, .banner4 h3, .banner4 .h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner4 p {
  margin: 0 auto 20px;
}

.feature, .feature2 {
  margin-bottom: 15px;
  padding: 20px 5%;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature .material-icons, .feature .fa, .feature2 .material-icons, .feature2 .fa {
  font-size: 35px;
}
.feature a, .feature2 a {
  font-size: 1.125rem;
  margin-top: 15px;
  color: inherit;
  line-height: 1.4em;
  text-align: center;
}

.feature .material-icons, .feature .fa {
  color: #5a9e74;
}
.feature a:hover {
  color: #fd6282;
}

.feature2 .material-icons, .feature2 .fa {
  color: #fd6282;
}
.feature2 a:hover {
  color: #5a9e74;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo .h1, .typo .h2, .typo .h3, .typo .h4, .typo .h5, .typo .h6 {
  line-height: initial;
}
.typo img {
  max-width: 100%;
  height: auto;
}
.typo ul {
  margin-bottom: 1rem;
  list-style: initial;
  padding-left: 15px;
}
.typo ol {
  padding-left: 15px;
}
.typo ul li + li, .typo ol li + li {
  padding-top: 5px;
}
.typo li > ul {
  margin-top: 5px;
}
.typo ul.linklist {
  list-style: none;
  padding-left: 0;
}
.typo blockquote, .typo .blockquote {
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border-left: 4px solid #c7c7c7;
}
.typo pre code {
  white-space: pre-wrap;
}
.typo iframe {
  max-width: 100%;
}

.js-dropdown-toggle .dropdown-title {
  display: block;
  position: relative;
  cursor: pointer;
}
.js-dropdown-toggle .dropdown-title:after {
  content: "\e145";
  font-family: "Material Icons";
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
.js-dropdown-toggle .dropdown-content {
  display: none;
}

/*** BOXED LAYOUT ***/
.boxed-layout {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  max-width: 480px;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .boxed-layout {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .boxed-layout {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .boxed-layout {
    max-width: 970px;
  }
}
@media (min-width: 1220px) {
  .boxed-layout {
    max-width: 1210px;
  }
}
#index .boxed-layout #wrapper {
  overflow-x: initial;
}
.boxed-layout .banner4 .background {
  left: -10px;
  right: -10px;
}

.google-map-iframe iframe {
  width: 100%;
}

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}
.cookie-message .cookie-message-wrapper {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-message .cookie-message-content {
  font-size: 1rem;
  padding: 15px;
}
.cookie-message .cookie-message-content p {
  margin-bottom: 0;
}
.cookie-message .cookie-message-content a {
  opacity: 0.8;
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.cookie-message .cookie-message-content a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .cookie-message .cookie-message-content {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.cookie-message .cookie-close-button {
  display: block;
  padding: 15px 3%;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 0;
  background: #14a7d0;
  color: #ffffff;
}
.cookie-message .cookie-close-button:hover {
  background: #3acdf6;
}
@media (max-width: 991.98px) {
  .cookie-message .cookie-close-button {
    font-size: 0.875rem;
    padding: 10px;
  }
}

/*** MOBILE TOUCH SCREEN ***/
body.touch-screen .banner4 .background {
  background-attachment: initial;
  background-size: initial;
  background-position: center center;
}
body.touch-screen .banner2 a:before {
  display: none;
}
body.touch-screen .banner3 a.btn {
  visibility: visible;
  opacity: 1;
}
body.touch-screen .banner3:hover img {
  opacity: 1;
}
body.touch-screen .main-product-details .product-cover .zoomWrapper {
  pointer-events: none;
}
body.touch-screen .zoomContainer {
  display: none;
}
body.touch-screen .pace .pace-progress {
  background: transparent;
}
body.touch-screen .pace .pace-progress-inner {
  box-shadow: none;
}

/* loading.io */
.uil-spin-css {
  display: block;
  background: none;
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
}

@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > span {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.uil-spin-css > span > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #000;
}

.uil-spin-css > span:nth-of-type(1) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-spin-css > span:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(2) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.uil-spin-css > span:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(3) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.uil-spin-css > span:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(4) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.uil-spin-css > span:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(5) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.uil-spin-css > span:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(6) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.uil-spin-css > span:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(7) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.uil-spin-css > span:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.uil-spin-css > span:nth-of-type(8) > span {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.uil-spin-css > span:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.typoImageSlider {
  position: relative;
  margin: 0 auto 30px;
}
.typoImageSlider .js-typoImageSlider {
  overflow: hidden;
}
.typoImageSlider .js-typoImageSlider > ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.typoImageSlider .js-typoImageSlider > ul > li {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
}
.typoImageSlider .js-typoImageSlider > ul > li img {
  margin: 0 auto;
  display: block;
}
.typoImageSlider .scrollArrows {
  z-index: 10;
  display: none;
  transition: all 0.3s;
}
.typoImageSlider .scrollArrows.scroll {
  display: block;
}
.typoImageSlider .scrollArrows .left, .typoImageSlider .scrollArrows .right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  background: #fd6282;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}
.typoImageSlider .scrollArrows .left {
  left: -15px;
}
.typoImageSlider .scrollArrows .right {
  right: -15px;
}
.typoImageSlider .scrollArrows.x-small .left, .typoImageSlider .scrollArrows.x-small .right {
  margin-top: -10px;
  font-size: 20px;
}
.typoImageSlider .scrollArrows.x-small .left {
  left: -10px;
}
.typoImageSlider .scrollArrows.x-small .right {
  right: -10px;
}
.typoImageSlider .scrollArrows.x-large .left, .typoImageSlider .scrollArrows.x-large .right {
  margin-top: -20px;
  font-size: 40px;
}
.typoImageSlider .scrollArrows.x-large .left {
  left: -20px;
}
.typoImageSlider .scrollArrows.x-large .right {
  right: -20px;
}

.typoModalBox {
  margin-bottom: 30px;
}
.typoModalBox .modalContent {
  display: none;
}

.typoShowMoreContent {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.typoShowMoreContent .js-typoShowMoreContent {
  position: relative;
}
.typoShowMoreContent .descFull {
  overflow: hidden;
}
.typoShowMoreContent .descSmall {
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: all 0.5s;
}
.typoShowMoreContent .descToggle {
  position: absolute;
  bottom: -10px;
}
.typoShowMoreContent .descToggle a {
  padding: 5px 8px;
  background: #ffffff;
  border-radius: 5px;
}
.typoShowMoreContent .descToggle .expand, .typoShowMoreContent .descToggle .collapse {
  display: none;
}
.typoShowMoreContent .descCollapsed .descSmall:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(40%, rgba(247, 247, 247, 0.8)), color-stop(90%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
  background-image: linear-gradient(top, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, 0.8) 40%, #f7f7f7 90%);
}
.typoShowMoreContent .descCollapsed .descToggle .expand {
  display: block;
}
.typoShowMoreContent .descExpanded .descToggle .collapse {
  display: block;
}

.typoLightboxGallery {
  margin-bottom: 30px;
}
.typoLightboxGallery ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.typoLightboxGallery ul > li {
  padding: 5px;
}

.lang-rtl {
  /* general */
  /* header */
  /* home */
  /* footer */
  /* category page */
  /* product page */
  /* cart & checkout page */
  /* other page */
}
.lang-rtl * {
  direction: rtl !important;
  text-align: right;
}
.lang-rtl .btn, .lang-rtl button {
  text-align: center;
}
.lang-rtl label, .lang-rtl .label {
  text-align: left;
}
@media (max-width: 991.98px) {
  .lang-rtl label, .lang-rtl .label {
    text-align: right;
  }
}
.lang-rtl .text-end {
  text-align: left !important;
}
.lang-rtl .text-start {
  text-align: right !important;
}
.lang-rtl .float-end {
  float: left !important;
}
.lang-rtl .st-menu {
  left: auto;
  right: 0;
}
.lang-rtl .st-menu .st-menu-close {
  right: auto;
  left: 0;
}
.lang-rtl .st-effect-left.st-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lang-rtl .st-menu-right {
  right: auto;
  left: 0;
}
.lang-rtl .st-menu-right .st-menu-close {
  left: auto;
  right: 0;
}
.lang-rtl .st-effect-right.st-menu-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lang-rtl .dropdown .dropdown-icon {
  margin-left: 0;
  margin-right: 6px;
}
.lang-rtl .caret-right:before {
  border-width: 0.3em 0.3em 0.3em 0;
}
.lang-rtl .dropdown-toggle:after {
  margin-left: 0;
  margin-right: 0.255em;
}
.lang-rtl .linklist li a:before {
  content: "\f104";
  padding-right: 0;
  padding-left: 8px;
}
.lang-rtl .view-all-link {
  padding-left: 0;
  padding-right: 15px;
}
.lang-rtl .view-all-link .material-icons {
  transform: rotate(180deg);
}
.lang-rtl .typo ul {
  padding-right: 15px;
  padding-left: 0;
}
.lang-rtl .typo ul.linklist {
  padding-right: 0;
}
.lang-rtl .done {
  margin-right: 0;
  margin-left: 2%;
}
.lang-rtl .flex-scrollbox-wrapper {
  direction: ltr !important;
}
.lang-rtl .flex-scrollbox-wrapper > div:first-child, .lang-rtl .flex-scrollbox-wrapper > ul:first-child {
  direction: ltr !important;
}
@media (min-width: 992px) {
  .lang-rtl .slick-prev {
    right: auto;
    left: 10px;
  }
  .lang-rtl .slick-next {
    right: auto;
    left: 41px;
  }
}
.lang-rtl .aone-brands .slick-prev {
  left: -5px;
}
.lang-rtl .aone-brands .slick-next {
  right: -5px;
}
.lang-rtl .custom-select {
  padding-left: 24px;
  padding-right: 10px;
  background-position: left 0.75rem center;
}
.lang-rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 5px 5px 0;
}
.lang-rtl .input-group-btn:not(:first-child) > .btn {
  border-radius: 5px 0 0 5px;
}
.lang-rtl .form-control-select {
  padding-right: 0.75rem;
  padding-left: 24px;
  background-position: left 1px center;
}
.lang-rtl .toggle-linklist-title:after {
  right: auto;
  left: 0;
}
.lang-rtl .modal-footer {
  text-align: left;
}
.lang-rtl .modal .modal-header button.close {
  right: auto;
  left: 0;
  border-radius: 0.3rem 0;
}
.lang-rtl .alert-warning .material-icons {
  margin-right: 0;
  margin-left: 20px;
}
.lang-rtl .alert ul {
  padding-right: 20px;
  padding-left: 0;
}
.lang-rtl .currency-selector-wrapper + .language-selector-wrapper, .lang-rtl .language-selector-wrapper + .currency-selector-wrapper {
  margin-right: 5px;
  margin-left: 0;
}
.lang-rtl #header .display-top > div {
  margin-left: 0;
  margin-right: 2%;
}
.lang-rtl #header .left-nav-trigger {
  right: 0;
  left: auto;
}
.lang-rtl #header .sticky-icon-cart {
  left: 0;
  right: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-rtl #header .desktop-header-version .search-widget {
    margin-right: auto;
    margin-left: 0;
  }
}
.lang-rtl .mobile-header-version .customer-signin-module {
  right: auto;
  left: 0;
}
.lang-rtl #header .checkout-header-version .checkout-header-right .customer-signin-module {
  margin-left: 0;
  margin-right: 2%;
}
.lang-rtl .search-widget form input[type=text] {
  padding-left: 53px;
  padding-right: 5%;
}
.lang-rtl .search-widget form [type=submit] {
  right: auto;
  left: 0;
  border-radius: 5px 0 0 5px;
}
.lang-rtl .ui-autocomplete.ui-menu .search-menu-item .search-item .cover {
  margin-right: 0;
  margin-left: 2%;
}
.lang-rtl .anav-top .amenu-link > img {
  margin-left: 5px;
  margin-right: -5px;
}
.lang-rtl .anav-top .acategory-content .category-title img {
  margin-left: 5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
}
.lang-rtl .anav-top .acategory-content .category-subs li a:before {
  margin-right: 0;
  margin-left: 6px;
}
.lang-rtl .anav-top .acategory-content .category-subs li a img {
  margin-right: -15px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.lang-rtl #amegamenu .anav-top .amenu-link > sup {
  right: auto;
  left: 5px;
}
.lang-rtl #mobile-amegamenu .anav-top .mobile-toggle-plus {
  margin-right: auto;
  margin-left: -10px;
}
.lang-rtl .user-info .dropdown-customer-account-links {
  right: auto;
  left: 0;
}
.lang-rtl .user-info .dropdown-customer-account-links .dropdown-menu {
  border-radius: 0 3px 3px 3px;
}
.lang-rtl .cart-preview .cart-dropdown {
  right: auto;
  left: 0;
}
.lang-rtl .category-tree > ul > li > a img {
  margin-left: 0;
  margin-right: -8px;
  position: relative;
  z-index: 1;
}
.lang-rtl .category-tree .collapse-icon {
  right: auto;
  left: -5px;
}
.lang-rtl .category-tree .category-sub-menu {
  padding-left: 0;
  padding-right: 28px;
}
.lang-rtl .category-tree .category-sub-menu > ul > li .collapse-icons {
  right: auto;
  left: 0;
}
.lang-rtl .category-tree .category-sub-menu > ul > li:before, .lang-rtl .category-tree .category-sub-menu > ul > li:after {
  left: auto;
  right: -14px;
  border-left-width: 0;
  border-right-width: 1px;
}
.lang-rtl .category-tree .category-sub-menu > ul > li:last-child:before {
  border-radius: 0 0 5px 0;
}
.lang-rtl .category-tree .category-sub-menu .category-sub-menu {
  padding-left: 0;
  padding-right: 14px;
}
.lang-rtl .aone-slideshow .slide-products-related {
  right: auto;
  left: 5%;
}
.lang-rtl .aone-slideshow .nivoSlider .nivo-controlNav {
  left: auto;
  right: 10%;
}
.lang-rtl .add-to-cart.added:after {
  right: auto;
  left: -5px;
}
.lang-rtl .product-list .thumbnail-left .product-miniature .second-block {
  padding-left: 0;
  padding-right: 5%;
}
.lang-rtl .product-list .table-view .product-miniature .second-block {
  padding-left: 2%;
  padding-right: 3%;
}
.lang-rtl .product-list .product-mobile-slider {
  margin-right: -5px;
  margin-left: 0;
}
.lang-rtl .grade-stars .star-content {
  left: auto;
  right: 1px;
}
.lang-rtl .star-content div.star-on i {
  margin-left: 0;
  margin-right: -1px;
}
.lang-rtl .aone-featuredcategories .title-block .title-icon {
  margin-right: 0;
  margin-left: 8px;
}
.lang-rtl .aone-featuredcategories .categories-mobile-slider {
  margin-right: -10px;
  margin-left: 0;
}
.lang-rtl .brand-mobile-slider {
  margin-right: -5px;
  margin-left: 0;
}
.lang-rtl .aone-popupnewsletter button.close {
  right: auto;
  left: -8px;
}
.lang-rtl .aone-popupnewsletter .popup-content {
  margin-right: auto;
}
.lang-rtl .footer-right .block-newsletter .form-control {
  border-radius: 0 5px 5px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
@media (max-width: 767.98px) {
  .lang-rtl .footer-right .block-newsletter .input-btn {
    min-width: fit-content;
  }
}
.lang-rtl .footer-right .block-newsletter .input-btn .btn {
  border-radius: 5px 0 0 5px;
}
.lang-rtl #scrollTopButton {
  right: auto;
  left: 3%;
}
.lang-rtl .breadcrumb .breadcrumb-item .separator {
  transform: rotate(180deg);
}
.lang-rtl #search_filters .facet .facet-title .fa-angle-double-right {
  transform: scaleX(-1);
  text-align: left;
}
.lang-rtl #search_filters .facet .facet-label .custom-checkbox input[type=checkbox]:checked + .check-shape.color {
  margin-left: 0;
  margin-right: -3px;
}
.lang-rtl .active-filters .filter-block .material-icons {
  margin-left: -3px;
  margin-right: 0;
}
.lang-rtl .products-selection .products-sort-order .sort-label {
  margin-right: 0;
  margin-left: 10px;
}
.lang-rtl .products-selection .products-sort-order .product-display {
  margin-right: auto;
  margin-left: 0;
}
.lang-rtl .products-selection .products-sort-order .product-display .display-label {
  margin-right: 0;
  margin-left: 10px;
}
.lang-rtl .pagination .page-list .previous {
  padding-right: 0;
  padding-left: 10px;
}
.lang-rtl .pagination .page-list .previous .material-icons {
  transform: rotate(180deg);
}
.lang-rtl .pagination .page-list .next {
  padding-left: 0;
  padding-right: 10px;
}
.lang-rtl .pagination .page-list .next .material-icons {
  transform: rotate(180deg);
}
.lang-rtl .main-product-details .product-cover .layer {
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: 5px;
}
.lang-rtl .main-product-details .product-pack .pack-product-quantity {
  border-right-width: 1px;
  border-left-width: 0;
}
.lang-rtl .main-product-details .product-customization .custom-file button {
  right: auto;
  left: -1px;
  border-radius: 5px 0 0 5px;
}
.lang-rtl .zone-product-extra-fields .extra-field-type-modal .extra-title {
  background: linear-gradient(to left, #ececec, #ffffff);
}
.lang-rtl .zone-product-extra-fields .extra-field-type-modal .extra-title span {
  padding-left: 0;
  padding-right: 5px;
}
.lang-rtl .mfp-close {
  right: auto;
  left: 0;
}
.lang-rtl .mfp-preloader .uil-spin-css, .lang-rtl .page-loading-overlay .uil-spin-css {
  direction: ltr !important;
}
.lang-rtl .social-sharing li a i {
  padding-right: 0;
  padding-left: 8px;
}
.lang-rtl #product-comments-list-pagination ul li span.next i, .lang-rtl #product-comments-list-pagination ul li span.prev i {
  transform: rotate(180deg);
}
.lang-rtl .cart-continue-shopping .btn .material-icons {
  transform: rotate(180deg);
}
.lang-rtl #checkout-addresses-step .address-item .address-footer a + a {
  margin-left: 0;
  margin-right: 10%;
}
.lang-rtl .manufacturer-list .brand .brand-products .url-view .material-icons {
  transform: rotate(180deg);
}
.lang-rtl .fa-sign-out, .lang-rtl .fa-sign-in {
  transform: rotate(180deg);
  text-align: left;
}
.lang-rtl.page-addresses .address .address-footer a + a {
  margin-left: 0;
  margin-right: 10%;
}
.lang-rtl .my-mail-alerts .mail-alert-line .p-remove {
  margin-left: 0;
  margin-right: auto;
}
.lang-rtl .sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested {
  border-left-width: 0;
  border-right-width: 1px;
}
.lang-rtl .sitemap .category-sitemap .tree > li > ul.nested > li > ul.nested > li > a:before {
  left: auto;
  right: -15px;
}

@media print {
  ::first-letter {
    margin: 0;
    padding: 0;
  }
  body {
    width: 100%;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  #_desktop_breadcrumb {
    display: block !important;
  }
  .aone-colors-live-preview, #scrollTopButton {
    display: none !important;
  }
  #header .header-banner, #header .header-nav, #header .header-right, #header .header-main-menu,
  #header .header-mobile-top, #header .header-mobile-bottom {
    display: none !important;
  }
  #header .main-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .header-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #wrapper {
    padding: 0;
    background: #ffffff;
  }
  .breadcrumb-wrapper, .mobile-breadcrumb .breadcrumb-wrapper {
    background: #ffffff;
  }
  #product .main-product-details .product-cover .layer, #product .main-product-details .thumbs-list, #product .main-product-details .social-sharing {
    display: none !important;
  }
  #product .main-product-details .product-right {
    margin-top: 0;
  }
  #product .main-product-details .reassurance-hook {
    background: #ffffff;
  }
  #product .product-accessories, #product .crossselling-products {
    display: none !important;
  }
  #product .product-features dl.data-sheet dd.value,
  #product .product-features dl.data-sheet dt.name {
    background: #ffffff;
    margin-bottom: 0;
  }
  #product .product-features dl.data-sheet dd.value:nth-of-type(even),
  #product .product-features dl.data-sheet dt.name:nth-of-type(even) {
    background: #ffffff;
  }
  .zoomWrapper {
    height: auto !important;
    width: auto !important;
  }
  .zoomWrapper img {
    position: initial !important;
  }
  .zoomContainer {
    display: none !important;
  }
  #footer .footer-top, #footer .footer-main {
    display: none !important;
  }
  #footer .footer-bottom {
    padding: 0;
    background: #ffffff;
  }
  #footer .footer-bottom img {
    display: none !important;
  }
}
/********* STYLE GLOBAL *********/
#wrapper {
  background-color: white;
}

body {
  font-family: "Poppins";
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.container-1166 {
  width: 1166px;
}

.center-div {
  display: flex;
  justify-content: center;
}

#cms .main-content,
#module-opartdevis-simplequotation .main-content,
#module-opartdevis-createquotation .main-content,
#module-prestablog-blog .main-content {
  display: flex;
  justify-content: center;
}
#cms .main-content #content-wrapper,
#module-opartdevis-simplequotation .main-content #content-wrapper,
#module-opartdevis-createquotation .main-content #content-wrapper,
#module-prestablog-blog .main-content #content-wrapper {
  width: 1166px;
}

select.form-control:not([size]):not([multiple]) {
  height: 44px;
}

#contact .main-content {
  display: flex;
  justify-content: center;
}
#contact .main-content > div {
  width: 1166px;
}
#contact .main-content > div > .row #left-column {
  padding-right: 10px;
}
#contact .main-content > div > .row #content-wrapper {
  padding: 10px;
}
#contact .main-content > div > .row .form-group input {
  width: -webkit-fill-available;
}

.container-100 {
  width: 100%;
  max-width: 100%;
}

.p-80 {
  padding: 0 80px;
}

#blog_list_1-7 {
  margin-bottom: 0 !important;
}

/********* Breadcrumb *********/
.breadcrumb-wrapper {
  padding: 20px 0 40px 0;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-item .item-name {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
  opacity: 0.7;
}

/********* Page connexion / inscription *********/
#lpsproaccount {
  display: none;
}

#my-account .main-content {
  padding: 0 80px;
}
#my-account .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
}

/********* Recherche joli search *********/
/********* jolisearch *********/
.ui-menu.ui-jolisearch .jolisearch-body section[role=main] .product .jolisearch-product span {
  display: block;
  text-transform: lowercase;
}
.ui-menu.ui-jolisearch .jolisearch-body section[role=main] .product .jolisearch-product span:first-letter {
  text-transform: uppercase;
}

.ui-menu.ui-jolisearch .jolisearch-body section[role=main] .more-results a {
  font-size: 18px;
  background-color: #F5C71A;
  color: #fff;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 20px;
}
.ui-menu.ui-jolisearch .jolisearch-body section[role=main] .more-results a:hover {
  background-color: #E6EEF8 !important;
}

#module-ambjolisearch-jolisearch #prestablog_categorieslist,
#module-ambjolisearch-jolisearch #prestablog_list,
#module-ambjolisearch-jolisearch .cat-bottom-ref {
  display: none;
}

/********* Page panier *********/
#cart .checkout-header-right,
#checkout .checkout-header-right {
  display: none !important;
}
#cart .cart-grid,
#checkout .cart-grid {
  justify-content: space-between;
}
#cart .cart-grid .btn-primary,
#cart .cart-grid .btn-secondary,
#checkout .cart-grid .btn-primary,
#checkout .cart-grid .btn-secondary {
  background-color: var(--Safran-400, #F5C71A) !important;
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--Steel-Blue-950, #15243C);
}
#cart .cart-grid .step-part .edit,
#cart .cart-grid .checkout-step-order .step-part.current .part-icon,
#checkout .cart-grid .step-part .edit,
#checkout .cart-grid .checkout-step-order .step-part.current .part-icon {
  color: #F5C71A;
}
#cart .cart-grid .checkout-step-order .step-part .position,
#checkout .cart-grid .checkout-step-order .step-part .position {
  color: #15243C;
}
#cart .page-heading,
#checkout .page-heading {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.68px;
}
#cart .checkout-footer-content p span,
#checkout .checkout-footer-content p span {
  color: var(--Steel-Blue-100, #E6EEF8);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
}
#cart .checkout-footer-content p span a,
#checkout .checkout-footer-content p span a {
  color: var(--Steel-Blue-100, #E6EEF8);
  text-decoration: underline;
}

/********* Header *********/
#header {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #fff;
}
#header .header-nav {
  background: var(--Safran-300, #F9DB4B);
  display: block;
  width: 100%;
  padding: 8px 80px;
  gap: 40px;
}
#header .header-nav .container {
  max-width: 100% !important;
}
#header .header-nav .container .header-nav-wrapper .left-nav,
#header .header-nav .container .header-nav-wrapper .header-phone {
  margin: 0;
  width: 100%;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top p,
#header .header-nav .container .header-nav-wrapper .left-nav .header-top a,
#header .header-nav .container .header-nav-wrapper .left-nav .header-top li,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top p,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top a,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top li {
  color: var(--Steel-Blue-950, #15243C);
  text-align: right;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top .header-top-2 ul,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top .header-top-2 ul {
  gap: 32px;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top .header-top-2 ul .num-tel,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top .header-top-2 ul .num-tel {
  margin: -3px 0;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top .header-top-2 ul .num-tel a,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top .header-top-2 ul .num-tel a {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 6.5px 30px;
  border-radius: 10px 10px 0 0;
}
#header .header-nav .container .header-nav-wrapper .left-nav .header-top .header-top-2 ul .num-tel a::before,
#header .header-nav .container .header-nav-wrapper .header-phone .header-top .header-top-2 ul .num-tel a::before {
  content: "";
  /* obligatoire sinon rien ne s’affiche */
  display: inline-block;
  /* pour prendre de la place */
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../js/../img/e291f3.svg) no-repeat center/contain;
}
#header .header-nav .container .header-nav-wrapper .right-nav {
  display: none !important;
}
#header .header-wrapper {
  padding: 0 80px;
}
#header .header-wrapper .search-widget .form-control {
  border-radius: 50px;
  border: 1px solid rgba(33, 67, 107, 0.2);
}
#header .header-wrapper .search-widget .btn-primary {
  left: 0;
  right: inherit;
  border-radius: 0;
  background-color: transparent;
}
#header .header-wrapper .search-widget .btn-primary i {
  width: 17.42px;
  height: 17.419px;
  color: var(--Steel-Blue-800, #21436B);
}
#header .header-wrapper .search-widget input::placeholder {
  color: var(--Steel-Blue-800, #21436B);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
#header .header-right .customer-signin-module {
  position: inherit;
  margin-right: 36px;
  margin-left: 0;
}
#header .header-right .customer-signin-module .js-account-source ul {
  display: flex;
  gap: 36px;
}
#header .header-right .customer-signin-module .js-account-source ul span {
  color: var(--Steel-Blue-950, #15243C);
  text-align: right;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
  opacity: 0.5;
  width: 96px;
  white-space: normal;
}
#header .header-right .customer-signin-module .js-account-source ul .account-link {
  border: 0;
}
#header .header-right .customer-signin-module .js-account-source ul .account-link a {
  padding: 0;
}
#header .header-right .shopping-cart-module {
  margin-left: 0;
  padding-left: 11px;
  border-left: 1px solid rgba(33, 67, 107, 0.2);
}
#header .header-right .shopping-cart-module .cart-link {
  background-color: transparent;
  border: 0;
}
#header .header-right .shopping-cart-module .cart-link .cart-products-count {
  padding-top: 1px;
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Poppins";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  border-radius: 12px;
  background: var(--Safran-300, #F9DB4B);
  top: -5px;
  left: 22px;
}

/********* MENU HEADER *********/
#header #header-main-menu .header-main-menu-wrapper {
  min-height: auto;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu {
  padding: 0 80px;
  background: #fff;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top {
  margin: 0;
  justify-content: space-between;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item {
  display: flex;
  gap: 8px;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item:hover .amenu-link span {
  color: #9E600A;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .dropdown-img {
  width: 20px;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .amenu-link {
  padding: 15px 0;
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .amenu-link span {
  max-width: 106px;
  white-space: normal;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .amenu-link span::after {
  border-top: 1px solid;
  color: #9E600A;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 280px;
  margin-top: 0;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p {
  margin: 0;
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(42, 96, 159, 0.15);
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:first-child img {
  display: block;
  max-width: 70px;
  height: auto;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:not(:first-child):not(:empty) {
  padding: 10px 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:not(:first-child):not(:empty):hover {
  color: #9E600A;
  padding-left: 8px;
}
#header #header-main-menu .header-main-menu-wrapper #amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:empty {
  display: none;
}

/********* ONGLET PANIER *********/
.st-menu-right {
  z-index: 9999;
}
.st-menu-right .btn-primary {
  background-color: var(--Safran-400, #F5C71A) !important;
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--Steel-Blue-950, #15243C);
}
.st-menu-right .price-total {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

/********* FOOTER *********/
#footer {
  background: var(--Steel-Blue-950, #15243C);
  padding-top: 40px;
  padding-bottom: 20px;
}
#footer .footer-main {
  padding: 0;
}
#footer .main-main {
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#footer .main-main .footer-left {
  border-bottom: 1px solid #203A5A;
  padding: 0 80px 40px 80px;
}
#footer .main-main .footer-left .footer-about-us {
  margin: 0;
}
#footer .main-main .footer-left .footer-about-us .typo {
  display: flex;
  align-items: center;
}
#footer .main-main .footer-left .footer-about-us .typo .reassurance {
  display: flex;
  width: 75%;
  gap: 85px;
  flex-wrap: wrap;
}
#footer .main-main .footer-left .footer-about-us .typo .reassurance p {
  display: flex;
  gap: 26px;
  max-width: 249px;
  align-items: center;
  overflow-wrap: break-word;
  margin: 0;
  color: var(--Blanc, #FFF);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
#footer .main-main .footer-left .footer-about-us .typo .image {
  width: 25%;
}
#footer .main-main .footer-left .footer-about-us .typo .image p {
  margin: 0;
}
#footer .main-main .footer-left .footer-about-us .typo .image img {
  width: 170px;
}
#footer .main-main .footer-right {
  padding: 40px 0 0 80px;
  display: flex;
  justify-content: space-between;
}
#footer .main-main .footer-right .footer-menu {
  width: 70%;
}
#footer .main-main .footer-right .footer-menu h4, #footer .main-main .footer-right .footer-menu .h4,
#footer .main-main .footer-right .footer-menu .h4-copie {
  color: var(--Steel-Blue-100, #E6EEF8);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  opacity: 0.7;
  margin-bottom: 46px;
  text-transform: none;
}
#footer .main-main .footer-right .footer-menu .contact .entreprise {
  color: var(--Default-White, #FFF);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
#footer .main-main .footer-right .footer-menu .contact a {
  color: var(--Default-White, #FFF);
  font-family: "Montserrat";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
#footer .main-main .footer-right .footer-menu .contact a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../js/../img/26267f.svg) no-repeat center/contain;
}
#footer .main-main .footer-right .footer-menu .contact .ouverture {
  margin-top: 26px;
  color: var(--Default-White, #FFF);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
}
#footer .main-main .footer-right .footer-menu .liens ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#footer .main-main .footer-right .footer-menu .liens ul li {
  padding: 0;
}
#footer .main-main .footer-right .footer-menu .liens ul li a {
  color: var(--Default-White, #FFF);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#footer .main-main .footer-right .footer-menu .liens ul li a::before {
  content: "";
}
#footer .main-main .footer-right .footer-menu .catalogue {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .main-main .footer-right .footer-menu .catalogue div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 10px 30px 10px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  border-radius: 90px;
  border: 1px solid rgba(95, 152, 209, 0.5);
  width: 100%;
}
#footer .main-main .footer-right .footer-menu .catalogue p a {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  width: 118px;
  overflow-wrap: break-word;
}
#footer .main-main .footer-right .footer-menu .catalogue img {
  width: 25px;
}
#footer .main-main .footer-right .block-newsletter {
  width: 28%;
  border-radius: 0 0 0 10px;
  background: var(--Steel-Blue-400, rgba(95, 152, 209, 0.15));
  padding: 60px 80px 68px 68px;
}
#footer .main-main .footer-right .block-newsletter h4, #footer .main-main .footer-right .block-newsletter .h4 {
  color: var(--Steel-Blue-100, #E6EEF8);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  opacity: 0.7;
}
#footer .main-main .footer-right .block-newsletter p {
  color: var(--Steel-Blue-100, #E6EEF8);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  opacity: 0.7;
}
#footer .main-main .footer-right .block-newsletter .alert-success {
  color: black !important;
}
#footer .main-main .footer-right .block-newsletter .input-btn button {
  background-color: var(--Safran-400, #F5C71A) !important;
  color: var(--Steel-Blue-950, #15243C);
}
#footer .main-main .footer-right .block-newsletter .conditons {
  font-size: 12px;
}
#footer .footer-bottom {
  background: var(--Steel-Blue-950, #15243C);
}
#footer .footer-bottom span,
#footer .footer-bottom a {
  color: var(--Steel-Blue-100, #E6EEF8);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.12px;
}
#footer .footer-bottom span:hover,
#footer .footer-bottom a:hover {
  color: var(--Steel-Blue-100, #E6EEF8);
}
#footer .footer-bottom a {
  text-decoration: underline;
}

/********* Newsletter *********/
/********* PAGE PRODUIT *********/
.mfp-wrap {
  z-index: 12000 !important;
}

#product .page-heading {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.35px;
}

.product-details {
  display: flex;
  justify-content: center;
}
.product-details #mainProduct {
  width: 1166px;
}

.zoomContainer {
  display: none !important;
}

.product-left {
  width: 36.28%;
}
.product-left .product-left-content .product-cover {
  margin-bottom: 18px;
}
.product-left .product-left-content .product-cover .zoomWrapper {
  width: 100% !important;
}
.product-left .product-left-content .product-cover .zoomWrapper .js-main-zoom {
  width: 100%;
}
.product-left .product-left-content .product-cover .zoomWrapper .js-main-zoom img {
  width: 100%;
  height: 423px;
  object-fit: cover;
}
.product-left .product-left-content .thumbs-list {
  max-width: 100%;
}
.product-left .product-left-content .thumbs-list .product-images {
  gap: 20px;
}
.product-left .product-left-content .thumbs-list .product-images .thumb-container {
  padding: 0 !important;
}
.product-left .product-left-content .thumbs-list .product-images .thumb-container .thumb {
  padding: 0px;
  width: 100%;
}
.product-left .product-left-content .thumbs-list .product-images .thumb-container .thumb img {
  border-radius: 5px;
  width: 100%;
}
.product-left .product-left-content .thumbs-list .product-images .thumb-container .selected {
  border-color: unset !important;
  border: 0 !important;
}

.product-right {
  width: 63.72%;
  padding-left: 40px;
}
.product-right .product-right-content {
  height: -webkit-fill-available;
}
.product-right .product-right-content .row {
  height: inherit;
}
.product-right .product-right-content .row .col-12, .product-right .product-right-content .row .col-xs-12 {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.product-right .product-right-content .row .col-12 .short-description, .product-right .product-right-content .row .col-xs-12 .short-description {
  width: 43%;
  display: flex;
  align-items: center;
}
.product-right .product-right-content .row .col-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-12 .short-description .product-description-short .h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short .h3 {
  color: var(--Steel-Blue-950, #15243C) !important;
  /* Desktop/Big Text OK */
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 26px;
}
.product-right .product-right-content .row .col-12 .short-description .product-description-short div, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div {
  padding-left: 30px;
}
.product-right .product-right-content .row .col-12 .short-description .product-description-short div img, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div img {
  margin-right: 20px;
  margin-bottom: 15px;
}
.product-right .product-right-content .row .col-12 .short-description .product-description-short div span, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div span,
.product-right .product-right-content .row .col-12 .short-description .product-description-short div strong,
.product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div strong {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  line-height: 150%;
  /* 19.5px */
}
.product-right .product-right-content .row .col-12 .product-data, .product-right .product-right-content .row .col-xs-12 .product-data {
  width: 57%;
}
.product-right .product-right-content .row .col-12 .product-data, .product-right .product-right-content .row .col-xs-12 .product-data {
  border-radius: 10px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 24px;
}
.product-right .product-right-content .row .col-12 .product-data .product-information, .product-right .product-right-content .row .col-xs-12 .product-data .product-information {
  border: none;
  padding: 0;
  height: 100%;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions {
  height: 100%;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions .wk_product_opt_container, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions .wk_product_opt_container {
  background-color: rgba(238, 238, 238, 0.3215686275) !important;
  border-radius: 10px;
  padding-top: 10px;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions .wk_product_opt_container .wk_opt_val input[type=radio], .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions .wk_product_opt_container .wk_opt_val input[type=radio] {
  display: none;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions .wk_product_opt_container .wk_option_title, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions .wk_product_opt_container .wk_option_title {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions .wk_product_opt_container .option-title, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions .wk_product_opt_container .option-title {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions .btn-login, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions .btn-login {
  display: flex;
  padding: 18px 25px 18px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background-color: var(--Safran-400, #F5C71A) !important;
}
.product-right .product-right-content .row .col-12 .product-data .product-information .product-actions #add-to-cart-or-refresh, .product-right .product-right-content .row .col-xs-12 .product-data .product-information .product-actions #add-to-cart-or-refresh {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations {
  display: flex;
  align-items: flex-end;
  margin-bottom: 34px;
  justify-content: space-between;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations .custom-fields-price-unit, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations .custom-fields-price-unit {
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: var(--Safran-700, #9E600A);
  vertical-align: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations .current-price, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations .current-price {
  display: flex;
  margin: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations .current-price .product-price, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations .current-price .product-price,
.product-right .product-right-content .row .col-12 .product-data .product-informations .current-price .tax-label,
.product-right .product-right-content .row .col-xs-12 .product-data .product-informations .current-price .tax-label,
.product-right .product-right-content .row .col-12 .product-data .product-informations .current-price .current-price-value,
.product-right .product-right-content .row .col-xs-12 .product-data .product-informations .current-price .current-price-value {
  display: flex;
  align-items: flex-end;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  color: var(--Safran-700, #9E600A);
  line-height: 1;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations .current-price .tax-label, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations .current-price .tax-label {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: var(--Safran-700, #9E600A);
  vertical-align: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-informations .product-availability-top #product-availability span, .product-right .product-right-content .row .col-xs-12 .product-data .product-informations .product-availability-top #product-availability span {
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  padding: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity {
  flex-direction: column;
  gap: 24px;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty {
  width: 100%;
  max-width: 100%;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin .input-group, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin .input-group,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty .input-group,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty .input-group {
  border: none;
  gap: 5px;
  height: 40px;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty .input-group .input-group-btn,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty .input-group .input-group-btn {
  width: 33%;
  border-radius: 50px;
  border: 1px solid rgba(42, 96, 159, 0.5);
  padding: 8px;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn .btn-touchspin, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn .btn-touchspin,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty .input-group .input-group-btn .btn-touchspin,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty .input-group .input-group-btn .btn-touchspin {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn .btn-touchspin .material-icons, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin .input-group .input-group-btn .btn-touchspin .material-icons,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty .input-group .input-group-btn .btn-touchspin .material-icons,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty .input-group .input-group-btn .btn-touchspin .material-icons {
  color: var(--Steel-Blue-600, #2A609F);
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .product-quantity-touchspin .input-group input, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .product-quantity-touchspin .input-group input,
.product-right .product-right-content .row .col-12 .product-data .product-quantity .qty .input-group input,
.product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .qty .input-group input {
  width: 33%;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .add .add-to-cart, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .add .add-to-cart {
  display: flex;
  padding: 18px 25px 18px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background-color: var(--Safran-400, #F5C71A) !important;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .add .add-to-cart .material-icons, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .add .add-to-cart .material-icons {
  display: none;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .add .add-to-cart::before, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .add .add-to-cart::before {
  content: "";
  /* obligatoire sinon rien ne s’affiche */
  display: inline-block;
  /* pour prendre de la place */
  width: 25px;
  height: 25px;
  background: url(../js/../img/9e4e1a.svg) no-repeat center/contain;
}
.product-right .product-right-content .row .col-12 .product-data .product-quantity .add .add-to-cart span, .product-right .product-right-content .row .col-xs-12 .product-data .product-quantity .add .add-to-cart span {
  color: var(--Steel-Blue-950, #15243C);
  font-weight: 700;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper {
  /* État survol */
  /* État focus (accessibilité) : on cible l'input focusé et le .check-shape à côté */
  /* ÉTAT COCHÉ — CSS moderne : utilise :has() si dispo */
  /* label entouré et texte changent couleur et arrière-plan */
  /* check-shape s'inverse pour montrer l'icône */
  /* afficher l'icône check quand coché */
  /* le texte (valeur) : s'adapte automatiquement via color du label */
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .product-variants-item select, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .product-variants-item select {
  border-radius: 0;
  border: 1px solid rgba(42, 96, 159, 0.2);
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label {
  color: #15243C;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.1rem;
  border-radius: 30px;
  border: 1px solid rgba(42, 96, 159, 0.5);
  background: var(--Blanc, #FFF);
  color: rgba(42, 96, 159, 0.7);
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  user-select: none;
  margin: 0.25rem;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .check-wrap .input-radio, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .check-wrap .input-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .check-shape, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .check-shape {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 1px solid rgba(42, 96, 159, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: transparent;
  transition: all 0.12s ease-in-out;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .check-icon, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .check-icon {
  font-size: 16px;
  line-height: 1;
  display: none;
  /* affiché seulement si coché */
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio:hover, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(42, 96, 159, 0.06);
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .check-wrap .input-radio:focus + .check-shape, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .check-wrap .input-radio:focus + .check-shape {
  box-shadow: 0 0 0 4px rgba(42, 96, 159, 0.12);
  outline: none;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked), .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked),
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio.selected,
.product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio.selected {
  background: var(--Steel-Blue-600, #2A609F);
  color: #fff;
  border-color: var(--Steel-Blue-600, #2A609F);
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked) .check-shape, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked) .check-shape,
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio.selected .check-shape,
.product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio.selected .check-shape {
  background: #fff;
  border-color: #fff;
  color: var(--Steel-Blue-600, #2A609F);
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked) .check-icon, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio:has(.check-wrap .input-radio:checked) .check-icon,
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio.selected .check-icon,
.product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio.selected .check-icon {
  display: block;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper label.custom-radio > span, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper label.custom-radio > span {
  padding: 0;
  line-height: 1;
}
.product-right .product-right-content .row .col-12 .product-data .product-variants-wrapper .custom-radio .check-wrap, .product-right .product-right-content .row .col-xs-12 .product-data .product-variants-wrapper .custom-radio .check-wrap {
  display: none;
}

.main-product-bottom {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 0 80px 0;
  background: rgba(0, 0, 52, 0.02);
  display: flex;
  justify-content: center;
}
.main-product-bottom .product-tabs {
  width: 1166px;
}
.main-product-bottom .product-tabs .nav {
  margin-bottom: 50px;
  gap: 24px;
}
.main-product-bottom .product-tabs .nav .nav-item {
  border: 0;
  width: -webkit-fill-available;
  margin: 0;
}
.main-product-bottom .product-tabs .nav .nav-item .nav-link {
  border-radius: 10px;
  border: 1px solid rgba(42, 96, 159, 0.2);
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  text-align: left;
  padding: 15px 24px;
}
.main-product-bottom .product-tabs .nav .nav-item .nav-link span {
  color: var(--Steel-Blue-600, #2A609F);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.main-product-bottom .product-tabs .nav .nav-item .active {
  border-radius: 10px;
  background: var(--Steel-Blue-100, #E6EEF8);
  backdrop-filter: blur(12.5px);
  border: 0;
}
.main-product-bottom .product-tabs .nav .nav-item .active span {
  color: var(--Steel-Blue-950, #15243C);
}
.main-product-bottom .product-tabs .tab-content {
  padding: 0 148px 0 24px;
  border: 0;
  background: unset;
}
.main-product-bottom .product-tabs .tab-content #collapseDescription p,
.main-product-bottom .product-tabs .tab-content #collapseDescription span {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.main-product-bottom .product-tabs .tab-content #collapseDescription h1, .main-product-bottom .product-tabs .tab-content #collapseDescription .h1,
.main-product-bottom .product-tabs .tab-content #collapseDescription h2,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h2,
.main-product-bottom .product-tabs .tab-content #collapseDescription h3,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h3,
.main-product-bottom .product-tabs .tab-content #collapseDescription h4,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h4,
.main-product-bottom .product-tabs .tab-content #collapseDescription h5,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h5 {
  opacity: 1;
  margin-bottom: 40px;
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
.main-product-bottom .product-tabs .tab-content #collapseDescription h1 span, .main-product-bottom .product-tabs .tab-content #collapseDescription .h1 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription h2 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h2 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription h3 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h3 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription h4 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h4 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription h5 span,
.main-product-bottom .product-tabs .tab-content #collapseDescription .h5 span {
  opacity: 1;
  margin-bottom: 40px;
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.product-accessories {
  padding-top: 80px;
  background: url(../js/../img/0337c1.svg) no-repeat center/contain;
  background-position: right;
}
.product-accessories .title-block {
  margin-bottom: 60px !important;
  text-align: center;
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 26px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -0.52px;
  text-transform: uppercase !important;
}
.product-accessories .product-list .product-list-wrapper {
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.product-accessories .product-list .product-list-wrapper .product-miniature .product-container {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-name {
  background: none;
  padding: 24px 16px 20px 16px;
}
.product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-name a {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-align: left;
}
.product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-price-and-shipping {
  justify-content: flex-start !important;
  padding: 0px 16px 17px 16px;
}
.product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-price-and-shipping .price {
  text-align: left;
  color: var(--Steel-Blue-600, #2A609F);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.product-accessories .product-list .product-list-wrapper .see-product {
  padding: 0 16px 16px 16px;
}
.product-accessories .product-list .product-list-wrapper .see-product a {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--Steel-Blue-600, #2A609F);
  /* Desktop/Button OK */
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 50px;
  border: 1px solid rgba(42, 96, 159, 0.5);
}

/******** PAGE D'ACCUEIL ********/
.aone-homepage.home-blocks-top {
  padding: 80px 0 123px 0;
  background: url(../js/../img/0337c1.svg) no-repeat center;
  background-position: 100% 0;
  background-size: inherit;
}
.aone-homepage .title-block {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 64px;
}
.aone-homepage .product-list .product-list-wrapper {
  margin-right: -20px;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container {
  border-radius: 10px;
  box-shadow: -2px 11px 17px -7px rgba(0, 0, 0, 0.2);
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .product-name {
  background: none;
  padding: 24px 16px 20px 16px;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .product-name a {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-align: left;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block {
  padding: 0 16px;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left {
  margin: 0;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping {
  justify-content: flex-start !important;
  padding: 0px 16px 17px 0;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping .price {
  text-align: left;
  color: var(--Steel-Blue-600, #2A609F);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping .price .tax-label {
  margin: 0;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .first-block .product-cover-link::before {
  background: unset;
  transition: none;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature .first-block:hover .product-cover-link::before {
  background: unset;
  transition: none;
}
.aone-homepage .product-list .product-list-wrapper .product-miniature:hover .details-link {
  background-color: #2A609F;
  color: #fff;
}
.aone-homepage .product-list .product-list-wrapper .buttons-sections {
  width: 100%;
  margin: 0;
}
.aone-homepage .product-list .product-list-wrapper .buttons-sections a {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--Steel-Blue-600, #2A609F);
  /* Desktop/Button OK */
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 50px;
  border: 1px solid rgba(42, 96, 159, 0.5);
  background-color: #fff;
}

/******** BLOG *********/
#module-prestablog-blog .prestablog_more,
#module-prestablog-blog .date_blog-cat,
#module-prestablog-blog .prestablog_desc,
#module-prestablog-blog time.date,
#module-prestablog-blog .info_blog {
  display: none !important;
}
#module-prestablog-blog h1 span, #module-prestablog-blog .h1 span {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  text-align: left;
}
#module-prestablog-blog h3 a, #module-prestablog-blog .h3 a {
  color: var(--CoolGray-90, #21272A);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
#module-prestablog-blog .block_cont {
  border-radius: 10px;
}

#index .main-content {
  background-color: #EDF0F5;
  padding: 70px 80px;
}
#index .main-content .nos-gammes h2, #index .main-content .nos-gammes .h2 {
  margin-bottom: 50px;
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
}
#index .main-content #aoneFeaturedCategories_displayHome .title-block {
  display: none !important;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block {
  border-right: 1px solid rgba(21, 36, 60, 0.1);
  padding: 0 25px;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block .category-container {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block .category-container .category-image img {
  width: auto;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block .category-container .h5 {
  padding-top: 60px;
  background-color: transparent;
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block .category-container .h5:hover {
  color: var(--Steel-Blue-950, #15243C);
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  opacity: 1;
  width: fit-content;
  height: unset;
  display: flex;
  top: 20%;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../js/../img/ba4cb4.svg) no-repeat center/contain;
  margin: 20px;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow.slick-prev {
  left: 0;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow.slick-prev::before {
  rotate: 180deg;
}
#index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow.slick-next {
  right: -30px;
}
#index .home-blocks-bottom .hero {
  padding: 120px 80px;
  background: rgba(0, 0, 52, 0.02);
  box-sizing: border-box;
  position: relative;
}
#index .home-blocks-bottom .hero::before {
  content: "";
  position: absolute;
  width: 502px;
  height: 298px;
  left: 0;
  bottom: 0;
  background: url(../js/../img/bb7ea4.png) no-repeat center/contain;
}
#index .home-blocks-bottom .hero .hero__inner {
  margin: 0 auto;
  display: flex;
  gap: 120px;
  align-items: flex-start;
  justify-content: space-between;
}
#index .home-blocks-bottom .hero .hero__media {
  width: 54%;
  height: -webkit-fill-available;
  z-index: 1;
}
#index .home-blocks-bottom .hero .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: none;
  border-radius: 10px;
}
#index .home-blocks-bottom .hero .hero__card {
  width: 46%;
}
#index .home-blocks-bottom .hero .hero__card .hero__eyebrow {
  color: var(--Steel-Blue-700, #234E81);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
}
#index .home-blocks-bottom .hero .hero__card .hero__title {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.68px;
  margin-top: 22px;
}
#index .home-blocks-bottom .hero .hero__card .hero__lead {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  opacity: 0.7;
  margin: 22px 0;
}
#index .home-blocks-bottom .hero .hero__card .btn {
  margin-top: 22px;
  padding: 0;
}
#index .home-blocks-bottom .hero .hero__card .btn .hero__cta {
  border-radius: 50px;
  background: var(--Safran-400, #F5C71A);
  padding: 20px 30px;
  color: var(--Steel-Blue-950, #15243C);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#index .home-blocks-bottom .hero .hero__card .btn .hero__cta::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background: url(../js/../img/6b2b45.svg) no-repeat center/contain;
}
#index .home-blocks-bottom .hero .reassurances {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
#index .home-blocks-bottom .hero .reassurance {
  display: flex;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid rgba(21, 36, 60, 0.11);
  padding: 27px 0;
}
#index .home-blocks-bottom .hero .reassurance .img-reassuance {
  width: 27px;
  justify-content: center;
  display: flex;
}
#index .home-blocks-bottom .hero .reassurance .img-reassuance .reassurance__icon {
  display: block;
  margin-top: 2px;
  filter: none;
}
#index .home-blocks-bottom .hero .reassurance .reassurance__text {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
}
#index .home-blocks-bottom .hero .reassurance .reassurance__text strong {
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}
#index .home-blocks-bottom .hero .reassurance .reassurance__text p {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  margin: 0;
}
#index .home-blocks-bottom .realisations {
  background-color: #fff;
}
#index .home-blocks-bottom .realisations::before {
  display: none;
}
#index .home-blocks-bottom .realisations .hero__realisation {
  width: 60%;
}
#index .home-blocks-bottom .realisations .hero__realisation h2, #index .home-blocks-bottom .realisations .hero__realisation .h2,
#index .home-blocks-bottom .realisations .hero__realisation .block_bas,
#index .home-blocks-bottom .realisations .hero__realisation .prestablog_more {
  display: none;
}
#index .home-blocks-bottom .realisations .hero__realisation .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  opacity: 1;
  width: fit-content;
  height: unset;
  display: flex;
  top: 40%;
}
#index .home-blocks-bottom .realisations .hero__realisation .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../js/../img/ba4cb4.svg) no-repeat center/contain;
  margin: 20px;
}
#index .home-blocks-bottom .realisations .hero__realisation .slick-arrow.slick-prev {
  left: 0;
  display: none !important;
}
#index .home-blocks-bottom .realisations .hero__realisation .slick-arrow.slick-prev::before {
  rotate: 180deg;
}
#index .home-blocks-bottom .realisations .hero__realisation .slick-arrow.slick-next {
  right: -20px;
}
#index .home-blocks-bottom .realisations .hero__realisation .block_cont {
  border: none;
}
#index .home-blocks-bottom .realisations .hero__realisation .block_cont .block_top {
  height: 350px;
}
#index .home-blocks-bottom .realisations .hero__realisation .block_cont .block_top a {
  height: 100%;
}
#index .home-blocks-bottom .realisations .hero__realisation .block_cont .block_top a img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#index .home-blocks-bottom .realisations .hero__card {
  width: 40%;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#index .home-blocks-bottom .realisations .hero__card .hero__title {
  text-transform: uppercase;
  text-align: right;
  font-family: "Montserrat";
}
#index .home-blocks-bottom .realisations .hero__card .hero__lead {
  opacity: 1;
  text-align: right;
}
#index .home-blocks-bottom .a-la-une {
  padding: 80px 0;
}
#index .home-blocks-bottom .a-la-une .title {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  text-align: left;
}
#index .home-blocks-bottom .a-la-une .blog-grid .block_cont {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(21, 36, 60, 0.2);
}
#index .home-blocks-bottom .a-la-une .blog-grid .block_top {
  border-radius: 10px 10px 0 0;
}
#index .home-blocks-bottom .a-la-une .blog-grid .block_top img {
  border-radius: 10px 10px 0 0;
}
#index .home-blocks-bottom .a-la-une .blog-grid .block_bas a {
  color: var(--CoolGray-90, #21272A);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
#index .home-blocks-bottom .a-la-une .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  opacity: 1;
  width: fit-content;
  height: unset;
  display: flex;
  top: 40%;
}
#index .home-blocks-bottom .a-la-une .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../js/../img/ba4cb4.svg) no-repeat center/contain;
  margin: 20px;
}
#index .home-blocks-bottom .a-la-une .slick-arrow.slick-prev {
  left: 0;
}
#index .home-blocks-bottom .a-la-une .slick-arrow.slick-prev::before {
  rotate: 180deg;
}
#index .home-blocks-bottom .a-la-une .slick-arrow.slick-next {
  right: -20px;
}
#index .home-blocks-bottom .a-la-une p {
  margin: 0;
}
#index .home-blocks-bottom .a-la-une .btn {
  padding: 18px 25px 18px 30px;
  border-radius: 50px;
  background: var(--Safran-400, #F5C71A);
  display: flex;
  margin-top: 44px;
}
#index .home-blocks-bottom .a-la-une .btn span {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#index .home-blocks-bottom .a-la-une .btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background: url(../js/../img/6b2b45.svg) no-repeat center/contain;
}

/******** PAGE CATEGORIE ********/
#category .breadcrumb-wrapper {
  background: #F8F8F8;
}
#category #js-product-list-header {
  display: flex;
  justify-content: center;
  background-color: #F8F8F8;
  padding-bottom: 50px;
}
#category #js-product-list-header .container-1166 {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#category #js-product-list-header .container-1166 img {
  max-width: 421px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#category #js-product-list-header .container-1166 .category-description h1, #category #js-product-list-header .container-1166 .category-description .h1 {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.68px;
}
#category #js-product-list-header .container-1166 .category-description .descFull p {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
  letter-spacing: -0.48px;
  opacity: 0.7;
}
#category .page-categories {
  display: flex;
  flex-direction: column;
}
#category .page-categories #js-product-list-top {
  border-bottom: 1px solid rgba(33, 67, 107, 0.2);
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
}
#category .page-categories #js-product-list-top .products-sort-order .d-flex {
  justify-content: space-between;
}
#category .page-categories #js-product-list-top .products-sort-order .product-display {
  margin-left: 0;
}
#category .page-categories #js-product-list-top .products-sort-order .product-display .display-select {
  border: 0;
}
#category .page-categories #js-product-list-top .products-sort-order .sort-label {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  width: -webkit-fill-available;
}
#category .page-categories #js-product-list-top .total-products p {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
#category .page-categories .product-listing {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#category .page-categories .product-listing .display-leftcolumn {
  width: 26%;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card {
  border: 0;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-header {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  background-color: #fff;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-header .PM_ASBlockTitle {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block {
  padding: 0;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(33, 67, 107, 0.2);
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .PM_ASCriterionsGroupTitle {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(../js/../img/84cf05.svg) no-repeat center/contain;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .checkbox {
  margin-bottom: 10px;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .checkbox .PM_ASCriterionCheckbox {
  height: 25px;
  width: 25px;
  opacity: 0.7;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .checkbox .PM_ASLabelCheckbox {
  padding-left: 15px;
  margin: 0;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .checkbox .PM_ASLabelCheckbox .PM_ASLabelLink {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.14px;
  opacity: 0.7;
}
#category .page-categories .product-listing .display-leftcolumn #PM_ASBlock_1.card .card-block .PM_ASCriterions .checkbox .PM_ASLabelCheckbox .PM_ASLabelLink:hover {
  font-weight: 500;
  opacity: 0.7;
}
#category .page-categories .product-listing .display-leftcolumn .aone-column .column-block {
  padding: 0;
  border: 0;
}
#category .page-categories .product-listing .display-leftcolumn .aone-column .column-block p {
  margin-bottom: 0;
}
#category .page-categories .product-listing .display-leftcolumn .aone-column .column-block p a {
  width: 100%;
}
#category .page-categories .product-listing .display-leftcolumn .aone-column .column-block p a img {
  width: inherit;
}
#category .page-categories .product-listing #products {
  width: 74%;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper {
  margin-right: -20px;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container {
  border-radius: 10px;
  box-shadow: -2px 11px 17px -7px rgba(0, 0, 0, 0.2);
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .product-name {
  background: none;
  padding: 24px 16px 20px 16px;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .product-name a {
  color: var(--Steel-Blue-950, #15243C);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-align: left;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .third-block {
  padding: 0 16px;
  padding-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left {
  margin: 0;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping {
  justify-content: flex-start !important;
  padding: 0px 16px 17px 0;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping .price {
  text-align: left;
  color: var(--Steel-Blue-600, #2A609F);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container .third-block .third-block-left .product-price-and-shipping .price .tax-label {
  margin: 0;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .first-block .product-cover-link::before {
  background: unset;
  transition: none;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature .first-block:hover .product-cover-link::before {
  background: unset;
  transition: none;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature:hover .details-link {
  background-color: #2A609F;
  color: #fff;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .buttons-sections {
  width: 100%;
  margin: 0;
}
#category .page-categories .product-listing #products .product-list .product-list-wrapper .buttons-sections a {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--Steel-Blue-600, #2A609F);
  /* Desktop/Button OK */
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 50px;
  border: 1px solid rgba(42, 96, 159, 0.5);
  background-color: #fff;
}

/* -----------------------
   RESPONSIVE : TABLET / MOBILE
   Breakpoints:
   - Tablet: max-width: 1024px
   - Mobile: max-width: 767px
   ----------------------- */
/* TABLET */
@media (max-width: 1024px) {
  #mobile-amegamenu .anav-top .amenu-item {
    border-bottom: 1px solid rgba(21, 36, 60, 0.1);
    padding: 0;
  }
  #mobile-amegamenu .anav-top .amenu-item .amenu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: var(--Steel-Blue-950, #15243C);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    text-decoration: none;
  }
  #mobile-amegamenu .anav-top .amenu-item .amenu-link .mobile-toggle-plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(42, 96, 159, 0.08);
    margin-right: 0px;
  }
  #mobile-amegamenu .anav-top .amenu-item .amenu-link .mobile-toggle-plus i {
    font-size: 18px;
    color: black;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(42, 96, 159, 0.04);
    border-radius: 10px;
    padding: 16px;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p {
    margin: 0;
    color: var(--Steel-Blue-950, #15243C);
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.13px;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(42, 96, 159, 0.15);
    text-align: center;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:first-child img {
    display: block;
    max-width: 60px;
    height: auto;
    margin: 0 auto;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:not(:first-child):not(:empty) {
    padding: 12px 0;
    border-bottom: 1px solid rgba(42, 96, 159, 0.08);
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:not(:first-child):not(:empty):last-child {
    border-bottom: none;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:not(:first-child):not(:empty) a {
    color: var(--Steel-Blue-950, #15243C);
    text-decoration: none;
    display: block;
  }
  #mobile-amegamenu .anav-top .amenu-item .adropdown .dropdown-wrapper .dropdown-content .ahtml-content p:empty {
    display: none;
  }
  #mobile-amegamenu .anav-top .amenu-item.open .amenu-link .mobile-toggle-plus {
    background: var(--Steel-Blue-600, #2A609F);
  }
  #mobile-amegamenu .anav-top .amenu-item.open .amenu-link .mobile-toggle-plus i {
    color: #fff;
  }
  #mobile-amegamenu .anav-top .amenu-item.open .amenu-link .mobile-toggle-plus .add {
    display: none;
  }
  #mobile-amegamenu .anav-top .amenu-item.open .amenu-link .mobile-toggle-plus .remove {
    display: block;
  }
  #mobile-amegamenu .anav-top .amenu-item.open .adropdown {
    display: block;
  }
  #cms #wrapper,
  #module-opartdevis-simplequotation #wrapper,
  #module-opartdevis-createquotation #wrapper,
  #contact #wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
  }
  #cms #wrapper #content-wrapper,
  #module-opartdevis-simplequotation #wrapper #content-wrapper,
  #module-opartdevis-createquotation #wrapper #content-wrapper,
  #contact #wrapper #content-wrapper {
    width: 100%;
  }
  #module-prestablog-blog .main-content {
    display: flex;
    justify-content: center;
  }
  #module-prestablog-blog .main-content > div {
    width: 100%;
    padding: 0 30px;
  }
  .p-80 {
    padding: 0 30px;
  }
  /*** Page d'accueil ***/
  .aone-homepage.home-blocks-top {
    padding: 60px 0 90px 0;
    background-position: right 0;
    background-size: contain;
  }
  .aone-homepage .title-block {
    font-size: 22px;
    margin-bottom: 48px;
  }
  .aone-homepage .product-list .product-list-wrapper {
    margin-right: -12px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container {
    border-radius: 8px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .product-name {
    padding: 20px 14px 16px 14px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .product-name a {
    font-size: 13px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block {
    padding: 0 14px 8px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .product-price-and-shipping {
    padding: 0 12px 14px 0;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .product-container .third-block .product-price-and-shipping .price {
    font-size: 13px;
  }
  .aone-homepage .product-list .product-list-wrapper .product-miniature .first-block .product-cover-link::before {
    background: none;
  }
  .aone-homepage .product-list .product-list-wrapper .buttons-sections a {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 40px;
  }
  #index .aone-slideshow .nivo-main-image {
    order: 1;
    max-height: 190px !important;
    height: 190px !important;
  }
  #index .aone-slideshow .nivo-caption {
    width: 100%;
    padding: 25px 30px;
    height: auto;
    position: relative;
    order: 2;
  }
  #index .aone-slideshow .nivo-caption h2, #index .aone-slideshow .nivo-caption .h2 {
    font-size: 25px;
    width: 80%;
    margin-bottom: 23px;
  }
  #index .aone-slideshow .nivo-caption .text {
    font-size: 15px;
    width: 70%;
  }
  #index .aone-slideshow .nivo-caption .caption-wrapper {
    height: auto;
  }
  #index .aone-slideshow .nivo-caption .caption-wrapper .caption-content {
    padding: 0;
  }
  #index .aone-slideshow .nivo-caption .caption-wrapper .caption-content .img-slider {
    position: absolute;
    right: 0;
  }
  #index .aone-slideshow .nivo-caption .caption-wrapper .caption-content .img-slider img {
    width: 100%;
    max-width: 69px;
  }
  #index .aone-slideshow .nivo-caption .caption-wrapper .caption-content .btn-slider .btn {
    font-size: 14px;
  }
  #index .aone-slideshow .nivoSlider {
    min-height: auto;
  }
  #index .aone-slideshow .nivoSlider .nivo-directionNav .nivo-nextNav,
  #index .aone-slideshow .nivoSlider .nivo-directionNav .nivo-prevNav {
    top: 125px;
    margin-top: 0;
    bottom: unset;
  }
  #index .main-content {
    padding: 50px 40px;
  }
  #index .main-content .nos-gammes h2, #index .main-content .nos-gammes .h2 {
    font-size: 22px;
    margin-bottom: 36px;
  }
  #index .main-content #aoneFeaturedCategories_displayHome .category-list .category-block {
    padding: 0 30px;
    border-right: 1px solid rgba(21, 36, 60, 0.06);
  }
  #index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow {
    top: 18%;
  }
  #index .main-content #aoneFeaturedCategories_displayHome .category-list .slick-arrow.slick-next {
    right: -10px;
  }
  #index .home-blocks-bottom .hero {
    padding: 80px 40px;
  }
  #index .home-blocks-bottom .hero::before {
    display: none;
    width: 360px;
    height: 220px;
    left: 0;
    bottom: 0;
    background-size: contain;
  }
  #index .home-blocks-bottom .hero .hero__inner {
    gap: 60px;
    flex-direction: column;
  }
  #index .home-blocks-bottom .hero .hero__media {
    width: 100%;
  }
  #index .home-blocks-bottom .hero .hero__card {
    width: 100%;
  }
  #index .home-blocks-bottom .hero .hero__card .hero__title {
    font-size: 25px;
    margin-top: 18px;
  }
  #index .home-blocks-bottom .hero .hero__eyebrow {
    font-size: 18px;
  }
  #index .home-blocks-bottom .hero .hero__lead {
    font-size: 15px;
    margin: 18px 0;
  }
  #index .home-blocks-bottom .hero .btn .hero__cta {
    padding: 16px 24px;
    font-size: 13px;
  }
  #index .home-blocks-bottom .realisations .hero__realisation {
    width: 100%;
  }
  #index .home-blocks-bottom .realisations .hero__card {
    width: 100%;
    padding-left: 0;
    align-items: flex-start;
  }
  #index .home-blocks-bottom .realisations .hero__card .hero__title,
  #index .home-blocks-bottom .realisations .hero__card .hero__lead {
    text-align: left;
  }
  #index .home-blocks-bottom .a-la-une {
    padding: 60px 0;
  }
  #index .home-blocks-bottom .a-la-une .title {
    font-size: 22px;
  }
  #index .home-blocks-bottom .a-la-une .btn {
    padding: 14px 22px;
    margin-top: 30px;
  }
  /*** Footer ***/
  #footer {
    padding-top: 32px;
    padding-bottom: 20px;
    /* .main-main */
  }
  #footer .main-main {
    /* garde la structure en colonne (déjà présent en desktop) */
    flex-direction: column;
    /* .footer-left */
    /* .footer-right */
  }
  #footer .main-main .footer-left {
    padding: 0 40px 32px 40px;
    border-bottom: 1px solid #203A5A;
  }
  #footer .main-main .footer-left .footer-about-us .typo {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #footer .main-main .footer-left .footer-about-us .typo .reassurance {
    width: 100%;
    gap: 28px;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .main-main .footer-left .footer-about-us .typo .reassurance p {
    max-width: none;
    font-size: 15px;
    gap: 18px;
    align-items: center;
  }
  #footer .main-main .footer-left .footer-about-us .typo .image {
    width: auto;
  }
  #footer .main-main .footer-left .footer-about-us .typo .image img {
    width: 220px;
    max-width: 100%;
    height: auto;
  }
  #footer .main-main .footer-right {
    padding: 24px 40px 0 40px;
    display: block;
    /* .footer-menu */
    /* .block-newsletter */
  }
  #footer .main-main .footer-right .footer-menu {
    width: 100%;
    /* .contact */
    /* .liens */
  }
  #footer .main-main .footer-right .footer-menu h4, #footer .main-main .footer-right .footer-menu .h4,
  #footer .main-main .footer-right .footer-menu .h4-copie {
    margin-bottom: 26px;
    font-size: 18px;
    color: var(--Steel-Blue-100, #E6EEF8);
    /* Mobile/Heading 03 */
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%;
    /* 18.4px */
  }
  #footer .main-main .footer-right .footer-menu .contact .entreprise {
    display: block;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.4;
    max-width: 200px;
  }
  #footer .main-main .footer-right .footer-menu .contact a {
    font-size: 22px;
    max-width: 224px;
  }
  #footer .main-main .footer-right .footer-menu .contact a::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
  }
  #footer .main-main .footer-right .footer-menu .contact .ouverture {
    max-width: 224px;
    margin-top: 18px;
    font-size: 12px;
  }
  #footer .main-main .footer-right .footer-menu .liens ul {
    gap: 18px;
  }
  #footer .main-main .footer-right .footer-menu .liens ul li a {
    font-size: 13px;
  }
  #footer .main-main .footer-right .footer-menu .liens:nth-child(2) {
    border-top: 1px solid #203A5A;
    border-bottom: 1px solid #203A5A;
  }
  #footer .main-main .footer-right .footer-menu .catalogue {
    margin-top: 16px;
    justify-content: flex-start;
  }
  #footer .main-main .footer-right .footer-menu .catalogue div {
    padding: 20px 0;
    border-radius: 60px;
    flex-direction: row;
  }
  #footer .main-main .footer-right .footer-menu .catalogue div p {
    margin: 0;
  }
  #footer .main-main .footer-right .footer-menu .catalogue p {
    font-size: 14px;
    width: auto;
  }
  #footer .main-main .footer-right .footer-menu .catalogue img {
    width: 22px;
  }
  #footer .main-main .footer-right .block-newsletter {
    width: 100%;
    border-radius: 0;
    background: var(--Steel-Blue-400, rgba(95, 152, 209, 0.15));
    padding: 28px;
    margin-top: 20px;
  }
  #footer .main-main .footer-right .block-newsletter h4, #footer .main-main .footer-right .block-newsletter .h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #footer .main-main .footer-right .block-newsletter p {
    font-size: 14px;
  }
  #footer .main-main .footer-right .block-newsletter .newsletter-form .input-wrapper input.form-control {
    font-size: 14px;
    padding: 10px 12px;
  }
  #footer .main-main .footer-right .block-newsletter .newsletter-form .input-wrapper .input-btn button {
    padding: 8px 12px;
  }
  #footer .footer-bottom .typo p,
  #footer .footer-bottom .typo span,
  #footer .footer-bottom .typo a {
    font-size: 12px;
  }
  /* #footer */
  .container-1166 {
    width: 100%;
    padding: 0 20px;
  }
  #product .page-heading {
    font-size: 28px;
    /* réduit */
    line-height: 1.2;
  }
  .product-details {
    flex-direction: column;
    align-items: stretch;
  }
  .product-details #mainProduct {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product-left {
    width: 100%;
  }
  .product-left .product-left-content .product-cover {
    margin-bottom: 16px;
  }
  .product-left .product-left-content .product-cover .zoomWrapper {
    width: 100% !important;
  }
  .product-left .product-left-content .product-cover .zoomWrapper .js-main-zoom {
    width: 100%;
  }
  .product-left .product-left-content .product-cover .zoomWrapper .js-main-zoom img {
    width: 100%;
    height: auto;
    /* laisser l'image s'adapter */
    max-height: 600px;
    object-fit: cover;
  }
  .product-left .product-left-content .thumbs-list {
    max-width: 100%;
  }
  .product-left .product-left-content .thumbs-list .product-images {
    gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container {
    min-width: 90px;
    padding: 0 !important;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container .thumb {
    padding: 0;
    width: 90px;
    flex: 0 0 auto;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container .thumb img {
    border-radius: 5px;
    width: 100%;
    height: 70px;
    object-fit: cover;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container .selected {
    border-color: unset !important;
    border: 0 !important;
  }
  .product-right {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
  }
  .product-right .product-right-content .row .col-12, .product-right .product-right-content .row .col-xs-12 {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .product-right .product-right-content .row .col-12 .short-description, .product-right .product-right-content .row .col-xs-12 .short-description {
    width: 100%;
    align-items: flex-start;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-12 .short-description .product-description-short .h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short .h3 {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div {
    padding-left: 0;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div img, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div img {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div span, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div span,
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div strong,
  .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div strong {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-right .product-right-content .row .col-12 .product-data, .product-right .product-right-content .row .col-xs-12 .product-data {
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
  }
  .product-right .product-right-content .product-informations {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .product-right .product-right-content .product-informations .current-price .product-price,
  .product-right .product-right-content .product-informations .current-price .tax-label {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .product-right .product-right-content .product-informations .current-price .tax-label {
    font-size: 20px;
  }
  .product-right .product-right-content .product-quantity {
    flex-direction: column;
    gap: 16px;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin,
  .product-right .product-right-content .product-quantity .qty {
    width: 100%;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin .input-group,
  .product-right .product-right-content .product-quantity .qty .input-group {
    border: none;
    gap: 8px;
    height: 40px;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin .input-group .input-group-btn,
  .product-right .product-right-content .product-quantity .qty .input-group .input-group-btn {
    width: 34%;
    padding: 6px;
    border-radius: 50px;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin .input-group input,
  .product-right .product-right-content .product-quantity .qty .input-group input {
    width: 32%;
  }
  .product-right .product-right-content .product-quantity .add .add-to-cart {
    width: 100%;
    padding: 16px;
    justify-content: center;
    border-radius: 50px;
    font-weight: 700;
  }
  /* Tabs / Description area */
  .main-product-bottom .product-tabs {
    width: 100%;
    padding: 0 20px;
  }
  .main-product-bottom .product-tabs .nav {
    margin-bottom: 28px;
    gap: 12px;
  }
  .main-product-bottom .product-tabs .nav .nav-item .nav-link {
    padding: 12px 16px;
  }
  .main-product-bottom .product-tabs .nav .nav-item .nav-link span {
    font-size: 15px;
  }
  .main-product-bottom .product-tabs .tab-content {
    padding: 0 12px 0 12px;
  }
  .main-product-bottom .product-tabs .tab-content #collapseDescription p,
  .main-product-bottom .product-tabs .tab-content #collapseDescription span {
    font-size: 15px;
  }
  .main-product-bottom .product-tabs .tab-content #collapseDescription h1, .main-product-bottom .product-tabs .tab-content #collapseDescription .h1,
  .main-product-bottom .product-tabs .tab-content #collapseDescription h2,
  .main-product-bottom .product-tabs .tab-content #collapseDescription .h2,
  .main-product-bottom .product-tabs .tab-content #collapseDescription h3,
  .main-product-bottom .product-tabs .tab-content #collapseDescription .h3,
  .main-product-bottom .product-tabs .tab-content #collapseDescription h4,
  .main-product-bottom .product-tabs .tab-content #collapseDescription .h4,
  .main-product-bottom .product-tabs .tab-content #collapseDescription h5,
  .main-product-bottom .product-tabs .tab-content #collapseDescription .h5 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  /* Accessories */
  .product-accessories {
    padding-top: 48px;
    background-position: right;
  }
  .product-accessories .title-block {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  .product-accessories .product-list .product-list-wrapper {
    gap: 16px;
  }
  .product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-name {
    padding: 16px;
  }
  .product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-name a {
    font-size: 13px;
  }
  .product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-price-and-shipping {
    padding: 8px 12px 12px 12px;
  }
  .product-accessories .product-list .product-list-wrapper .product-miniature .product-container .product-price-and-shipping .price {
    font-size: 13px;
  }
  .product-accessories .product-list .product-list-wrapper .see-product a {
    padding: 8px 10px;
    font-size: 13px;
  }
  /* Utilities pour l'offcanvas */
  .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .left-nav {
    /* offcanvas container (desktop layout left-nav stays as is) */
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 320px;
    max-width: 85%;
    background: #fff;
    z-index: 1000;
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%);
    transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    padding: 20px;
  }
  /* When menu open (add class on body or root wrapper) */
  body.left-nav-open .left-nav {
    transform: translateX(0);
  }
  body.left-nav-open .mobile-nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  /* Basic overlay hidden by default, will be appended in HTML or created by JS */
  .mobile-nav-overlay {
    display: block;
  }
  /* Header paddings glued to container */
  #header {
    /* Top helper row: reduce spacing, wrap content */
    /* Logo */
    /* header-right spacing */
    /* Searchbar compact */
    /* Main menu area (if present) */
  }
  #header .mobile-header-version .mobile-menu-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    background-color: var(--Safran-400, #F5C71A) !important;
    border: 1px solid rgba(33, 67, 107, 0.08);
    transition: background 0.18s;
  }
  #header .mobile-header-version .mobile-menu-icon i.material-icons {
    font-size: 22px;
  }
  #header .header-nav {
    padding: 8px 15px;
  }
  #header .header-nav .header-nav-wrapper {
    min-height: auto !important;
  }
  #header .header-nav .header-nav-wrapper .right-nav {
    justify-content: space-between;
    align-items: center;
  }
  #header .header-nav .header-nav-wrapper .right-nav p {
    color: var(--Steel-Blue-950, #15243C);
    font-family: "Montserrat";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.11px;
    margin: 0;
  }
  #header .header-nav .header-nav-wrapper .right-nav a {
    margin: 0;
    padding: 6.5px 20px;
    border-radius: 10px 10px 0 0;
    color: var(--Steel-Blue-950, #15243C);
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    background-color: #fff;
  }
  #header .header-nav .header-nav-wrapper .right-nav a::before {
    content: "";
    /* obligatoire sinon rien ne s’affiche */
    display: inline-block;
    /* pour prendre de la place */
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(../js/../img/e291f3.svg) no-repeat center/contain;
  }
  #header .header-wrapper {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
  }
  #header .header-top {
    flex-wrap: wrap;
  }
  #header .header-top .header-top-1 {
    width: 100%;
  }
  #header .header-top .header-top-1 p {
    font-size: 13px;
    line-height: 1.2;
  }
  #header .header-top .header-top-2 {
    width: 100%;
  }
  #header .header-top .header-top-2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 6px 0 0 0;
    padding: 0;
    /* On tablette on masque les items longs (ils seront dans le menu offcanvas) */
  }
  #header .header-top .header-top-2 ul li {
    font-size: 13px;
    white-space: nowrap;
  }
  #header .header-top .header-top-2 ul li:not(.num-tel) {
    display: none;
  }
  #header .header-top .header-top-2 ul .num-tel {
    margin: 0;
  }
  #header .header-top .header-top-2 ul .num-tel a {
    font-size: 15px;
    padding: 6px 18px;
    border-radius: 8px;
    background: #fff;
  }
  #header .header-logo {
    width: 20% !important;
  }
  #header .header-logo img.svg-logo {
    width: 120px !important;
    height: auto;
  }
  #header .mobile-sticky-wrapper {
    width: 80%;
  }
  #header .mobile-sticky-wrapper .header-right .customer-signin-module {
    margin: 0 11px;
  }
  #header .mobile-sticky-wrapper .header-right .customer-signin-module .js-account-source ul {
    gap: 12px;
    /* conserve juste l'icône */
  }
  #header .mobile-sticky-wrapper .header-right .customer-signin-module .js-account-source ul span {
    display: none;
  }
  #header .mobile-sticky-wrapper .header-right .shopping-cart-module {
    padding: 0 11px;
    border-left: 1px solid rgba(33, 67, 107, 0.12);
  }
  #header .mobile-sticky-wrapper .header-right .shopping-cart-module .cart-design img {
    width: 20px;
    height: auto;
  }
  #header .mobile-sticky-wrapper .header-right .shopping-cart-module .cart-products-count {
    top: -6px;
    left: 18px;
    padding: 2px 6px;
    font-size: 10px;
  }
  #header .searchbar-wrapper {
    max-width: 350px;
    width: 40%;
  }
  #header .searchbar-wrapper .search-widget {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
  }
  #header .searchbar-wrapper .search-widget form {
    display: flex;
    align-items: center;
    position: relative;
  }
  #header .searchbar-wrapper .search-widget input.form-control {
    width: 100%;
    padding: 6px 40px 6px 12px;
    font-size: 14px;
  }
  #header .searchbar-wrapper .search-widget .btn-primary {
    position: relative;
    width: 28px;
    border-radius: 6px;
    background: transparent;
    padding-right: 39px;
    border-right: 1px solid rgba(33, 67, 107, 0.12);
    border-radius: 0;
  }
  #header .searchbar-wrapper .search-widget .btn-primary i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    font-weight: 300;
  }
  #header #amegamenu {
    padding: 0 12px;
    /* dropdown preview becomes stacked */
  }
  #header #amegamenu .anav-top {
    gap: 12px;
  }
  #header #amegamenu .anav-top .amenu-item .amenu-link {
    padding: 10px 6px;
  }
  #header #amegamenu .anav-top .amenu-item .amenu-link span {
    font-size: 13px;
    max-width: 90px;
  }
  #header #amegamenu .adropdown .category-subs {
    padding: 16px;
  }
  #header #amegamenu .adropdown .category-subs li {
    width: calc(50% - 8px);
  }
  #header #amegamenu .adropdown .category-subs li img {
    height: 160px;
  }
  /* end #header */
  /****** Catégorie ******/
  #category {
    /* header/banner: empiler image + description */
    /* Top bar (tri / total) : réduire paddings */
    /* Bouton de filtre fixe (tablette) */
  }
  #category #js-product-list-header {
    padding-bottom: 30px;
  }
  #category #js-product-list-header .container-1166 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  #category #js-product-list-header .container-1166 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }
  #category #js-product-list-header .container-1166 .category-description {
    padding: 0 6px;
  }
  #category #js-product-list-header .container-1166 .category-description h1, #category #js-product-list-header .container-1166 .category-description .h1 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.6px;
  }
  #category #js-product-list-header .container-1166 .category-description .descFull p {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
  #category .page-categories {
    /* LAYOUT : sidebar -> hidden, boutons filtres visibles */
    /* Produits : occuper toute la largeur, 2 colonnes */
  }
  #category .page-categories #js-product-list-top {
    padding: 14px 0;
    margin-bottom: 16px;
  }
  #category .page-categories #js-product-list-top .products-sort-order .d-flex {
    flex-direction: column;
    gap: 10px;
  }
  #category .page-categories #js-product-list-top .sort-label,
  #category .page-categories #js-product-list-top .total-products p {
    font-size: 15px;
  }
  #category .page-categories .product-listing {
    gap: 18px;
    flex-direction: column;
    /* bouton filter visible sur tablette */
  }
  #category .page-categories .product-listing .display-leftcolumn {
    width: 100%;
    order: 0;
    /* on masque le bloc filtres fixe et on l'utilise via offcanvas */
    display: none;
  }
  #category .page-categories .product-listing::before {
    content: "";
  }
  #category .page-categories .product-listing #products {
    margin: 0;
    width: 100%;
  }
  #category .page-categories .product-listing #products .product-list .product-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
  #category .page-categories .product-listing #products .product-list .product-list-wrapper .product-miniature {
    width: calc(50% - 8px);
    /* deux colonnes */
    box-sizing: border-box;
  }
  #category .filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(33, 67, 107, 0.12);
    background: #fff;
    color: var(--Steel-Blue-950, #15243C);
    font-weight: 600;
    cursor: pointer;
    margin: 0 0 12px 0;
  }
}
/* MOBILE */
@media (max-width: 767px) {
  #index .home-blocks-bottom .hero {
    padding: 80px 30px;
  }
  /*** Page d'accueil **/
  #footer {
    padding-top: 24px;
    padding-bottom: 16px;
    /* .main-main */
    /* .footer-bottom */
  }
  #footer .main-main {
    /* .footer-right */
  }
  #footer .main-main .footer-left {
    padding: 0 20px 24px 20px;
  }
  #footer .main-main .footer-left .footer-about-us .typo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #footer .main-main .footer-left .footer-about-us .typo .image {
    width: 100%;
  }
  #footer .main-main .footer-left .footer-about-us .typo .image img {
    width: 100%;
    max-width: 95px;
    height: auto;
  }
  #footer .main-main .footer-left .footer-about-us .typo .image p {
    text-align: left;
    margin: 0 0 12px 0;
  }
  #footer .main-main .footer-left .footer-about-us .typo .reassurance {
    width: 100%;
    gap: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  #footer .main-main .footer-left .footer-about-us .typo .reassurance p {
    max-width: 157px;
    justify-content: center;
    font-size: 12px;
    gap: 10px;
    max-width: 100%;
    line-height: 1.2;
    text-align: left;
  }
  #footer .main-main .footer-left .footer-about-us .typo .reassurance p img {
    width: 28px;
    height: 28px;
  }
  #footer .main-main .footer-right {
    padding: 16px 30px 0 30px;
    /* .footer-menu */
    /* .block-newsletter */
  }
  #footer .main-main .footer-right .footer-menu {
    display: block;
    width: 100%;
    /* rendre les titres toggle-linklist visibles/tactiles */
    /* par défaut, les listes sont cachées (JS gère l'ouverture) */
  }
  #footer .main-main .footer-right .footer-menu h4, #footer .main-main .footer-right .footer-menu .h4,
  #footer .main-main .footer-right .footer-menu .h4-copie {
    font-size: 16px;
    margin-bottom: 0;
  }
  #footer .main-main .footer-right .footer-menu .toggle-linklist-title,
  #footer .main-main .footer-right .footer-menu .h4-copie,
  #footer .main-main .footer-right .footer-menu .h4.toggle-linklist-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 24px 0 24px 0;
    font-size: 16px;
    font-weight: 300;
  }
  #footer .main-main .footer-right .footer-menu .toggle-linklist-title::after {
    top: 28px;
  }
  #footer .main-main .footer-right .footer-menu .liens ul {
    display: none;
    margin: 10px 0 0 0;
    padding-left: 0;
  }
  #footer .main-main .footer-right .footer-menu .liens ul li {
    padding: 6px 0;
  }
  #footer .main-main .footer-right .footer-menu .liens ul li a {
    font-size: 14px;
  }
  #footer .main-main .footer-right .footer-menu .contact {
    margin-bottom: 12px;
  }
  #footer .main-main .footer-right .footer-menu .contact .entreprise {
    font-size: 14px;
  }
  #footer .main-main .footer-right .footer-menu .contact a {
    font-size: 25px;
    line-height: 1;
  }
  #footer .main-main .footer-right .footer-menu .contact .ouverture {
    font-size: 11px;
  }
  #footer .main-main .footer-right .footer-menu .catalogue {
    margin-top: 12px;
  }
  #footer .main-main .footer-right .footer-menu .catalogue .col-2 > div, #footer .main-main .footer-right .footer-menu .catalogue .col-xs-2 > div {
    padding: 14px;
    border-radius: 60px;
  }
  #footer .main-main .footer-right .footer-menu .catalogue p {
    font-size: 13px;
    white-space: normal;
  }
  #footer .main-main .footer-right .block-newsletter {
    padding: 20px;
    margin-top: 16px;
  }
  #footer .main-main .footer-right .block-newsletter p {
    font-size: 13px;
  }
  #footer .main-main .footer-right .block-newsletter .newsletter-form .input-wrapper input.form-control {
    font-size: 14px;
    padding: 10px;
  }
  #footer .main-main .footer-right .block-newsletter .newsletter-form .input-wrapper .input-btn button {
    font-size: 14px;
    padding: 8px 10px;
  }
  #footer .footer-bottom .container-100 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #footer .footer-bottom .copyright-payment .typo .row .col-12 p, #footer .footer-bottom .copyright-payment .typo .row .col-xs-12 p {
    text-align: center;
    font-size: 12px;
    margin: 12px 0;
    line-height: 1.3;
    white-space: normal;
  }
  /* #footer */
  #product .page-heading {
    font-size: 24px;
  }
  .product-details #mainProduct {
    padding: 0 16px;
  }
  .product-left .product-left-content .product-cover .js-main-zoom img {
    max-height: 420px;
    height: auto;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container {
    min-width: 72px;
  }
  .product-left .product-left-content .thumbs-list .product-images .thumb-container .thumb img {
    height: 60px;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short h3, .product-right .product-right-content .row .col-12 .short-description .product-description-short .h3, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short .h3 {
    font-size: 14px;
  }
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div span, .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div span,
  .product-right .product-right-content .row .col-12 .short-description .product-description-short div strong,
  .product-right .product-right-content .row .col-xs-12 .short-description .product-description-short div strong {
    font-size: 12px;
  }
  .product-right .product-right-content .row .col-12 .product-data, .product-right .product-right-content .row .col-xs-12 .product-data {
    padding: 18px;
  }
  .product-right .product-right-content .product-informations {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .product-right .product-right-content .product-informations .current-price .product-price {
    font-size: 24px;
  }
  .product-right .product-right-content .product-informations .current-price .tax-label {
    font-size: 18px;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin .input-group .input-group-btn,
  .product-right .product-right-content .product-quantity .qty .input-group .input-group-btn {
    width: 30%;
    padding: 6px;
  }
  .product-right .product-right-content .product-quantity .product-quantity-touchspin .input-group input,
  .product-right .product-right-content .product-quantity .qty .input-group input {
    width: 40%;
  }
  .product-right .product-right-content .product-quantity .add .add-to-cart {
    padding: 14px;
    border-radius: 12px;
    width: 100%;
    justify-content: center;
  }
  .product-right .product-right-content .product-swatches-item label {
    font-size: 13px;
  }
  .product-right .product-right-content .product-swatches-item .js-swatch-item span {
    padding: 6px 10px;
    border-radius: 999px;
  }
  .main-product-bottom .product-tabs .nav {
    gap: 12px;
  }
  .main-product-bottom .product-tabs .nav .nav-item .nav-link {
    padding: 10px 12px;
  }
  .main-product-bottom .product-tabs .nav .nav-item .nav-link span {
    font-size: 14px;
  }
  .main-product-bottom .product-tabs .tab-content {
    padding: 0 12px;
  }
  .product-accessories .title-block {
    font-size: 20px !important;
  }
  .product-accessories .product-list .product-list-wrapper .product-miniature {
    width: calc(50% - 12px);
  }
  /* Hide the large top banner and simplify top row */
  .mobile-header-version .header-banner {
    display: none !important;
  }
  #header {
    box-shadow: none;
  }
  #header .mobile-header-version {
    /* Header nav: compact, full-width */
    /* Header top: keep only brand short and phone if necessary */
    /* Logo smaller and centered-left */
    /* Right side (icons) layout */
    /* Mobile menu icon (hamburger) */
    /* Offcanvas menu (left-nav) - mobile specific tweaks */
    /* overlay */
    /* Inside offcanvas: vertical menu */
    /* Make search full width when focused / inside header */
    /* Sticky background small */
  }
  #header .mobile-header-version .header-nav {
    background: var(--Safran-300, #F9DB4B);
    padding: 0 12px;
  }
  #header .mobile-header-version .header-nav .container,
  #header .mobile-header-version .header-wrapper .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
  }
  #header .mobile-header-version .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    /* remove long tagline */
    /* items moved to offcanvas */
  }
  #header .mobile-header-version .header-top .header-top-1 {
    display: none;
  }
  #header .mobile-header-version .header-top .header-top-2 ul {
    display: none;
  }
  #header .mobile-header-version .header-logo {
    display: inline-block;
    width: auto;
  }
  #header .mobile-header-version .header-logo img.svg-logo {
    width: 110px !important;
  }
  #header .mobile-header-version .header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    /* left menu icon */
    /* keep only icon */
  }
  #header .mobile-header-version .header-right .mobile-display-left {
    order: 1;
  }
  #header .mobile-header-version .header-right .display-top {
    order: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  #header .mobile-header-version .header-right .customer-signin-module .js-account-source ul span {
    display: none;
  }
  #header .mobile-header-version .header-right .shopping-cart-module .cart-design img {
    width: 32px;
  }
  #header .mobile-header-version .header-right .cart-products-count {
    font-size: 9px;
    padding: 2px 5px;
    top: -5px;
    left: 16px;
  }
  #header .mobile-header-version .mobile-menu-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    background-color: var(--Safran-400, #F5C71A) !important;
    border: 1px solid rgba(33, 67, 107, 0.08);
    transition: background 0.18s;
  }
  #header .mobile-header-version .mobile-menu-icon i.material-icons {
    font-size: 22px;
  }
  #header .mobile-header-version .mobile-menu-icon:active,
  #header .mobile-header-version .mobile-menu-icon:focus {
    background: rgba(0, 0, 0, 0.03);
  }
  #header .mobile-header-version .left-nav {
    width: 85%;
    max-width: 340px;
    padding: 18px;
    transform: translateX(-110%);
  }
  #header .mobile-header-version .mobile-nav-overlay {
    z-index: 990;
  }
  #header .mobile-header-version .left-nav .anav-top {
    display: block;
    margin: 0;
    padding: 0;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item {
    display: block;
    border-bottom: 1px solid rgba(33, 67, 107, 0.06);
    padding: 12px 0;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .amenu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    text-transform: none;
    font-size: 15px;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .amenu-link span {
    max-width: 100%;
    white-space: normal;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown {
    display: none;
    /* default closed */
    padding-top: 10px;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs {
    display: block;
    padding: 0;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs li {
    width: 100%;
    margin-bottom: 10px;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs li a {
    padding: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs li img {
    width: 78px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs li span {
    text-transform: none;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item .adropdown .category-subs .see-all {
    width: 100%;
    padding: 10px;
    margin: 12px 0 0 0;
    border-radius: 8px;
  }
  #header .mobile-header-version .left-nav .anav-top .amenu-item.open .adropdown {
    display: block;
  }
  #header .mobile-header-version .searchbar-wrapper {
    max-width: none;
    width: auto;
  }
  #header .mobile-header-version .searchbar-wrapper .search-widget input.form-control {
    display: none;
    width: 120px;
    transition: width 0.18s;
  }
  #header .mobile-header-version .searchbar-wrapper .search-widget input.form-control:focus {
    width: 100%;
  }
  #header .mobile-header-version .sticky-background {
    display: none;
  }
  /****** Catégorie ******/
  #category {
    /* header : compacter */
  }
  #category #js-product-list-header {
    padding-bottom: 18px;
  }
  #category #js-product-list-header .container-1166 {
    gap: 12px;
  }
  #category #js-product-list-header .container-1166 .category-description h1, #category #js-product-list-header .container-1166 .category-description .h1 {
    font-size: 22px;
    font-weight: 500;
  }
  #category #js-product-list-header .container-1166 .category-description .descFull p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    opacity: 0.9;
  }
  #category .page-categories.container-1166 {
    padding: 0;
    /* Produits : une colonne sur mobile */
    /* Réduire paddings des cards filtres dans offcanvas */
    /* Afficher un petit sticky filter-bar en bas (optionnel) */
  }
  #category .page-categories.container-1166 #js-product-list-top {
    padding: 12px 0;
  }
  #category .page-categories.container-1166 .products-sort-order:first-child {
    display: none;
  }
  #category .page-categories.container-1166 .product-listing {
    gap: 12px;
    flex-direction: column;
    /* cacher la colonne de gauche (filtres) -> accessibles via offcanvas */
  }
  #category .page-categories.container-1166 .product-listing .display-leftcolumn {
    padding: 0 15px;
    display: block;
  }
  #category .page-categories.container-1166 .product-listing .display-leftcolumn #js-product-list-top .products-sort-order {
    display: block;
  }
  #category .page-categories.container-1166 .product-listing #products {
    margin: 0;
    width: 100%;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    position: relative;
    background-color: rgba(136, 137, 139, 0.4);
    padding: 1px 0 0 1px;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper .product-miniature {
    width: 50% !important;
    flex: 0 0 auto;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    /* full width */
    box-sizing: border-box;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper .product-miniature .product-container {
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.3s;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper .product-miniature .product-name a {
    font-size: 12px;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper .product-miniature .product-price {
    font-size: 18px;
  }
  #category .page-categories.container-1166 .product-listing #products .product-list .product-list-wrapper .product-miniature .buttons-sections a {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 12px;
  }
  #category .page-categories.container-1166 .left-nav {
    width: 85%;
    max-width: 340px;
    padding: 16px;
  }
  #category .page-categories.container-1166 .mobile-filter-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 0 16px;
    z-index: 1200;
    pointer-events: auto;
  }
  #category .page-categories.container-1166 .mobile-filter-bar .filter-toggle {
    padding: 12px 16px;
    border-radius: 999px;
  }
  /* end #header */
}
.customer-signin-module,
.shopping-cart-module,
.product-actions .btn-login,
.catalogue,
.a-la-une {
  display: none !important;
}

.aone-popupnewsletter .popup-content {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aone-popupnewsletter .popup-content .newsletter-content span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/*# sourceMappingURL=theme.css.map*/