@import url(https://fonts.googleapis.com/css?family=Nunito);
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	zoom: 1; }

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	zoom: 1; }

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	zoom: 1; }

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	cursor: pointer;
	text-align: center;
	zoom: 1; overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/*button sets*/
.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* reset extra padding in Firefox */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	position: absolute;
	/*must have*/
	z-index: -1;
	/*must have*/
	filter: mask();
	/*must have*/
	top: -4px;
	/*must have*/
	left: -4px;
	/*must have*/
	width: 200px;
	/*must have*/
	height: 200px;
	/*must have*/
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1; width: 100%;
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	zoom: 1; font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1.1em/*{fsDefault}*/;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(../images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}

.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3/*{borderColorDefault}*/;
	background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #555555/*{fcDefault}*/;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555/*{fcDefault}*/;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999999/*{borderColorHover}*/;
	background: #dadada/*{bgColorHover}*/ url(../images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #212121/*{fcHover}*/;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
	color: #363636/*{fcHighlight}*/;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a/*{borderColorError}*/;
	background: #fef1ec/*{bgColorError}*/ url(../images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
	color: #cd0a0a/*{fcError}*/;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a/*{fcError}*/;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a/*{fcError}*/;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}

.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
}

.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
}

.ui-state-highlight .ui-icon {
	background-image: url(../images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
}

/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
	opacity: .3;
	filter: Alpha(Opacity=30)/*{opacityOverlay}*/;
}

.ui-widget-shadow {
	margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
	padding: 8px/*{thicknessShadow}*/;
	background: #aaaaaa/*{bgColorShadow}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
	opacity: .3;
	filter: Alpha(Opacity=30)/*{opacityShadow}*/;
	border-radius: 8px/*{cornerRadiusShadow}*/;
}

@charset 'UTF-8';
/* Icons */
@font-face {
  font-family: 'slick';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA)
    format('woff');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-track[data-v-e4caeaf8]{position:relative;top:0;left:0;display:block;transform:translateZ(0)}.slick-track.slick-center[data-v-e4caeaf8]{margin-left:auto;margin-right:auto}.slick-track[data-v-e4caeaf8]:after,.slick-track[data-v-e4caeaf8]:before{display:table;content:""}.slick-track[data-v-e4caeaf8]:after{clear:both}.slick-loading .slick-track[data-v-e4caeaf8]{visibility:hidden}.slick-slide[data-v-e4caeaf8]{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide[data-v-e4caeaf8]{float:right}.slick-slide img[data-v-e4caeaf8]{display:block}.slick-slide.slick-loading img[data-v-e4caeaf8]{display:none}.slick-slide.dragging img[data-v-e4caeaf8]{pointer-events:none}.slick-initialized .slick-slide[data-v-e4caeaf8]{display:block}.slick-loading .slick-slide[data-v-e4caeaf8]{visibility:hidden}.slick-vertical .slick-slide[data-v-e4caeaf8]{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden[data-v-21137603]{display:none}.slick-slider[data-v-3d1a4f76]{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list[data-v-3d1a4f76]{position:relative;display:block;overflow:hidden;margin:0;padding:0;transform:translateZ(0)}.slick-list[data-v-3d1a4f76]:focus{outline:none}.slick-list.dragging[data-v-3d1a4f76]{cursor:pointer;cursor:hand}
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

ol ol, ol ul, ul ol, ul ul {
  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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

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

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  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.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .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;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .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;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: 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) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

.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: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.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 > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='//www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='//www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  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.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  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: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  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 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    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-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    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-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.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;
  line-height: 1.5;
}

.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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  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.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.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: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 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);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

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

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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 .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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 .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='//www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

.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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

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

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

.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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  box-shadow: none !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;
}

.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;
}

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

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

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@-webkit-keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  100%, 75% {
    transform: rotate(0);
  }
}
@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  100%, 75% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

@-webkit-keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  100%, 22% {
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  100%, 22% {
    transform: translate(0, 0);
  }
}
.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}

@-webkit-keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  12% {
    transform: translate(0, 0);
  }
  18% {
    transform: translate(5px, 0);
  }
  24% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  100%, 36% {
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  12% {
    transform: translate(0, 0);
  }
  18% {
    transform: translate(5px, 0);
  }
  24% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  100%, 36% {
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}

@-webkit-keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}

.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    transform: scale(1) rotate(0);
  }
}
.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}

@-webkit-keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

@-webkit-keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}

@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}

@-webkit-keyframes falling {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
@keyframes falling {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
.faa-falling.animated, .faa-falling.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 2s linear infinite;
  animation: falling 2s linear infinite;
}

.faa-falling.animated-hover.faa-fast:hover, .faa-falling.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  -webkit-animation: falling 1s linear infinite;
  animation: falling 1s linear infinite;
}

.faa-falling.animated-hover.faa-slow:hover, .faa-falling.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  -webkit-animation: falling 3s linear infinite;
  animation: falling 3s linear infinite;
}

/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/* =======================================
  * RESPONSIVE MARK
  /* ======================================= */
/*============================================================================
  Dependency-free breakpoint mixin
    - Based on //blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: //shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/*
  vertical-align
*/
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

* {
  outline: 0;
  outline: none;
  box-sizing: border-box;
}

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

/*--Smooth scroll-*/
/*--Smooth scroll END-*/
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0px;
  line-height: 130%;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}

body.modal-open {
  width: 100%;
}
@media only screen and (max-width : 768px) {
  body.modal-open {
    overflow: hidden;
    position: absolute;
  }
}

input:-webkit-autofill::first-line {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

a {
  color: #0054A6;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0054A6;
}

button:focus, button:active {
  outline: none !important;
}

button.loading, a.btn.loading {
  position: relative;
  opacity: 0.7;
  pointer-events: none;
}
button.loading:before, a.btn.loading:before {
  content: "";
  background-image: url("/img/icons/icon-loading.gif");
  position: absolute;
  width: 30px;
  height: 30px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0;
  line-height: 150%;
}

.body-container {
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
.body-container:before, .body-container:after {
  content: none;
}
@media only screen and (max-width : 768px) {
  .body-container div[class*=col-md-] {
    padding: 0;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media only screen and (max-width : 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width : 768px) {
  .container {
    max-width: 100%;
    padding: 0 18px;
  }
}
@media only screen and (max-width : 480px) {
  .container {
    padding-top: 0;
  }
}
.container:before, .container:after {
  content: none;
}
.container .wrapper {
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.container .wrapper:before, .container .wrapper:after {
  content: none;
}
.container-content {
  max-width: 880px;
  width: 75%;
  padding: 0 !important;
  margin: 0 auto;
}
.container-content.col-md-12 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .container-content {
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .container-content {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
}
.container-sidebar {
  max-width: 280px;
  width: 25%;
  padding: 0 !important;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .container-sidebar {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}
.container-full {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 768px) {
  .container-full {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

.blockSection {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.blockLeft {
  float: left;
}
@media (max-width: 991px) {
  .blockLeft {
    float: none;
  }
}

.blockRight {
  float: right;
}
@media (max-width: 991px) {
  .blockRight {
    float: none;
  }
}

.blockClear {
  clear: both;
}
.blockClear:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 991px) {
  .blockDesktop {
    display: none;
  }
}

.blockMobile {
  display: none;
}
@media (max-width: 768px) {
  .blockMobile {
    display: flex;
    justify-content: center;
  }
  .blockMobile .item-block {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .blockMobile {
    display: flex;
    justify-content: space-between;
  }
  .blockMobile .item-block {
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 320px) {
  .blockMobile .item-block {
    padding: 5px;
  }
  .blockMobile .item-block br {
    display: none;
  }
}

.list-inline {
  margin-bottom: 0px;
  margin-left: 0px;
}
.list-inline li {
  padding: 0px;
  display: inline-block;
}

.list-style-none {
  margin: 0;
  padding: 0 20px;
}
.list-style-none li {
  margin: 0;
  padding: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}
@media (max-width: 1023px) {
  .right {
    text-align: left;
  }
}

input,
textarea,
select {
  -o-box-shadow: 0;
  -ms-box-shadow: 0;
  box-shadow: 0;
  border-radius: 0;
  padding: 5px 10px;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1023px) {
  input::-webkit-input-placeholder {
    font-size: 10px;
  }
}
input::-moz-placeholder, input:-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1023px) {
  input::-moz-placeholder, input:-moz-placeholder {
    font-size: 10px;
  }
}
input::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1023px) {
  input::-ms-input-placeholder {
    font-size: 10px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin-right: -8px;
  margin-left: 5px;
  opacity: 1;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button:focus, button:hover {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
textarea {
  color: #333333;
  width: 100%;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px 0;
  background: transparent;
}

.input-box input[type=text],
.input-box select {
  background: #ffffff;
  height: 65px;
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 20px;
}

.btn, a.btn {
  padding: 10px 25px;
  color: #ffffff;
  font-size: 14px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  line-height: 150%;
  margin: 0;
  font-weight: 600;
  background: linear-gradient(#F5AF19, #FE7465);
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  cursor: pointer;
}
.btn.active, .btn:active, .btn:hover, a.btn.active, a.btn:active, a.btn:hover {
  box-shadow: none;
  color: #ffffff;
}
.btn-primary, a.btn-primary {
  background: #FFFFFF;
  color: #0054A6;
  border: 1px solid #0054A6;
}
.btn-primary:hover, a.btn-primary:hover {
  border: 1px solid #0054A6;
  background: #0054A6;
  color: #ffffff;
}
.btn-blank, a.btn-blank {
  border: 1px solid #ffffff;
}
.btn-blank:hover, a.btn-blank:hover {
  background: #FB8D44;
  border: 1px solid #FB8D44;
}
.btn-secondary, a.btn-secondary {
  background: #ffffff;
  border: 1px solid #0054A6;
  color: #0054A6;
}
.btn-secondary:hover, a.btn-secondary:hover {
  background: #0054A6;
  border: 1px solid #0054A6;
  color: #ffffff;
}

.btn-transparent {
  border: none;
  background: transparent;
  font-size: 12px;
  color: #141414;
  letter-spacing: 0.4em;
  line-height: 30px;
}

.text-underline {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.background-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  background-attachment: scroll;
}

input[type=date] {
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
}

.selectBox {
  margin-bottom: 20px;
}
.selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: #fff no-repeat right 15px center;
  padding: 10px 0;
  background: transparent \9 ;
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #141414;
  font-size: 14px;
  width: 100%;
}
.selectBox select::-ms-expand {
  display: none;
}

.bgPrimary {
  background: #F8DEB9;
}

.bgSecondary {
  background: #FB8D44;
}

.bgGray {
  background: #f5f6f6;
}

.bgWhite {
  background: #f7f7f7;
}

.iconLine {
  text-align: center;
}

h1 {
  color: #1A3039;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #1A3039;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .displayFlex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.displayFlex .itemFlex:first-child {
  margin-right: 30px;
}

.padding-60-70 {
  padding: 30px 0 30px;
}
@media (min-width: 1025px) {
  .padding-60-70 {
    padding: 60px 0 70px;
  }
}

.paddingBody {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .paddingBody {
    margin-top: 1.5rem;
  }
}

.fixed {
  position: fixed;
  z-index: 99;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (min-width: 1024px) {
  .flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .flexRowWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.btn-primary,
a.btn-primary {
  color: #FFFFFF;
  background: #0054A6;
  border: 1px solid #0054A6;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  padding: 11px 35px;
  text-decoration: none;
}
.btn-primary:hover,
a.btn-primary:hover {
  background: #FFFFFF;
  color: #0054A6;
}

.blockRightSidebar, .blockLeftSidebar {
  max-width: 370px;
}
@media screen and (max-width: 1023px) {
  .blockRightSidebar, .blockLeftSidebar {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.blockRightSidebar h3, .blockLeftSidebar h3 {
  text-align: left;
  font-size: 20px;
  padding-top: 0px;
  margin-bottom: 30px;
  border-bottom: 4px solid #014f80;
  color: #004d7c;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-weight: 700;
}

.listnone li:before {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #app {
    margin-top: 30px;
  }
}

.mg-b-60 {
  margin-bottom: 60px;
}

.mg-t-60 {
  margin-top: 60px;
}

.sorter {
  float: right;
  /* -- SORTER SELECT */
  /* -- SORTER SELECT END*/
}
.sorter .select-option {
  display: inline-block;
  position: relative;
}
.sorter .select-option:before {
  content: "";
  width: 17px;
  height: 12px;
  background-image: url("../../img/icon-arrow-down-select.png");
  background-size: cover;
  position: absolute;
  right: 0.55em;
  top: 50%;
  transform: translateY(-50%);
}
.sorter select {
  padding: 10px 28px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
}

.input-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 3px;
  font-weight: 400;
}
.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.input-checkbox input:checked ~ .checkmark {
  background: url(../../img/icon-check-new.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.input-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

select {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-left: 10px;
}
select::-ms-value {
  background: transparent;
  color: #000000;
}

.pages {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width : 768px) {
  .pages {
    margin-bottom: 61px;
  }
}
.pages-items {
  justify-content: center;
  align-items: center;
  display: flex;
}
.pages-items li {
  color: #999999;
}
.pages-items li.item {
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding: 0;
}
.pages-items li.item.disabled a {
  color: #666666;
  pointer-events: none;
}
.pages-items li.item.current {
  background: #333333;
  color: #ffffff;
}
.pages-items li.item a {
  color: #666666;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  text-align: center;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pages-items li.item:hover {
    background: #333333;
    color: #ffffff;
    cursor: pointer;
    border-color: #333333;
    opacity: 0.9;
  }
  .pages-items li.item:hover a {
    color: #ffffff;
  }
}
.pages-items li.btn-pre {
  margin-right: 19px;
  padding-left: 13px;
  position: relative;
}
.pages-items li.btn-pre:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background-image: url(../../img/icon-arrow-prev.png);
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pages-items li.btn-next {
  margin-left: 19px;
  padding-right: 13px;
  position: relative;
}
.pages-items li.btn-next:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  background-image: url(../../img/icon-arrow-prev.png);
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.pages-items li.btn-pre:hover, .pages-items li.btn-next:hover {
  opacity: 0.7;
  cursor: pointer;
}
.pages-items li a {
  color: #999999;
  border: none;
  font-size: 16px;
  font-weight: 700;
}
.pages-items li.current {
  border-color: #333333;
}
.pages-items li.current strong {
  background: #333333;
  color: #ffffff;
}
.pages-items li.current a {
  color: #FFFFFF;
}
.pages-items li.current a:hover {
  background: #333333;
}
.pages-items li a, .pages-items li strong {
  font-size: 16px;
}

.btn-addCart {
  background: #0054A6;
  border: 1px solid #0054A6;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 10px 5px;
  display: block;
  margin-top: 10px;
}
.btn-addCart:hover {
  background: #FFFFFF;
  color: #0054A6;
}
.btn-addCart.secondary {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  color: #000000;
}
.btn-addCart.secondary:hover {
  background: #DDDDDD;
}

.col-md-9 {
  padding: 0 10px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
}
@media only screen and (max-width : 768px) {
  [type=radio]:checked + label,
[type=radio]:not(:checked) + label {
    padding-left: 30px;
  }
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #0054A6;
  position: absolute;
  top: 50%;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}

[type=radio]:checked + label:before {
  border-color: #0054A6;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) translateY(-50%);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

[type=radio]:disabled + label:before {
  background: #dddddd;
  cursor: not-allowed;
}

[type=radio]:disabled + label {
  cursor: not-allowed;
  background-color: #EEEEEE;
  color: #666666;
}
[type=radio]:disabled + label:before {
  background-color: #FFFFFF;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.checkbox input:checked ~ .checkmark {
  background-color: #0054A6;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox input:checked ~ span {
  font-weight: bold;
}
.checkbox .checkmark {
  width: 25px;
  height: 25px;
  top: 60%;
  transform: translateY(-50%);
}
.checkbox .checkmark.review {
  top: 50%;
}
@media only screen and (max-width : 768px) {
  .checkbox .checkmark {
    top: 50%;
  }
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(40deg);
}

select::-ms-expand {
  display: none;
}

pre {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  font-size: 14px;
  background-color: #FFFFFF;
  border: 0;
  color: #7D7D7D;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

a:not([href]):not([tabindex]) {
  color: #0054A6;
}
a:not([href]):not([tabindex]):hover {
  color: #ffffff;
}
.access-time {
  margin-bottom: 0 !important;
}
.access-time a {
  color: #ffffff !important;
}
.access-time a:hover {
  color: #0054A6 !important;
}

.text-access {
  color: red;
  font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0054A6;
  border-color: #0054A6;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

div #app {
  margin-top: 135px;
}
@media only screen and (max-width : 768px) {
  div #app {
    margin-top: 154px;
  }
}

@media only screen and (max-width : 768px) {
  .mb-hide {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}
@media only screen and (max-width : 768px) {
  .mb-show {
    display: block !important;
  }
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/noto_sans_jp/NotoSansJP-Regular.otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/noto_sans_jp/NotoSansJP-Medium.otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/noto_sans_jp/NotoSansJP-Bold.otf");
}
.main-title {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 9px;
  display: block;
  line-height: 39px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}
.main-title:after {
  border-bottom: 1px solid #DDDDDD;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-title:before {
  background: #0054A6;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
.main-title#privacy-policy {
  margin-top: 50px;
}
@media only screen and (max-width : 768px) {
  .main-title#privacy-policy {
    margin-top: 30px;
  }
}
.main-title#commercial-transactions {
  margin-bottom: 24px;
}
@media only screen and (max-width : 768px) {
  .main-title#commercial-transactions {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .main-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.add-to-cart {
  width: 150px;
  border: 1px solid #0054A6;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  padding: 7px 10px;
  margin-right: 14px;
}
.add-to-cart img {
  width: 23px;
}
@media only screen and (max-width : 1024px) {
  .add-to-cart img {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .add-to-cart {
    border: none;
    width: auto;
    margin: 0;
  }
}
.add-to-cart a {
  display: block;
  width: 100%;
}
.add-to-cart .price-cart {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.add-to-cart .number-cart {
  background: #EAF4FF;
  border-radius: 50%;
  padding: 3px 7px 5px;
  margin-left: 5px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .add-to-cart .number-cart {
    margin: 0;
    position: absolute;
    left: 32px;
    top: 6px;
    padding: 0px 5px;
    line-height: 17px;
  }
}

/* -- BLOCK TITLE -- */
.block-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 13px;
  text-align: left;
}
.block-title-rank {
  margin-bottom: 24px;
}

/* -- BLOCK TITLE END-- */
/*-- CATEGORY BLOCK--*/
.block-category-guide h2 {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .block-category-guide h2 {
    margin-bottom: 26px;
  }
}
.block-category-guide .categories-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .block-category-guide .categories-list {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
.block-category-guide .categories-list .categories-item {
  flex-basis: calc(25% - 15px);
  width: calc(25% - 15px);
  margin-bottom: 20px;
}
.block-category-guide .categories-list .categories-item .item-card-category {
  margin-bottom: 0;
}
.block-category-guide .categories-list .categories-item .item-card-category i {
  margin-left: 5px;
  color: #0054A6;
}
.block-category-guide .categories-list .categories-item.active .item-card-category {
  border: 1px solid #0054A6;
}
.block-category-guide .categories-list .categories-item.active .item-card-category div {
  color: #0054A6;
}
@media (max-width: 768px) {
  .block-category-guide .categories-list .categories-item {
    flex-basis: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
}
.block-category-guide .categories-list .categories-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .block-category-guide .categories-list .categories-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.block-category-guide .item-card-category {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  padding: 0;
  margin-bottom: 13px;
  text-align: left;
  height: 80px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.block-category-guide .item-card-category:hover {
  border: 1px solid #0054A6;
}
.block-category-guide .item-card-category:hover div {
  color: #0054A6;
}
.block-category-guide .item-card-category a {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 23px 5px 23px 12px;
  width: 100%;
}
.block-category-guide .item-card-category__image-cate {
  max-height: 40px;
  display: inline-block;
  width: 30px;
  margin-right: 17px;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .block-category-guide .item-card-category__image-cate {
    margin-right: 5px;
  }
}
.block-category-guide .item-card-category__name {
  display: inline-block;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .block-category-guide .item-card-category__name {
    font-size: 14px;
  }
}
@media only screen and (max-width : 768px) {
  .block-category-guide h2 {
    margin-bottom: 26px;
  }
  .block-category-guide .categories-list {
    margin-bottom: 40px;
  }
  .block-category-guide .categories-list .categories-item {
    flex-basis: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
  .block-category-guide .categories-list .item-card-category__image-cate {
    margin-right: 10px;
    max-width: 25px;
    width: 50%;
  }
}

/*-- CATEGORY BLOCK END--*/
/*-- TOOLBAR--*/
.toolbar-products {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 17px;
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 1024px) {
  .toolbar-products {
    flex-direction: column;
  }
}
@media only screen and (max-width : 768px) {
  .toolbar-products {
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 13px;
  }
}

.toolbar-amount {
  font-size: 16px;
}
@media only screen and (max-width : 1024px) {
  .toolbar-amount {
    margin-bottom: 12px;
  }
}
.toolbar-amount span {
  color: #DB431F;
  font-weight: 600;
}
.toolbar-amount span.number {
  font-size: 24px;
}

.toolbar-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .toolbar-sorter {
    width: 100%;
    align-items: baseline;
  }
}
.toolbar-sorter .input-checkbox {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .toolbar-sorter .input-checkbox {
    margin-right: 26px;
  }
}
@media only screen and (max-width : 768px) {
  .toolbar-sorter .input-checkbox {
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 0;
  }
}
@media only screen and (max-width : 320px) {
  .toolbar-sorter .input-checkbox {
    font-size: 14px;
  }
}
.toolbar-sorter .type-sorter {
  width: 100%;
  margin: 0;
}
.toolbar-sorter .type-sorter-re {
  width: 100%;
  margin: 0;
}
.toolbar-sorter .number-sorter {
  width: 100%;
}
.toolbar-sorter .select-option {
  display: flex;
}
.toolbar-sorter .select-option select {
  margin: 0;
  width: 100%;
  max-width: 110px;
  min-width: 80px;
}
.toolbar-sorter .select-option:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width : 768px) {
  .toolbar-sorter .select-option:not(:last-child) {
    margin-right: 0;
    width: 50%;
    max-width: 160px;
    margin-bottom: 20px;
  }
  .toolbar-sorter .select-option:not(:last-child) select {
    max-width: 160px;
  }
  .toolbar-sorter .select-option:not(:last-child) select.number-sorter {
    max-width: 120px;
    margin-left: auto;
  }
}
/*-- TOOLBAR END--*/
/*-- LOADER -- */
.loader {
  max-width: 100px;
  margin: auto;
}

/*-- LOADER END -- */
/*-- SCROLL TOP --*/
.scroll-top {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: #333333;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  z-index: 500;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scroll-top:hover {
    opacity: 1;
  }
}
.scroll-top i {
  font-size: 30px;
}

/*-- SCROLL TOP END --*/
.errors {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.errors-msg {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media only screen and (max-width : 768px) {
  .errors-msg {
    font-size: 25px;
    line-height: 30px;
  }
}

.errors_token {
  height: 10vh;
  display: block;
  margin: 20vh 0;
}
.errors_token .errors-msg {
  font-size: 36px;
}

.container .gallery-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  display: flex;
}
.container .vgs {
  z-index: 9999999;
  position: relative;
  background-color: #FFFFFF;
  max-width: 778px;
  height: 100vh;
  min-height: 0;
  margin: auto;
  max-height: 778px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .container .vgs {
    height: auto;
    padding: 0 10px;
  }
}
.container .vgs .vgs__next, .container .vgs .vgs__prev, .container .vgs .vgs__close {
  color: #333333;
}
.container .vgs .vgs__next, .container .vgs .vgs__prev {
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: normal;
}
@media only screen and (max-width : 768px) {
  .container .vgs .vgs__next, .container .vgs .vgs__prev {
    font-size: 50px;
    top: 40%;
  }
}
.container .vgs .vgs__next {
  right: 40px;
  color: transparent;
}
.container .vgs .vgs__next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 45px;
  font-weight: 900;
  position: absolute;
  text-indent: 0;
  color: #333333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width : 768px) {
  .container .vgs .vgs__next {
    right: 15px;
  }
  .container .vgs .vgs__next:before {
    font-size: 35px;
  }
}
.container .vgs .vgs__prev {
  left: 40px;
  color: #FFFFFF;
}
.container .vgs .vgs__prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 45px;
  font-weight: 900;
  position: absolute;
  text-indent: 0;
  color: #333333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width : 768px) {
  .container .vgs .vgs__prev {
    left: 15px;
  }
  .container .vgs .vgs__prev:before {
    font-size: 35px;
  }
}
.container .vgs__container {
  top: 10%;
  left: 50%;
  padding: 30px;
  background-color: white;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  position: static;
  transform: none;
}
@media only screen and (max-width : 768px) {
  .container .vgs__container {
    height: auto;
    position: initial;
    transform: none;
    left: 0;
    top: 0;
    max-width: 300px;
    max-height: 300px;
    margin-top: 0;
  }
}
.container .vgs__container .vgs__container__img {
  border: 1px solid #e3e3e3;
}
.container .vgs__gallery {
  position: static;
  margin: 10px;
  left: 50%;
  transform: none;
  background-color: white;
  width: 100%;
  max-width: 500px;
  padding: 0;
  overflow-x: visible;
  overflow-y: visible;
}
.container .vgs__gallery .vgs__gallery__title {
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .container .vgs__gallery {
    display: block;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
.container .vgs__gallery .vgs__gallery__container .vgs__gallery__container__img {
  border: 1px solid #dddddd;
}

@media (min-width: 1024px) {
  .container-reverse {
    flex-direction: row-reverse;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill::first-line {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill::first-line {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.recaptcha-error {
  display: flex;
  justify-content: center;
}
.recaptcha-error .hasError {
  margin-bottom: 10px;
}

.head-box {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}
@media (max-width: 425px) {
  .head-box {
    margin-bottom: 84px;
  }
}
@media (max-width: 1024px) {
  .head-box {
    font-size: 14px;
  }
}
.head-box div, .head-box h1, .head-box h2, .head-box input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
.head-box a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #333333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}
.head-box .base02 {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 102;
}
@media (max-width: 1024px) {
  .head-box .base02 {
    padding: 0px 10px;
  }
}
.head-box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 768px) {
  .head-box .inner {
    height: 70px;
  }
}
.head-box .inner .wrp-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 320px) {
  .head-box .inner .wrp-logo {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .head-box .inner .wrp-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.head-box .inner .wrp-logo .logo {
  width: 150px;
}
@media (max-width: 320px) {
  .head-box .inner .wrp-logo .logo {
    width: 130px;
  }
}
.head-box .inner .wrp-logo .txt {
  color: #0054a5;
  padding: 15px 0 0 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .head-box .inner .wrp-logo .txt {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .head-box .inner .wrp-logo .txt {
    font-size: 10px;
    font-weight: 500;
    padding: 0px 0 0 0;
  }
}
@media (max-width: 320px) {
  .head-box .inner .wrp-logo .txt {
    transform: scale(0.8);
    transform-origin: top left;
  }
}
.head-box .inner .wrp-navi {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .head-box .inner .wrp-navi {
    gap: 15px;
  }
}
.head-box .inner .wrp-navi .navi01 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .head-box .inner .wrp-navi .navi01 {
    display: none;
  }
}
.head-box .inner .wrp-navi .navi01 .list {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  height: 70px;
}
.head-box .inner .wrp-navi .navi01 .list:hover {
  cursor: pointer;
}
.head-box .inner .wrp-navi .navi01 .list .btm-navi {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  padding: 15px 18px;
  z-index: 10;
  flex-direction: column;
  gap: 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 3px solid #ffef00;
  transition: 0.4s;
  display: none;
}
.head-box .inner .wrp-navi .navi01 .list .btm-navi.active {
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  display: flex;
  z-index: 10;
}
.head-box .inner .wrp-navi .navi01 .list .btm-navi::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffee00 transparent;
}
.head-box .inner .wrp-navi .navi01 .list .btm-navi a {
  white-space: nowrap;
  font-size: 14px;
  color: #0054A6;
}
.head-box .inner .wrp-navi .navi01 .list .btm-navi a:hover {
  border-bottom: 1px solid #0054A6;
}
.head-box .inner .wrp-navi .navi02 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .head-box .inner .wrp-navi .navi02 {
    gap: 12px;
  }
}
@media (max-width: 320px) {
  .head-box .inner .wrp-navi .navi02 {
    gap: 8px;
  }
}
.head-box .inner .wrp-navi .navi02 .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}
.head-box .inner .wrp-navi .navi02 .list:hover {
  opacity: 0.7;
}
.head-box .inner .wrp-navi .navi02 .list.active .icon {
  width: 20px;
}
.head-box .inner .wrp-navi .navi02 .list.active .icon.open {
  display: none;
}
.head-box .inner .wrp-navi .navi02 .list.active .icon.close {
  display: block;
}
.head-box .inner .wrp-navi .navi02 .list .icon {
  width: 20px;
}
.head-box .inner .wrp-navi .navi02 .list .icon.open {
  display: block;
}
.head-box .inner .wrp-navi .navi02 .list .icon.close {
  display: none;
}
.head-box .inner .wrp-navi .navi02 .list .txt {
  font-size: 11px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .head-box .inner .wrp-navi .navi02 .list .txt {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .head-box .inner .wrp-navi .navi02 .list .txt {
    transform: scale(0.8);
  }
}
.head-box .inner .wrp-navi .navi02 .list .num {
  position: absolute;
  top: -10px;
  right: -1px;
  border-radius: 50%;
  background-color: #ffef00;
  color: #0054a5;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .head-box .inner .wrp-navi .navi02 .tablet {
    display: none;
  }
}

.serch-box {
  position: fixed;
  z-index: 11;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #0054a5;
}
.serch-box a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #333333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}
.serch-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .serch-box .inner {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
  }
}
.serch-box .inner .arrow {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .serch-box .inner .arrow {
    display: none;
  }
}
.serch-box .inner .arrow .txt {
  background-color: #ffffff;
  color: #0054a5;
  font-weight: 500;
  height: 35px;
  padding: 0 5px 0 10px;
  display: flex;
  align-items: center;
}
.serch-box .inner .arrow .right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.serch-box .inner .navi03 {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list {
    width: 50%;
    text-align: center;
  }
  .serch-box .inner .navi03 .list:last-child {
    border-left: 1px solid #ffffff;
  }
}
.serch-box .inner .navi03 .list .txt {
  padding: 0 20px;
  color: #ffffff;
  height: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .txt {
    padding: 0 0px;
    height: auto;
    justify-content: center;
  }
}
.serch-box .inner .navi03 .list .txt:hover {
  cursor: pointer;
}
.serch-box .inner .navi03 .list .txt > span {
  width: 100%;
}
.serch-box .inner .navi03 .list .txt > span .i01 {
  padding-left: 10px;
  color: #ffef00;
}
.serch-box .inner .navi03 .list .txt > span.active .i01 {
  transform: scale(1, -1);
}
.serch-box .inner .navi03 .list .txt .line {
  position: relative;
}
.serch-box .inner .navi03 .list .txt .line::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 1em;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .txt .line::before {
    display: none;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #ffffff;
  padding: 0px 0px;
  flex-direction: column;
  border: 1px solid #d7d7d7;
  border-top: 3px solid #ffef00;
  display: none;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 {
    box-shadow: none;
    width: calc(100vw - 0%);
    top: 24px;
    left: -10px;
    height: calc(100vh - 150px);
    overflow: scroll;
    padding: 0 0 100px 0;
  }
}
.serch-box .inner .navi03 .list .btm-navi02.active {
  display: flex;
  z-index: 101;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 {
  width: 240px;
  white-space: nowrap;
  font-size: 14px;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .list02 {
    width: 100%;
  }
  .serch-box .inner .navi03 .list .btm-navi02 .list02:last-child {
    border-bottom: 0px solid #b3b3b3;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .list02:hover {
  cursor: pointer;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02.active {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .list02.active {
    background-color: #ffffff;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box {
  display: flex;
  align-items: center;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-thum {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 20px;
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-thum {
    padding: 8px 0 8px 20px;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-thum .thum {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-thum .txt02 {
  color: #0054A6;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-thum .txt02:hover {
  border-bottom: 1px solid #0054A6;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0054a6;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i {
    display: none;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i i {
  font-weight: 900;
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i02 {
  display: none;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i02 {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0054a6;
  }
  .serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i02.down {
    transform: scale(1, -1);
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .list02 .inner-box .wrp-i02 i {
  font-weight: 900;
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi {
  position: absolute;
  left: 240px;
  top: -3px;
  min-height: 450px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding: 14px 25px;
  display: none;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .sub-navi {
    position: relative;
    left: auto;
    top: auto;
    min-height: auto;
    text-align: left;
    box-shadow: none;
    border: 0px solid #d7d7d7;
    background-color: #f8f8f8;
    padding: 0px 0px;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi.active {
  display: flex;
  z-index: 101;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .sub-navi.active {
    display: block;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box:nth-child(n+2) {
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
  border-left: 1px solid #d8d8d8;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box:nth-child(n+2) {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-left: 0px solid #d8d8d8;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li {
  padding: 0 0 15px;
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li:last-child {
  padding: 0 0 0;
}
@media (max-width: 768px) {
  .serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li {
    padding: 15px 15px 15px 20px;
    border-top: 1px solid #d8d8d8;
  }
  .serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li:last-child {
    padding: 15px 15px 15px 20px;
  }
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li .category-link {
  font-size: 14px;
  white-space: nowrap;
  color: #0054A6;
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li .category-link:hover {
  border-bottom: 1px solid #0054A6;
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li .quantity {
  color: black;
}
.serch-box .inner .navi03 .list .btm-navi02 .sub-navi .box li p {
  font-size: 14px;
  color: black;
  cursor: default;
}
.serch-box .inner .wrp-serch {
  display: flex;
  margin-left: 30px;
  width: 100%;
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch {
    order: 1;
    margin-left: 0px;
  }
}
.serch-box .inner .wrp-serch .cp_ipselect {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #d2d2d2;
}
.serch-box .inner .wrp-serch .cp_ipselect select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px 25px 0px 12px;
  font-size: 14px;
  line-height: 40px;
  color: #707070;
}
.serch-box .inner .wrp-serch .cp_ipselect select::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch .cp_ipselect select {
    padding: 0px 25px 0px 12px;
    font-size: 12px;
    line-height: 30px;
  }
}
.serch-box .inner .wrp-serch .cp_ipselect::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 8px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  height: 2px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #707070;
  pointer-events: none;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch .cp_ipselect::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #707070;
  }
}
.serch-box .inner .wrp-serch .serch-txt {
  width: 100%;
  flex: 1;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 0 !important;
  border: 0;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch .serch-txt {
    padding: 0 10px;
  }
}
.serch-box .inner .wrp-serch .serch-txt::-moz-placeholder {
  font-size: 100%;
}
.serch-box .inner .wrp-serch .serch-txt::placeholder {
  font-size: 100%;
}
.serch-box .inner .wrp-serch .wrp-icon {
  background-color: #ffef00;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serch-box .inner .wrp-serch .wrp-icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch .wrp-icon {
    width: 30px;
  }
}
.serch-box .inner .wrp-serch .wrp-icon .icon {
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  .serch-box .inner .wrp-serch .wrp-icon .icon {
    width: 20px;
  }
}

.pc {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp {
    display: flex !important;
  }
}

.wrp-footer {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .wrp-footer {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .wrp-footer {
    padding: 20px 0;
  }
}
.wrp-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #333333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}
.wrp-footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .wrp-footer .inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .wrp-footer .inner {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.wrp-footer .inner .wrp-logo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1024px) {
  .wrp-footer .inner .wrp-logo {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wrp-footer .inner .wrp-logo {
    gap: 10px;
    width: 100%;
    padding-bottom: 0;
  }
}
.wrp-footer .inner .wrp-logo .logo {
  width: 200px;
}
@media (max-width: 768px) {
  .wrp-footer .inner .wrp-logo .logo {
    width: 150px;
    margin: 0 20px 0 0;
  }
}
.wrp-footer .inner .wrp-logo .logo:hover {
  opacity: 0.7;
}
.wrp-footer .inner .wrp-logo .icon {
  width: 40px;
}
.wrp-footer .inner .wrp-logo .icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .wrp-footer .inner .footer-navi {
    margin: 10px 0 0;
    width: 100%;
  }
}
.wrp-footer .inner .footer-navi .box td {
  padding: 0 0 18px 0;
}
.wrp-footer .inner .footer-navi .box td:nth-child(even) {
  padding: 0 0 10px 4vw;
}
.wrp-footer .inner .footer-navi .box td:hover {
  opacity: 0.7;
}
.wrp-footer .inner .wrp-add {
  color: #7d7d7d;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrp-footer .inner .wrp-add {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
  }
}
.wrp-footer .inner .wrp-add .add {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  .wrp-footer .inner .wrp-add .add {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}

.copy {
  padding: 30px 0;
  text-align: center;
  color: #7d7d7d;
  font-size: 12px;
  border-top: 1px solid #dedede;
}
@media (max-width: 768px) {
  .copy {
    padding: 15px 0;
    font-size: 10px;
  }
}

/*-- BREADCRUMB --*/
.breadcrumb-list {
  margin-bottom: 33px;
}
.breadcrumb-list li {
  padding-right: 15px;
  margin-right: 5px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb-list li:not(:last-child):after {
  content: "";
  background-image: url(../../img/icon-arrow-left.png);
  background-size: cover;
  width: 7px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.breadcrumb-list li:last-child:not([class*=top-page]) a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333333;
}
.breadcrumb-list li a {
  text-decoration: underline;
}
.breadcrumb-list li a:hover, .breadcrumb-list li a:focus {
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  .breadcrumb-list {
    margin-bottom: 17px;
    padding-top: 5px;
  }
  .breadcrumb-list .list-inline {
    align-items: flex-start;
  }
  .breadcrumb-list li {
    font-size: 12px;
    line-height: 22px;
    padding-right: 20px;
    margin-right: 8px;
  }
}

/*-- BREADCRUMB END--*/
.left-product .main-title {
  display: none;
}
@media only screen and (max-width : 768px) {
  .left-product .main-title {
    display: block;
    margin-bottom: 18px;
  }
}

.filter-option {
  margin-bottom: 24px;
  text-align: center;
}
.filter-option-color .filter-option-content {
  text-align: center;
}
.filter-option-review .filter-option-content.open {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width : 768px) {
  .filter-option-review .filter-option-content.open {
    display: flex !important;
  }
}
@media only screen and (max-width : 768px) {
  .filter-option-review .filter-option-content.open .checkbox-container:first-child {
    margin-bottom: 6px;
  }
}
.filter-option-review .filter-option-content.open .checkbox-container:last-child {
  margin-bottom: 6px;
}
@media only screen and (max-width : 768px) {
  .filter-option-review .filter-option-content.open .checkbox-container:last-child {
    margin-bottom: 19px;
  }
}
.filter-option-title {
  background: #EEEEEE;
  border-radius: 5px;
  border: 0;
  margin-bottom: 8px;
  text-align: left;
  padding: 9px 15px 9px 10px;
  cursor: pointer;
}
.filter-option-title.open {
  border-radius: 5px 5px 0px 0px;
}
.filter-option-title-color {
  margin-bottom: 16px;
}
.filter-option-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  position: relative;
  line-height: 21px;
}
.filter-option-title h3:after {
  content: "";
  background-image: url(../../img/icon-plus.png);
  background-size: cover;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter-option-title.open h3:after {
  background-image: url(../../img/icon-minus.png);
}
.filter-option-content {
  padding: 0 15px 0;
  text-align: left;
  display: none;
}
.filter-option-content.open {
  display: block;
}
.filter-option-content.category .filter-option-content-item:not(:first-child) {
  padding-left: 5px;
}
.filter-option-content.category .filter-option-content-item:first-child-name:before {
  margin-right: 3px;
}
.filter-option-content .category li {
  margin-bottom: 6px;
  /*-- SUB CATEGORY --*/
  /*-- SUB CATEGORY END --*/
}
.filter-option-content .category li h4 {
  margin-bottom: 6px;
}
.filter-option-content .category li h4 a {
  font-size: 14px;
  line-height: 22px;
}
.filter-option-content .category li h4 a[href] {
  color: #0054A6;
}
.filter-option-content .category li h4 a[href]:hover {
  font-weight: bold;
}
.filter-option-content .category li h4:before {
  background: url(../../img/icon-arrow-left.png) no-repeat center center;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-size: contain;
  margin-right: 5px;
}
.filter-option-content .category li .sub-category {
  margin-left: 10px;
}
.filter-option-content .category li .sub-category li:not(:last-child) {
  margin-bottom: 6px;
}
.filter-option-content .category li .sub-category li a {
  color: #0054A6;
  line-height: 22px;
  margin-bottom: 6px;
}
.filter-option-content .category li .sub-category li a:not([href]) {
  color: #333333;
}
.filter-option-content .category li .sub-category-child {
  margin-left: 15px;
}
.filter-option-content .category li .sub-category-child a:before {
  background: url(../../img/icon-arrow-left.png) no-repeat center center;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-size: contain;
  margin-right: 5px;
}
.filter-option-content .category .selected {
  font-weight: bold;
}
.filter-option-content-item {
  padding: 0;
}
.filter-option-content-item-name {
  display: flex;
  align-items: center;
}
.filter-option-content-item-name input {
  margin-right: 8px;
  margin-top: 0;
  width: 16px;
  height: 16px;
}
.filter-option-content-item-name .stars {
  width: 90px;
}
.filter-option-content-item-name a {
  color: #333333;
  line-height: 22px;
}
.filter-option-content-item-name a:hover {
  text-decoration: underline;
}
.filter-option-content-item-name.open > a {
  margin-bottom: 6px;
  display: inline-block;
}
.filter-option-content-item-name.icon:before {
  background: url(../../img/icon-arrow-left.png) no-repeat center center;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background-size: contain;
  margin-right: 10px;
}
.filter-option-content .filter-group {
  display: block;
}
.filter-option-content .checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 0;
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Create a custom checkbox */
  /* Custom star rating */
}
.filter-option-content .checkbox-container:not(:last-child) {
  margin-bottom: 6px;
}
.filter-option-content .checkbox-container:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-option-content .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.filter-option-content .checkbox-container input:checked ~ .checkmark {
  background-color: #0054A6;
  /* Show the checkmark when checked */
}
.filter-option-content .checkbox-container input:checked ~ .checkmark.color {
  background-color: #515151;
}
.filter-option-content .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.filter-option-content .checkbox-container input:checked ~ span {
  font-weight: bold;
}
.filter-option-content .checkbox-container input:disabled ~ .checkmark {
  background-color: #EEEEEE;
}
.filter-option-content .checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  /*Checkbox colors*/
  /* Style the checkmark/indicator */
}
.filter-option-content .checkbox-container .checkmark.disabled {
  background-color: #EEEEEE;
  pointer-events: none;
}
.filter-option-content .checkbox-container .checkmark.black {
  background-color: #000000;
}
.filter-option-content .checkbox-container .checkmark.white {
  background-color: #FFFFFF;
}
.filter-option-content .checkbox-container .checkmark.silver {
  background-color: #AEAEAE;
}
.filter-option-content .checkbox-container .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-option-content .checkbox-container .stars {
  width: 90px;
}
.filter-option-wrapper {
  display: none;
}
.filter-option-wrapper.open {
  display: block;
}
.filter-option a {
  margin-top: 10px;
}
.filter-option a.btn {
  padding: 9px 25px 9px 17px;
  line-height: 20px;
}
.filter-option a.btn.btn-secondary {
  color: #0054A6;
}
.filter-option a.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background: #0054A6;
  border: 1px solid #0054A6;
  color: #ffffff;
}
.filter-option a.btn.btn-secondary:focus {
  box-shadow: none;
  color: #0054A6;
}
.filter-option a.btn.btn-secondary:hover {
  background: #0054A6;
  color: #ffffff;
}
.filter-option a.btn i {
  margin-right: 14px;
}

@media only screen and (max-width : 768px) {
  .filter-block {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .filter-block.open {
    margin-bottom: 50px;
  }
  .filter-block h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: left;
    padding: 7px 11px;
    color: #333333;
    background-color: #EEEEEE;
    margin-bottom: 0;
    position: relative;
  }
  .filter-block h2:after {
    content: "";
    background-image: url(../../img/icon-plus.png);
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter-block h2.open {
    padding: 12px 11px;
  }
  .filter-block h2.open:after {
    background-image: url(../../img/icon-minus.png);
  }
  .filter-block .filter-option {
    margin-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
  }
  .filter-block .filter-option a.btn {
    display: block !important;
    max-width: 300px;
    margin: 23px auto 0;
    position: relative;
  }
  .filter-block .filter-option a.btn i {
    font-size: 12px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .filter-block .filter-option-category {
    padding-bottom: 11px;
  }
  .filter-block .filter-option-maker {
    padding-bottom: 16px;
  }
  .filter-block .filter-option-maker .filter-option-content {
    margin-bottom: 23px;
  }
  .filter-block .filter-option-color {
    padding-bottom: 18px;
  }
  .filter-block .filter-option-review {
    padding-bottom: 20px;
  }
  .filter-block .filter-option-price {
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .filter-block .filter-option-title {
    background-color: #FFFFFF;
    border-bottom: 0;
    margin-bottom: 4px;
  }
  .filter-block .filter-option-title h3 {
    font-size: 18px;
  }
  .filter-block .filter-option-title h3:after {
    content: none;
  }
  .filter-block .filter-option-content {
    display: block !important;
  }
  .filter-block .filter-option-content .category {
    margin-bottom: 5px;
  }
  .filter-block .filter-option-content .category > li:only-child {
    margin-bottom: 10px;
  }
  .filter-block .filter-option-content .category > li h4:not(:only-child) {
    margin-bottom: 10px;
  }
  .filter-block .filter-option-content .category > li h4 a {
    font-size: 16px;
  }
  .filter-block .filter-option-content .category > li .sub-category li:not(:last-child) {
    margin-bottom: 10px;
  }
  .filter-block .filter-option-content .category > li .sub-category li a {
    font-size: 16px;
  }
  .filter-block .filter-option-content .checkbox-container {
    font-size: 16px;
    padding-left: 30px;
  }
  .filter-block .filter-option-content .checkbox-container:not(:last-child) {
    margin-bottom: 19px;
  }
  .filter-block .filter-option-content .checkbox-container .checkmark {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .filter-block .filter-option-wrapper {
    display: block;
  }
  .filter-block .filter-group {
    display: none;
  }
  .filter-block .filter-group.open {
    display: block;
  }
}
.toolbar-sorter .select-option:before {
  right: 4px;
}
.toolbar-sorter .select-option select {
  max-width: none;
  padding: 10px 18px 10px 15px;
}

/*-- LEFT SIDEBAR --*/
.left-sidebar {
  margin-bottom: 45px;
  /*-- SERVICES BANNERS --*/
  /*-- SERVICES BANNERS --*/
  /*--BANNER--*/
  /*--BANNER END--*/
  /*-- CALENDAR --*/
  /*-- CALENDAR END --*/
  /*-- SOCIAL LIST --*/
  /*-- SOCIAL LIST END --*/
}
.left-sidebar .services {
  margin-bottom: 20px;
}
.left-sidebar .services-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 0 22px 0 17px;
  justify-content: flex-start;
  border: 1px solid #dddddd;
  height: 86px;
}
.left-sidebar .services-list li .service-icon {
  width: 30%;
  max-width: 45px;
  margin-right: 15px;
  text-align: center;
}
.left-sidebar .services-list li .service-icon-image {
  width: 70%;
}
.left-sidebar .services-list li .service-content {
  width: 85%;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.left-sidebar .services-list li .service-content .color-orange {
  color: #DB431F;
}
.left-sidebar .services-list li .service-content .big-text {
  font-size: 30px;
}
.left-sidebar .services-list li .service-content .medium-text {
  font-size: 26px;
  line-height: 30px;
}
.left-sidebar .banner > * {
  margin-bottom: 20px;
}
.left-sidebar .calendar {
  margin-bottom: 29px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  padding-bottom: 21px;
  /*-- CUSTOM CALENDAR UI--*/
  /**
      DISABLE NEXT AND PREV BTN
   */
  /**
      CUSTOM DATE ACTIVE
   */
  /**
      CALENDAR TITTLE
   */
  /**
      CALENDAR TITTLE END
   */
  /**
      CUSTOM WEEKDAYS HEADER
   */
  /**
      CUSTOM DATE LAYOUT
   */
  /**
   CUSTOM DISABLE DATE CELL
   */
  /*-- CUSTOM CALENDAR END--*/
}
.left-sidebar .calendar .title {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  background: #DDDDDD;
  margin-bottom: 15px;
  font-weight: bold;
  width: calc(100% + 1px);
}
.left-sidebar .calendar .notes {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
.left-sidebar .calendar .notes li {
  display: flex;
  align-items: center;
}
.left-sidebar .calendar .notes li .color {
  width: 20px;
  height: 20px;
  background-color: #EEEEEE;
  border: 1px solid #D5D5D5;
  margin-right: 10px;
}
.left-sidebar .calendar .notes li .color.current {
  background-color: #FFE900;
}
.left-sidebar .calendar .notes li:first-child {
  margin-right: 20px;
}
.left-sidebar .calendar .ui-datepicker.ui-datepicker-multi {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  border: 0;
}
.left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 100%;
}
.left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group:first-child {
  margin-bottom: 30px;
}
.left-sidebar .calendar .ui-datepicker-prev {
  display: none;
}
.left-sidebar .calendar .ui-datepicker-next {
  display: none;
}
.left-sidebar .calendar .ui-state-active, .left-sidebar .calendar .ui-widget-content .ui-state-active, .left-sidebar .calendar .ui-widget-header .ui-state-active {
  color: #333333;
  pointer-events: none;
}
.left-sidebar .calendar .ui-widget-header {
  background-color: #FFFFFF;
  border: 0;
}
.left-sidebar .calendar .ui-datepicker .ui-datepicker-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  color: #0054A6;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}
.left-sidebar .calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: block;
}
.left-sidebar .calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-year:after {
  content: "年";
}
.left-sidebar .calendar .ui-datepicker th {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px;
}
.left-sidebar .calendar .ui-state-default, .left-sidebar .calendar .ui-widget-content .ui-state-default, .left-sidebar .calendar .ui-widget-header .ui-state-default {
  background: #FFFFFF;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  pointer-events: none;
}
.left-sidebar .calendar .ui-state-default.ui-state-highlight, .left-sidebar .calendar .ui-widget-content .ui-state-default.ui-state-highlight, .left-sidebar .calendar .ui-widget-header .ui-state-default.ui-state-highlight {
  background-color: #FFE900 !important;
  color: #333333 !important;
  height: 100%;
}
.left-sidebar .calendar .ui-state-highlight, .left-sidebar .calendar .ui-widget-content .ui-state-highlight, .left-sidebar .calendar .ui-widget-header .ui-state-highlight {
  background-color: #FFE900;
}
.left-sidebar .calendar .ui-datepicker-calendar tbody tr {
  border: 1px solid #CCCCCC;
}
.left-sidebar .calendar .ui-datepicker-calendar tbody tr td {
  padding: 0;
}
.left-sidebar .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end, .left-sidebar .calendar .ui-datepicker-calendar tbody tr td.holiday {
  background-color: #EEEEEE;
}
.left-sidebar .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a, .left-sidebar .calendar .ui-datepicker-calendar tbody tr td.holiday a {
  background-color: #EEEEEE;
}
.left-sidebar .calendar .ui-datepicker-calendar tbody tr td:not(:last-child) {
  border-right: 1px solid #CCCCCC;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width : 768px) {
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr td:not(:last-child) {
    height: 40px;
  }
}
.left-sidebar .calendar .ui-state-disabled, .left-sidebar .calendar .ui-widget-content .ui-state-disabled, .left-sidebar .calendar .ui-widget-header .ui-state-disabled {
  background-color: #FFFFFF !important;
}
.left-sidebar .calendar .left-sidebar .calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end.ui-state-disabled,
.left-sidebar .calendar .left-sidebar .calendar .ui-datepicker-calendar tbody tr td.holiday.ui-state-disabled {
  background-color: #FFFFFF;
}
.left-sidebar .social-list {
  padding: 0 12px;
}
.left-sidebar .social-list ul {
  display: flex;
  justify-content: space-between;
}
.left-sidebar .social-list ul li {
  max-width: 45px;
}
.left-sidebar .social-list ul li img {
  width: 100%;
}
@media only screen and (max-width : 1200px) {
  .left-sidebar {
    /*-- SERVICES BANNERS --*/
    /*-- SERVICES BANNERS --*/
    /*-- CALENDAR --*/
    /*-- CALENDAR END --*/
  }
  .left-sidebar .services {
    margin-bottom: 20px;
  }
  .left-sidebar .services-list li {
    font-size: 12px;
    padding: 15px;
    height: auto;
    flex-direction: column;
  }
  .left-sidebar .services-list li .service-icon {
    max-width: 60%;
  }
  .left-sidebar .services-list li .service-content {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .left-sidebar .services-list li .service-content br {
    display: none;
  }
  .left-sidebar .services-list li .service-content .color-orange {
    color: #DB431F;
  }
  .left-sidebar .services-list li .service-content .big-text {
    font-size: 25px;
  }
  .left-sidebar .services-list li .service-content .medium-text {
    font-size: 20px;
    line-height: 30px;
  }
  .left-sidebar .calendar {
    margin-bottom: 29px;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding-bottom: 21px;
    /*-- CUSTOM CALENDAR UI--*/
    /**
        DISABLE NEXT AND PREV BTN
     */
    /**
        CALENDAR TITTLE
     */
    /**
        CALENDAR TITTLE END
     */
    /**
        CUSTOM WEEKDAYS HEADER
     */
    /**
        CUSTOM DATE LAYOUT
     */
    /*-- CUSTOM CALENDAR END--*/
  }
  .left-sidebar .calendar .title {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
    background: #DDDDDD;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .left-sidebar .calendar .notes {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
  }
  .left-sidebar .calendar .notes li {
    display: flex;
    align-items: center;
  }
  .left-sidebar .calendar .notes li .color {
    width: 20px;
    height: 20px;
    background-color: #EEEEEE;
    border: 1px solid #D5D5D5;
    margin-right: 10px;
  }
  .left-sidebar .calendar .notes li .color.current {
    background-color: #FFE900;
  }
  .left-sidebar .calendar .notes li:first-child {
    margin-right: 20px;
  }
  .left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
  }
  .left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group:first-child {
    margin-bottom: 30px;
  }
  .left-sidebar .calendar .ui-datepicker-prev {
    display: none;
  }
  .left-sidebar .calendar .ui-datepicker-next {
    display: none;
  }
  .left-sidebar .calendar .ui-widget-header {
    background-color: #FFFFFF;
    border: 0;
  }
  .left-sidebar .calendar .ui-datepicker .ui-datepicker-title {
    margin: 0 0 10px;
  }
  .left-sidebar .calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    display: block;
  }
  .left-sidebar .calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-year:after {
    content: "年";
  }
  .left-sidebar .calendar .ui-datepicker th {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px;
  }
  .left-sidebar .calendar .ui-state-default, .left-sidebar .calendar .ui-widget-content .ui-state-default, .left-sidebar .calendar .ui-widget-header .ui-state-default {
    width: auto;
    height: auto;
    margin: auto;
  }
  .left-sidebar .calendar .ui-state-highlight, .left-sidebar .calendar .ui-widget-content .ui-state-highlight, .left-sidebar .calendar .ui-widget-header .ui-state-highlight {
    background-color: #FFE900;
  }
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr {
    border: 1px solid #CCCCCC;
  }
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr td {
    padding: 0;
  }
}
@media only screen and (max-width : 768px) {
  .left-sidebar {
    /*--BANNER--*/
    /*--BANNER END--*/
    /*-- CALENDAR --*/
    /*-- CALENDAR END --*/
    /*-- SOCIAL LIST --*/
    /*-- SOCIAL LIST END --*/
  }
  .left-sidebar .banner > * {
    margin-bottom: 24px;
  }
  .left-sidebar .banner > * img {
    width: 100%;
  }
  .left-sidebar .calendar {
    margin-bottom: 35px;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding-bottom: 21px;
    /*-- CUSTOM CALENDAR UI--*/
    /**
        DISABLE NEXT AND PREV BTN
     */
    /**
        CALENDAR TITTLE
     */
    /**
        CALENDAR TITTLE END
     */
    /**
        CUSTOM WEEKDAYS HEADER
     */
    /**
        CUSTOM DATE LAYOUT
     */
    /*-- CUSTOM CALENDAR END--*/
  }
  .left-sidebar .calendar .title {
    font-size: 18px;
    line-height: 29px;
    height: 49px;
    margin-bottom: 19px;
  }
  .left-sidebar .calendar .notes {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .left-sidebar .calendar .notes li {
    display: flex;
    align-items: center;
  }
  .left-sidebar .calendar .notes li .color {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .left-sidebar .calendar .notes li:first-child {
    margin-right: 26px;
  }
  .left-sidebar .calendar .ui-datepicker.ui-datepicker-multi {
    padding: 0 24px;
  }
  .left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%;
    margin-bottom: 0;
  }
  .left-sidebar .calendar .ui-datepicker-multi-2 .ui-datepicker-group:first-child {
    margin-bottom: 36px;
  }
  .left-sidebar .calendar .ui-datepicker-prev {
    display: none;
  }
  .left-sidebar .calendar .ui-datepicker-next {
    display: none;
  }
  .left-sidebar .calendar .ui-widget-header {
    background-color: #FFFFFF;
    border: 0;
  }
  .left-sidebar .calendar .ui-datepicker .ui-datepicker-title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .left-sidebar .calendar .ui-datepicker th {
    color: #999999;
    font-size: 16px;
    padding: 0 0 10px;
  }
  .left-sidebar .calendar .ui-state-default, .left-sidebar .calendar .ui-widget-content .ui-state-default, .left-sidebar .calendar .ui-widget-header .ui-state-default {
    font-size: 16px;
  }
  .left-sidebar .calendar .ui-state-default:after, .left-sidebar .calendar .ui-widget-content .ui-state-default:after, .left-sidebar .calendar .ui-widget-header .ui-state-default:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .left-sidebar .calendar .ui-state-highlight, .left-sidebar .calendar .ui-widget-content .ui-state-highlight, .left-sidebar .calendar .ui-widget-header .ui-state-highlight {
    background-color: #FFE900;
  }
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr {
    border: 1px solid #CCCCCC;
  }
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr td {
    width: 14.2857142857%;
    max-width: 43px;
  }
  .left-sidebar .calendar .ui-datepicker-calendar tbody tr td:not(:last-child) {
    border-right: 1px solid #CCCCCC;
  }
  .left-sidebar .calendar .ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
  }
  .left-sidebar .social-list {
    padding: 0 20px;
  }
  .left-sidebar .social-list ul {
    display: flex;
    justify-content: space-between;
  }
  .left-sidebar .social-list ul li {
    max-width: 54px;
  }
}

/*-- LEFT SIDEBAR END --*/
.product-ratings {
  text-align: left;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .product-ratings {
    margin-bottom: 20px;
  }
}
.product-ratings .stars-score {
  margin-right: 15px;
}
@media only screen and (max-width : 768px) {
  .product-ratings .stars-score {
    margin: 0 35px 0 0;
  }
}
.product-ratings .review {
  margin-left: 10px;
}
@media only screen and (max-width : 768px) {
  .product-ratings .review {
    margin-left: 0;
  }
}
.product-ratings .disable-review-point {
  margin-left: 0;
}
.product-ratings h2.block-title {
  margin-bottom: 5px;
}
.product-ratings-main {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  text-align: left;
}
.product-ratings-all {
  background: #F9F9F9;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-ratings-all .jq-ry-containe {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .product-ratings-all span {
    display: block;
    margin: 11px 0 0;
  }
}
@media only screen and (max-width : 768px) {
  .product-ratings-all span {
    display: inline-flex;
  }
}
.product-ratings__list {
  padding: 15px 25px 30px;
}
.product-ratings .product-rating {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-ratings .product-rating:not(:last-child) {
  border-bottom: 1px dashed #DDDDDD;
}
.product-ratings .product-rating-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 22px;
  text-align: justify;
  white-space: pre-line;
}
.product-ratings .product-rating-time {
  color: #666666;
  font-weight: 700;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .product-ratings .product-rating-time {
    margin-bottom: 20px;
  }
}
.product-ratings .product-rating-time .name-post {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.product-ratings .product-rating-time .name-post span {
  font-size: 14px;
  color: #333333;
}
.product-ratings .product-rating-time .date {
  margin-left: 10px;
  font-size: 11px;
  color: #666666;
}
.product-ratings .product-rating-time.hide {
  display: none;
}
.product-ratings .product-rating-time.show {
  display: block;
}
.product-ratings .product-rating-content pre {
  color: #333333;
  text-align: justify;
  white-space: pre-wrap; /* Since CSS 2.1 */
  word-break: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-ratings .product-rating-content pre {
    display: inline;
  }
}
.product-ratings.block-content {
  text-align: left;
}
.product-comment-more {
  text-align: center;
}
.product-comment-more-link {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #0054A6;
  border-radius: 5px;
  color: #0054A6;
  padding: 10px 60px;
  font-size: 16px;
  cursor: pointer;
}
.product-comment-more-link:hover {
  background: #0054A6;
  color: #FFFFFF;
}

.container-content .related-product-page .block-content {
  text-align: left;
}

.cart-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.62);
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  overflow: auto;
  /*-- HAS ERROR --*/
  /*-- HAS ERROR END --*/
}
.cart-modal .modal-container {
  width: 100%;
  max-width: 498px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .cart-modal .modal-container {
    width: 92%;
  }
}
.cart-modal .modal-container .modal-wrapper {
  width: 100%;
  max-width: 498px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  border-radius: 5px;
  display: flex;
}
@media only screen and (max-width : 768px) {
  .cart-modal .modal-container .modal-wrapper {
    max-height: 90vh;
    max-height: calc(var(--vh, 1vh) * 90);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.cart-modal .modal-container .modal-wrapper .cart-modal-dialog.credit {
  width: 100%;
  margin: auto;
}
.cart-modal .modal-container .btn-close {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #666666;
  font-size: 24px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 16;
  background: #ffffff;
}
.cart-modal .error-text {
  font-size: 11px;
  color: #DB431F;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 900;
}
.cart-modal .error-text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 4px;
}
.cart-modal .policy-error {
  display: block;
  opacity: 1;
  height: auto;
  max-width: 190px;
  margin: -30px auto 10px;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.cart-modal .hasError {
  align-items: flex-start;
}
.cart-modal .hasError .error-text {
  display: block;
  opacity: 1;
  height: auto;
}
.cart-modal .hasError input {
  border-color: #DB431F !important;
}
.cart-modal .hasError textarea {
  border-color: #DB431F;
}
.cart-modal .hasError select.error {
  border-color: #DB431F;
}
.cart-modal-dialog {
  width: 100%;
  max-width: 498px;
  border: 1px solid #0054A6;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  padding: 50px 34px 40px;
  font-size: 18px;
  border-radius: 5px;
}
.cart-modal-dialog.user-address {
  top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cart-modal-dialog.warning {
  padding: 70px 40px 50px 50px;
}
.cart-modal-dialog h3 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.cart-modal-dialog h3.registry-title {
  margin-bottom: 50px;
}
.cart-modal-dialog h3.error {
  color: #DB431F;
}
.cart-modal-dialog p {
  text-align: center;
  margin-bottom: 50px;
}
.cart-modal-dialog p .price-number {
  font-weight: bold;
  color: #DB431F;
}
.cart-modal-dialog .warning-title {
  font-size: 18px;
  color: #DB431F;
}
.cart-modal-dialog .product-info {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cart-modal-dialog .product-info li {
  margin-bottom: 10px;
}
.cart-modal-dialog.confirm {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
}
.cart-modal-dialog.confirm h3 {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #F1F1F1;
  margin-bottom: 0;
  height: 40px;
  padding: 8px 8px !important;
  border-radius: 3px 3px 0px 0px !important;
}
.cart-modal-dialog.confirm .btn-list {
  padding: 15px;
  justify-content: center;
}
.cart-modal-dialog.confirm .btn-list a {
  width: 120px;
  height: 40px;
  min-width: 0;
  padding: 7px 10px;
}
@media only screen and (max-width : 768px) {
  .cart-modal-dialog.confirm .btn-list a {
    width: 100%;
  }
}
.cart-modal-dialog.confirm .btn-list .btn.confirm {
  margin-left: 20px;
}
@media only screen and (max-width : 768px) {
  .cart-modal-dialog.confirm .btn-list .btn.confirm {
    margin: 0 auto 10px;
  }
}
.cart-modal-dialog.confirm .btn-list .btn.confirm.clicked {
  position: relative;
  background-color: #FFFFFF;
  color: #0054A6;
  pointer-events: none;
}
.cart-modal-dialog.confirm .btn-list .btn.confirm.clicked:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/icon-loading.gif");
  background-size: cover;
  background-repeat: no-repeat;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-modal-dialog.confirm .btn-list .btn.continue {
  color: #ffffff;
  background: #999999;
  border: 1px solid #999999;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-modal-dialog.confirm .btn-list .btn.continue:hover {
    color: #333333;
    border: 1px solid #999999;
    background-color: transparent;
  }
}
.cart-modal-dialog.confirm .btn-list .btn.continue.clicked {
  pointer-events: none;
  background-color: #eee;
  color: #333333;
  border-color: #DDD;
}
.cart-modal-dialog.confirm p {
  margin-bottom: 0;
  padding: 20px;
  line-height: 25px;
  font-size: 14px;
}
.cart-modal-dialog.confirm p br {
  display: none;
}
@media only screen and (max-width : 1024px) {
  .cart-modal-dialog.confirm p {
    padding: 0 10px;
  }
}
.cart-modal-dialog.confirm-stock p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.cart-modal-dialog.confirm-stock .btn-list .btn.confirm {
  max-width: 100px;
  margin: auto;
}
.cart-modal-dialog .btn {
  /*-- CLOSE BUTTON --*/
  /*-- CLOSE BUTTON END --*/
}
.cart-modal-dialog .btn-list {
  display: flex;
  justify-content: space-between;
}
.cart-modal-dialog .btn-list.warning {
  justify-content: center;
}
.cart-modal-dialog .btn-list.registry {
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-modal-dialog .btn-list a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 7px 35px;
  background: #0054A6;
}
.cart-modal-dialog .btn-list a i {
  font-size: 23px;
  margin-right: 10px;
}
.cart-modal-dialog .btn-list a:hover {
  background-color: #FFFFFF;
  color: #0054A6;
}
.cart-modal-dialog .btn-list a.continue {
  background-color: #FFFFFF;
  color: #0054A6;
}
.cart-modal-dialog .btn-list a.continue:hover {
  background-color: #0054A6;
  color: #FFFFFF;
}
.cart-modal-dialog .btn-list .btn.btn-primary:active {
  background-color: #FFFFFF;
  color: #0054A6;
}
.cart-modal-dialog .btn-close {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #666666;
  font-size: 24px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}
.cart-modal-dialog .btn-close:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-modal-dialog .btn-close:hover i {
    opacity: 0.8;
  }
}
@media only screen and (max-width : 768px) {
  .cart-modal-dialog {
    width: 92%;
    max-width: 338px;
    padding: 31px 19px 30px;
  }
  .cart-modal-dialog h3 {
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .cart-modal-dialog h3.registry-title {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 18px;
  }
  .cart-modal-dialog p {
    text-align: center;
    margin-bottom: 30px;
  }
  .cart-modal-dialog p .price-number {
    font-weight: bold;
  }
  .cart-modal-dialog .btn {
    /*-- CLOSE BUTTON --*/
    /*-- CLOSE BUTTON END --*/
  }
  .cart-modal-dialog .btn-list {
    flex-direction: column-reverse;
  }
  .cart-modal-dialog .btn-list.registry {
    margin-bottom: 0;
  }
  .cart-modal-dialog .btn-list a {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    padding: 7px 35px;
    width: 100%;
    max-width: 300px;
  }
  .cart-modal-dialog .btn-list a:last-child {
    margin-bottom: 10px;
  }
  .cart-modal-dialog .btn-list a i {
    font-size: 23px;
    margin-right: 10px;
  }
  .cart-modal-dialog .btn-list a:hover {
    background-color: #FFFFFF;
    color: #0054A6;
  }
  .cart-modal-dialog .btn-list a.continue {
    background-color: #FFFFFF;
    color: #0054A6;
  }
  .cart-modal-dialog .btn-list a.continue:hover {
    background-color: #0054A6;
    color: #FFFFFF;
  }
  .cart-modal-dialog .btn-list a.login {
    margin-right: 40px;
    background-color: #FFFFFF;
    color: #0054A6;
  }
  .cart-modal-dialog .btn-list a.login:hover {
    background-color: #0054A6;
    color: #FFFFFF;
  }
  .cart-modal-dialog .btn-close {
    position: absolute;
    top: -12px;
    right: -12px;
    color: #666666;
    font-size: 26px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
  }
  .cart-modal-dialog .btn-close:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.mypage-navigator {
  margin-top: 6px;
}
.mypage-navigator .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.mypage-navigator .list li {
  display: flex;
  width: calc(25% - 10px);
  max-width: 290px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  color: #0054A6;
}
@media only screen and (max-width : 640px) {
  .mypage-navigator .list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.mypage-navigator .list li:not(:nth-child(4n)) {
  margin-right: 13px;
}
@media only screen and (max-width : 640px) {
  .mypage-navigator .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width : 640px) {
  .mypage-navigator .list li:not(:nth-child(2n)) {
    margin-right: 18px;
  }
}
.mypage-navigator .list li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 21px 15px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  transition: all 0.1s ease-in;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li a {
    padding: 21px 0 21px 10px;
    min-height: 80px;
  }
}
.mypage-navigator .list li a:hover, .mypage-navigator .list li a.active, .mypage-navigator .list li a:active {
  background-color: #0054A6;
  color: #FFFFFF;
}
.mypage-navigator .list li a:hover span, .mypage-navigator .list li a.active span, .mypage-navigator .list li a:active span {
  color: #FFFFFF;
}
.mypage-navigator .list li a i {
  margin-right: 20px;
  width: 40px;
  text-align: center;
  font-size: 35px;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li a i {
    margin-right: 8px;
    width: 25px;
    text-align: center;
    font-size: 20px;
  }
}
.mypage-navigator .list li a span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li a span {
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
  }
}
@media only screen and (max-width : 320px) {
  .mypage-navigator .list li a span {
    white-space: break-spaces;
  }
}
.mypage-navigator .list li div {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 21px 15px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  transition: all 0.1s ease-in;
  font-size: 32px;
  line-height: 36px;
  color: #BABABA;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li div {
    padding: 21px 0 21px 10px;
    min-height: 80px;
  }
}
.mypage-navigator .list li div i {
  margin-right: 20px;
  width: 40px;
  text-align: center;
  font-size: 35px;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li div i {
    margin-right: 8px;
    width: 25px;
    text-align: center;
    font-size: 20px;
  }
}
.mypage-navigator .list li div span {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .mypage-navigator .list li div span {
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
  }
}
@media only screen and (max-width : 320px) {
  .mypage-navigator .list li div span {
    white-space: break-spaces;
  }
}

.guide-pro-member-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.62);
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  overflow: auto;
}
.guide-pro-member-modal-dialog {
  width: 100%;
  max-width: 528px;
  border: 1px solid #0054A6;
  margin: 0 auto;
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 5px 0px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
}
.guide-pro-member-modal-dialog img {
  width: 96px;
  margin-bottom: 12px;
}
.guide-pro-member-modal-dialog .pro-member-information {
  color: #A75D72;
}
.guide-pro-member-modal-dialog .under-line {
  font-weight: bold;
  font-size: 20px;
  -webkit-text-decoration: underline solid #A75D72;
          text-decoration: underline solid #A75D72;
}
.guide-pro-member-modal-dialog .btn {
  text-decoration: none;
  color: #FFFF00;
  margin-bottom: 25px;
}
.guide-pro-member-modal-dialog p {
  text-align: center;
  margin-bottom: 25px;
  line-height: 175%;
}
.guide-pro-member-modal a {
  text-decoration: underline;
}
.guide-pro-member-modal a:hover {
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  .guide-pro-member-modal-dialog {
    width: 92%;
    max-width: 338px;
    padding: 15px 2px 0px;
  }
  .guide-pro-member-modal-dialog .under-line {
    font-weight: bold;
    font-size: 16px;
    -webkit-text-decoration: underline solid #A75D72;
            text-decoration: underline solid #A75D72;
  }
  .guide-pro-member-modal-dialog .pro-member-information {
    color: #A75D72;
    font-size: 14px;
  }
  .guide-pro-member-modal-dialog p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
  }
}

/*
theme Name: ベース
Description: 共通テンプレート
version： 1.0.0
*/
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base03 {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
@media (max-width: 1024px) {
  .base03 {
    padding: 0px 0px;
  }
}

.top-container {
  position: relative;
  z-index: 0;
}
.top-container .top-banner {
  width: 100%;
}
.top-container picture.single-main-banner {
  display: flex;
  justify-content: center;
}
.top-container a.single-main-banner {
  display: inline-block;
}
.top-container img.single-main-banner {
  width: auto;
  height: 400px;
}
@media (max-width: 1024px) {
  .top-container img.single-main-banner {
    height: 280px;
  }
}
@media (max-width: 425px) {
  .top-container img.single-main-banner {
    width: 100%;
    height: auto;
  }
}
.top-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .top-container .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
.top-container .slick-resize {
  max-width: 1173px;
  margin-right: auto;
  margin-left: auto;
}

.block-list-news03 {
  padding-top: 30px;
}
.block-list-news03 .inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .block-list-news03 .inner {
    flex-direction: column;
  }
}
.block-list-news03 .inner .tit-box {
  width: 120px;
  height: 81px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0054a5;
  color: #ffffff;
}
@media (max-width: 768px) {
  .block-list-news03 .inner .tit-box {
    display: none;
  }
}
.block-list-news03 .inner .tit-box .tit {
  color: #ffffff;
  font-size: 21px;
  margin-bottom: 0;
}
.block-list-news03 .inner .list-news03 {
  width: calc(100% - 120px - 40px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .block-list-news03 .inner .list-news03 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .block-list-news03 .inner .list-news03 {
    width: 100%;
    border-top: 1px solid #edf2f9;
  }
}
.block-list-news03 .inner .list-news03 li {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #edf2f9;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .block-list-news03 .inner .list-news03 li {
    flex-direction: column;
  }
}
.block-list-news03 .inner .list-news03 li .date {
  line-height: 1.6;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .block-list-news03 .inner .list-news03 li .date {
    margin: 0 15px 0 0;
  }
}
.block-list-news03 .inner .list-news03 li .box .tit {
  line-height: 1.6;
  color: #0054a5;
}
.block-list-news03 .inner .list-news03 li .box .tit:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .block-list-news03 .inner .list-news03 li .box .tit {
    display: block;
  }
}
.block-list-news03 .inner .list-news03 li .box .tit i {
  padding: 0 0 0 5px;
}
.block-list-news03 .inner .list-news03 li .box .tit .fa-chevron-down {
  display: inline-block;
}
.block-list-news03 .inner .list-news03 li .box .tit .fa-angle-up {
  display: none;
}
.block-list-news03 .inner .list-news03 li .box .tit.down .fa-chevron-down {
  display: none;
}
.block-list-news03 .inner .list-news03 li .box .tit.down .fa-angle-up {
  display: inline-block;
}
.block-list-news03 .inner .list-news03 li .box .tit.up .fa-chevron-down {
  display: inline-block;
}
.block-list-news03 .inner .list-news03 li .box .tit.up .fa-angle-up {
  display: none;
}
.block-list-news03 .inner .list-news03 li .box .txt {
  margin: 10px 0 0;
  display: none;
  white-space: pre-wrap;
}

.wrp-sale {
  background-color: #dde7f3;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .wrp-sale {
    padding: 40px 0;
  }
}

.wrp-driver {
  background-color: #f8f8f8;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .wrp-driver {
    padding: 40px 0;
  }
}

.wrp-category {
  background-color: #ffffff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .wrp-category {
    padding: 40px 0;
  }
}

.block-tit09 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .block-tit09 {
    margin-bottom: 20px;
  }
}
.block-tit09 .tit09 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 50%, #ffe800 50%);
  padding: 0 8px 8px;
}
@media (max-width: 768px) {
  .block-tit09 .tit09 {
    font-size: 20px;
  }
}

.block-btn01 {
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0054a6;
  border: 1px solid #0054a6;
  color: #ffffff;
  position: relative;
  margin: 50px auto 0;
}
.block-btn01::before {
  font-family: "Font Awesome 6 Free"; /*←ココ！！！！！！！*/
  font-weight: 600;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
}
.block-btn01:hover {
  background-color: #ffffff;
  color: #0054a6;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.block-list-box04 {
  display: flex;
  justify-content: center;
  height: 405px;
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .block-list-box04 {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .block-list-box04 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
  }
}
@media (max-width: 425px) {
  .block-list-box04 {
    height: 350px;
  }
}
.block-list-box04 .list-box {
  width: 100%;
  margin: 0 15px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-list-box04 .list-box {
    width: calc(50% - 10px);
    margin: 0 8px;
  }
}
.block-list-box04 .list-box .up .wrp-img {
  overflow: hidden;
  display: block;
}
.block-list-box04 .list-box .up .wrp-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.block-list-box04 .list-box .up .wrp-img img:hover {
  transform: scale(1.1);
}
.block-list-box04 .list-box .up .wrp-img img.no-slick {
  width: 202px;
  height: 202px;
}
@media (max-width: 1024px) {
  .block-list-box04 .list-box .up .wrp-img img.no-slick {
    width: 126px;
    height: 126px;
  }
}
@media (max-width: 425px) {
  .block-list-box04 .list-box .up .wrp-img img.no-slick {
    width: 159px;
    height: 159px;
  }
}
.block-list-box04 .list-box .up .wrp-txt {
  padding: 15px 0 0;
}
@media (max-width: 768px) {
  .block-list-box04 .list-box .up .wrp-txt {
    padding: 10px 0 0;
  }
}
.block-list-box04 .list-box .up .wrp-txt .tit {
  color: #0054a5;
  font-weight: 500;
  line-height: 1.4;
  height: 49px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block-list-box04 .list-box .up .wrp-txt .txt {
  font-size: 12px;
  font-weight: 500;
  margin: 20px 0 0;
  height: 18px;
}
@media (max-width: 768px) {
  .block-list-box04 .list-box .up .wrp-txt .txt {
    margin: 15px 0 0;
  }
}
.block-list-box04 .list-box .price-box {
  margin: 20px 0 0;
}
.block-list-box04 .list-box .price-box .tag-box {
  height: 20px;
}
.block-list-box04 .list-box .price-box .tag-box .tag {
  background-color: #d73008;
  color: #ffffff;
  display: inline-block;
  padding: 1px 5px;
  font-size: 11px;
  height: 100%;
}
.block-list-box04 .list-box .price-box .price {
  color: #d73008;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 0;
}
.block-list-box04 .list-box .price-box .price span {
  font-size: 0.7em;
}
.block-list-box04 .list-box .price-box .teika {
  font-size: 12px;
  padding: 10px 0 0;
  height: 30.4px;
}
.block-list-box04 .list-box .price-box .teika span {
  font-size: 0.7em;
}
.block-list-box04 .list-box .price-box .none-price {
  font-size: 12px;
}
.block-list-box04 li.no-slick {
  width: 202px;
  height: 360px;
}
@media (max-width: 1024px) {
  .block-list-box04 li.no-slick {
    width: 126px;
    height: 308px;
  }
}
@media (max-width: 425px) {
  .block-list-box04 li.no-slick {
    width: 159px;
  }
}

.cate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .cate-list {
    gap: 0px;
    margin: 30px 0 0;
    border-bottom: 1px solid #c8c8c8;
  }
}
.cate-list .box {
  border: 1px solid #c8c8c8;
  padding: 15px 10px;
  width: calc(25% - 8px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cate-list .box:hover {
  border: 1px solid #0054a5;
}
.cate-list .box:hover a {
  color: #0054a5;
}
@media (max-width: 768px) {
  .cate-list .box {
    width: 50%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 0px solid #c8c8c8;
    border-bottom: 0px solid #c8c8c8;
  }
  .cate-list .box:nth-child(even) {
    border-right: 1px solid #c8c8c8;
  }
}
.cate-list .box .thum {
  width: 50px;
}
.cate-list .box .txt {
  color: #333333;
}

.bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media (max-width: 768px) {
  .bnr-list {
    gap: 10px;
  }
}
.bnr-list .box {
  width: calc(25% - 12px);
}
@media (max-width: 768px) {
  .bnr-list .box {
    width: calc(50% - 5px);
  }
}
.bnr-list .box .thum:hover {
  opacity: 0.7;
}
.bnr-list .box .txt {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 768px) {
  .bnr-list .box .txt {
    font-size: 12px;
  }
}

.wrap-sp-navi01-b .overlay-b {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.wrap-sp-navi01-b .overlay-b.open {
  width: 100%;
  z-index: 20;
  opacity: 1;
  height: 1180px;
  margin-top: 70px;
}
.wrap-sp-navi01-b .sp-navi01-b {
  width: 280px;
  height: 100%;
  background-color: #0054a5;
  position: fixed;
  top: 70px;
  right: -90%;
  transition: all 0.5s;
  z-index: 103;
  overflow: scroll;
}
.wrap-sp-navi01-b .sp-navi01-b.open {
  right: 0px;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi {
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a {
  padding: 15px 10px 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6039215686);
  color: #ffffff;
  display: block;
  width: 100%;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a.has-menu {
  border-bottom: 0px solid rgba(255, 255, 255, 0.6039215686);
  display: flex;
  justify-content: space-between;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a.has-menu .fa-chevron-down {
  display: block;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a.has-menu .fa-chevron-up {
  display: none;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a.has-menu.down .fa-chevron-down {
  display: none;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li > a.has-menu.down .fa-chevron-up {
  display: block;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li .sub-menu {
  padding: 10px 0 0 20px;
  display: none;
}
.wrap-sp-navi01-b .sp-navi01-b .base-navi .list .li .sub-menu > li > a {
  padding: 0 0 15px 0;
  color: #ffffff;
  display: block;
  width: 100%;
}

.center-link {
  line-height: normal;
  text-align: center;
  color: #d73008;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .center-link {
    font-size: 14px;
  }
}

.list-product-body .block-sub-category {
  background: #F9F9F9;
  margin-bottom: 58px;
  border-radius: 5px;
  overflow: hidden;
}
.list-product-body .block-sub-category-all {
  justify-content: flex-start;
  padding: 10px 8px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.list-product-body .block-sub-category-all.closed {
  height: 0;
  padding: 0;
}
.list-product-body .block-sub-category h2 {
  background: #EEEEEE;
  border-radius: 5px 5px 0px 0px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 19px;
  position: relative;
  cursor: pointer;
}
.list-product-body .block-sub-category h2:after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #0054A6;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.list-product-body .block-sub-category h2:before {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #0054A6;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: none;
}
.list-product-body .block-sub-category h2.closed {
  border-bottom: 0;
}
.list-product-body .block-sub-category h2.closed:before {
  display: block;
}
.list-product-body .block-sub-category-item {
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  max-width: 208px;
  margin: 0 4px 7px;
  padding: 5px 6px;
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.list-product-body .block-sub-category-item:hover {
  border: 1px solid #0054A6;
}
.list-product-body .block-sub-category-item:hover h4 {
  color: #0054A6;
}
.list-product-body .block-sub-category-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #333333;
}
.list-product-body .block-sub-category-item a .thumbnail-image {
  max-width: 60px;
  height: 60px;
  display: flex;
  width: 40%;
  justify-content: center;
}
.list-product-body .block-sub-category-item a .thumbnail-image img {
  width: 100%;
}
.list-product-body .block-sub-category-item a h4 {
  width: 60%;
  font-weight: 700;
  margin-left: 10px;
}
.list-product-body .block-sub-category-item a h4 .name {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.list-product-body .block-sub-category-item a h4 span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width : 768px) {
  .list-product-body .block-sub-category {
    display: none;
  }
}
.list-product-body.product-search-keyword .main-title {
  margin-bottom: 38px;
}
@media only screen and (max-width : 768px) {
  .list-product-body.product-search-keyword .main-title {
    margin-bottom: 18px;
  }
}
.list-product-body.product-search-keyword .wrapper.products-grid-4 {
  margin-top: 36px;
  display: inline-block;
}
@media only screen and (max-width : 768px) {
  .list-product-body.product-search-keyword .wrapper.products-grid-4 {
    margin-top: 11px;
  }
}

/* -- PRODUCT TITLE -- */
.title-product {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 24px;
  margin-top: 9px;
  padding-bottom: 15px;
  display: block;
}
.title-product:after {
  border-bottom: 1px solid #DDDDDD;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.title-product:before {
  background: #0054A6;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width : 1024px) {
  .title-product {
    font-size: 20px;
  }
}

/* -- PRODUCT TITLE END -- */
/*WRAPPER*/
.wrapper.products-list {
  margin-bottom: 40px;
}
.wrapper.products-grid {
  margin-bottom: 40px;
}
.wrapper.products-grid-4 {
  margin-bottom: 0;
}
@media only screen and (max-width : 1024px) {
  .wrapper.products-grid-4 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 768px) {
  .wrapper.products-grid-4 {
    margin-top: 11px;
  }
}

/*WRAPPER END*/
/*-- PRODUCT TAG--*/
.product-item-notice {
  margin-bottom: 10px;
}
.product-item-notice .icon-sale {
  border: 1px solid #0054A6;
  min-width: 55px;
  padding: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0;
  color: #0054A6;
  text-align: center;
  margin-right: 5px;
}

/*-- PRODUCT TAG END--*/
.product-item {
  color: #000;
}
.product-item-info {
  margin-bottom: 50px;
}
@media only screen and (max-width : 1024px) {
  .product-item-info {
    margin-bottom: 23px;
  }
}
.product-item-detail {
  display: flex;
  justify-content: space-between;
}
.product-item-details {
  position: relative;
  color: #333333;
}
.product-item a {
  color: #333333;
}
.product-item-all {
  height: 210px;
  position: relative;
}
.product-item-notice {
  height: 50px;
  position: relative;
}
.product-item-notice .new-recom {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.product-item-brand {
  margin-bottom: 5px;
  line-height: 18px;
}
@media only screen and (max-width : 768px) {
  .product-item-brand {
    font-size: 12px;
  }
}
.product-item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width : 768px) {
  .product-item-name {
    font-size: 16px;
  }
}
.product-item-name a {
  line-height: 23px;
  display: block;
}
.product-item-name a[href] {
  color: #0054A6;
}
.product-item-name a[href]:hover {
  text-decoration: underline;
}
.product-item-sku {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
}
@media only screen and (max-width : 768px) {
  .product-item-sku {
    font-size: 12px;
  }
}
.product-item-price {
  font-weight: 700;
  color: #DB431F;
  font-size: 13px;
  text-shadow: 0.5px 0 0 #db431f;
}
@media (max-width: 991px) {
  .product-item-price {
    font-size: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .product-item-price {
    align-items: baseline;
  }
}
.product-item-price span {
  text-shadow: none;
}
.product-item-price span.type {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width : 768px) {
  .product-item-price span.type {
    font-size: 10px;
    line-height: 10px;
  }
}
.product-item-point {
  color: #DB431F;
}
@media (max-width: 991px) {
  .product-item-point {
    font-weight: 700;
  }
}
.product-item-instock {
  margin-bottom: 5px;
  line-height: 18px;
  font-weight: bold;
}
.product-item-instock-sub {
  display: none;
}
@media only screen and (max-width : 768px) {
  .product-item-instock {
    font-weight: normal;
  }
  .product-item-instock span {
    font-weight: bold;
  }
}
@media only screen and (max-width : 640px) {
  .product-item-instock {
    display: none;
  }
  .product-item-instock-sub {
    display: block;
  }
}
.product-item-review {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.product-item-review-stars {
  display: inline-flex;
}
.product-item-review-stars li {
  margin-right: 2px;
}
.product-item-review-stars li i {
  font-size: 14px;
  color: #DDDDDD;
  stroke: #DDDDDD;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #999999;
}
.product-item-review-stars li i.current {
  color: #FFE900;
}
@media only screen and (max-width : 768px) {
  .product-item-review {
    margin-bottom: 10px;
  }
}
.product-item-review img {
  margin-right: 9px;
}
.product-item-qty {
  color: #555555;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-item-qty:after {
  content: none;
}
.product-item-qty > span {
  width: 40px;
}
.product-item-qty > span.qty {
  width: auto;
}
.product-item-qty .ipt-qty {
  width: 97px;
  height: 40px;
  border: 1px solid #CCCCCC;
  text-align: right;
  border-radius: 5px;
}
@media only screen and (max-width : 768px) {
  .product-item-qty .ipt-qty {
    width: 100%;
  }
}
@media only screen and (max-width : 640px) {
  .product-item-qty .ipt-qty {
    max-width: 80px;
  }
}
.product-item .jq-ry-container {
  padding-left: 0;
}

/*-- PRODUCT THUMBNAILS --*/
.img-product {
  border: 1px solid #CCCCCC;
  text-align: center;
  margin-bottom: 0;
  height: 110px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .img-product {
    height: 110px;
    width: 110px;
  }
}
@media only screen and (max-width : 640px) {
  .img-product {
    height: 80px;
    width: 80px;
  }
}
.img-product img {
  width: auto;
  transition: all 0.5s ease-in-out;
  height: auto;
  max-height: 100%;
}
.img-product:hover img {
  transform: scale(1.1);
}

/*-- PRODUCT THUMBNAILS END --*/
.products-list .product-item-list-container {
  float: right;
  width: calc(100% - 125px);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-list-container {
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width : 640px) {
  .products-list .product-item-list-container {
    display: flex;
    flex-direction: column;
  }
}
.products-list .img-product {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width : 768px) {
  .products-list .img-product {
    margin-bottom: 7px;
  }
}
.products-list .product-item-info {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.products-list .product-item-info {
  margin-bottom: 15px;
}
.products-list .product-item-info .error-msg {
  font-size: 11px;
  color: #DB431F;
  margin-top: 5px;
  display: none;
  text-align: right;
  line-height: 15px;
  width: auto;
  align-self: flex-end;
  position: relative;
  padding-left: 20px;
}
.products-list .product-item-info .error-msg:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 2px;
}
.products-list .product-item-info .error-msg.active {
  display: inline-block;
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-info {
    margin: 0 -18px 21px;
    padding: 0 18px 20px;
  }
  .products-list .product-item-info .error-msg {
    text-align: left;
  }
}
.products-list .product-item:last-child .product-item-info {
  margin-bottom: 0;
}
.products-list .product-item-photo {
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-photo {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width : 640px) {
  .products-list .product-item-photo {
    width: 80px;
    height: 80px;
  }
}
.products-list .product-item-all {
  height: 100%;
  width: calc(100% - 375px);
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-all {
    width: 100%;
  }
}
.products-list .product-item-notice {
  height: auto;
}
.products-list .product-item-notice .new-recom {
  width: auto;
  position: relative;
  bottom: auto;
  justify-content: flex-start;
}
.products-list .product-item-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 50%;
  max-width: 300px;
  text-align: right;
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-actions {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-actions {
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media only screen and (max-width : 640px) {
  .products-list .product-item-actions {
    flex-direction: row;
    align-items: baseline;
  }
}
.products-list .product-item-qty > span {
  position: relative;
  top: 0;
  margin-right: 8px;
  font-size: 16px;
  color: #333333;
}
.products-list .product-item-qty {
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 100%;
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-qty {
    margin-top: 0;
    float: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-qty {
    flex-wrap: initial;
    justify-content: flex-start;
  }
}
.products-list .product-item-qty .ipt-qty {
  margin-right: 7px;
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-qty .ipt-qty {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-qty .ipt-qty {
    margin-bottom: 0;
  }
}
.products-list .btn-addCart {
  margin-top: 0;
  width: 100%;
  max-width: 145px;
  font-weight: normal;
}
@media only screen and (max-width : 1024px) {
  .products-list .btn-addCart {
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .products-list .btn-addCart {
    max-width: 150px;
  }
}
@media only screen and (max-width : 320px) {
  .products-list .btn-addCart {
    font-size: 11px;
  }
}
.products-list .product-item-price {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 6px;
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-price {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-price {
    line-height: 22px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width : 640px) {
  .products-list .product-item-price {
    margin-bottom: 10px;
  }
}
.products-list .product-item-none-price {
  line-height: 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 768px) {
  .products-list .product-item-none-price {
    margin-right: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width : 640px) {
  .products-list .product-item-none-price {
    margin-bottom: 10px;
    text-align: left;
  }
}
.products-list .product-item-none-price .font-s1 {
  font-size: 14px;
  display: block;
}
.products-list .product-item-none-price .font-s2 {
  font-size: 12px;
  display: block;
}
.products-list .product-item-point {
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width : 1024px) {
  .products-list .product-item-point {
    font-size: 12px;
    margin: 0 0 10px;
    display: inline-block;
    float: right;
  }
}

.products-grid-4 {
  margin-bottom: 0;
}
.products-grid .items-6 {
  margin-bottom: 28px;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.products-grid .items-6 .product-item-notice .icon-sale {
  margin-right: 0;
}
.products-grid .items-6 .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item {
    margin-bottom: 30px;
  }
}
.products-grid .items-6 .product-item-info {
  max-width: 120px;
  margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-info {
    max-width: 150px;
  }
}
.products-grid .items-6 .product-item-details, .products-grid .items-6 .product-item a {
  color: #333333;
}
.products-grid .items-6 .product-item-notice {
  height: 60px;
  margin-bottom: 0;
}
.products-grid .items-6 .product-item-notice .icon-sale {
  margin-bottom: 10px;
  margin-right: 0;
}
.products-grid .items-6 .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid .items-6 .product-item-photo .img-product {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  max-width: 120px;
  margin: auto;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-photo .img-product {
    max-width: 150px;
  }
}
.products-grid .items-6 .product-item-photo .img-product img {
  position: absolute;
  width: auto;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-grid .items-6 .product-item-brand {
  margin-bottom: 5px;
}
.products-grid .items-6 .product-item-price {
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: -6px;
}
.products-grid .items-6 .product-item-price span {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
}
.products-grid .items-6 .product-item-point {
  margin-bottom: 5px;
}
.products-grid .items-6 .product-item-qty {
  margin-bottom: 10px;
}
.products-grid .items-6 .product-item-qty .ipt-qty {
  max-width: 80px;
}
.products-grid .items-6 .product-item .btn-addCart {
  margin-top: 0;
}
.products-grid .items-6 .product-item-actions {
  max-width: 120px;
  width: 100%;
  margin-top: auto;
}
.products-grid .items-6 .product-item-actions.error {
  height: auto;
}
.products-grid .items-6 .product-item-actions .error-msg {
  font-size: 11px;
  color: #DB431F;
  margin-top: 10px;
  display: none;
  text-align: justify;
  line-height: 16px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: -5px;
  position: relative;
}
@media only screen and (max-width : 320px) {
  .products-grid .items-6 .product-item-actions .error-msg {
    font-size: 10px;
  }
}
.products-grid .items-6 .product-item-actions .error-msg.active {
  display: block;
}
.products-grid .items-6 .product-item-all {
  height: initial;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item {
    flex: 0 calc(50% - 14px);
    max-width: initial;
    margin-bottom: 20px;
  }
  .products-grid .items-6 .product-item-info {
    max-width: 100%;
  }
  .products-grid .items-6 .product-item-name {
    margin-bottom: 11px;
  }
  .products-grid .items-6 .product-item-sku {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .products-grid .items-6 .product-item-notice {
    height: 60px;
    margin-bottom: 0;
  }
  .products-grid .items-6 .product-item-notice .new-recom {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 5px;
  }
  .products-grid .items-6 .product-item-notice .new-recom span {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .products-grid .items-6 .product-item-notice .icon-sale {
    margin-bottom: 10px;
  }
  .products-grid .items-6 .product-item-photo {
    display: block;
    margin-bottom: 10px;
  }
  .products-grid .items-6 .product-item-photo .img-product {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width : 768px) and (max-width : 768px) {
  .products-grid .items-6 .product-item-photo .img-product {
    max-width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-photo .img-product img {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-brand {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-price {
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .products-grid .items-6 .product-item-price span {
    font-size: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-instock {
    display: block;
  }
  .products-grid .items-6 .product-item-instock span {
    font-weight: bold;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-review {
    margin-bottom: 10px;
  }
  .products-grid .items-6 .product-item-review img {
    width: 70px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-point {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-qty {
    margin-bottom: 11px;
  }
  .products-grid .items-6 .product-item-qty .ipt-qty {
    max-width: 110px;
  }
}
@media only screen and (max-width : 768px) and (max-width : 320px) {
  .products-grid .items-6 .product-item-qty .ipt-qty {
    max-width: 80px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item .btn-addCart {
    margin-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-actions {
    max-width: 100%;
    height: auto;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-6 .product-item-all {
    height: initial;
  }
}
.products-grid .items-4 {
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 {
    justify-content: space-between;
  }
}
.products-grid .items-4:before, .products-grid .items-4:after {
  content: none;
}
.products-grid .items-4 .product-item-notice .new-recom {
  width: auto;
}
.products-grid .items-4 .product-item-qty .ipt-qty {
  width: 82%;
}
.products-grid .items-4 .product-item-info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.products-grid .items-4 .product-item-all {
  height: 280px;
  position: relative;
}
.products-grid .items-4 .product-item-actions {
  position: absolute;
  bottom: 0;
}
.products-grid .items-4 .product-item {
  position: relative;
  margin-bottom: 50px;
  flex: 0 25%;
  width: 25%;
  padding: 0 0 97px;
  max-width: 200px;
}
.products-grid .items-4 .product-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.products-grid .items-4 .product-item-all {
  height: auto;
}
.products-grid .items-4 .product-item-info {
  margin-bottom: 0;
}
.products-grid .items-4 .product-item-notice {
  height: 20px;
}
.products-grid .items-4 .product-item-details, .products-grid .items-4 .product-item a {
  color: #000000;
}
.products-grid .items-4 .product-item-photo .img-product {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.products-grid .items-4 .product-item-photo .img-product img {
  width: auto;
}
.products-grid .items-4 .product-item-sku {
  font-size: 14px;
}
.products-grid .items-4 .product-item-price {
  font-size: 18px;
  margin-bottom: 5px;
}
.products-grid .items-4 .product-item-price span {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.products-grid .items-4 .product-item-point {
  margin-bottom: 5px;
}
.products-grid .items-4 .product-item-qty .ipt-qty {
  width: 85%;
  max-width: 160px;
}
.products-grid .items-4 .product-item-actions {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item {
    flex: 0 calc(50% - 14px);
    max-width: initial;
    margin-bottom: 20px;
  }
  .products-grid .items-4 .product-item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .products-grid .items-4 .product-item-info {
    max-width: 100%;
  }
  .products-grid .items-4 .product-item-name {
    margin-bottom: 11px;
  }
  .products-grid .items-4 .product-item-sku {
    margin-bottom: 10px;
  }
  .products-grid .items-4 .product-item-notice {
    height: 60px;
    margin-bottom: 0;
  }
  .products-grid .items-4 .product-item-notice .new-recom {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 5px;
  }
  .products-grid .items-4 .product-item-notice .new-recom span {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .products-grid .items-4 .product-item-notice .icon-sale {
    margin-bottom: 10px;
  }
  .products-grid .items-4 .product-item-photo {
    display: block;
    margin-bottom: 10px;
  }
  .products-grid .items-4 .product-item-photo .img-product {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width : 768px) and (max-width : 768px) {
  .products-grid .items-4 .product-item-photo .img-product {
    max-width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-photo .img-product img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-brand {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-price {
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .products-grid .items-4 .product-item-price span {
    font-size: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-instock {
    display: block;
    margin-bottom: 0;
  }
  .products-grid .items-4 .product-item-instock span {
    font-weight: bold;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-review {
    margin-bottom: 10px;
  }
  .products-grid .items-4 .product-item-review img {
    width: 70px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-point {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-qty {
    margin-bottom: 11px;
    justify-content: space-between;
  }
  .products-grid .items-4 .product-item-qty .ipt-qty {
    max-width: 110px;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item .btn-addCart {
    margin-top: 0;
    font-weight: normal;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-actions {
    max-width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (max-width : 768px) {
  .products-grid .items-4 .product-item-all {
    height: initial;
  }
}

@media only screen and (max-width : 768px) {
  .col-md-9 {
    padding: 0;
  }
  .wrapper .products-grid {
    margin: 0 0 28px;
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .row:before, .row:after {
    content: none;
  }
}
/* -- ANIMATION --*/
.layout-fade-enter-active, .layout-fade-leave-active {
  transition: opacity 0.3s ease;
}

.layout-fade-enter, .layout-fade-leave-to {
  opacity: 0;
}

/* -- ANIMATION END --*/
.empty-data {
  color: #333;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.related-product-page .product-item-notice {
  height: 100%;
  margin: 20px 0 10px;
}
.related-product-page .product-item-notice .new-recom {
  position: relative;
  display: block;
}

.product-main-intro {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-main-name {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .product-main-name {
    font-size: 20px;
  }
}
.product-main-name-h1 {
  color: #333333;
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .product-main-name-h1 {
    font-size: 20px;
  }
}
.product-main-rating {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
}
.product-main-rating span {
  font-size: 10px;
  font-weight: 700;
  margin-left: 7px;
}
.product-main-rating .product-item-review-stars {
  margin-right: 8px;
}
.product-main-rating .product-item-review-stars li {
  margin-right: 2px;
}
.product-main-rating .product-item-review-stars li i {
  font-size: 11px;
}
.product-main-image-list-wrapper .all-product {
  max-width: 1180px;
  margin: auto;
  /* the slides */
  /* -- CUSTOM DOTS --*/
  /* -- CUSTOM DOTS END --*/
}
.product-main-image-list-wrapper .all-product .item-card-product {
  border: 1px solid #DDDDDD;
  width: 130px;
  max-width: 130px;
  padding: 0;
  margin-bottom: 0;
  display: flex !important;
}
@media only screen and (max-width : 768px) {
  .product-main-image-list-wrapper .all-product .item-card-product {
    width: 100%;
    max-width: 230px;
    height: 230px;
  }
}
.product-main-image-list-wrapper .all-product .slick-slide {
  margin: 0 10px;
}
.product-main-image-list-wrapper .all-product .slick-slide > div {
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .product-main-image-list-wrapper .all-product .slick-slide {
    margin: 0;
  }
}
@media only screen and (max-width : 480px) {
  .product-main-image-list-wrapper .all-product .slick-slide {
    margin: 0;
  }
}
.product-main-image-list-wrapper .all-product .slick-list {
  margin: 0;
}
@media only screen and (max-width : 640px) {
  .product-main-image-list-wrapper .all-product .slick-list {
    max-width: 230px;
    margin: auto;
    padding: 0 !important;
  }
}
.product-main-image-list-wrapper .all-product .custom-dot-class {
  bottom: 0;
  position: static;
  margin-top: 20px;
}
.product-main-image-list-wrapper .all-product .custom-dot-class li button:before {
  font-size: 12px;
  color: #DDDDDD;
}
.product-main-image-list-wrapper .all-product .custom-dot-class li.slick-active button:before {
  color: #FFE900;
}
@media only screen and (max-width : 768px) {
  .product-main-image-list-wrapper .all-product .slick-slider .btn {
    top: 100px;
  }
}
.product-main-image-list-wrapper .all-product .slick-slider .btn-prev {
  left: 8px;
}
@media only screen and (max-width : 768px) {
  .product-main-image-list-wrapper .all-product .slick-slider .btn-prev {
    left: 0;
  }
}
.product-main-image-list-wrapper .all-product .slick-slider .btn-next {
  right: 7px;
}
@media only screen and (max-width : 768px) {
  .product-main-image-list-wrapper .all-product .slick-slider .btn-next {
    right: 0;
  }
}
.product-main-image-wrapper {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  /* the slides */
  /* the parent */
}
.product-main-image-wrapper:hover .btn {
  opacity: 1;
}
.product-main-image-wrapper:hover .btn-prev {
  left: 14px;
}
.product-main-image-wrapper:hover .btn-next {
  right: 14px;
}
.product-main-image-wrapper .btn {
  width: 17.25px;
  height: 26.42px;
  min-width: 0;
  z-index: 10;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  top: 46px;
  transform: none;
}
@media only screen and (max-width : 768px) {
  .product-main-image-wrapper .btn {
    top: 100px;
  }
}
.product-main-image-wrapper .btn-prev {
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}
.product-main-image-wrapper .btn-next {
  right: 0;
}
.product-main-image-wrapper .slick-prev:before, .product-main-image-wrapper .slick-next:before {
  content: none;
}
.product-main-image-wrapper .slick-slide {
  border: 1px solid #DDDDDD;
  max-width: 130px;
  height: 130px;
  padding: 10px;
}
.product-main-image-wrapper .slick-slide {
  margin: 0 10px;
}
.product-main-related {
  margin-top: 44px;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .product-main-related {
    margin-bottom: 30px;
  }
}
.product-main-related .spec-columns {
  width: auto;
}
@media only screen and (max-width : 768px) {
  .product-main-related .spec-columns {
    width: 75px;
  }
}
.product-main-related .error-msg {
  margin: 0;
  text-align: left;
  color: #DB431F;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: 11px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.product-main-related .error-msg:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  width: 13px;
  height: 12px;
  background-size: cover;
  left: 0;
  top: 2px;
}
.product-main-related .error-msg.show {
  height: auto;
  visibility: visible;
  margin: 2px 0 0;
}
@media only screen and (max-width : 768px) {
  .product-main-related .error-msg {
    text-align: left;
  }
}
.product-main-related-top h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333333;
  width: 80%;
  text-align: left;
}
@media only screen and (max-width : 768px) {
  .product-main-related-top {
    flex-direction: column;
  }
  .product-main-related-top h2 {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .product-main-related-bottom {
    flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.product-main-related .variation {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  align-items: center;
}
@media (max-width: 1023px) {
  .product-main-related .variation {
    display: flex;
  }
}
@media only screen and (max-width : 768px) {
  .product-main-related .variation {
    margin-bottom: 0;
  }
}
.product-main-related .variation .btn-addCart {
  width: 120px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .product-main-related .variation .btn-addCart {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (max-width : 768px) {
  .product-main-related .variation .btn-addCart {
    margin: 0 0 20px;
  }
  .product-main-related .variation .btn-addCart span {
    font-size: 14px;
  }
}
.product-main-related .variation span {
  font-size: 12px;
}
.product-main-related .variation span.error-msg {
  font-size: 11px;
}
.product-main-related .ipt-primary {
  text-align: right;
  color: #333333;
  width: 100%;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px;
  background: transparent;
}
@media only screen and (max-width : 768px) {
  .product-main-related .table-responsive {
    border: 1px solid #DDDDDD;
  }
}
.product-main-related .table-primary {
  width: 100%;
}
.product-main-related .table-primary span {
  color: #DB431F;
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.product-main-related .table-primary span.error-msg {
  font-size: 11px;
}
.product-main-related .table-primary span span {
  font-size: 14px;
  display: inline-block;
}
.product-main-related .table-primary span.none-price {
  font-size: 14px;
  color: #333333;
}
.product-main-related .table-primary tr.click-cell-block {
  cursor: pointer;
}
.product-main-related .table-primary td.static-cell {
  cursor: default;
}
.product-main-related .table-primary td.price {
  text-align: right;
  font-weight: 400;
}
.product-main-related .table-primary td.price > span {
  margin-bottom: 5px;
}
.product-main-related .table-primary td.price .point {
  font-size: 12px;
}
.product-main-related .table-primary a {
  text-decoration: underline;
  font-weight: 700;
}
.product-main-related .table-primary a:hover {
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  .product-main-related .table-responsive {
    margin-bottom: 20px;
  }
}

.table-primary {
  border: 1px solid #DDDDDD;
  background: #fff;
  font-weight: 700;
}
@media only screen and (max-width : 768px) {
  .table-primary {
    table-layout: fixed;
  }
}
.table-primary thead {
  background: #EEEEEE;
  color: #333333;
}
.table-primary thead th {
  text-align: center;
  padding: 6px;
  font-weight: bold;
}
.table-primary thead th .unit {
  font-size: 10px;
  color: #333333;
}
.table-primary thead th .unit.small {
  display: inline-block;
}
.table-primary tbody {
  font-weight: bold;
}
.table-primary tbody td {
  padding: 9px;
  font-weight: bold;
  height: 65px;
}
.table-primary tbody td .info {
  color: #0054A6;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  border: 1px solid #0054A6;
}
.table-primary tbody td .info:not(:last-child) {
  margin-bottom: 8px;
}
.table-primary td, .table-primary th {
  border: 1px solid #DDDDDD;
  border-color: #DDDDDD !important;
  padding: 10px;
  text-align: center;
}

.product {
  /*Breadcrumb*/
  /*Breadcrumb END*/
  /* -- Boostrap ROW--*/
  /* -- Boostrap ROW END--*/
}
.product .breadcrumb-list {
  margin-bottom: 25px;
}
@media only screen and (max-width : 768px) {
  .product .breadcrumb-list {
    margin-bottom: 30px;
  }
}
.product .row {
  margin: 0 0 90px;
}
@media only screen and (max-width : 768px) {
  .product .row {
    margin: 0 0 47px;
  }
}
.product .row:before, .product .row:after {
  content: none;
}
.product div[class*=col-md-] {
  padding: 0;
}
@media only screen and (max-width : 768px) {
  .product div[class*=col-md-] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.product-info {
  justify-content: space-between;
  margin-bottom: 90px;
}
.product-info:before {
  content: none;
}
.product-detail-image {
  max-width: 370px;
  padding: 0;
}
@media only screen and (max-width : 1200px) {
  .product-detail-image {
    flex: 0 0 calc(41.6667% - 10px);
    max-width: calc(41.6667% - 10px);
  }
}
@media only screen and (max-width : 768px) {
  .product-detail-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slick-slider {
    display: flex;
    flex-direction: column;
  }
}
.product-detail-image .slider-product {
  border: 1px solid #DDDDDD;
  position: relative;
  height: 367px;
}
.product-detail-image .slider-product .slick-slider,
.product-detail-image .slider-product .slick-list,
.product-detail-image .slider-product .slick-track,
.product-detail-image .slider-product .slick-slide > div,
.product-detail-image .slider-product .item {
  height: 100%;
}
.product-detail-image .slider-product .slick-slider .slick-current {
  z-index: 99;
}
.product-detail-image .slider-product .slider-item {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail-image .slider-product div .item {
  cursor: pointer;
}
.product-detail-image .slider-product div .item img {
  margin: auto;
  width: 100%;
}
.product-detail-image .slider-nav-thumbnails {
  margin-top: 10px;
  /* -- CUSTOM DOTS --*/
  /* -- CUSTOM DOTS END --*/
  /*--SLICK SLIDE--*/
  /*--SLICK SLIDE END--*/
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slider-nav-thumbnails {
    margin-top: 0;
  }
}
.product-detail-image .slider-nav-thumbnails .custom-dot-class.slick-dots {
  bottom: -32px;
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slider-nav-thumbnails .custom-dot-class.slick-dots {
    bottom: 0;
    position: static;
    text-align: left;
    display: flex !important;
    flex-wrap: wrap;
    margin: 10px auto 0;
    width: auto;
  }
}
.product-detail-image .slider-nav-thumbnails .custom-dot-class li {
  margin: 0 4px;
}
.product-detail-image .slider-nav-thumbnails .custom-dot-class li button:before {
  font-size: 12px;
  color: #DDDDDD;
}
.product-detail-image .slider-nav-thumbnails .custom-dot-class li.slick-active button:before {
  color: #FFE900;
}
.product-detail-image .slider-nav-thumbnails .slick-slide {
  text-align: center;
}
.product-detail-image .slider-nav-thumbnails.mb-show .item {
  display: flex;
  justify-content: center;
}
.product-detail-image .slider-nav-thumbnails .btn {
  width: 17.25px;
  height: 26.42px;
  min-width: 0;
  z-index: 10;
  margin: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slider-nav-thumbnails .btn {
    top: calc(50% - 20px);
  }
}
.product-detail-image .slider-nav-thumbnails .btn-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 3px;
}
.product-detail-image .slider-nav-thumbnails .btn-next {
  right: 3px;
}
.product-detail-image .slider-nav-thumbnails .btn:before, .product-detail-image .slider-nav-thumbnails .btn:after {
  content: none;
}
.product-detail-image .slider-nav-thumbnails .btn-secondary:focus {
  box-shadow: none;
}
.product-detail-image .slider-nav-thumbnails div .item {
  max-width: 85px;
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slider-nav-thumbnails div .item {
    max-width: 230px;
  }
}
.product-detail-image .slider-nav-thumbnails div .item img {
  border: 1px solid #DDDDDD;
  margin: auto;
}
@media only screen and (max-width : 768px) {
  .product-detail-image .slider-nav-thumbnails div .item img {
    width: 230px;
    height: 230px;
  }
}
.product-detail-main {
  max-width: 480px;
}
.product-detail-main hr {
  margin: 0 0 15px;
}
.product-detail-main .product-item-notice {
  height: auto;
  margin-bottom: 5px;
}
.product-detail-main .product-item-notice .new-recom {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-detail-main .product-main-rating {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.product-detail-main .product-main-rating .jq-ry-container {
  padding-left: 0;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-main-rating {
    margin-bottom: 20px;
  }
}
.product-detail-main .product-item-actions {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-item-actions {
    margin-bottom: 40px;
  }
}
.product-detail-main .product-item-actions button {
  margin-top: 0;
  width: 130px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .product-detail-main .product-item-actions button {
    width: 100%;
    margin: 5px 0;
  }
}
.product-detail-main .product-type-h2 {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}
.product-detail-main .product-item-qty {
  justify-content: flex-start;
}
.product-detail-main .product-item-qty .ipt-qty {
  width: 73px;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-item-qty {
    margin-bottom: 12px;
  }
}
.product-detail-main .product-item-actions {
  flex-wrap: wrap;
}
.product-detail-main .product-item-actions button.tocart {
  font-size: 12px;
  padding: 10px 0;
}
.product-detail-main .product-item-actions button.tocart.primary {
  width: 50%;
  max-width: 120px;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-item-actions button.tocart.primary {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.product-detail-main .product-item-actions button.tocart.secondary {
  width: 50%;
  max-width: 130px;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-item-actions button.tocart.secondary {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
.product-detail-main .product-item-actions button.tocart.secondary i {
  margin-right: 5px;
  color: #666666;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-item-actions button.tocart.secondary i {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    font-size: 15px;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-detail-main .product-item-actions button.tocart.secondary:hover {
    background-color: #F9F9F9;
  }
  .product-detail-main .product-item-actions button.tocart.secondary:hover i {
    color: #DB431F;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-detail-main .product-item-actions button.tocart.secondary:hover {
    background-color: #F9F9F9;
  }
  .product-detail-main .product-item-actions button.tocart.secondary:hover i {
    color: #DB431F;
  }
}
.product-detail-main .product-item-actions button.tocart.secondary.liked {
  background-color: #F9F9F9;
}
.product-detail-main .product-item-actions button.tocart.secondary.liked i {
  color: #DB431F;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-detail-main .product-item-actions button.tocart.secondary.liked:hover {
    background-color: #FFFFFF;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-detail-main .product-item-actions button.tocart.secondary.liked:hover {
    background-color: #FFFFFF;
  }
}
.product-detail-main .product-item-actions .error-msg {
  margin: 10px 0;
}
.product-detail-main .product-choose li {
  margin: 0;
}
.product-detail-main .product-choose-content .select {
  padding: 15px;
  border: 1px solid #DDDDDD;
  background-color: #F9F9F9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 13px;
}
.product-detail-main .product-choose-content .select .header {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-detail-main .product-choose-content .select .header .note {
  margin-bottom: 0;
  font-size: 12px;
}
.product-detail-main .product-choose-content .select .header .select-wrapper {
  margin-right: 17px;
  position: relative;
  width: 50%;
  max-width: 150px;
  background-color: #FFFFFF;
}
.product-detail-main .product-choose-content .select .header .select-wrapper:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-choose-content .select .header .select-wrapper {
    margin-right: 18px;
  }
}
.product-detail-main .product-choose-content .select .header select {
  width: 100%;
  max-width: 150px;
  margin-left: 0;
  padding: 10px;
  max-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width : 768px) {
  .product-detail-main .product-choose-content .select .header select {
    width: 100%;
  }
}
.product-detail-main .product-choose-content .select .table {
  max-height: 210px;
  overflow: auto;
}
.product-detail-main .product-choose-content .select .table.error {
  border: 1px solid #DB431F;
}
.product-detail-main .product-choose-content .select .table table {
  color: #333333;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.product-detail-main .product-choose-content .select .table table thead {
  background-color: #EEEEEE;
}
.product-detail-main .product-choose-content .select .table table thead tr {
  font-size: 12px;
}
.product-detail-main .product-choose-content .select .table table thead tr td {
  text-align: center;
}
.product-detail-main .product-choose-content .select .table table tr {
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: bold;
}
.product-detail-main .product-choose-content .select .table table tr td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
}
.product-detail-main .product-choose-content .select .table table tr td:nth-child(2) {
  text-align: center;
}
.product-detail-main .product-choose-content .select .table table tr td:nth-child(2) img {
  max-width: 14px;
}
.product-detail-main .product-choose-content .select .table table tr td.name {
  width: 56%;
  max-width: 190px;
}
.product-detail-main .product-choose-content .select .table table tr td.status {
  width: 27%;
  max-width: 100px;
}
.product-detail-main .product-choose-content .select .table table tr td.store {
  width: 21%;
  max-width: 100px;
}
.product-detail-main .product-choose-content .select .table table tr td .btn {
  min-width: 0;
  width: 100%;
  border-radius: 3px;
  padding: 4px 5px;
  max-width: 140px;
}
.product-detail-main .product-choose-content .select .table table tr td .btn.disabled {
  cursor: pointer;
}
.product-detail-main .product-choose-content .select .table table tr td .btn.disabled:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  opacity: 0.5;
}
.product-detail-main .product-choose-content .select .table table tr td .btn.disabled:focus {
  box-shadow: none;
  color: #ffffff;
}
.product-detail-main .product-choose-content .select .table table tr td .btn-secondary:focus {
  color: #0054A6;
  box-shadow: none;
}
.product-detail-main .product-choose-content .select .table table tr td .btn-secondary:hover {
  color: #FFFFFF;
}
.product-detail-main .product-choose-content .select:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  transform: rotate(-45deg);
  position: absolute;
  right: 22%;
  top: -11px;
  background-color: #F9F9F9;
}
.product-detail-main .error-msg {
  color: #DB431F;
  margin-bottom: 20px;
}
.product-detail-main .error-msg i {
  margin-right: 10px;
}
.product-detail-main .error-msg.error-msg-store {
  font-size: 12px;
  margin: 5px 0 0;
}
.product-info {
  margin-bottom: 90px;
}
.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #DB431F;
  text-align: right;
  margin-right: 47%;
}
@media only screen and (max-width : 960px) {
  .product-price {
    margin-right: 40%;
  }
}
.product-price span.tax {
  font-size: 14px;
  color: #000000;
}
.product-price.selling-price {
  margin-top: 11px;
}
.product-price.open-price {
  margin-right: 70%;
}
@media (max-width: 1024px) {
  .product-price.open-price {
    margin-right: 60%;
  }
}
@media (max-width: 768px) {
  .product-price.open-price {
    margin-right: 0px;
  }
}
@media only screen and (max-width : 768px) {
  .product-price {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 15px;
  }
  .product-price span.tax {
    font-size: 12px;
    font-weight: normal;
  }
  .product-price span.currency {
    font-size: 14px;
  }
}
.product-point {
  color: #DB431F;
  margin: 5px 0;
}
@media only screen and (max-width : 768px) {
  .product-point {
    display: inline-block;
  }
}
.product-code {
  margin-top: 5px;
}
.product-code-last {
  margin-top: 10px;
}
.product-stock {
  margin: 5px 0;
  font-size: 16px;
}
.product-stock span {
  font-weight: 700;
  font-size: 16px;
}
.product-noted {
  font-size: 12px;
  position: relative;
  padding-left: 12px;
}
.product-noted:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.product-description {
  font-size: 16px;
  margin-top: 10px;
  color: #333333;
  text-align: justify;
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
  white-space: pre-line;
}
.product-relate-intro {
  font-size: 16px;
  font-weight: 700;
}
.product-relate-intro a {
  text-decoration: underline;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.product-relate-intro a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
.product-relate-intro span {
  color: #DB431F;
}
.product-choose {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.product-choose li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 10px);
}
@media only screen and (max-width : 768px) {
  .product-choose li {
    width: calc(50% - 7px);
  }
}
.product-choose li label {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 9px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .product-choose li label {
    padding-left: 40px;
  }
}
.product-choose li label:before {
  width: 20px;
  height: 20px;
  left: 10px;
}
.product-choose li label:after {
  width: 10px;
  height: 10px;
  left: 15px;
}
.product-choose li label.choose {
  border: 1px solid #0054A6;
  color: #0054A6;
}
.product-choose li label input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.product-choose li.store label {
  background-color: #eeeeee;
  pointer-events: none;
  opacity: 0.8;
}
.product-choose li.store input.enabled + label {
  background-color: #FFFFFF;
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (max-width : 768px) {
  .product-choose li [type=radio]:checked + label, .product-choose li [type=radio]:not(:checked) + label {
    padding-left: 36px;
    padding-right: 0;
  }
}
.product-choose li [type=radio]:checked + label:before, .product-choose li [type=radio]:not(:checked) + label:before {
  width: 20px;
  height: 20px;
  left: 10px;
}
.product-choose li [type=radio]:checked + label:after, .product-choose li [type=radio]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  left: 15px;
}
.product-choose-content {
  margin-bottom: 18px;
}
.product-info-spec {
  text-align: left;
  margin-bottom: 50px;
}
.product-info-spec .block-title {
  margin-bottom: 20px;
}
.product-info-spec-desc {
  border: 1px solid #DDDDDD;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.product-info-spec-desc li {
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
  display: table;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .product-info-spec-desc li {
    display: flex;
    align-items: stretch;
  }
}
.product-info-spec-desc li .title {
  background: #EEEEEE;
  border-right: 1px solid #DDDDDD;
  width: 165px;
  padding: 11px 5px 11px 15px;
  display: table-cell;
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width : 768px) {
  .product-info-spec-desc li .title {
    padding: 11px 2px;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-info-spec-desc li .content {
  display: table-cell;
  width: auto;
  padding: 10px 14px;
}
@media only screen and (max-width : 480px) {
  .product-info-spec-desc li .content {
    max-width: 232px;
  }
}
.product-none-price {
  margin-top: 11px;
  text-align: right;
  margin-right: 47%;
}
@media only screen and (max-width : 768px) {
  .product-none-price {
    text-align: left;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 15px;
  }
}
.product-none-price .font-s1 {
  font-size: 14px;
  display: block;
}
.product-none-price .font-s2 {
  font-size: 12px;
  display: block;
}
.product .intro-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

#list-category .main-title {
  margin-bottom: 40px;
}
#list-category .categories {
  margin-bottom: 20px;
  justify-content: flex-start;
}
#list-category .categories-type {
  border-radius: 5px;
  min-height: 320px;
  flex-basis: calc(33.3333333333% - 1vw);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 280px;
}
#list-category .categories-type:not(:nth-child(3n)) {
  margin-right: 1.35vw;
}
#list-category .categories-type .title {
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 29px;
  padding: 15px 10px 15px 20px;
  background: #F9F9F9 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
}
#list-category .categories-type .title .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
#list-category .categories-type .title .icon img {
  width: 100%;
}
#list-category .categories-type .category-content {
  border: 1px solid #DDDDDD;
  min-height: 260px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
#list-category .categories-type .items {
  font-size: 16px;
  color: #0054A6;
  padding: 0 20px;
}
#list-category .categories-type .items li {
  border-bottom: 1px solid #DDDDDD;
  transition: all 0.1s ease-in-out;
}
#list-category .categories-type .items li:hover {
  font-weight: 700;
}
#list-category .categories-type .items li a {
  display: block;
  position: relative;
  padding: 10px 20px;
}
#list-category .categories-type .items li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-image: url(../../img/icon-arrow-cate.PNG);
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#list-category .categories-type .items li p {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #000000;
  font-weight: normal;
}
#list-category .categories-type .items li p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 13px;
  background-image: url(../../img/icon-arrow-cate.PNG);
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#list-category .categories-type .show-all {
  justify-content: center;
  padding: 20px 0;
  display: flex;
  text-align: center;
}
#list-category .categories-type .show-all a {
  padding-left: 20px;
  position: relative;
  line-height: 20px;
  font-size: 16px;
}
#list-category .categories-type .show-all a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../img/icon-plus.png);
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#list-category .categories-type .show-all a:hover {
  opacity: 0.7;
}
#list-category .categories-type .show-all.show-more a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../img/icon-minus.png);
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #list-category .categories {
    margin-bottom: 60px;
    justify-content: space-between;
  }
  #list-category .categories-type {
    flex-basis: calc(33.3333333333% - 20px);
    max-width: 100%;
    border: 1px solid #DDDDDD;
  }
  #list-category .categories-type:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #list-category .categories-type .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 29px;
    padding: 20px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    display: flex;
  }
  #list-category .categories-type .title .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  #list-category .categories-type .items {
    font-size: 15px;
    color: #0054A6;
    padding: 0 20px;
    border: 0;
  }
  #list-category .categories-type .show-all {
    justify-content: center;
    padding: 20px 0;
  }
  #list-category .categories-type .show-all a {
    padding-left: 20px;
    position: relative;
  }
  #list-category .categories-type .show-all a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../../img/icon-plus.png);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #list-category .categories-type .show-all a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 600px) {
  #list-category .categories-type {
    flex-basis: 100%;
    margin-bottom: 20px;
    min-height: initial;
    margin-right: 0;
  }
  #list-category .categories-type.open {
    padding-bottom: 24px;
  }
  #list-category .categories-type .title {
    padding: 15px 2.5em 15px 20px;
    background: #F9F9F9 0% 0% no-repeat padding-box;
    position: relative;
    display: flex;
    align-items: center;
    border: 0;
  }
  #list-category .categories-type .title.show {
    display: flex;
  }
  #list-category .categories-type .title .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  #list-category .categories-type .title:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../img/icon-plus.png);
    background-size: cover;
    top: 50%;
    right: 1.1em;
    transform: translateY(-50%);
    position: absolute;
  }
  #list-category .categories-type .title.open {
    border-bottom: 1px solid #DDDDDD;
  }
  #list-category .categories-type .title.open:after {
    background: url(../../img/icon-minus.png);
    background-size: cover;
  }
  #list-category .categories-type .category-content {
    min-height: initial;
    border: 0;
  }
  #list-category .categories-type .items {
    padding-bottom: 0;
    display: none !important;
    -webkit-transition: height 0.3s ease;
  }
  #list-category .categories-type .items.show {
    display: block !important;
    padding-bottom: 30px;
  }
  #list-category .categories-type .items.show.mb-hide {
    display: none !important;
  }
  #list-category .categories-type .show-all {
    display: none !important;
  }
  #list-category .categories-type .show-all.show {
    display: flex !important;
  }
  #list-category .categories-type .show-all.show.mb-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  #list-category .showPC {
    display: none !important;
  }
}
#list-category .showSP {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  #list-category .showSP {
    display: block !important;
  }
}

.maker {
  /*-- MAKER LIST --*/
  /*-- MAKER LIST END--*/
  /*-- MAKER DETAIL --*/
  /*-- MAKER DETAIL END--*/
}
.maker-list {
  /*-- POPULAR MAKER--*/
  /*-- POPULAR MAKER END--*/
  /*-- MAKER SEARCH --*/
  /*-- MAKER SEARCH END --*/
  /*-- MAKER RESULT --*/
  /*-- MAKER RESULT END --*/
  /*-- LOADER --*/
  /*-- LOADER END--*/
  /*-- NO RESULT --*/
  /*-- NO RESULT END --*/
  /*-- NO DATA --*/
  /*-- NO DATA END --*/
}
.maker-list :-ms-input-placeholder {
  color: #999999 !important;
  font-weight: 500 !important;
}
.maker-list .popular-maker-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.maker-list .popular-maker-list li {
  width: calc(16.6666666667% - 4px);
  max-width: 140px;
  margin-bottom: 25px;
  margin-right: 6px;
}
.maker-list .popular-maker-list li .thumbnail {
  border: 1px solid #e7e7e7;
  margin-bottom: 7px;
  height: 100%;
  max-height: 70px;
  width: 100%;
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.maker-list .popular-maker-list li .thumbnail:hover {
  border-color: #0054A6;
}
.maker-list .popular-maker-list li .thumbnail img {
  height: 100%;
  width: 100%;
  max-width: 140px;
  max-height: 70px;
}
.maker-list .popular-maker-list li .thumbnail img.no-image {
  transform: scale(2);
  height: auto;
  width: auto;
}
.maker-list .popular-maker-list li .name {
  font-size: 12px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  word-break: break-all;
}
.maker-list .popular-maker .loader {
  max-width: 100px;
  margin: auto;
}
.maker-list-search .search-bar {
  display: flex;
  align-items: stretch;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}
.maker-list-search .search-bar label {
  margin-right: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.maker-list-search .search-bar input {
  max-width: 210px;
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .maker-list-search .search-bar input {
    padding: 8px 10px;
  }
}
.maker-list-search .search-bar .btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFFFFF;
  width: 20%;
  max-width: 40px;
  cursor: pointer;
  font-size: 12px;
}
.maker-list-search .search-bar .btn-search:hover {
  opacity: 0.7;
  color: #FFFFFF;
}
.maker-list .maker-all-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.maker-list .maker-all-title li {
  width: 33.3333333333%;
  max-width: 70px;
  padding: 0 0.5em;
  margin-bottom: 15px;
}
@media only screen and (max-width : 768px) {
  .maker-list .maker-all-title li {
    width: 33.3333333333%;
  }
}
.maker-list .maker-all-title li:hover {
  text-decoration: underline;
}
.maker-list .maker-all-content .content-header {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.maker-list .maker-all-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.maker-list .maker-all-content li {
  width: calc(33.3333333333% - 6px);
  margin-bottom: 25px;
  margin-right: 6px;
  float: left;
}
@media only screen and (max-width : 768px) {
  .maker-list .maker-all-content li {
    width: calc(50% - 6px);
  }
}
.maker-list .maker-all-content li a:hover {
  text-decoration: underline;
}
.maker-list .maker-all-content li p {
  color: rgb(51, 51, 51);
}
.maker-list .maker-all .loader {
  max-width: 100px;
  margin: auto;
}
.maker-list-result {
  margin-bottom: 36px;
  /*-- MAKER RESULT ITEM--*/
  /*-- MAKER RESULT ITEM END--*/
}
.maker-list-result .item {
  display: flex;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.maker-list-result .item .info {
  display: flex;
  width: 34%;
  max-width: 300px;
  align-items: center;
}
.maker-list-result .item .info .thumbnail {
  max-width: 140px;
  border: 1px solid #e7e7e7;
  height: 100%;
  max-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-bottom: 0;
  width: 100%;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.maker-list-result .item .info .thumbnail img {
  height: auto;
  max-height: 70px;
  width: auto;
  max-width: 140px;
}
.maker-list-result .item .info .thumbnail img.no-image {
  transform: scale(2);
}
.maker-list-result .item .info .thumbnail:hover {
  border-color: #0054A6;
}
.maker-list-result .item .info .name {
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  word-break: break-all;
  word-wrap: break-word;
  margin-right: 10px;
}
.maker-list-result .item .description {
  max-width: 66%;
  margin-bottom: 0;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.maker-list .loader {
  max-width: 100px;
  margin: auto;
}
.maker-list .no-result {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
  line-height: 30px;
}
.maker-list .no-data {
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
  line-height: 30px;
}
.maker-detail-info {
  display: flex;
  margin-bottom: 48px;
  padding-top: 6px;
}
.maker-detail-info .logo {
  width: 30%;
  max-width: 240px;
  max-height: 120px;
  margin-right: 20px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maker-detail-info .logo img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 240px;
}
.maker-detail-info .description {
  width: 70%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .maker {
    /*-- MAKER LIST --*/
    /*-- MAKER LIST END--*/
    /*-- MAKER DETAIL --*/
    /*-- MAKER DETAIL END--*/
  }
  .maker-list {
    /*-- POPULAR MAKER--*/
    /*-- POPULAR MAKER END--*/
    /*-- MAKER SEARCH --*/
    /*-- MAKER SEARCH END --*/
    /*-- MAKER RESULT --*/
    /*-- MAKER RESULT END --*/
  }
  .maker-list .popular-maker-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .maker-list .popular-maker-list li {
    width: calc(33.3333333333% - 6px);
    max-width: 100px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .maker-list .popular-maker-list li:not(:nth-child(3n)) {
    margin-right: 5vw;
  }
}
@media only screen and (max-width : 768px) and (max-width : 768px) {
  .maker-list .popular-maker-list li:not(:nth-child(3n)) {
    margin-right: 2vw;
  }
}
@media only screen and (max-width : 768px) {
  .maker-list .popular-maker-list li .thumbnail {
    margin-bottom: 0;
    height: 50px;
    transition: none;
  }
  .maker-list .popular-maker-list li .thumbnail img {
    height: auto;
    width: auto;
    max-height: 50px;
    max-width: 100px;
  }
}
@media only screen and (max-width : 768px) {
  .maker-list .popular-maker-list li .name {
    display: none;
  }
}
@media only screen and (max-width : 768px) {
  .maker-list-search .search-bar {
    display: flex;
    align-items: stretch;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
    flex-wrap: wrap;
  }
  .maker-list-search .search-bar label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .maker-list-search .search-bar input {
    width: 88%;
    max-width: 300px;
    font-size: 12px;
  }
  .maker-list-search .search-bar .btn-search {
    width: 12%;
    max-width: 40px;
  }
}
@media only screen and (max-width : 768px) {
  .maker-list-result {
    margin-bottom: 36px;
    /*-- MAKER RESULT ITEM--*/
    /*-- MAKER RESULT ITEM END--*/
  }
  .maker-list-result .item {
    flex-direction: column;
    padding: 15px 0;
  }
  .maker-list-result .item .info {
    width: 100%;
    max-width: initial;
    margin-bottom: 15px;
  }
  .maker-list-result .item .info .thumbnail {
    max-width: 100px;
    border: 1px solid #e7e7e7;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .maker-list-result .item .info .thumbnail:hover {
    border-color: #0054A6;
  }
  .maker-list-result .item .info .thumbnail img {
    max-width: 100px;
    max-height: 50px;
    width: 100%;
  }
  .maker-list-result .item .info .thumbnail img.no-image {
    width: auto;
  }
  .maker-list-result .item .info .name {
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    word-break: break-word;
  }
  .maker-list-result .item .description {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width : 768px) {
  .maker-detail-info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .maker-detail-info .logo {
    width: 240px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .maker-detail-info .description {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.member-registration {
  margin-top: 20px;
  /*-- STEP LIST --*/
  /*-- STEP LIST END--*/
  /*-- STEP CONTAINER --*/
  /*-- STEP CONTAINER END --*/
  /*--FORM--*/
  /*--FORM END --*/
  /*-- HAS ERROR --*/
  /*-- HAS ERROR END --*/
  /*--STEP 1--*/
  /*--STEP 1--*/
  /*--STEP 2--*/
  /*--STEP 2 END--*/
  /*--STEP 3--*/
  /*--STEP 3 END--*/
}
.member-registration .main-title {
  display: inline-block;
  width: 100%;
}
.member-registration .main-title br {
  display: none;
}
.member-registration .step-list {
  display: flex;
  width: 50%;
  max-width: 494px;
  margin: 26px auto 0;
  padding-bottom: 88px;
  justify-content: space-between;
  position: relative;
}
.member-registration .step-list::-webkit-scrollbar {
  display: none;
}
.member-registration .step-list:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #DDDDDD;
  max-width: 494px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .step-list:before {
    content: none;
  }
}
.member-registration .step-list li {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #DDDDDD;
  border-radius: 50%;
  font-size: 14px;
  background-color: #ffffff;
  color: #666666;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .step-list li:first-child:after {
    content: "";
    width: 494px;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #DDDDDD;
    position: absolute;
    z-index: -1;
  }
}
.member-registration .step-list li.current {
  background-color: #FFE900;
  border-color: #FFE900;
  color: #333333;
}
.member-registration .step-list li.current .text {
  font-weight: bold;
}
.member-registration .step-list li .number {
  font-weight: bold;
}
.member-registration .step-list li .text {
  position: absolute;
  white-space: nowrap;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
}
.member-registration .step-container {
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
}
.member-registration .step-container-prostock.update .user-info {
  background-color: transparent;
  padding: 0;
}
.member-registration .step-container-prostock.update .updated-msg {
  text-align: center;
  font-size: 16px;
  color: #0054A6;
  font-weight: bold;
  background-color: #FFE900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  max-width: 250px;
  margin: 0 auto 20px;
  border-radius: 5px;
  opacity: 0.9;
  width: 100%;
  /* Firefox */
  -webkit-animation: fadeOut 0s ease-in 5s forwards;
  /* Safari and Chrome */
  /* Opera */
  animation: fadeOut 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-container-prostock.update .updated-msg {
    padding: 5px;
    margin: 0;
    font-size: 15px;
    top: 30px;
  }
}
.member-registration .step-container-prostock.update .updated-msg i {
  color: #0054A6;
  font-size: 20px;
  margin-right: 10px;
}
.member-registration .step-container-prostock.update input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.member-registration .step-container-prostock.update input:-webkit-autofill::first-line {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.member-registration .step-container-prostock.update input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.member-registration .step-container-prostock.update input:-webkit-autofill::first-line {
  font-family: "Noto Sans CJK JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.member-registration .step-container-prostock .user-info {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 3px 0 30px;
}
.member-registration .step-container-prostock.step-2 .infos {
  margin-bottom: 60px;
}
.member-registration .step-container-prostock.step-2 .infos li {
  border-bottom: 1px solid #DDDDDD;
}
.member-registration .step-container-prostock.step-2 .infos-password {
  margin-bottom: 50px;
}
.member-registration .step-container-prostock.step-2 .btn-list {
  margin-bottom: 60px;
}
.member-registration .form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 42px 0 5px;
}
.member-registration .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-color: #FFFFFF;
}
.member-registration .form select::-ms-expand {
  display: none;
}
.member-registration .form-password {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-bottom: 40px;
}
.member-registration .form-password form {
  padding-bottom: 15px;
}
.member-registration .form-field {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /*-- INPUT--*/
  /*-- INPUT END--*/
}
.member-registration .form-field:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.member-registration .form-field-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  width: 30%;
  max-width: 270px;
  margin-right: 55px;
  display: flex;
  justify-content: space-between;
}
.member-registration .form-field-label.product-name {
  max-width: 160px;
}
.member-registration .form-field-label span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.member-registration .form-field-label .type {
  font-size: 13px;
  width: 55px;
  height: 29px;
  color: #333333;
  background-color: #CCCCCC;
  border-radius: 3px;
}
.member-registration .form-field-label .type.required {
  position: relative;
  background-color: #DB431F;
  color: #FFFFFF;
}
.member-registration .form-field .input-file {
  width: 100%;
  max-width: 600px;
}
.member-registration .form-field .input-file input {
  width: 100%;
}
.member-registration .form-field .input-file span.note {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}
.member-registration .form-field .input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
  /*-- TYPE: RADIO --*/
  /*-- TYPE: RADIO END--*/
  /*-- TYPE: TEXT--*/
  /*-- TYPE: TEXT END--*/
  /*-- DATE SELECT --*/
  /*-- DATE SELECT END--*/
  /*--PREFECTURES--*/
  /*--PREFECTURES END--*/
  /*CUSTOM DROPDOWN ARROW*/
  /*CUSTOM DROPDOWN ARROW END*/
}
.member-registration .form-field .input-radio {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #000000;
}
.member-registration .form-field .input-radio input[type=radio] {
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-right: 20px;
  cursor: pointer;
}
.member-registration .form-field .input-radio input[type=radio]:checked + label {
  font-weight: bold;
}
.member-registration .form-field .input-radio label {
  margin-right: 42px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.member-registration .form-field .input-radio label.disabled {
  cursor: not-allowed;
}
.member-registration .form-field .input-radio .mr-short {
  margin-right: 21px;
}
.member-registration .form-field .input-text {
  width: 100%;
  max-width: 600px;
  /*--PLACE HOLDER--*/
  /*--PLACE HOLDER END--*/
}
.member-registration .form-field .input-text ::-moz-placeholder {
  color: #999999;
}
.member-registration .form-field .input-text ::placeholder {
  color: #999999;
}
.member-registration .form-field .input-text ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.member-registration .form-field .input-text input {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 10px;
  color: #000000;
  /*--PLACE HOLDER--*/
  /*--PLACE HOLDER END--*/
}
.member-registration .form-field .input-text input ::-moz-placeholder {
  color: #999999;
}
.member-registration .form-field .input-text input ::placeholder {
  color: #999999;
}
.member-registration .form-field .input-text input.email {
  margin-bottom: 10px;
}
.member-registration .form-field .input-text span.note {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}
.member-registration .form-field .input-text span.note-warning {
  font-weight: bold;
  color: #DF5B3C;
}
.member-registration .form-field .input-text-double {
  display: flex;
  align-items: stretch;
}
.member-registration .form-field .input-text-double input {
  max-width: 200px;
  padding: 10px;
}
.member-registration .form-field .input-text-double .input-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: 50%;
}
@media only screen and (max-width : 768px) {
  .member-registration .form-field .input-text-double .input-wrapper {
    max-width: 145px;
  }
}
.member-registration .form-field .input-text-double .input-wrapper:not(:last-child) {
  margin-right: 20px;
}
.member-registration .form-field .input-text .checkbox {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 0;
  width: 100%;
}
.member-registration .form-field .input-text .checkbox input[type=checkbox] {
  width: 20%;
  height: 25px;
  position: static;
  margin: 0 10px 0 0;
  max-width: 25px;
}
.member-registration .form-field .input-text.receipt input {
  max-width: 250px;
}
.member-registration .form-field .input.date label {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.member-registration .form-field .input.date select {
  margin-left: 0;
  margin-right: 10px;
  padding: 10px 15px;
  position: relative;
}
.member-registration .form-field .input.date select:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.member-registration .form-field .input.date .year select {
  max-width: 120px;
  padding: 8px 20px;
}
.member-registration .form-field .input.date .month select, .member-registration .form-field .input.date .day select {
  max-width: 80px;
}
.member-registration .form-field .input.prefectures {
  width: 100%;
}
.member-registration .form-field .input.prefectures select {
  padding: 10px;
  margin-left: 0;
  width: 180px;
  font-weight: 500;
}
.member-registration .form-field .input.prefectures-plus {
  max-width: 250px;
}
.member-registration .form-field .input.prefectures-plus .select-wrapper {
  margin-right: 0;
}
.member-registration .form-field .input.prefectures-plus select {
  width: 100%;
}
.member-registration .form-field .input.prefectures label {
  width: 100%;
  margin-bottom: 0;
  max-width: 180px;
}
.member-registration .form-field .input-postal {
  display: flex;
  align-items: center;
  width: 100%;
}
.member-registration .form-field .input-postal span.postal-icon {
  margin-right: 14px;
  font-size: 16px;
  font-weight: bold;
}
.member-registration .form-field .input-postal .postal-code {
  max-width: 120px;
  margin-right: 20px;
}
.member-registration .form-field .input-postal .auto-input {
  color: #0054A6;
  background: #FFFFFF;
  max-width: 130px;
  width: 50%;
  min-width: 0;
  line-height: 20px;
  padding: 9px 0;
  margin: 0;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-field .input-postal .auto-input:hover {
    color: #FFFFFF;
    background: #0054A6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-field .input-postal .auto-input:hover {
    color: #FFFFFF;
    background: #0054A6;
  }
}
.member-registration .form-field .input-postal .auto-input:focus {
  box-shadow: none;
}
.member-registration .form-field .input-postal .auto-input:active {
  color: white;
  background: #0054A6;
}
.member-registration .form-field .input-postal .auto-input.disabled {
  pointer-events: none;
  background-color: #EEEEEE;
}
.member-registration .form-field .input input.disabled, .member-registration .form-field .input select.disabled {
  pointer-events: none;
  background-color: #EEEEEE;
}
.member-registration .form-field .input .select-wrapper {
  position: relative;
  margin-right: 10px;
  background-color: #FFFFFF;
  transform-style: preserve-3d;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-field .input .select-wrapper {
    transform-style: unset;
  }
}
.member-registration .form-field .input .select-wrapper select {
  margin-right: 0;
  background-color: transparent;
  z-index: 1;
  position: static;
}
.member-registration .form-field .input .select-wrapper select.disabled {
  background-color: #EEEEEE;
}
.member-registration .form-field .input .select-wrapper select.year {
  max-width: 120px;
  width: 120px;
}
.member-registration .form-field .input .select-wrapper select.month, .member-registration .form-field .input .select-wrapper select.day {
  max-width: 80px;
  width: 80px;
}
.member-registration .form-field .input .select-wrapper:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-field .input .select-wrapper:after {
    z-index: 0;
  }
}
.member-registration .form-action {
  text-align: center;
  /*--POLICY-CHECKBOX--*/
  /*--POLICY-CHECKBOX END--*/
}
.member-registration .form-action .policy-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-weight: 500;
  max-width: 560px;
  margin: 0 auto 30px;
  padding-left: 40px;
  font-size: 16px;
}
.member-registration .form-action .policy-checkbox input {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 14px;
}
.member-registration .form-action .policy-checkbox p {
  margin-bottom: 0;
  text-align: left;
}
.member-registration .form-action .policy-checkbox a {
  color: #0054A6;
  text-decoration: underline;
}
.member-registration .form-action a.btn-primary {
  color: #FFFFFF;
  background-color: #0054A6;
  margin-bottom: 0;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-action a.btn-primary:hover {
    background: #FFFFFF;
    color: #0054A6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .member-registration .form-action a.btn-primary:hover {
    background: #FFFFFF;
    color: #0054A6;
  }
}
.member-registration .form-action-prostock a.btn-primary {
  margin-bottom: 21px;
}
.member-registration .form-action-prostock a.btn-primary:active {
  color: #0054A6;
  background-color: #FFFFFF;
}
.member-registration .error-text {
  font-size: 11px;
  color: #DB431F;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 900;
}
.member-registration .error-text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 4px;
}
.member-registration .policy-error {
  display: block;
  opacity: 1;
  height: auto;
  max-width: 190px;
  margin: -30px auto 10px;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.member-registration .hasError {
  align-items: flex-start;
}
.member-registration .hasError .error-text {
  display: block;
  opacity: 1;
  height: auto;
}
.member-registration .hasError input {
  border-color: #DB431F;
}
.member-registration .hasError textarea {
  border-color: #DB431F;
}
.member-registration .hasError select.error {
  border-color: #DB431F;
}
.member-registration .step-1 .form-container {
  background-color: #F9F9F9;
  margin-bottom: 50px;
}
.member-registration .step-1 .member-number {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
}
.member-registration .step-1 .member-number:first-child {
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-1 .member-number:first-child {
    margin-bottom: 20px;
  }
}
.member-registration .step-1 .member-number .title {
  margin-right: 60px;
  min-width: 160px;
}
.member-registration .step-2 {
  margin-bottom: 0;
}
.member-registration .step-2.update {
  margin-top: 50px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2.update {
    margin-bottom: 20px;
  }
}
.member-registration .step-2 .infos {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 67px;
}
.member-registration .step-2 .infos-point {
  font-size: 14px;
  color: #DB431F;
  max-width: 518px;
  width: 100%;
  margin: auto auto 45px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos-point {
    margin-bottom: 52px;
  }
}
.member-registration .step-2 .infos-warning {
  font-size: 20px;
  max-width: 618px;
  text-align: center;
  color: #DF5B3C;
  margin: auto auto 45px;
  line-height: 27px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos-warning {
    margin-bottom: 30px;
    text-align: justify;
  }
}
.member-registration .step-2 .infos li {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.member-registration .step-2 .infos li.email {
  align-items: center;
}
.member-registration .step-2 .infos li.point {
  flex-wrap: wrap;
}
.member-registration .step-2 .infos li.point .title:not(:last-of-type), .member-registration .step-2 .infos li.point .content:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li.point .title:not(:last-of-type), .member-registration .step-2 .infos li.point .content:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.member-registration .step-2 .infos li.point .content {
  width: 50%;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li.point .content:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.member-registration .step-2 .infos li.point .content .remain {
  color: #DB431F;
  font-weight: bold;
}
.member-registration .step-2 .infos li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.member-registration .step-2 .infos li .title {
  width: 240px;
  font-weight: bold;
  font-size: 16px;
}
.member-registration .step-2 .infos li .title.title-enquiry-nonmember {
  width: 30%;
  max-width: 240px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li .title.title-enquiry-nonmember {
    width: 100%;
    max-width: 100%;
  }
}
.member-registration .step-2 .infos li .content {
  line-height: 26px;
  color: #333333;
  width: 70%;
  word-break: break-all;
}
.member-registration .step-2 .infos li .content.product-name {
  font-weight: bold;
}
.member-registration .step-2 .infos li .content .model {
  margin-left: 20px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li .content .model {
    margin-left: 0;
  }
}
.member-registration .step-2 .infos li .content.product {
  width: 100%;
  max-width: 560px;
}
.member-registration .step-2 .infos li .content.product li {
  display: flex;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li .content.product li {
    padding-bottom: 0;
    border: 0;
  }
}
.member-registration .step-2 .infos li .content.product li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.member-registration .step-2 .infos li .content.product li .name {
  width: 50%;
  margin-right: 44px;
}
@media only screen and (max-width : 768px) {
  .member-registration .step-2 .infos li .content.product li .name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.member-registration .step-2 .infos li .content.product li .status {
  font-size: 12px;
  line-height: 12px;
  padding: 3px 4px;
  color: #333333;
  border: 1px solid #333333;
}
.member-registration .step-2 .infos li .content-enquiry-nonmember {
  width: 70%;
  word-break: break-word;
  font-size: 16px;
}
.member-registration .step-2 .user-info {
  width: 100%;
  max-width: 800px;
  margin: auto auto 40px;
}
.member-registration .step-2 .btn-list {
  margin-bottom: 54px;
  justify-content: center;
}
.member-registration .step-2 .btn-list .btn-regis {
  margin: 0;
  width: auto;
  max-width: none;
}
.member-registration .step-2 .btn-list .btn-regis.loading {
  padding-left: 25px;
}
.member-registration .step-2 .btn-list .btn-regis.clicked {
  position: relative;
  background-color: #FFFFFF;
  color: #0054A6;
  pointer-events: none;
}
.member-registration .step-2 .btn-list .btn-regis.clicked:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/img/icons/icon-loading.gif");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.member-registration .step-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.member-registration .step-3 br {
  display: none;
}
.member-registration .step-3 h3 {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.member-registration .step-3 h3.review {
  font-size: 25px;
}
.member-registration .step-3 p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.member-registration .step-3 p br {
  display: block;
}
.member-registration .btn-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 59px;
}
.member-registration .btn-list .btn {
  margin-right: 50px;
}
.member-registration .btn-list .btn-back {
  color: #333333;
  border: 1px solid #DDDDDD;
  background-color: transparent;
}
.member-registration .btn-list .btn-back:hover {
  color: #333333;
  background-color: #DDDDDD;
  border-color: #DDDDDD;
}
.member-registration .btn-list .btn-regis {
  background-color: #0054A6;
  color: #ffffff;
  margin: auto;
  width: 100%;
  max-width: 234px;
}
.member-registration .btn-list .btn-regis:hover {
  color: #0054A6;
  background-color: #ffffff;
}
.member-registration.review .step-3 h3 {
  margin-bottom: 60px;
}
@media only screen and (max-width : 768px) {
  .member-registration.review .step-3 h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 1024px) {
  .member-registration .form {
    padding: 42px 15px 5px;
  }
}
@media only screen and (max-width : 768px) {
  .member-registration {
    /*-- STEP LIST --*/
    /*-- STEP LIST END--*/
    /*-- STEP CONTAINER --*/
    /*-- STEP CONTAINER END --*/
    /*--FORM--*/
    /*--FORM END --*/
    /*--STEP 1--*/
    /*--STEP 1--*/
    /*-- STEP 2 --*/
    /*-- STEP 2 END --*/
    /*--STEP 3--*/
    /*--STEP 3 END--*/
    /*-- BUTTON LIST --*/
    /*-- BUTTON LIST --*/
  }
  .member-registration .main-title br {
    display: block;
  }
  .member-registration .step-list {
    width: 100%;
    max-width: 306px;
    margin: 6px auto 0;
    padding-bottom: 68px;
  }
  .member-registration .step-list:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #DDDDDD;
  }
  .member-registration .step-list li {
    font-size: 12px;
  }
  .member-registration .step-list li.current {
    background-color: #FFE900;
    border-color: #FFE900;
  }
  .member-registration .step-list li .text {
    position: absolute;
    white-space: nowrap;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .member-registration .step-container {
    border-radius: 5px;
    margin-bottom: 45px;
  }
  .member-registration .step-container-prostock {
    margin-bottom: 39px;
  }
  .member-registration .form {
    padding: 27px 17px 0px;
    max-width: 400px;
  }
  .member-registration .form-field {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2px 20px;
    /*-- INPUT--*/
    /*-- INPUT END--*/
  }
  .member-registration .form-field-label {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .member-registration .form-field-label.product-name {
    max-width: 100%;
  }
  .member-registration .form-field-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
  }
  .member-registration .form-field-label .type {
    font-size: 13px;
    width: 55px;
    height: 29px;
    color: #333333;
    background-color: #CCCCCC;
    border-radius: 3px;
  }
  .member-registration .form-field .input {
    display: flex;
    flex-wrap: wrap;
    /*-- TYPE: RADIO --*/
    /*-- TYPE: RADIO END--*/
    /*-- TYPE: TEXT--*/
    /*-- TYPE: TEXT END--*/
    /*CUSTOM DROPDOWN ARROW*/
    /*CUSTOM DROPDOWN ARROW END*/
    /*-- DATE SELECT --*/
    /*-- DATE SELECT END--*/
    /*--PREFECTURES--*/
    /*--PREFECTURES END--*/
  }
  .member-registration .form-field .input-radio {
    font-size: 14px;
    width: 100%;
  }
  .member-registration .form-field .input-radio input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .member-registration .form-field .input-radio label {
    margin-right: 30px;
  }
  .member-registration .form-field .input-radio label:last-of-type {
    margin-right: 0;
  }
  .member-registration .form-field .input-radio label[for=class3] {
    margin-right: 0;
  }
  .member-registration .form-field .input-radio-gender label {
    margin-right: 50px;
  }
  .member-registration .form-field .input-radio-gender label:last-of-type {
    margin-right: 0;
  }
  .member-registration .form-field .input-text {
    width: 100%;
    /*--PLACE HOLDER--*/
    /*--PLACE HOLDER END--*/
  }
  .member-registration .form-field .input-text ::-moz-placeholder {
    font-size: 14px;
    color: #999999;
  }
  .member-registration .form-field .input-text ::placeholder {
    font-size: 14px;
    color: #999999;
  }
  .member-registration .form-field .input-text input {
    border-radius: 3px;
    background: #FFFFFF;
    padding: 10px;
    color: #000000;
  }
  .member-registration .form-field .input-text input.email {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .member-registration .form-field .input-text input.email.disabled {
    background-color: #EEEEEE;
  }
  .member-registration .form-field .input-text span.note {
    font-size: 12px;
  }
  .member-registration .form-field .input-text-double input {
    max-width: 145px;
  }
  .member-registration .form-field .input-text-double .input-wrapper:not(:last-child) {
    margin-right: 10px;
  }
  .member-registration .form-field .input-text-double.number {
    font-size: 16px;
    /*--PLACE HOLDER--*/
    /*--PLACE HOLDER END--*/
  }
  .member-registration .form-field .input-text-double.number input {
    width: 100%;
    max-width: 100%;
  }
  .member-registration .form-field .input-text-double.number ::-moz-placeholder {
    font-size: 16px;
    color: #999999;
  }
  .member-registration .form-field .input-text-double.number ::placeholder {
    font-size: 16px;
    color: #999999;
  }
  .member-registration .form-field .input-text .checkbox {
    font-size: 14px;
    margin-right: 30px;
  }
  .member-registration .form-field .input-text.receipt input {
    max-width: 100%;
    width: 100%;
  }
  .member-registration .form-field .input .select-wrapper {
    position: relative;
    margin-right: 4px;
  }
  .member-registration .form-field .input .select-wrapper select {
    margin-right: 0;
  }
  .member-registration .form-field .input .select-wrapper select.year {
    max-width: 80px;
  }
  .member-registration .form-field .input .select-wrapper select.month, .member-registration .form-field .input .select-wrapper select.day {
    max-width: 65px;
  }
  .member-registration .form-field .input .select-wrapper:after {
    right: 13px;
    border-width: 2px;
  }
  .member-registration .form-field .input.date label {
    margin-right: 9px;
    margin-bottom: 0;
  }
  .member-registration .form-field .input.date select {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 10px 15px;
    position: relative;
    font-size: 12px;
  }
  .member-registration .form-field .input.date .year select {
    max-width: 80px;
    padding: 8px 10px;
  }
  .member-registration .form-field .input.date .month select, .member-registration .form-field .input.date .day select {
    max-width: 65px;
  }
  .member-registration .form-field .input.prefectures {
    width: 100%;
    max-width: 100%;
  }
  .member-registration .form-field .input.prefectures select {
    font-weight: 500;
    width: 100%;
  }
  .member-registration .form-field .input.prefectures label {
    width: 100%;
    margin-bottom: 0;
    max-width: 100%;
  }
  .member-registration .form-field .input-postal {
    /*--PLACE HOLDER--*/
    /*--PLACE HOLDER END--*/
  }
  .member-registration .form-field .input-postal .postal-code {
    font-size: 16px;
    max-height: 40px;
  }
  .member-registration .form-field .input-postal ::-moz-placeholder {
    font-size: 16px;
  }
  .member-registration .form-field .input-postal ::placeholder {
    font-size: 16px;
  }
  .member-registration .form-password {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .member-registration .form-password form {
    padding-bottom: 15px;
  }
  .member-registration .form-password .form-field {
    padding-bottom: 15px;
  }
  .member-registration .form-password .form-field:last-child {
    margin-bottom: 0;
  }
  .member-registration .form-action {
    /*--POLICY-CHECKBOX--*/
    /*--POLICY-CHECKBOX END--*/
  }
  .member-registration .form-action .policy-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .member-registration .form-action .policy-checkbox input {
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-right: 14px;
  }
  .member-registration .form-action .policy-checkbox a {
    color: #0054A6;
    text-decoration: underline;
  }
  .member-registration .form-action .policy-checkbox p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  .member-registration .form-action a.btn-primary {
    max-width: 300px;
    width: 100%;
    margin-bottom: 45px;
  }
  .member-registration .form-action a.btn-primary:hover {
    background: #FFFFFF;
    color: #0054A6;
  }
  .member-registration .form-action-prostock a.btn-primary {
    margin-bottom: 0;
  }
  .member-registration .step-1 .user-info {
    margin-bottom: 20px;
  }
  .member-registration .step-1 .member-number {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
  }
  .member-registration .step-1 .member-number .title {
    max-width: 160px;
    margin-right: 15%;
    word-break: break-word;
  }
  .member-registration .step-2 {
    margin-bottom: 0;
  }
  .member-registration .step-2 .user-info {
    margin-bottom: 30px;
  }
  .member-registration .step-2 .infos {
    width: 100%;
    max-width: 400px;
    margin-bottom: 24px;
  }
  .member-registration .step-2 .infos li {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 18px;
    font-size: 14px;
  }
  .member-registration .step-2 .infos li .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    text-shadow: 0 0 0 #333333;
  }
  .member-registration .step-2 .infos li.email .content {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .member-registration .step-2 .infos li .content {
    width: 100%;
    font-size: 16px;
  }
  .member-registration .step-2 .btn-list .btn-regis {
    width: 100%;
    max-width: 234px;
    margin: auto;
  }
  .member-registration .step-2 .btn-list .btn-regis:active {
    background-color: #FFFFFF;
    color: #0054A6;
  }
  .member-registration .step-3 {
    margin-bottom: 0;
  }
  .member-registration .step-3 br {
    display: block;
  }
  .member-registration .step-3 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .member-registration .step-3 p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  .member-registration .step-3 p br {
    display: none;
  }
  .member-registration .btn-list {
    flex-direction: column;
  }
  .member-registration .btn-list .btn {
    margin-right: auto;
    width: 100%;
    max-width: 234px;
    margin-bottom: 20px;
  }
  .member-registration .btn-list .btn-back {
    background-color: #EEEEEE;
    color: #333333;
    border-color: #DDDDDD;
    margin: 20px auto;
  }
  .member-registration .btn-list .btn-regis {
    background-color: #0054A6;
    color: #ffffff;
    max-width: 224px;
  }
}
@media only screen and (max-width : 370px) {
  .member-registration {
    /*--FORM--*/
    /*--FORM END --*/
  }
  .member-registration .form-field {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2px 20px;
    /*-- INPUT--*/
    /*-- INPUT END--*/
  }
  .member-registration .form-field-label {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .member-registration .form-field-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
  }
  .member-registration .form-field-label .type {
    font-size: 13px;
    width: 55px;
    height: 29px;
    color: #333333;
    background-color: #CCCCCC;
    border-radius: 3px;
  }
  .member-registration .form-field .input {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    /*-- TYPE: RADIO --*/
    /*-- TYPE: RADIO END--*/
    /*-- TYPE: TEXT--*/
    /*-- TYPE: TEXT END--*/
    /*CUSTOM DROPDOWN ARROW*/
    /*CUSTOM DROPDOWN ARROW END*/
  }
  .member-registration .form-field .input-radio {
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .member-registration .form-field .input-radio input[type=radio] {
    width: 20%;
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .member-registration .form-field .input-radio label {
    width: calc(33.3333333333% - 5px);
    margin-bottom: 10px;
  }
  .member-registration .form-field .input-radio label:not(:last-child) {
    margin-right: 0;
  }
  .member-registration .form-field .input-radio label[for=class3] {
    margin-right: 0;
  }
  .member-registration .form-field .input-text {
    width: 100%;
    /*--PLACE HOLDER--*/
    /*--PLACE HOLDER END--*/
  }
  .member-registration .form-field .input-text ::-moz-placeholder {
    font-size: 14px;
    color: #999999;
  }
  .member-registration .form-field .input-text ::placeholder {
    font-size: 14px;
    color: #999999;
  }
  .member-registration .form-field .input-text input {
    border-radius: 5px;
    background: #FFFFFF;
    padding: 10px;
  }
  .member-registration .form-field .input-text input.email {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .member-registration .form-field .input-text span.note {
    font-size: 12px;
  }
  .member-registration .form-field .input-text-double input {
    max-width: 145px;
  }
  .member-registration .form-field .input-text-double .input-wrapper {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .member-registration .form-field .input-text-double .input-wrapper:not(:last-child) {
    margin-right: 0;
  }
  .member-registration .form-field .input-text-double .input-wrapper input {
    width: 100%;
    max-width: 100%;
  }
  .member-registration .form-field .input-text-double.number input {
    width: 100%;
    max-width: 100%;
  }
  .member-registration .form-field .input-text .checkbox {
    font-size: 14px;
    margin-right: 30px;
  }
  .member-registration .form-field .input-text.receipt input {
    max-width: 100%;
    width: 100%;
  }
  .member-registration .form-field .input .select-wrapper {
    margin-bottom: 10px;
    width: 80%;
  }
  .member-registration .form-field .input .select-wrapper select {
    margin-right: 0;
  }
  .member-registration .form-field .input .select-wrapper select.year, .member-registration .form-field .input .select-wrapper select.month, .member-registration .form-field .input .select-wrapper select.day {
    max-width: 100%;
    width: 100%;
  }
  .member-registration .form-field .input .select-wrapper:after {
    right: 13px;
    border-width: 2px;
  }
  .member-registration .form-field .input-postal {
    flex-wrap: wrap;
  }
  .member-registration .form-field .input-postal .postal-code {
    max-width: 85%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .member-registration .form-field .input-postal .auto-input {
    width: 100%;
    max-width: 100%;
  }
  .member-registration .form-field .input.date label {
    margin-bottom: 10px;
  }
}
.member-registration .review-form .note {
  font-size: 16px;
  margin-left: 72px;
  margin-bottom: 0;
  color: #000000;
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .note {
    margin-left: 0;
    margin-top: 15px;
    font-size: 14px;
  }
}
.member-registration .review-form .form-field.rating {
  align-items: stretch !important;
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .form-field.member-number {
    flex-direction: column;
  }
  .member-registration .review-form .form-field.member-number span {
    font-size: 16px;
    line-height: 22px;
  }
  .member-registration .review-form .form-field.member-number span.form-field-label {
    font-size: 14px;
    line-height: 14px;
  }
}
.member-registration .review-form .form-field .checkbox {
  width: auto;
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .form-field .checkbox {
    font-size: 14px;
  }
}
.member-registration .review-form .form-field .input-text-double {
  align-items: center;
}
.member-registration .review-form .form-field .input-text-double .contributor {
  margin-right: 28px;
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .form-field .input-text-double .contributor {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.member-registration .review-form .form-field .input-question {
  max-height: 412px;
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .form-field .input-question {
    max-height: 427px;
    height: 427px !important;
  }
}
@media only screen and (max-width : 768px) {
  .member-registration .review-form .form-field .form-field-label .title {
    font-size: 14px;
  }
}
.member-registration .review-confirm .product-item-review-stars li {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 !important;
}

/****** Style Star Rating Widget *****/
#rating {
  border: none;
  float: left;
  margin-top: 3px;
  padding-left: 0;
}

#rating > input {
  display: none;
}

/*ẩn input radio - vì chúng ta đã có label là GUI*/
#rating > label:before {
  border: 0;
  font-size: 20px;
  font-family: "Font Awesome 5 Free", sans-serif;
  display: inline-block;
  content: "\f005";
  width: auto;
  height: auto;
  background: transparent;
  position: static;
  transform: none;
  stroke: #DDDDDD;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #999999;
}

/*1 ngôi sao*/
#rating > .half:before {
  content: "\f089";
  position: absolute;
  border: 0;
  width: auto;
  height: auto;
  background: transparent;
}

/*0.5 ngôi sao*/
#rating > label {
  color: #ddd;
  float: right;
  padding-left: 0;
  position: static;
  margin-right: 2px;
  margin-bottom: 0;
}

#rating > input:checked ~ label,
#rating:not(:checked) > label:hover,
#rating:not(:checked) > label:hover ~ label {
  color: #FFE900;
}

#rating > input:checked + label:hover,
#rating > input:checked ~ label:hover,
#rating > label:hover ~ input:checked ~ label,
#rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}
@media only screen and (max-width : 768px) {
  #rating > input:checked + label:hover,
#rating > input:checked ~ label:hover,
#rating > label:hover ~ input:checked ~ label,
#rating > input:checked ~ label:hover ~ label {
    color: #FFE900;
  }
}

#rating [type=radio]:checked + label:after, #rating [type=radio]:not(:checked) + label:after {
  content: none;
}

.member-registration .form-action .btn-primary:disabled {
  pointer-events: none;
  background: #EEEEEE;
  color: #333333;
  border-color: #eee;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
  }
}
.showcase .main-title {
  margin-bottom: 38px;
}
@media only screen and (max-width : 768px) {
  .showcase .main-title {
    margin-bottom: 20px;
  }
}

.mypage-enquiry {
  margin-top: 0;
}
.mypage-enquiry .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 10px 70px;
}
.mypage-enquiry .message p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
  color: #DB431F;
  font-weight: bold;
}
.mypage-enquiry.non-member .question {
  margin-bottom: 50px;
}
.mypage-enquiry.non-member .form {
  padding-top: 50px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry.non-member .form {
    padding-top: 28px;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-list {
    padding-bottom: 58px;
  }
  .mypage-enquiry .step-list li {
    font-size: 14px;
  }
}
.mypage-enquiry .step-2 .infos {
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-2 .infos-return {
    margin-bottom: 50px;
  }
  .mypage-enquiry .step-2 .infos.point-transfer {
    margin-bottom: 30px;
  }
  .mypage-enquiry .step-2 .infos.withdrawal {
    margin-bottom: 40px;
  }
}
.mypage-enquiry .step-2 .infos li {
  border-bottom: 1px solid #DDDDDD;
  align-items: flex-start;
}
.mypage-enquiry .step-2 .infos li .title {
  color: #000000;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-2 .infos li .title {
    font-size: 16px;
  }
}
.mypage-enquiry .step-2 .infos li pre {
  color: #333333;
  font-size: 16px;
  width: 70%;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-2 .infos li pre {
    width: 100%;
  }
}
.mypage-enquiry .step-2 .btn-list {
  margin-bottom: 100px;
}
.mypage-enquiry .step-2 .btn-list .btn {
  max-width: 300px;
  max-height: 40px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-3 p {
    text-align: justify;
  }
}
.mypage-enquiry .step-3 .btn-list .btn {
  max-width: 224px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .step-3 .btn-list .btn {
    max-width: 300px;
  }
}
.mypage-enquiry .note {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .note {
    text-align: left;
    margin: 0 0 26px;
  }
}
.mypage-enquiry .question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.mypage-enquiry .question a {
  text-decoration: underline;
  font-size: 14px;
  color: #0054A6;
}
.mypage-enquiry .question i {
  margin-right: 15px;
  font-size: 12px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form {
    margin-top: 17px;
  }
}
.mypage-enquiry .enquiry-form .form {
  max-width: 1000px;
  margin-bottom: 15px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form {
    max-width: 400px;
  }
}
.mypage-enquiry .enquiry-form .form-action {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-action {
    margin-bottom: 38px;
  }
}
.mypage-enquiry .enquiry-form .form-action a {
  padding: 9px;
  line-height: 20px;
  max-width: 200px;
  width: 100%;
}
.mypage-enquiry .enquiry-form .form-action button {
  padding: 9px;
  line-height: 20px;
  max-width: 200px;
  width: 100%;
}
.mypage-enquiry .enquiry-form .form .select {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .select {
    max-width: 100%;
    margin-right: 0;
  }
}
.mypage-enquiry .enquiry-form .form .select select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 0;
}
.mypage-enquiry .enquiry-form .form .select-reason {
  max-width: 353px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .select-reason {
    max-width: 300px;
  }
}
.mypage-enquiry .enquiry-form .form-container.form-select .form {
  margin-bottom: 0;
}
.mypage-enquiry .enquiry-form .form-container.form-select .form.type-select {
  margin-bottom: 230px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.form-select .form.type-select {
    margin-bottom: 33px;
  }
}
.mypage-enquiry .enquiry-form .form-container.form-select .form.type-select.selected {
  margin-bottom: 0;
}
.mypage-enquiry .enquiry-form .form-container.form-select-withdraw .form {
  padding: 39px 0;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.form-select-withdraw .form {
    padding: 20px 17px;
  }
}
.mypage-enquiry .enquiry-form .form-container.form-select-withdraw .form .form-field {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mypage-enquiry .enquiry-form .form-container.form-select-withdraw .form.withdraw .form-field {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mypage-enquiry .enquiry-form .form-container.sub {
  background-color: #F9F9F9;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.sub.form-select-withdraw .form {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.sub .form {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.sub .form-field-label {
    font-size: 14px;
  }
}
.mypage-enquiry .enquiry-form .form-container.point-transfer .form {
  padding: 37px 0 0px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.point-transfer .form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form-container.point-transfer .form-field:first-child {
    flex-direction: row;
  }
  .mypage-enquiry .enquiry-form .form-container.point-transfer .form-field:first-child .input-text {
    text-align: right;
    justify-content: flex-end;
  }
}
.mypage-enquiry .enquiry-form .form .form-field {
  align-items: baseline;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field:last-child {
    margin-bottom: 10px;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text {
  max-width: 670px;
  border-radius: 5px;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text input.email {
  max-width: 600px;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text input.email {
    max-width: 100%;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .target {
  display: flex;
  width: 100%;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .target ul {
  width: 100%;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li {
    flex-direction: column;
  }
  .mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li span {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li .select {
  max-width: 180px;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text .target ul li .select {
    max-width: 100%;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text span.note {
  margin-bottom: 0;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text span.note {
    font-size: 14px;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .input-reason {
  height: 200px;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .point {
  font-weight: bold;
  font-size: 16px;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .point-number {
  color: #DB431F;
}
.mypage-enquiry .enquiry-form .form .form-field .input-text .point-input {
  max-width: 200px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-text .point-input {
    max-width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field-label {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field-label .title {
    text-shadow: 0px 0px 0.2px #000000;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-order {
  display: flex;
  align-items: center;
  width: 100%;
}
.mypage-enquiry .enquiry-form .form .form-field .input-order .auto-input {
  color: #0054A6;
  max-width: 130px;
  width: 50%;
  min-width: 0;
  line-height: 20px;
  padding: 9px 0;
  margin: 0;
}
@media only screen and (max-width : 320px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-order .auto-input {
    width: 100%;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mypage-enquiry .enquiry-form .form .form-field .input-order .auto-input:hover {
    color: #ffffff;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mypage-enquiry .enquiry-form .form .form-field .input-order .auto-input:hover {
    color: #ffffff;
  }
}
.mypage-enquiry .enquiry-form .form .form-field .input-order .order-number {
  max-width: 250px;
  max-height: 40px;
  margin-right: 20px;
  line-height: revert;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .form-field .input-order .order-number {
    max-width: 150px;
  }
}
.mypage-enquiry .enquiry-form .form .input textarea {
  background-color: #FFFFFF;
  padding: 10px;
}
.mypage-enquiry .enquiry-form .form .input-question {
  height: 444px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .form .input-question {
    height: 300px;
  }
}
.mypage-enquiry .enquiry-form .btn.btn-next {
  width: 100%;
  max-width: 200px;
  background: #FFFFFF;
  color: #0054A6;
  border: 1px solid #0054A6;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mypage-enquiry .enquiry-form .btn.btn-next:hover {
    background-color: #0054A6;
    color: #FFFFFF;
  }
}
.mypage-enquiry .enquiry-form .btn.btn-next.disabled {
  pointer-events: none;
  background: #EEEEEE;
  color: #333333;
  border-color: #eee;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .enquiry-form .btn.btn-next {
    max-width: 300px;
  }
}
.mypage-enquiry .warning-text {
  color: #DF5B3C;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  max-width: 850px;
  margin: 0 auto 40px;
}
@media only screen and (max-width : 768px) {
  .mypage-enquiry .warning-text {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
.mypage-enquiry .recaptcha {
  margin-bottom: 40px;
}
.mypage-enquiry .recaptcha > div {
  margin: auto;
}
.mypage-enquiry .recaptcha .rc-anchor-normal {
  width: auto;
}

.page-404 .image-container {
  max-width: 304px;
  margin: 153px auto auto;
}
@media only screen and (max-width : 768px) {
  .page-404 .image-container {
    margin-top: 32px;
  }
}
.page-404 h2 {
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: normal;
}
@media only screen and (max-width : 768px) {
  .page-404 h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
}
.page-404 p {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width : 768px) {
  .page-404 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.my-page {
  /*-- HAS ERROR --*/
  /*-- HAS ERROR END --*/
}
.my-page .user-info {
  color: #333333;
  padding: 22px 20px;
  background-color: #F9F9F9;
}
@media only screen and (max-width : 768px) {
  .my-page .user-info {
    padding: 20px 20px 24px;
  }
}
.my-page .user-info .intro {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width : 768px) {
  .my-page .user-info .intro {
    margin-bottom: 14px;
  }
}
.my-page .user-info .avatar {
  width: 100%;
  max-width: 240px;
  margin: auto auto 20px;
}
.my-page .user-info .avatar img {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width : 768px) {
  .my-page .user-info .avatar {
    max-width: 300px;
  }
}
.my-page .user-info .points {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .my-page .user-info .points {
    text-align: center;
  }
}
.my-page .user-info .points .number {
  font-size: 20px;
  color: #DB431F;
}
.my-page .user-info .points .date {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 100;
  margin-top: 10px;
}
.my-page .user-info .rank {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 21px;
}
@media only screen and (max-width : 768px) {
  .my-page .user-info .rank {
    text-align: center;
  }
}
.my-page .menu {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  margin: 16px 0 165px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .my-page .menu {
    margin: 30px 0 60px;
  }
}
.my-page .menu li {
  border-bottom: 1px solid #DDDDDD;
}
.my-page .menu li a {
  display: flex;
  padding: 15px 0px 15px 10px;
  align-items: center;
  color: #333333;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.my-page .menu li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 15px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .menu li a:hover {
    color: #FFFFFF;
    background-color: #0054A6;
  }
  .my-page .menu li a:hover i {
    color: #FFFFFF;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .menu li a:hover {
    color: #FFFFFF;
    background-color: #0054A6;
  }
  .my-page .menu li a:hover i {
    color: #FFFFFF;
  }
}
.my-page .menu li i {
  font-size: 35px;
  margin-right: 20px;
  color: #0054A6;
  width: 40px;
}
.my-page .menu li div {
  display: flex;
  padding: 15px 0 15px 10px;
  align-items: center;
  color: #BABABA;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.my-page .favorite-product {
  background-color: #FFFFFF;
}
.my-page .favorite-product .mypage-navigator {
  margin-bottom: 25px;
}
.my-page .favorite-product .sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .sub-title {
    margin-bottom: 26px;
  }
}
.my-page .favorite-product .products-list {
  margin-bottom: 70px;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list {
    margin-bottom: 50px;
  }
}
.my-page .favorite-product .products-list a {
  color: #333333;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .favorite-product .products-list a:hover {
    color: #0054A6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .favorite-product .products-list a:hover {
    color: #0054A6;
  }
}
.my-page .favorite-product .products-list .product-item-point {
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-point {
    margin-bottom: 13px;
  }
}
.my-page .favorite-product .products-list .product-item-info {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 17px;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-info {
    margin-bottom: 20px;
  }
}
.my-page .favorite-product .products-list .product-item-info .closeBtn {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 24px;
  color: #666666;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-info .closeBtn {
    left: 6px;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .favorite-product .products-list .product-item-info .closeBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .favorite-product .products-list .product-item-info .closeBtn:hover {
    opacity: 0.7;
  }
}
.my-page .favorite-product .products-list .product-item-review-stars li i {
  font-size: 11px;
}
.my-page .favorite-product .products-list .product-item-all {
  width: 45%;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-all {
    width: 100%;
  }
}
.my-page .favorite-product .products-list .product-item-review {
  line-height: 10px;
}
.my-page .favorite-product .products-list .product-details {
  width: 60%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  max-width: 250px;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-details {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.my-page .favorite-product .products-list .product-item-qty {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-qty {
    justify-content: space-between;
  }
}
.my-page .favorite-product .products-list .product-item-actions {
  width: 55%;
  max-width: 100%;
  flex-direction: row;
  display: flex;
}
@media only screen and (max-width : 768px) {
  .my-page .favorite-product .products-list .product-item-actions {
    width: 100%;
  }
}
.my-page .enquiry-history {
  margin-top: 40px;
}
.my-page .enquiry-history .enquiry-list {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-list {
    margin-bottom: 42px;
  }
}
.my-page .enquiry-history .enquiry-list .title {
  padding: 8px 10px;
  background-color: #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.my-page .enquiry-history .enquiry-list .title h4 {
  font-size: 16px;
  font-weight: bold;
}
.my-page .enquiry-history .enquiry-list .title:hover {
  cursor: pointer;
}
.my-page .enquiry-history .enquiry-list .title .icon {
  background-color: #0054A6;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.my-page .enquiry-history .enquiry-list .title .icon:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-page .enquiry-history .enquiry-list .title.show-list .icon:after {
  content: "";
  width: 2px;
  height: 8px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.my-page .enquiry-history .enquiry-list .title i {
  display: none;
  color: #0054A6;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 18px;
}
.my-page .enquiry-history .enquiry-list ul {
  border: 1px solid #DDDDDD;
}
.my-page .enquiry-history .enquiry-list ul li {
  padding: 10px 10px 10px 30px;
  position: relative;
}
.my-page .enquiry-history .enquiry-list ul li:hover {
  cursor: pointer;
  font-weight: bold;
}
.my-page .enquiry-history .enquiry-list ul li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.my-page .enquiry-history .enquiry-list ul li.showMore {
  padding: 10px;
  text-align: center;
  color: #0054A6;
  font-size: 16px;
}
.my-page .enquiry-history .enquiry-list ul li.showMore i {
  font-size: 15px;
  margin-right: 10px;
}
.my-page .enquiry-history .enquiry-list ul li.showMore:before {
  content: "";
}
.my-page .enquiry-history .enquiry-list ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 10px;
}
.my-page .enquiry-history .enquiry-list ul li.current {
  background-color: #FFF9F7;
  font-weight: bold;
}
.my-page .enquiry-history .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .header {
    flex-direction: column;
    margin-bottom: 23px;
  }
  .my-page .enquiry-history .header.mb-show {
    text-align: center;
    margin-bottom: 50px;
  }
}
.my-page .enquiry-history .header .sub-title {
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .header .sub-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.my-page .enquiry-history .header .btn-primary {
  min-width: 220px;
  line-height: 24px;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .header .btn-primary {
    width: 100%;
    margin-bottom: 0;
    max-width: 300px;
  }
}
.my-page .enquiry-history .enquiry-content {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-content {
    margin-bottom: 20px;
  }
}
.my-page .enquiry-history .enquiry-content .title {
  font-size: 16px;
  padding: 13px 18px;
  background-color: #F9F9F9;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-content .title {
    padding-right: 80px;
  }
}
.my-page .enquiry-history .enquiry-content .title .status {
  position: absolute;
}
.my-page .enquiry-history .enquiry-content .chat-log li {
  padding: 20px 18px;
  border-bottom: 1px solid #E5E5E5;
}
.my-page .enquiry-history .enquiry-content .chat-log li .user-log {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.my-page .enquiry-history .enquiry-content .chat-log li .user-log .operator_reply {
  color: #0054A6;
}
.my-page .enquiry-history .enquiry-content .chat-log li .user-log .date-time {
  font-weight: 100;
  display: inline-block;
  margin-left: 10px;
}
.my-page .enquiry-history .enquiry-content .chat-log li .message {
  font-size: 14px;
  color: #333333;
}
.my-page .enquiry-history .enquiry-content .enquiry-form {
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  padding-bottom: 26px;
}
.my-page .enquiry-history .enquiry-content .enquiry-form .title {
  padding: 20px 30px;
  border-bottom: 0;
}
.my-page .enquiry-history .enquiry-content .enquiry-form .input-wrapper {
  margin: auto auto 22px;
  width: 100%;
  max-width: 820px;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-content .enquiry-form .input-wrapper {
    max-width: 300px;
  }
}
.my-page .enquiry-history .enquiry-content .enquiry-form .input-wrapper .enquiry-input {
  height: 300px;
  padding: 10px;
  display: block;
  background-color: #FFFFFF;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-content .enquiry-form .input-wrapper .enquiry-input {
    height: 200px;
  }
}
.my-page .enquiry-history .enquiry-content .enquiry-form .btn-submit {
  align-self: center;
  max-width: 160px;
  min-width: 0;
  width: 100%;
  background: #0054A6;
  color: #ffffff;
  border-color: #0054A6;
  padding: 9px 25px;
  line-height: 20px;
}
@media only screen and (max-width : 768px) {
  .my-page .enquiry-history .enquiry-content .enquiry-form .btn-submit {
    max-width: 300px;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .enquiry-history .enquiry-content .enquiry-form .btn-submit:hover {
    background: #ffffff;
    color: #0054A6;
  }
}
.my-page .enquiry-history .enquiry-content .enquiry-form .btn-submit:active {
  background: #ffffff;
  color: #0054A6;
}
.my-page .enquiry-history .not-complete:after {
  content: "未完了";
  position: absolute;
  padding: 1px 10px;
  background-color: #DB431F;
  color: #FFFFFF;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
.my-page .enquiry-history .error-message {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -15px;
}
.my-page .order-history .sub-title {
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .sub-title {
    margin-bottom: 20px;
  }
  .my-page .order-history .sub-title span {
    font-size: 16px;
  }
}
.my-page .order-history .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .my-page .order-history .toolbar .span {
    font-size: 16px;
  }
}
.my-page .order-history .toolbar .search-function {
  display: flex;
  display: flex;
  width: 60%;
  max-width: 600px;
  justify-content: flex-end;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function {
    width: 100%;
    flex-direction: column;
  }
}
.my-page .order-history .toolbar .search-function .search-bar {
  display: flex;
  width: 70%;
  max-width: 400px;
  height: 40px;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function .search-bar {
    width: 100%;
    margin-bottom: 18px;
  }
}
.my-page .order-history .toolbar .search-function .search-bar input {
  width: 100%;
  max-width: 325px;
  padding: 10px 15px;
  height: 40px;
  margin-bottom: 18px;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function .search-bar ::-moz-placeholder {
    font-size: 14px;
  }
  .my-page .order-history .toolbar .search-function .search-bar ::placeholder {
    font-size: 14px;
  }
}
.my-page .order-history .toolbar .search-function .search-bar button {
  width: 75px;
  background-color: #333333;
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .toolbar .search-function .search-bar button:hover {
    opacity: 0.9;
  }
}
.my-page .order-history .toolbar .search-function .search-bar button:active {
  opacity: 0.9;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function .search-bar button {
    width: 40px;
  }
}
.my-page .order-history .toolbar .search-function .select {
  position: relative;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function .select {
    max-width: 180px;
  }
}
.my-page .order-history .toolbar .search-function .select:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}
.my-page .order-history .toolbar .search-function .select select {
  width: 180px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  z-index: 1;
  background-color: transparent;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .toolbar .search-function .select select {
    margin: 0;
  }
}
.my-page .order-history .orders-product {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-product {
    border: 0;
  }
}
.my-page .order-history .orders-product .header {
  padding: 20px 20px 0;
  background-color: #F9F9F9;
  border-bottom: 1px solid #D4D4D4;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header {
    padding: 25px 19px 15px;
    margin-bottom: 27px;
    border: 1px solid #D4D4D4;
  }
}
.my-page .order-history .orders-product .header .orders-detail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail {
    flex-direction: column;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info {
  width: 70%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info {
    width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 21px;
}
.my-page .order-history .orders-product .header .orders-detail .info li .price {
  color: #DB431F;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: baseline;
  }
  .my-page .order-history .orders-product .header .orders-detail .info li b {
    display: none;
  }
  .my-page .order-history .orders-product .header .orders-detail .info li .label-txt {
    width: 40%;
    max-width: 115px;
    margin-right: 10px;
  }
  .my-page .order-history .orders-product .header .orders-detail .info li .content {
    line-height: 26px;
    color: #000000;
    width: 60%;
    text-align: justify;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.main {
  color: #000000;
}
.my-page .order-history .orders-product .header .orders-detail .info li.left {
  width: 35%;
  max-width: 250px;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.left {
    width: 100%;
    max-width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.sub-info {
  width: 65%;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.sub-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.sub-info ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.sub-info ul {
    flex-direction: column;
    width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.sub-info ul li {
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.sub-info ul li {
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.address {
  width: 35%;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.address {
    width: 100%;
    max-width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .info li.receipt {
  width: 30%;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .info li.receipt {
    width: 100%;
    max-width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .button-list {
  width: 30%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .button-list {
    width: 100%;
    max-width: 100%;
  }
}
.my-page .order-history .orders-product .header .orders-detail .button-list button {
  min-width: 0;
  max-width: 100%;
  height: 30px;
  padding: 0;
  font-size: 12px;
}
.my-page .order-history .orders-product .header .orders-detail .button-list button:not(:last-child) {
  margin-bottom: 10px;
}
.my-page .order-history .orders-product .header .orders-detail .button-list button:focus {
  box-shadow: none;
}
@media only screen and (max-width : 768px) {
  .my-page .order-history .orders-product .header .orders-detail .button-list button {
    height: 40px;
    font-size: 12px;
  }
}
.my-page .order-history .orders-product .product-list {
  padding: 12px 0 19px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-product .product-list {
    padding-top: 0;
  }
}
.my-page .order-history .orders-item {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
.my-page .order-history .orders-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item {
    flex-direction: column;
    margin: 0;
  }
}
.my-page .order-history .orders-item .item-specs {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-item .item-specs .thumbnails {
  width: 90px;
  height: 90px;
  margin-right: 13px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .thumbnails {
    width: 170px;
    height: 170px;
    margin: auto auto 20px;
  }
}
.my-page .order-history .orders-item .item-specs .thumbnails img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.my-page .order-history .orders-item .item-specs .type {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  background-color: #F9F9F9;
  width: 40px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .type {
    width: 70px;
  }
}
.my-page .order-history .orders-item .item-specs .headline {
  display: flex;
  margin-right: 63px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .headline {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-item .item-specs .headline p {
  color: #333333;
  width: 230px;
}
.my-page .order-history .orders-item .item-specs .headline p span {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .headline p span {
    margin-bottom: 5px;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .item-specs .headline p a:hover {
    text-decoration: underline;
  }
}
.my-page .order-history .orders-item .item-specs .headline p .industry {
  font-size: 14px;
  margin-bottom: 10px;
}
.my-page .order-history .orders-item .item-specs .headline p .name {
  font-size: 16px;
  margin-bottom: 10px;
}
.my-page .order-history .orders-item .item-specs .headline p .model {
  font-size: 12px;
  color: #666666;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .headline p .model {
    margin-bottom: 0;
  }
}
.my-page .order-history .orders-item .item-specs .headline-sub {
  display: flex;
  flex-direction: column;
}
.my-page .order-history .orders-item .item-specs .headline-sub li {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.my-page .order-history .orders-item .item-specs .headline-sub li .price {
  color: #DB431F;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .item-specs .headline-sub li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-item .button-list {
  display: flex;
  justify-content: space-between;
  width: 40%;
  max-width: 354px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
.my-page .order-history .orders-item .button-list button {
  border-color: #999999;
  color: #333333;
  font-size: 12px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list button:hover {
    color: #ffffff;
  }
}
.my-page .order-history .orders-item .button-list button:focus {
  box-shadow: none;
}
.my-page .order-history .orders-item .button-list .review {
  max-width: 160px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .review {
    max-width: 100%;
    width: 100%;
  }
}
.my-page .order-history .orders-item .button-list .review button, .my-page .order-history .orders-item .button-list .review a {
  width: 100%;
  min-width: 0;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  border-color: #999999;
  background: #FFFFFF;
  padding: 7px;
  line-height: 25px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list .review button:hover, .my-page .order-history .orders-item .button-list .review a:hover {
    color: #FFFFFF;
    background: #0054A6;
  }
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .review button, .my-page .order-history .orders-item .button-list .review a {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-item .button-list .review button i, .my-page .order-history .orders-item .button-list .review a i {
  color: #FFE900;
  stroke: #DDDDDD;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #999999;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .review button i, .my-page .order-history .orders-item .button-list .review a i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.my-page .order-history .orders-item .button-list .review a.return {
  color: #0054A6;
  font-size: 16px;
  text-decoration: underline;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list .review a.return:hover {
    color: #0054A6;
    opacity: 0.9;
  }
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list .review a.return:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .review a.return {
    margin-bottom: 10px;
  }
}
.my-page .order-history .orders-item .button-list .functions {
  display: flex;
  flex-direction: column;
  max-width: 140px;
  width: 40%;
  padding-left: 10px;
  border-left: 1px solid #dddddd;
  color: #000000;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .functions {
    max-width: 300px;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin: auto;
  }
}
.my-page .order-history .orders-item .button-list .functions button, .my-page .order-history .orders-item .button-list .functions a {
  min-width: 0;
  max-width: 130px;
  color: #000000;
  font-size: 12px;
  border-color: #999999;
  background: #FFFFFF;
  padding: 7px;
  line-height: 25px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .functions button, .my-page .order-history .orders-item .button-list .functions a {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
.my-page .order-history .orders-item .button-list .functions button:not(:last-child), .my-page .order-history .orders-item .button-list .functions a:not(:last-child) {
  margin-bottom: 10px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list .functions button:hover, .my-page .order-history .orders-item .button-list .functions a:hover {
    background-color: #F9F9F9;
    color: #000000;
  }
  .my-page .order-history .orders-item .button-list .functions button:hover i, .my-page .order-history .orders-item .button-list .functions a:hover i {
    color: #DB431F;
  }
}
.my-page .order-history .orders-item .button-list .functions button:hover, .my-page .order-history .orders-item .button-list .functions a:hover {
  color: #000000;
  background: #DDDDDD;
}
.my-page .order-history .orders-item .button-list .functions button.selected, .my-page .order-history .orders-item .button-list .functions a.selected {
  background-color: #F9F9F9;
  color: #000000;
}
.my-page .order-history .orders-item .button-list .functions button.selected i, .my-page .order-history .orders-item .button-list .functions a.selected i {
  color: #DB431F;
}
.my-page .order-history .orders-item .button-list .functions button.selected:active, .my-page .order-history .orders-item .button-list .functions a.selected:active {
  color: #000000;
  background-color: #F9F9F9;
}
.my-page .order-history .orders-item .button-list .functions button i, .my-page .order-history .orders-item .button-list .functions a i {
  color: #666666;
  font-size: 13px;
  margin-right: 5px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .functions button i, .my-page .order-history .orders-item .button-list .functions a i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.my-page .order-history .orders-item .button-list .functions button i .clicked, .my-page .order-history .orders-item .button-list .functions a i .clicked {
  color: #DB431F;
}
.my-page .order-history .orders-item .button-list .functions a {
  min-width: 0;
  max-width: 130px;
  color: #000000;
  border-color: #999999;
  font-size: 12px;
}
@media only screen and (max-width : 1024px) {
  .my-page .order-history .orders-item .button-list .functions a {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
.my-page .order-history .orders-item .button-list .functions a:focus {
  box-shadow: none;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-page .order-history .orders-item .button-list .functions a:hover {
    color: #FFFFFF;
    background: #0054A6;
  }
}
.my-page .address .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.my-page .address-list {
  margin-bottom: 40px;
}
.my-page .address-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul {
    justify-content: center;
  }
}
.my-page .address-list ul li {
  width: calc(25% - 10px);
  border: 1px solid #DDDDDD;
  height: 220px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li {
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
  }
}
.my-page .address-list ul li:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.my-page .address-list ul li .head-title {
  background: #F9F9F9;
  color: #333333;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .head-title {
    font-size: 16px;
  }
}
.my-page .address-list ul li .head-title .default {
  font-size: 10px;
  color: #0054A6;
  padding-right: 8.5px;
  margin-right: 4.5px;
  border-right: 1px solid #DDDDDD;
  width: 35%;
  max-width: 70px;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .head-title .default:active {
    color: #FFFFFF;
    background-color: #0054A6;
  }
}
.my-page .address-list ul li .head-title .title {
  width: 75%;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 170px;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .head-title .title {
    max-width: 100%;
  }
}
.my-page .address-list ul li .head-title .title .content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.my-page .address-list ul li .content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.my-page .address-list ul li .content .address-info {
  font-size: 14px;
  line-height: 21px;
}
.my-page .address-list ul li .content .address-info span {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.my-page .address-list ul li .content .address-info .address {
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .content .address-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.my-page .address-list ul li .content .address-actions a {
  color: #0054A6;
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .content .address-actions a {
    width: 50%;
    max-width: 140px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
  }
}
.my-page .address-list ul li .content .address-actions a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.my-page .address-list ul li .content .address-actions a:not(:last-child) {
  border-right: 1px solid #DDDDDD;
  margin-right: 10px;
  padding-right: 10px;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .content .address-actions a:not(:last-child) {
    border: 1px solid #DDDDDD;
    margin-right: 0;
    padding-right: 0;
  }
  .my-page .address-list ul li .content .address-actions a:not(:last-child):active {
    color: #FFFFFF;
    background-color: #0054A6;
  }
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .content .address-actions a:first-child {
    background-color: #EEEEEE;
  }
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul li .content .address-actions a.default {
    color: #0054A6;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    border-color: #0054A6;
  }
  .selected .my-page .address-list ul li .content .address-actions a.default:active {
    color: #FFFFFF;
    background-color: #0054A6;
  }
}
.my-page .address-list ul .add-address {
  background-color: #F9F9F9;
  border: 3px dashed #DDDDDD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.my-page .address-list ul .add-address:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul .add-address {
    height: 40px;
    border: 1px solid #0054A6;
    max-width: 300px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
  }
  .my-page .address-list ul .add-address:active {
    background-color: #0054A6;
    color: #FFFFFF;
  }
  .my-page .address-list ul .add-address:active h4 {
    color: #FFFFFF;
  }
}
.my-page .address-list ul .add-address i {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #DDDDDD;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul .add-address i {
    display: none;
  }
}
.my-page .address-list ul .add-address h4 {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
@media only screen and (max-width : 768px) {
  .my-page .address-list ul .add-address h4 {
    font-size: 14px;
    color: #0054A6;
  }
}
.my-page .address .member-registration .title {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .my-page .address .member-registration .form {
    display: flex;
    flex-direction: column;
  }
}
.my-page .address .member-registration .step-1 .form-container {
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .my-page .address .member-registration .step-1 .form-container {
    margin-bottom: 40px;
  }
}
.my-page .address .member-registration .step-2 {
  margin-top: 60px;
}
@media only screen and (max-width : 768px) {
  .my-page .address .member-registration .step-2 {
    margin-bottom: 33px;
  }
}
.my-page .address .updated-msg, .my-page .address .error-msg {
  font-size: 12px;
}
.my-page .address .updated-msg i, .my-page .address .error-msg i {
  margin-right: 5px;
}
@media only screen and (max-width : 1024px) {
  .my-page .address .updated-msg, .my-page .address .error-msg {
    font-size: 18px;
  }
}
.my-page .address .updated-msg {
  color: #0054A6;
}
.my-page .address .error-msg {
  color: #DB431F;
}
.my-page .error-text {
  font-size: 11px;
  color: #DB431F;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 900;
}
.my-page .error-text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 4px;
}
.my-page .hasError {
  align-items: flex-start;
}
.my-page .hasError .error-text {
  display: block;
  opacity: 1;
  height: auto;
}
.my-page .hasError textarea, .my-page .hasError select {
  border-color: #DB431F;
}
.my-page .no-result {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.my-page .pro-member-registration {
  text-align: center;
}
.my-page .pro-member-registration h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 21px;
}
.my-page .pro-member-registration p {
  margin-bottom: 40px;
}

.store-list .toolbar {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.store-list .toolbar .search-bar {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-bar {
    margin-bottom: 17px;
    margin-right: 0;
    max-width: 100%;
  }
}
.store-list .toolbar .search-bar input {
  padding: 10px 80px 10px 15px;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-bar input {
    height: 40px;
  }
}
.store-list .toolbar .search-bar ::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.store-list .toolbar .search-bar ::placeholder {
  font-size: 14px;
  color: #999999;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-bar ::-moz-placeholder {
    font-size: 16px;
  }
  .store-list .toolbar .search-bar ::placeholder {
    font-size: 16px;
  }
}
.store-list .toolbar .search-bar :-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-bar :-ms-input-placeholder {
    font-size: 16px;
  }
}
.store-list .toolbar .search-bar ::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.store-list .toolbar .search-bar ::placeholder {
  font-size: 14px;
  color: #999999;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-bar ::-moz-placeholder {
    font-size: 16px;
  }
  .store-list .toolbar .search-bar ::placeholder {
    font-size: 16px;
  }
}
.store-list .toolbar .search-button {
  background: #333333;
  color: #ffffff;
  max-width: 75px;
  min-width: 0;
  position: absolute;
  right: 0;
  padding: 9px 25px;
  line-height: 20px;
  border-radius: 0 5px 5px 0;
  font-size: 12px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .store-list .toolbar .search-button:hover {
    opacity: 0.8;
  }
}
.store-list .toolbar .search-button:active {
  opacity: 0.8;
}
@media only screen and (max-width : 768px) {
  .store-list .toolbar .search-button {
    padding: 0;
    font-size: 16px;
    height: 40px;
    top: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.store-list .toolbar .select-wrapper {
  width: 50%;
  max-width: 110px;
  position: relative;
}
.store-list .toolbar .select-wrapper:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.store-list .toolbar .select-wrapper .disp-qty {
  width: 100%;
  padding: 10px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.store-list .list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .store-list .list {
    justify-content: space-between;
  }
}
@media only screen and (max-width : 640px) {
  .store-list .list {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.store-list .list .item {
  width: 33.3333333333%;
  max-width: 340px;
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width : 1024px) {
  .store-list .list .item {
    max-width: 300px;
  }
}
@media only screen and (max-width : 768px) {
  .store-list .list .item {
    width: calc(50% - 10px);
    margin-bottom: 38px;
    max-width: 340px;
  }
}
@media only screen and (max-width : 640px) {
  .store-list .list .item {
    width: 100%;
    margin-bottom: 38px;
    max-width: 100%;
  }
}
.store-list .list .item:not(:nth-child(3n)) {
  margin-right: 90px;
}
@media only screen and (max-width : 1024px) {
  .store-list .list .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .store-list .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.store-list .list .thumbnails {
  max-width: 340px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  height: 200px;
  align-items: center;
  overflow: hidden;
}
.store-list .list .thumbnails img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.store-list .list .store-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 340px;
  width: 100%;
}
.store-list .list .store-info {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-flex;
  flex-direction: column;
  max-width: 340px;
  width: 100%;
}
.store-list .list .store-info li {
  margin-bottom: 10px;
}
.store-list .list .btn-list {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .store-list .list .btn-list {
    justify-content: space-between;
    max-width: 340px;
  }
}
.store-list .list .btn-list button.detail, .store-list .list .btn-list button.map, .store-list .list .btn-list a.detail, .store-list .list .btn-list a.map {
  width: 100%;
  background: #0054A6;
  color: #ffffff;
  min-width: 0;
  border: 1px solid #0054A6;
  padding: 9px 25px;
  line-height: 20px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .store-list .list .btn-list button.detail:hover, .store-list .list .btn-list button.map:hover, .store-list .list .btn-list a.detail:hover, .store-list .list .btn-list a.map:hover {
    color: #0054A6;
    background: #ffffff;
  }
}
.store-list .list .btn-list button.detail:active, .store-list .list .btn-list button.map:active, .store-list .list .btn-list a.detail:active, .store-list .list .btn-list a.map:active {
  color: #0054A6;
  background: #ffffff;
}
@media only screen and (max-width : 768px) {
  .store-list .list .btn-list button.detail, .store-list .list .btn-list button.map, .store-list .list .btn-list a.detail, .store-list .list .btn-list a.map {
    width: 100%;
    max-width: 100%;
  }
}
.store-list .list .btn-list button.map, .store-list .list .btn-list a.map {
  color: #0054A6;
  background: #ffffff;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .store-list .list .btn-list button.map:hover, .store-list .list .btn-list a.map:hover {
    color: #ffffff;
    background: #0054A6;
  }
}
.store-list .list .btn-list button.map:active, .store-list .list .btn-list a.map:active {
  color: #ffffff;
  background: #0054A6;
}
.store-list .pages {
  margin-top: -25px;
}
@media only screen and (max-width : 768px) {
  .store-list .pages {
    margin-top: 32px;
  }
}
.store-list .loader {
  margin-bottom: 30px;
}
.store-list .no-result {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
  font-weight: bold;
}

.store-detail .main-title {
  margin-bottom: 20px;
}
.store-detail .sub-title {
  font-size: 20px;
  font-weight: bold;
}
.store-detail .list {
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .store-detail .list {
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
  }
}
.store-detail .list .title {
  padding: 8px 10px;
  background-color: #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.store-detail .list .title h4 {
  font-weight: bold;
  font-size: 16px;
}
.store-detail .list .title i {
  color: #0054A6;
  font-size: 17px;
  background-color: #ffffff;
  display: none;
}
.store-detail .list .title .icon {
  background-color: #0054A6;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.store-detail .list .title .icon:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.store-detail .list .title.show-list .icon:after {
  content: "";
  width: 2px;
  height: 8px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.store-detail .list ul {
  margin-top: 18px;
}
.store-detail .list ul li {
  padding: 0 10px 0 30px;
  position: relative;
  margin-bottom: 10px;
}
.store-detail .list ul li a {
  color: #333333;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .store-detail .list ul li:hover {
    font-weight: bold;
    cursor: pointer;
  }
}
.store-detail .list ul li.current {
  font-weight: bold;
}
.store-detail .list ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 10px;
}
.store-detail-info {
  width: 100%;
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .store-detail-info {
    flex-direction: column;
  }
}
.store-detail-info .basic-info {
  width: 60%;
  max-width: 550px;
}
@media only screen and (max-width : 768px) {
  .store-detail-info .basic-info {
    width: 100%;
    margin-bottom: 35px;
  }
}
.store-detail-info .basic-info li {
  color: #333333;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width : 768px) {
  .store-detail-info .basic-info li {
    flex-direction: column;
  }
}
.store-detail-info .basic-info .label {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  width: 128px;
  display: block;
  padding: 0;
  text-align: left;
  margin-right: 34px;
}
@media only screen and (max-width : 768px) {
  .store-detail-info .basic-info .label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.store-detail-info .basic-info .content {
  font-size: 16px;
  width: calc(100% - 162px);
  line-height: 24px;
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .store-detail-info .basic-info .content {
    width: 100%;
  }
}
.store-detail .map {
  margin-bottom: 50px;
}
.store-detail .map .sub-title {
  margin-bottom: 20px;
}
.store-detail .map .vue-map-container {
  width: 550px;
  height: 300px;
}
@media only screen and (max-width : 768px) {
  .store-detail .map .vue-map-container {
    max-width: 338px;
    max-height: 184px;
    margin: auto;
  }
}
.store-detail .notice {
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .store-detail .notice {
    margin-bottom: 20px;
  }
}
.store-detail .notice .sub-title {
  margin-bottom: 20px;
}
.store-detail .notice-container {
  display: flex;
}
@media only screen and (max-width : 768px) {
  .store-detail .notice-container {
    flex-direction: column;
  }
}
.store-detail .notice-content {
  margin-left: 30px;
  width: 60%;
}
@media only screen and (max-width : 768px) {
  .store-detail .notice-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.store-detail .notice-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.store-detail .notice-content pre {
  font-size: 16px;
  color: #333333;
}
.store-detail .store-detail-image {
  width: 40%;
  max-width: 300px;
}
.store-detail .store-detail-image img {
  cursor: pointer;
}
.store-detail .store-detail-image .vgs {
  z-index: 9999999;
}
.store-detail .store-detail-image .vgs__container {
  background-color: transparent;
}
@media only screen and (max-width : 768px) {
  .store-detail .store-detail-image .vgs__gallery {
    display: block;
  }
}
@media only screen and (max-width : 768px) {
  .store-detail .store-detail-image {
    width: 100%;
    margin: auto;
  }
}
.store-detail .store-detail-image .main-slider {
  margin-bottom: 10px;
}
.store-detail .store-detail-image .main-slider .slick-active {
  z-index: 100;
}
.store-detail .store-detail-image .main-slider .slick-slide {
  height: 200px;
  overflow: hidden;
}
.store-detail .store-detail-image .main-slider .slick-slide img {
  height: 200px;
  width: 100%;
}
.store-detail .store-detail-image .image-container {
  margin-rightsssss: auto;
  max-width: 60px;
  height: 60px;
  display: flex !important;
  cursor: pointer;
}
.store-detail .store-detail-image .image-container img {
  width: 100%;
}

.login {
  /*-- HAS ERROR --*/
  /*-- HAS ERROR END --*/
}
@media only screen and (max-width : 768px) {
  .login .login-form {
    flex-direction: column;
    margin: 30px 0 50px;
    align-items: center;
  }
}
.login .login-form .sub {
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.login .login-form .sub form {
  background-color: #F9F9F9;
  padding: 30px 59px 52px;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form {
    padding: 30px 17px 26px;
  }
}
.login .login-form .sub form.general {
  width: 90%;
  max-width: 800px;
  margin: 50px auto 50px;
  background-color: #F9F9F9;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form.general {
    padding: 30px 10px;
    width: 100%;
    margin: 0 0 30px;
  }
}
.login .login-form .sub form .form-input {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input {
    align-items: center;
  }
}
.login .login-form .sub form .form-input label {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input label {
    flex-direction: column;
    align-items: flex-start;
  }
}
.login .login-form .sub form .form-input label:not(:last-child) {
  margin-bottom: 20px;
}
.login .login-form .sub form .form-input label h4 {
  font-size: 16px;
  font-weight: bold;
  width: 120px;
  margin-right: 12px;
  color: #000000;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input label h4 {
    margin-bottom: 7px;
    margin-right: 0;
  }
}
.login .login-form .sub form .form-input label input {
  width: 300px;
  height: 40px;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
  background-color: #FFFFFF;
}
@media only screen and (max-width : 370px) {
  .login .login-form .sub form .form-input label input {
    width: 100%;
    max-width: 250px;
  }
}
.login .login-form .sub form .form-input label input.error {
  border-color: #DB431F;
}
.login .login-form .sub form .form-input .hyperlinks {
  margin-bottom: 15px;
  font-size: 14px;
  color: #0054A6;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input .hyperlinks {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .login .login-form .sub form .form-input .hyperlinks-general {
    margin-bottom: 20px;
  }
}
.login .login-form .sub form .form-input .hyperlinks li {
  margin-bottom: 5px;
}
.login .login-form .sub form .form-input .hyperlinks li a {
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}
.login .login-form .sub form .form-input .hyperlinks li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login .login-form .sub form .form-input .error-msg {
  font-size: 14px;
  color: #DB431F;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.login .login-form .sub form .form-input .error-msg.show {
  display: block;
}
.login .login-form .sub form .form-input .btn-login {
  max-width: 200px;
  align-self: center;
  background: #0054A6;
  color: #FFFFFF;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input .btn-login {
    max-width: 300px;
  }
}
.login .login-form .sub form .form-input .btn-login:hover {
  background: #FFFFFF;
  color: #0054A6;
}
.login .login-form .sub form .form-input .benefit li {
  display: flex;
  align-items: center;
}
.login .login-form .sub form .form-input .benefit li:not(:last-child) {
  margin-bottom: 23px;
}
.login .login-form .sub form .form-input .benefit li i {
  width: 45px;
  margin-right: 32px;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub form .form-input .benefit li i {
    margin-right: 17px;
  }
}
.login .login-form .sub form .form-input .benefit li i img {
  width: 100%;
}
.login .login-form .sub form .form-input .benefit li p {
  font-size: 14px;
  font-weight: bold;
}
.login .login-form .sub form .form-input .benefit li p .red {
  color: #DB431F;
}
.login .login-form .sub form .form-input .benefit li p .big {
  font-size: 26px;
}
.login .login-form .sub .first-time {
  display: flex;
  flex-direction: column;
}
.login .login-form .sub .first-time .form-title {
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub .first-time .form-title {
    margin-bottom: 30px;
  }
}
.login .login-form .sub .first-time p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub .first-time p {
    margin-bottom: 30px;
    text-align: left;
    line-height: 24px;
  }
  .login .login-form .sub .first-time p br {
    display: none;
  }
}
.login .login-form .sub .first-time .btn {
  align-self: center;
  max-width: 200px;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub .first-time .btn {
    max-width: 300px;
  }
}
.login .login-form .sub .form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 29px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .login .login-form .sub .form-title {
    margin-bottom: 25px;
  }
}
.login.forgot-password {
  margin-bottom: 235px;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password {
    margin-bottom: 60px;
  }
  .login.forgot-password.guide-mail {
    margin-bottom: 35px;
  }
}
.login.forgot-password form {
  width: 90%;
  max-width: 800px;
  margin: 50px auto 50px;
  background-color: #F9F9F9;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form {
    width: 100%;
    margin: 30px auto 20px;
    padding: 20px 20px 40px;
  }
}
.login.forgot-password form h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form h3 {
    margin-bottom: 15px;
    text-align: left;
  }
}
.login.forgot-password form label {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
.login.forgot-password form label:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form label {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.login.forgot-password form label h4 {
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  width: 120px;
  color: #000000;
  margin-top: 10px;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form label h4 {
    margin-bottom: 10px;
  }
}
.login.forgot-password form label .input-wrapper {
  width: 60%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.login.forgot-password form label .input-wrapper.has-error input {
  border-color: #DB431F;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form label .input-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.login.forgot-password form label .input-wrapper .error-msg {
  color: #DB431F;
  margin-top: 5px;
  display: none;
  height: 0;
  overflow: hidden;
}
.login.forgot-password form label .input-wrapper .error-msg.show {
  display: block;
  height: auto;
}
.login.forgot-password form label input {
  max-width: 300px;
  height: 40px;
  padding: 10px;
  background-color: #FFFFFF;
}
.login.forgot-password form label.message {
  margin-bottom: 20px;
  margin-top: -10px;
}
.login.forgot-password form label.message .input-wrapper {
  margin-left: 130px;
}
.login.forgot-password form label.message .input-wrapper .error-text {
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form label.message .input-wrapper {
    margin-left: 0;
  }
}
.login.forgot-password form button {
  max-width: 200px;
  align-self: center;
  background: #0054A6;
  color: #FFFFFF;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password form button {
    margin-bottom: 0;
    max-width: 300px;
  }
}
.login.forgot-password form button:hover {
  background: #FFFFFF;
  color: #0054A6;
}
.login.forgot-password .note {
  font-size: 14px;
  line-height: 28px;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width : 768px) {
  .login.forgot-password .note {
    width: 100%;
  }
}
.login.forgot-password .note ul {
  margin-bottom: 10px;
}
.login.forgot-password .note ul li {
  margin-bottom: 10px;
  line-height: 23px;
}
.login.forgot-password .note a {
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}
.login.forgot-password .note a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.login.guide-mail {
  margin-bottom: 296px;
}
@media only screen and (max-width : 768px) {
  .login.guide-mail {
    margin-bottom: 35px;
  }
}
.login.guide-mail.complete {
  margin-bottom: 387px;
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  .login.guide-mail.complete {
    margin-bottom: 0;
  }
  .login.guide-mail.complete .btn-list {
    margin-bottom: 20px;
  }
}
.login.guide-mail.complete .step-3 {
  margin-top: 26px;
}
@media only screen and (max-width : 768px) {
  .login.guide-mail.complete .step-3 {
    margin-bottom: 0;
    margin-top: 6px;
  }
}
.login.guide-mail.complete .step-3 p {
  margin-bottom: 84px;
}
@media only screen and (max-width : 768px) {
  .login.guide-mail.complete .step-3 p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.login .error-text {
  font-size: 11px;
  color: #DB431F;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 900;
}
.login .error-text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 4px;
}
.login .hasError {
  align-items: flex-start;
}
.login .hasError .error-text {
  display: block;
  opacity: 1;
  height: auto;
}
.login .hasError #error_prostock_matching_email_password, .login .hasError #error_general_matching_email_password,
.login .hasError #error_prostock_recaptcha, .login .hasError #error_general_recaptcha {
  margin-left: 130px;
  width: auto;
  margin-top: -10px;
}
@media only screen and (max-width : 768px) {
  .login .hasError #error_prostock_matching_email_password, .login .hasError #error_general_matching_email_password,
.login .hasError #error_prostock_recaptcha, .login .hasError #error_general_recaptcha {
    margin-left: 0;
  }
}
.login .hasError input {
  border-color: #DB431F;
}

.cart {
  margin-bottom: 47px;
}
@media only screen and (max-width : 768px) {
  .cart {
    margin-bottom: 60px;
  }
}
.cart .shipping-fee-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 27px;
}
.cart .shipping-fee-text .red {
  color: #DB431F;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .cart .newline-for-pc-and-tablet {
    display: none;
  }
}
.cart .tax-guide-text {
  text-align: center;
  margin-bottom: 10px;
}
.cart .important-notice-heading {
  text-align: center;
  margin-bottom: 10px;
  color: #d32f2f;
  font-size: 20px;
}
.cart .important-notice-body {
  text-align: center;
  margin-bottom: 10px;
  color: #d32f2f;
  font-size: 14px;
}
.cart.order .shipping-fee-text {
  font-size: 18px;
}
.cart .data-msg {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 20px 0 50px;
  line-height: 30px;
}
@media only screen and (max-width : 768px) {
  .cart .data-msg {
    font-size: 20px;
  }
}
.cart .cart-list {
  margin-bottom: 37px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list {
    margin-top: 43px;
  }
}
.cart .cart-list > li {
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
.cart .cart-list > li:first-child .title {
  margin-top: 43px;
}
.cart .cart-list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .title {
    font-size: 18px;
  }
}
.cart .cart-list .item-container {
  position: relative;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.cart .cart-list .item-container .product-item-detail {
  padding: 25px 25px 0;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail {
    padding: 20px 20px 0;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-photo {
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-photo {
    margin-right: 18px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-photo .img-product {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-photo .img-product {
    width: 80px;
    height: 80px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all {
  height: auto;
  max-width: 380px;
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all .product-item-details .product-item-brand {
  color: #000000;
  font-size: 12px;
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all .product-item-details .product-item-name {
  color: #0054A6;
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all .product-item-details .product-item-name {
    font-size: 14px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all .product-item-details .product-item-sku {
  color: #666666;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all .product-item-details .product-item-sku {
    font-size: 12px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions {
  display: flex;
  margin-top: 22px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions {
    flex-direction: column;
    margin-top: 0;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details {
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details {
    margin-right: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-price {
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 200px;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-price {
    margin-right: 17px;
    margin-bottom: 5px;
    max-width: 120px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-price .price {
  margin-right: 2px;
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-price .type {
  margin-left: 10px;
  font-size: 12px;
  margin-top: 5px;
  line-height: 12px;
  width: 10%;
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-point {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details .product-item-point {
    font-size: 12px;
    width: auto;
    text-align: right;
  }
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-item-qty {
    margin-right: 0;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-item-qty .ipt-qty {
  width: 60px;
  height: 40px;
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-item-qty .ipt-qty {
    width: 80px;
    margin-right: 30px;
  }
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-item-qty a {
  text-decoration: underline;
  color: #0054A6;
  font-size: 14px;
}
.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .tax-info {
  margin-top: 10px;
  text-align: right;
  color: #000000;
}
.cart .cart-list .item-container .product-item-detail .closeBtn {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 24px;
  color: #666666;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .product-item-detail .closeBtn {
    top: -10px;
    left: -10px;
  }
}
.cart .cart-list .item-container .status {
  width: 100%;
  padding: 8px 25px;
  border-bottom: 1px solid #DDDDDD;
}
.cart .cart-list .item-container .status p {
  color: #DB431F;
  font-size: 11px;
  font-weight: bold;
}
.cart .cart-list .item-container .status p:first-child {
  margin-top: 2px;
}
.cart .cart-list .item-container .status p:last-child {
  margin-bottom: 12px;
}
.cart .cart-list .item-container .status p span {
  margin-left: 20px;
}
.cart .cart-list .item-container .shipping-methods {
  padding: 24px 25px 21px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods {
    padding: 16px 20px 19px;
  }
}
.cart .cart-list .item-container .shipping-methods .option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .option {
    flex-direction: column;
    align-items: flex-start;
    margin-right: -10px;
  }
}
.cart .cart-list .item-container .shipping-methods .option h4 {
  margin-right: 38px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .option h4 {
    margin-bottom: 10px;
  }
}
.cart .cart-list .item-container .shipping-methods .option .product-choose {
  display: flex;
  width: 70%;
  max-width: 340px;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .option .product-choose {
    width: 100%;
  }
}
.cart .cart-list .item-container .shipping-methods .option .product-choose li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 10px);
  max-width: 160px;
  margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .option .product-choose li {
    width: calc(50% - 3px);
    max-width: 150px;
    margin-bottom: 0;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change {
  margin-top: 16px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change {
    margin-top: 10px;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab1 p {
  font-size: 12px;
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab1 p {
    margin-right: -10px;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab1 p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 {
    flex-direction: column;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location {
  width: 42%;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header {
  display: flex;
  align-items: center;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper {
  margin-right: 19px;
  position: relative;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper select {
  margin-left: 0;
  width: 160px;
  height: 40px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper select {
    width: 150px;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .note {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store {
  max-width: 450px;
  width: 58%;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store {
    width: 100%;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table {
  min-width: 440px;
  max-height: 210px;
  overflow: auto;
  border: 1px solid #dddddd;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table {
    min-width: 100%;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table.error {
  border: 1px solid #DB431F;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table {
  color: #333333;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table thead {
  background-color: #EEEEEE;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table thead tr {
  font-size: 12px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table thead tr td {
  text-align: center;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr {
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: bold;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td:nth-child(2) {
  text-align: center;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td:nth-child(2) img {
  max-width: 14px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td.name {
  width: 30%;
  max-width: 190px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td.name {
    max-width: 110px;
  }
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td.status {
  width: 27%;
  max-width: 100px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td.store {
  width: 21%;
  max-width: 100px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td .btn {
  min-width: initial;
  width: 100%;
  border-radius: 3px;
  padding: 4px 5px;
  max-width: 140px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td .btn.disabled:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td .btn.disabled:focus {
  box-shadow: none;
  color: #ffffff;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td .btn-secondary:focus {
  color: #0054A6;
  box-shadow: none;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .store .table table tr td .btn-secondary:hover {
  color: #FFFFFF;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .error-text {
  font-size: 11px;
  color: #DB431F;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 900;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2 .error-text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background-image: url(../../img/icons/icon-exclamation.png);
  background-size: cover;
  left: 0;
  top: 4px;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2.hasError .error-text {
  display: block;
  opacity: 1;
  height: auto;
}
.cart .cart-list .item-container .shipping-methods .tab-change .tab2.hasError .table {
  border-color: #DB431F;
}
.cart .cart-list .item-container .delete-btn {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 5px;
  text-decoration: underline;
}
.cart .total-space {
  height: 134px;
}
.cart .buy-later {
  background-color: #F9F9F9;
}
.cart .buy-later .cart-list {
  margin-bottom: 0;
  padding: 30px 30px 0;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 5px;
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list {
    padding: 17px 15px 20px;
    border-width: 3px;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list .item-container .product-item-detail {
    padding: 20px 0 20px 15px;
  }
  .cart .buy-later .cart-list .item-container .product-item-detail .product-item-photo {
    margin-right: 15px;
  }
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list .item-container .shipping-methods .product-choose li label {
    font-size: 14px;
  }
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list .item-container .shipping-methods .product-choose li {
    max-width: 130px;
  }
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list .item-container .shipping-methods .product-choose li [type=radio]:checked + label, .cart .buy-later .cart-list .item-container .shipping-methods .product-choose li [type=radio]:not(:checked) + label {
    padding-left: 36px;
    padding-right: 0;
  }
}
.cart .buy-later .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header {
  flex-direction: column;
  align-items: flex-start;
}
.cart .buy-later .cart-list .item-container .shipping-methods .tab-change .tab2 .location .header .select-wrapper {
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
  .cart .buy-later .cart-list .item-container .shipping-methods {
    padding: 16px 15px 19px;
  }
}
.cart .buy-later .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-item-qty .ipt-qty {
  margin-right: 9px;
}
.cart .buy-later .cart-list .item-container .product-item-detail .product-item-list-container .product-item-all {
  max-width: 315px;
}
.cart .buy-later h3.cart-title {
  padding: 17px 30px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  background-color: #DDDDDD;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dddddd;
}
@media only screen and (max-width : 768px) {
  .cart .buy-later h3.cart-title {
    padding: 17px 15px;
  }
}
.cart .js-fixed-area {
  position: relative;
  min-height: 500px;
}
@media only screen and (max-width : 768px) {
  .cart .js-fixed-area {
    min-height: 0px;
  }
}
.cart .js-fixed-elm {
  position: absolute;
  top: 0;
}
.cart .js-fixed-elm.is-fixed {
  position: fixed;
}
.cart .total-price {
  padding: 21px 20px;
  background-color: #F9F9F9;
  border: 1px solid #dddddd;
  border-radius: 5px;
  max-width: 280px;
  z-index: 1;
}
.cart .total-price.fixed {
  position: fixed;
}
@media only screen and (max-width : 768px) {
  .cart .total-price {
    position: static;
    max-width: 100%;
  }
}
.cart .total-price .price-list {
  padding-bottom: 13px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}
.cart .total-price .price-list li {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.cart .total-price .price-list li:not(:last-child) {
  margin-bottom: 16px;
}
.cart .total-price .final {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  font-size: 16px;
}
.cart .total-price .final .price {
  color: #DB431F;
  font-size: 22px;
}
.cart .total-price .points {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
  flex-direction: column;
}
.cart .total-price .points li {
  display: flex;
  justify-content: space-between;
}
.cart .total-price .points li:not(:last-child) {
  margin-bottom: 5px;
}
.cart .total-price .points .price {
  color: #DB431F;
}
.cart .total-price .btn-list ul {
  display: flex;
  justify-content: center;
}
.cart .total-price .btn-list ul li {
  margin: 5px;
  min-width: 51%;
  width: 100%;
}
.cart .total-price .btn-list a, .cart .total-price .btn-list button {
  max-width: 240px;
  width: 100%;
  min-width: initial;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .cart .total-price .btn-list a, .cart .total-price .btn-list button {
    max-width: 100%;
  }
}
.cart .total-price .btn-list a:not(:last-child), .cart .total-price .btn-list button:not(:last-child) {
  margin-bottom: 10px;
}
.cart .total-price .btn-list a.reverse, .cart .total-price .btn-list button.reverse {
  background-color: #0054A6;
  color: #ffffff;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .total-price .btn-list a.reverse:hover, .cart .total-price .btn-list button.reverse:hover {
    background-color: #ffffff;
    color: #0054A6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .total-price .btn-list a.reverse:hover, .cart .total-price .btn-list button.reverse:hover {
    color: #0054A6;
    background-color: #FFFFFF;
  }
}
.cart .total-price .btn-list a.reverse:active, .cart .total-price .btn-list button.reverse:active {
  background-color: #ffffff;
  color: #0054A6;
}
.cart .total-price .btn-list a.back, .cart .total-price .btn-list button.back {
  background-color: #EEEEEE;
  color: #333333;
  border-color: #DDDDDD;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .total-price .btn-list a.back:hover, .cart .total-price .btn-list button.back:hover {
    background-color: #cecece;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .total-price .btn-list a.back:hover, .cart .total-price .btn-list button.back:hover {
    background-color: #cecece;
  }
}
.cart .total-price .btn-list a.back:active, .cart .total-price .btn-list button.back:active {
  background-color: #cecece;
}
.cart .total-price .btn-list a[disabled], .cart .total-price .btn-list button[disabled] {
  pointer-events: none;
}
.cart .total-price .btn-list a[disabled]:not(:last-child), .cart .total-price .btn-list button[disabled]:not(:last-child) {
  border-color: #333333;
  color: #333333;
}
.cart .total-price .btn-list a img, .cart .total-price .btn-list button img {
  width: 30px;
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cart .total-price .btn-list a:focus, .cart .total-price .btn-list button:focus {
  outline: none;
}
.cart .total-price .btn-list a.downloading, .cart .total-price .btn-list button.downloading {
  pointer-events: none;
  opacity: 0.6;
}
.cart .total-price .btn-list a.downloading img, .cart .total-price .btn-list button.downloading img {
  display: block;
}
@media only screen and (max-width : 768px) {
  .cart .total-price .btn-list {
    margin-bottom: 0;
  }
  .cart .total-price .btn-list .btn:last-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
.cart .note {
  font-size: 12px;
  color: #333333;
  padding-left: 12px;
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width : 768px) {
  .cart .note {
    margin-top: 20px;
  }
}
.cart .note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.cart .note .indention-control {
  display: block;
}
@media only screen and (max-width : 820px) {
  .cart .note .indention-control {
    display: none;
  }
}
.cart .subtext {
  font-size: 12px;
  color: #333333;
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width : 480px) {
  .cart .subtext {
    margin-top: 0px;
    text-align: center;
  }
}
.cart .cart-modal .cart-modal-dialog {
  padding: 50px 34px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog {
    padding: 30px 13px;
  }
}
.cart .cart-modal .cart-modal-dialog.confirm {
  padding: 10px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog.confirm {
    padding: 30px 15px;
  }
}
.cart .cart-modal .cart-modal-dialog h3 {
  font-size: 18px;
  color: #DB431F;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog h3 {
    font-size: 14px;
  }
}
.cart .cart-modal .cart-modal-dialog.login h3 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog.login h3 {
    font-size: 18px;
    padding: 0 50px;
    line-height: 29px;
  }
}
.cart .cart-modal .cart-modal-dialog.login h3.registry-title {
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog.login h3.registry-title {
    margin-bottom: 30px;
  }
}
.cart .cart-modal .cart-modal-dialog .product-list {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cart .cart-modal .cart-modal-dialog .product-list.overflow-items {
  max-height: 160px;
  overflow-y: auto;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog .product-list.overflow-items {
    max-height: 130px;
  }
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog .product-list {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
.cart .cart-modal .cart-modal-dialog .product-list li {
  padding-left: 10px;
  position: relative;
}
.cart .cart-modal .cart-modal-dialog .product-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog .product-list li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.cart .cart-modal .cart-modal-dialog .product-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.cart .cart-modal .cart-modal-dialog .btn-list {
  justify-content: center;
}
.cart .cart-modal .cart-modal-dialog .btn-list.options, .cart .cart-modal .cart-modal-dialog .btn-list.registry {
  justify-content: space-between;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog .btn-list.options a:last-child, .cart .cart-modal .cart-modal-dialog .btn-list.registry a:last-child {
    margin-bottom: 10px;
  }
}
.cart .cart-modal .cart-modal-dialog .btn-list a {
  height: 40px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog .btn-list a {
    margin-bottom: 0;
  }
}
.cart .cart-modal .cart-modal-dialog.receiveProduct h3 {
  padding-left: 20px;
  position: relative;
  max-width: 370px;
  margin: 0 auto 20px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog.receiveProduct h3 {
    max-width: 290px;
  }
}
.cart .cart-modal .cart-modal-dialog.receiveProduct h3:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .cart-modal-dialog.receiveProduct h3:before {
    top: 11px;
  }
}
.cart .cart-modal .cart-modal-dialog.confirm-stock {
  padding: 25px 0;
  max-width: 450px;
}
.cart .cart-modal .credit h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit h3 {
    margin-bottom: 15px;
  }
}
.cart .cart-modal .credit label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit label {
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.cart .cart-modal .credit label img {
  max-width: 130px;
  margin-left: 10px;
}
.cart .cart-modal .credit > label {
  margin-bottom: 10px;
}
.cart .cart-modal .credit [type=radio]:checked + label {
  font-weight: bold !important;
}
.cart .cart-modal .credit .credit-option {
  margin-bottom: 20px;
}
.cart .cart-modal .credit .credit-option li:not(:last-child) {
  margin-bottom: 10px;
}
.cart .cart-modal .credit .credit-option li.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.cart .cart-modal .credit .credit-option li.disabled label:before {
  background-color: #EEEEEE;
}
.cart .cart-modal .credit .credit-option li label {
  font-weight: normal;
}
.cart .cart-modal .credit .card-info .new, .cart .cart-modal .credit .card-info .current {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cart .cart-modal .credit .card-info .new > label, .cart .cart-modal .credit .card-info .current > label {
  width: 100%;
}
.cart .cart-modal .credit .card-info .new p, .cart .cart-modal .credit .card-info .current p {
  margin-bottom: 0;
  font-size: 14px;
}
.cart .cart-modal .credit .card-info .new .card-number, .cart .cart-modal .credit .card-info .current .card-number {
  width: 100%;
}
.cart .cart-modal .credit .card-info .new .card-number input, .cart .cart-modal .credit .card-info .current .card-number input {
  width: 100%;
  max-width: 200px;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 5px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit .card-info .new .card-number input, .cart .cart-modal .credit .card-info .current .card-number input {
    max-width: 100%;
  }
}
.cart .cart-modal .credit .card-info .new .card-number.hasError input, .cart .cart-modal .credit .card-info .current .card-number.hasError input {
  margin-bottom: 10px;
}
.cart .cart-modal .credit .card-info .new .card-number.hasError .error-text, .cart .cart-modal .credit .card-info .current .card-number.hasError .error-text {
  margin-top: 0;
  margin-bottom: 15px;
}
.cart .cart-modal .credit .card-info .new .card-number input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .current .card-number input::-webkit-input-placeholder {
  font-size: 14px;
}
.cart .cart-modal .credit .card-info .new .expiration-date, .cart .cart-modal .credit .card-info .new .security-code, .cart .cart-modal .credit .card-info .new .card-holder-name, .cart .cart-modal .credit .card-info .current .expiration-date, .cart .cart-modal .credit .card-info .current .security-code, .cart .cart-modal .credit .card-info .current .card-holder-name {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.cart .cart-modal .credit .card-info .new .expiration-date label, .cart .cart-modal .credit .card-info .new .security-code label, .cart .cart-modal .credit .card-info .new .card-holder-name label, .cart .cart-modal .credit .card-info .current .expiration-date label, .cart .cart-modal .credit .card-info .current .security-code label, .cart .cart-modal .credit .card-info .current .card-holder-name label {
  width: 100%;
  margin-bottom: 10px;
}
.cart .cart-modal .credit .card-info .new .expiration-date .select-wrapper, .cart .cart-modal .credit .card-info .new .security-code .select-wrapper, .cart .cart-modal .credit .card-info .new .card-holder-name .select-wrapper, .cart .cart-modal .credit .card-info .current .expiration-date .select-wrapper, .cart .cart-modal .credit .card-info .current .security-code .select-wrapper, .cart .cart-modal .credit .card-info .current .card-holder-name .select-wrapper {
  width: 50%;
}
.cart .cart-modal .credit .card-info .new .expiration-date .select-wrapper.month, .cart .cart-modal .credit .card-info .new .security-code .select-wrapper.month, .cart .cart-modal .credit .card-info .new .card-holder-name .select-wrapper.month, .cart .cart-modal .credit .card-info .current .expiration-date .select-wrapper.month, .cart .cart-modal .credit .card-info .current .security-code .select-wrapper.month, .cart .cart-modal .credit .card-info .current .card-holder-name .select-wrapper.month {
  max-width: 54px;
  margin-right: 9px;
  height: 40px;
}
.cart .cart-modal .credit .card-info .new .expiration-date .select-wrapper.year, .cart .cart-modal .credit .card-info .new .security-code .select-wrapper.year, .cart .cart-modal .credit .card-info .new .card-holder-name .select-wrapper.year, .cart .cart-modal .credit .card-info .current .expiration-date .select-wrapper.year, .cart .cart-modal .credit .card-info .current .security-code .select-wrapper.year, .cart .cart-modal .credit .card-info .current .card-holder-name .select-wrapper.year {
  max-width: 67px;
  height: 40px;
}
.cart .cart-modal .credit .card-info .new .expiration-date .select-wrapper select, .cart .cart-modal .credit .card-info .new .security-code .select-wrapper select, .cart .cart-modal .credit .card-info .new .card-holder-name .select-wrapper select, .cart .cart-modal .credit .card-info .current .expiration-date .select-wrapper select, .cart .cart-modal .credit .card-info .current .security-code .select-wrapper select, .cart .cart-modal .credit .card-info .current .card-holder-name .select-wrapper select {
  font-size: 12px;
}
.cart .cart-modal .credit .card-info .new .expiration-date input, .cart .cart-modal .credit .card-info .new .security-code input, .cart .cart-modal .credit .card-info .new .card-holder-name input, .cart .cart-modal .credit .card-info .current .expiration-date input, .cart .cart-modal .credit .card-info .current .security-code input, .cart .cart-modal .credit .card-info .current .card-holder-name input {
  width: 100%;
  max-width: 104px;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background: transparent;
}
.cart .cart-modal .credit .card-info .new .expiration-date input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .new .security-code input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .new .card-holder-name input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .current .expiration-date input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .current .security-code input::-webkit-input-placeholder, .cart .cart-modal .credit .card-info .current .card-holder-name input::-webkit-input-placeholder {
  font-size: 14px;
}
.cart .cart-modal .credit .card-info .new .expiration-date.hasError .error-text, .cart .cart-modal .credit .card-info .new .security-code.hasError .error-text, .cart .cart-modal .credit .card-info .new .card-holder-name.hasError .error-text, .cart .cart-modal .credit .card-info .current .expiration-date.hasError .error-text, .cart .cart-modal .credit .card-info .current .security-code.hasError .error-text, .cart .cart-modal .credit .card-info .current .card-holder-name.hasError .error-text {
  height: auto;
  max-height: 18px;
  overflow: visible;
}
.cart .cart-modal .credit .card-info .new .error-list, .cart .cart-modal .credit .card-info .current .error-list {
  margin-top: 10px;
}
.cart .cart-modal .credit .card-info .new .error-list .error-text, .cart .cart-modal .credit .card-info .current .error-list .error-text {
  margin-top: 0;
}
.cart .cart-modal .credit .number-of-payment {
  margin-bottom: 6px;
}
.cart .cart-modal .credit .number-of-payment .type-of-payment {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit .number-of-payment .type-of-payment {
    flex-direction: column;
  }
}
.cart .cart-modal .credit .number-of-payment .type-of-payment li {
  width: 50%;
  color: #333333;
  margin-bottom: 14px;
  display: flex;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit .number-of-payment .type-of-payment li {
    width: 100%;
  }
}
.cart .cart-modal .credit .number-of-payment .type-of-payment li label {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 38px;
  padding-left: 36px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit .number-of-payment .type-of-payment li label {
    margin-right: 63px;
  }
}
.cart .cart-modal .credit .number-of-payment .type-of-payment li .select-wrapper {
  max-width: 80px;
}
.cart .cart-modal .credit .number-of-payment .type-of-payment li .select-wrapper select {
  font-size: 14px;
}
.cart .cart-modal .credit .total-payment {
  margin-bottom: 30px;
}
.cart .cart-modal .credit .total-payment p {
  color: #DB431F;
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.cart .cart-modal .credit .btn-list {
  display: flex;
  justify-content: space-between;
}
.cart .cart-modal .credit .btn-list .btn {
  max-width: 200px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .credit .btn-list .btn {
    max-width: 300px;
  }
  .cart .cart-modal .credit .btn-list .btn:last-child {
    margin-bottom: 10px;
  }
}
.cart .cart-modal .credit .btn-list .btn.reverse {
  background-color: #0054A6;
  color: #ffffff;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .cart-modal .credit .btn-list .btn.reverse:hover {
    background-color: #ffffff;
    color: #0054A6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart .cart-modal .credit .btn-list .btn.reverse:hover {
    background-color: #ffffff;
    color: #0054A6;
  }
}
.cart .cart-modal .credit .btn-list .btn.reverse:active {
  background-color: #ffffff;
  color: #0054A6;
}
.cart .cart-modal .credit .btn-list .btn.downloading img {
  display: block;
}
.cart .cart-modal .user-address .input-form input {
  font-size: 14px;
  padding: 10px;
}
.cart .cart-modal .user-address .input-form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart .cart-modal .user-address .input-form > div label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart .cart-modal .user-address .input-form > div label span {
  color: #DB431F;
}
.cart .cart-modal .user-address .input-form > div .error-text {
  font-size: 11px;
  color: #DB431F;
  margin-top: 5px;
  display: none;
}
.cart .cart-modal .user-address .input-form > div .error-text i {
  margin-right: 5px;
}
.cart .cart-modal .user-address .input-form select {
  font-size: 14px;
}
.cart .cart-modal .user-address .input-form .name {
  display: flex;
  flex-wrap: wrap;
}
.cart .cart-modal .user-address .input-form .name input {
  max-width: 200px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .user-address .input-form .name input {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .cart .cart-modal .user-address .input-form .name input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.cart .cart-modal .user-address .input-form .postal-code {
  justify-content: flex-start;
}
.cart .cart-modal .user-address .input-form .postal-code input {
  max-width: 200px;
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .user-address .input-form .postal-code input {
    max-width: 120px;
    margin-right: 10px;
  }
}
.cart .cart-modal .user-address .input-form .postal-code button {
  max-width: 150px;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .user-address .input-form .postal-code button {
    max-width: 100px;
    margin-left: 0;
  }
}
.cart .cart-modal .user-address .btn-list {
  justify-content: space-between;
}
@media only screen and (max-width : 768px) {
  .cart .cart-modal .user-address .btn-list {
    flex-direction: row;
  }
}
.cart .cart-modal .user-address .btn-list .btn {
  max-width: 100px;
}
.cart .cart-modal .user-address .btn-list .reverse {
  background: #0054A6;
  color: #FFFFFF;
}
.cart .cart-modal .user-address .btn-list .reverse:hover {
  background: #FFFFFF;
  color: #0054A6;
}
.cart .store-note {
  display: flex;
  line-height: 1.5;
}
.cart .error-msg {
  color: #DB431F;
  margin-bottom: 20px;
}
.cart .error-msg i {
  margin-right: 10px;
}
.cart .error-msg.error-msg-store {
  font-size: 12px;
  margin: 5px 0 0;
}

@media only screen and (max-width : 768px) {
  .order .container-content {
    margin-bottom: 40px;
  }
}
.order.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details {
  margin-right: 60px;
}
@media only screen and (max-width : 768px) {
  .order.cart .cart-list .item-container .product-item-detail .product-item-list-container .product-item-actions .product-details {
    margin-right: 0;
  }
}
.order .tax-info {
  margin-top: 70px;
  text-align: right;
  color: #000000;
}
@media only screen and (max-width : 768px) {
  .order .tax-info {
    margin-top: 6px;
    text-align: left;
  }
}
.order .product-item-qty {
  margin-right: 35px;
}
@media only screen and (max-width : 768px) {
  .order .product-item-qty {
    margin-right: 0;
  }
}
.order .product-item-qty .qty {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .order .product-item-qty .qty {
    font-size: 14px;
  }
}
.order .cart-list .item-container .status {
  padding-bottom: 15px;
}
.order .cart-list .item-container .status p:last-child {
  margin-bottom: 10px;
}
.order .cart-list .item-container .status {
  border-bottom: 0;
}
.order h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.order .user-info ul {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-right: -2px;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul {
    flex-direction: column;
    padding: 20px 15px 12px;
  }
}
.order .user-info ul.no-border {
  border: none;
}
.order .user-info ul .button-area {
  height: 100px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul .button-area {
    height: 100%;
  }
}
.order .user-info ul .button-area .btn {
  border: 2px solid #0054a6;
  color: #0054a6;
  background: #FFFFFF;
  width: 250px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul .button-area .btn {
    width: 160px;
  }
}
.order .user-info ul li {
  width: 16.6666666667%;
}
.order .user-info ul li.first {
  max-width: 140px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.first {
    max-width: 100%;
  }
}
.order .user-info ul li.first .content {
  font-size: 16px;
}
.order .user-info ul li.email {
  width: 35%;
}
.order .user-info ul li.email p {
  word-break: break-all;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.email {
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li {
    width: 100%;
    max-width: 100%;
    display: flex;
  }
  .order .user-info ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.order .user-info ul li:first-child .title {
  padding-left: 25px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li:first-child .title {
    padding-left: 0;
  }
}
.order .user-info ul li:first-child p, .order .user-info ul li:first-child .content {
  padding-left: 25px;
  padding-right: 15px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li:first-child p, .order .user-info ul li:first-child .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.order .user-info ul li:last-child .title {
  padding-right: 25px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li:last-child .title {
    padding-right: 0;
  }
}
.order .user-info ul li:last-child p {
  padding-right: 25px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li:last-child p {
    padding-right: 0;
  }
}
.order .user-info ul li.address {
  width: 35%;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.address {
    width: 100%;
    margin-bottom: 20px;
  }
}
.order .user-info ul li.address .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.address .content {
    margin: auto;
  }
}
.order .user-info ul li.address .content .select-wrapper {
  width: 100%;
  max-width: 271px;
  margin-bottom: 15px;
}
.order .user-info ul li.address .content .select-wrapper select {
  width: 100%;
  padding-right: 29px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.address .content .select-wrapper {
    margin-bottom: 20px;
  }
}
.order .user-info ul li.address .content .add-address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 29px 5px 10px;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  border: 1px dashed #DDDDDD;
  border-radius: 5px;
  color: #333333;
  font-weight: inherit;
}
.order .user-info ul li.address .content p {
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  height: auto;
}
.order .user-info ul li.address.text .content {
  flex-direction: row;
  align-items: center;
}
.order .user-info ul li .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  min-height: 40px;
  background-color: #F9F9F9;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li .title {
    font-size: 14px;
    background-color: #FFFFFF;
    border-bottom: 0;
    padding: 0;
    min-width: 100px;
    margin-right: 0;
    min-height: 0;
    width: 40%;
  }
}
.order .user-info ul li p, .order .user-info ul li .action, .order .user-info ul li .content {
  padding: 21px 0;
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li p, .order .user-info ul li .action, .order .user-info ul li .content {
    padding: 0;
    width: 60%;
    margin: auto;
    max-width: 195px;
    word-break: break-word;
  }
}
.order .user-info ul li p button, .order .user-info ul li .action button, .order .user-info ul li .content button {
  width: 80px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  border-color: #DDDDDD;
  background: #ffffff;
  border-radius: 5px;
  color: #333333;
  min-width: 0;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order .user-info ul li p button:hover, .order .user-info ul li .action button:hover, .order .user-info ul li .content button:hover {
    background: #EEEEEE;
  }
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li p button, .order .user-info ul li .action button, .order .user-info ul li .content button {
    width: 100%;
    max-width: 300px;
  }
  .order .user-info ul li p button:active, .order .user-info ul li .action button:active, .order .user-info ul li .content button:active {
    background: #EEEEEE;
  }
}
.order .user-info ul li .content {
  align-items: flex-start;
}
.order .user-info ul li .content p {
  padding: 0;
  width: 100%;
}
.order .user-info ul li .content label {
  margin-bottom: 0;
}
.order .user-info ul li .content #datepicker, .order .user-info ul li .content #datepicker2 {
  padding: 10px;
  max-width: 150px;
  border-radius: 5px;
}
.order .user-info ul li .content .checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}
.order .user-info ul li .content .checkbox p {
  height: auto;
  font-weight: normal;
}
.order .user-info ul li .content .calendar-icon {
  font-size: 20px;
  color: #0054A6;
}
.order .user-info ul li.text .content {
  align-items: center;
}
.order .user-info ul li .action {
  justify-content: center;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li .action {
    justify-content: center;
    max-width: 300px;
  }
}
.order .user-info ul li.button-change {
  width: 35%;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.button-change .title {
    display: none;
  }
}
.order .user-info ul li.date, .order .user-info ul li.time {
  width: calc((100% - 140px - 35%) / 2);
  position: relative;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.date, .order .user-info ul li.time {
    width: 100%;
  }
}
.order .user-info ul li.date .error-text, .order .user-info ul li.time .error-text {
  min-height: 36px;
}
.order .user-info ul li.date .warning, .order .user-info ul li.time .warning {
  position: absolute;
  color: #DB431F;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  bottom: 0;
  padding: 0;
  height: auto;
  line-height: 20px;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.date .warning, .order .user-info ul li.time .warning {
    display: none;
  }
}
.order .user-info ul li.date .warning-sp, .order .user-info ul li.time .warning-sp {
  line-height: 20px;
  font-size: 14px;
  display: none;
  color: #DB431F;
  margin-top: 10px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.date .warning-sp, .order .user-info ul li.time .warning-sp {
    font-size: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
  }
}
.order .user-info ul li.date-time {
  width: calc(100% - 140px - 35%);
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.date-time {
    width: 100%;
  }
}
.order .user-info ul li.date .content {
  display: flex;
  flex-wrap: wrap;
}
.order .user-info ul li.date .content i {
  margin: 10px 0 0 10px;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.time {
    flex-wrap: wrap;
  }
}
.order .user-info ul li.time .content {
  padding-right: 25px;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .order .user-info ul li.time .content {
    padding-right: 0;
  }
}
.order .user-info.confirm ul li .title {
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  .order .user-info.confirm ul li.address {
    margin-bottom: 10px;
  }
}
.order .user-info.confirm .content {
  align-items: center;
}
.order .shipping ul {
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul li:first-child .title {
    margin-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .order .shipping ul li .title {
    margin-top: 10px;
  }
}
.order .shipping ul li.notice {
  width: 100%;
  margin: 5px 0 20px;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul li.notice {
    flex-direction: column;
    margin-top: 0;
  }
}
.order .shipping ul li.notice p {
  font-size: 14px;
  margin: 0 25px;
  height: auto;
  padding: 0 0 0 14px;
  line-height: 22px;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul li.notice p {
    font-size: 12px;
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
}
.order .shipping ul li.notice p.hasError {
  padding-left: 0;
}
.order .shipping ul li.notice p .error-text {
  margin-top: 0;
}
.order .shipping ul.store .first {
  max-width: 190px;
  width: 20%;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul.store .first {
    width: 100%;
    max-width: 100%;
  }
}
.order .shipping ul.store li .content {
  align-items: center;
}
.order .shipping ul.store .address {
  max-width: 196px;
}
.order .shipping ul.store .address .content {
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul.store .address {
    max-width: 100%;
  }
}
.order .shipping ul.store .date {
  width: 60%;
  max-width: 508px;
}
@media only screen and (max-width : 768px) {
  .order .shipping ul.store .date {
    width: 100%;
    max-width: 100%;
  }
}
.order .shipping ul.store .date .content {
  align-items: center;
}
.order .shipping ul.store .date .content .error-text {
  min-height: 36px;
}
.order .shipping ul.store .date .content p {
  height: auto;
}
.order .shipping ul.store .date .content input {
  width: 150px;
  padding: 10px;
}
.order .payment {
  margin-top: 0;
}
.order .payment h3 {
  margin-bottom: 11px;
}
.order .payment .note {
  margin-top: 0;
  font-size: 16px;
}
.order .payment-list {
  margin-top: 20px;
}
.order .payment-list li {
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
.order .payment-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order .payment-list li:hover {
    border-color: #0054A6;
  }
  .order .payment-list li:hover .headline {
    color: #0054A6;
  }
}
.order .payment-list li.selected {
  border-color: #0054A6;
}
.order .payment-list li.selected label .headline {
  color: #0054A6;
}
.order .payment-list li label {
  font-weight: normal;
  font-size: 14px;
  padding: 14px 10px 14px 46px;
  width: 100%;
}
.order .payment-list li label .headline {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
.order .payment-list li label .credit {
  font-size: 16px;
}
.order .payment-list li label img {
  width: 168px;
  display: block;
  margin-top: 6px;
}
.order .payment-list li label .bold {
  font-weight: bold;
}
.order .payment-list li label .red {
  color: #DB431F;
  display: block;
}
.order .payment-list li label .blue {
  color: #337AB7;
  text-decoration: underline;
}
.order .payment-list li [type=radio]:checked + label:before, .order .payment-list li [type=radio]:not(:checked) + label:before {
  top: 28px;
  left: 10px;
}
.order .payment-list li [type=radio]:checked + label:after, .order .payment-list li [type=radio]:not(:checked) + label:after {
  top: 28px;
  left: 16px;
}
.order .payment-list li.disabled {
  background-color: #EEEEEE;
  pointer-events: none;
}
.order .payment-list li.disabled label {
  pointer-events: none;
  cursor: not-allowed;
}
.order .payment-list li.disabled [type=radio]:checked + label:before, .order .payment-list li.disabled [type=radio]:not(:checked) + label:before {
  border-color: #EEEEEE;
}
.order .payment-confirm {
  display: flex;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 15px 20px;
}
@media only screen and (max-width : 768px) {
  .order .payment-confirm {
    flex-direction: column;
  }
}
.order .payment-confirm p {
  margin-right: 36px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
  .order .payment-confirm p {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.order .payment-confirm .note {
  font-size: 14px;
}
.order .coupon-wrapper {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
.order .coupon-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.order .coupon-wrapper h4 {
  padding: 10px 26px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width : 768px) {
  .order .coupon-wrapper h4 {
    padding: 10px 20px;
  }
}
.order .coupon-wrapper h4 span.applied-coupon {
  color: #DB431F;
  font-weight: bold;
  margin-left: 100px;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  .order .coupon-wrapper h4 span.applied-coupon {
    margin: 10px 0 0;
    display: block;
  }
}
.order .coupon-wrapper .list {
  padding: 24px 20px;
}
.order .coupon-wrapper .list li {
  display: flex;
  font-weight: bold;
  font-size: 16px;
}
.order .coupon-wrapper .list li:not(:last-child) {
  margin-bottom: 10px;
}
.order .coupon-wrapper .list li p {
  margin-right: 38px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
  .order .coupon-wrapper .list li p {
    width: 45%;
    max-width: 96px;
  }
}
@media only screen and (max-width : 768px) {
  .order .coupon-wrapper .list li span {
    width: 55%;
    max-width: 135px;
  }
}
.order .coupon-wrapper .list li .point {
  color: #DB431F;
}
.order .coupon-wrapper button:focus {
  box-shadow: none;
}
.order .coupon-wrapper .btn-primary {
  max-width: 150px;
  min-width: 0;
  width: 100%;
  font-size: 16px;
}
.order .coupon .content {
  display: flex;
  padding: 20px 26px 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content {
    flex-direction: column;
    padding: 20px 19px 20px;
  }
}
.order .coupon .content .select-wrapper {
  max-width: 400px;
  margin-right: 20px;
}
.order .coupon .content .select-wrapper input {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 40px;
  background-color: transparent;
}
.order .coupon .content .select-wrapper input::-webkit-calendar-picker-indicator {
  display: none !important;
}
.order .coupon .content .select-wrapper input[disabled] {
  color: rgb(170, 170, 170);
  background-color: transparent;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .select-wrapper {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.order .coupon .content .hasError input {
  border-color: #DB431F;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .btn {
    max-width: 100%;
    width: 100%;
  }
}
.order .coupon .content .current-point, .order .coupon .content .input-point {
  width: 50%;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .current-point, .order .coupon .content .input-point {
    max-width: 100%;
    width: 100%;
  }
}
.order .coupon .content .current-point {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .current-point {
    margin-bottom: 13px;
  }
}
.order .coupon .content .current-point .point {
  color: #DB431F;
}
.order .coupon .content .input-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.order .coupon .content .input-point label {
  font-weight: bold;
  margin-right: 8px;
}
.order .coupon .content .input-point input {
  width: 130px;
  height: 40px;
  padding: 10px;
}
.order .coupon .content .input-point p.note {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .input-point p.note {
    margin-bottom: 10px;
  }
}
.order .coupon .content .input-point .btn {
  max-width: 150px;
  min-width: 0;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .input-point .btn {
    max-width: 100%;
  }
}
.order .coupon .content .error-text.point {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
@media only screen and (max-width : 768px) {
  .order .coupon .content .error-text.point {
    margin-top: 10px;
  }
}
.order .coupon .hasError .content {
  padding-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .order .coupon .hasError .content {
    padding-bottom: 10px;
  }
}
.order .coupon .hasError .error-text {
  padding-bottom: 20px;
  margin: 0 26px;
  width: auto;
}
.order .user-note-wrapper {
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width : 768px) {
  .order .user-note-wrapper {
    font-size: 16px;
  }
}
.order .user-note h3 {
  margin-top: 50px;
}
.order .user-note textarea {
  height: 140px;
  resize: none;
  padding: 10px;
}
@media only screen and (max-width : 768px) {
  .order .user-note textarea {
    height: 240px;
  }
}
.order .select-wrapper, .order .select-wrapper-custom {
  position: relative;
  width: 100%;
}
.order .select-wrapper:after, .order .select-wrapper-custom:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.order .select-wrapper select, .order .select-wrapper-custom select {
  width: 100%;
  height: 40px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  position: relative;
  background-color: transparent;
}
.order .select-wrapper input::-webkit-calendar-picker-indicator, .order .select-wrapper-custom input::-webkit-calendar-picker-indicator {
  display: block !important;
}
.order .select-wrapper select::-ms-expand, .order .select-wrapper-custom select::-ms-expand {
  display: block;
}
.order .select-wrapper-custom {
  max-width: 400px;
  margin-right: 20px;
}
@media only screen and (max-width : 768px) {
  .order .select-wrapper-custom {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.order .select-wrapper-custom input {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 40px;
  background-color: transparent;
}
.order input::-webkit-calendar-picker-indicator {
  opacity: 100;
  cursor: auto;
  background: transparent;
  color: transparent;
}
.order .confirm .cart-list > li:first-child .title {
  margin-top: 0;
}
.order .complete .member-registration .step-3 h3 {
  margin-top: 0;
}
.order a.text-blue {
  text-decoration: underline;
}
.order-no-addresses {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width : 768px) {
  .order-no-addresses {
    font-size: 20px;
  }
}

.site-information {
  line-height: 24px;
}
.site-information .site-info {
  margin-bottom: 20px;
}
.site-information .basic-info {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.site-information .basic-info.commercial {
  max-width: 100%;
}
.site-information .basic-info .label {
  width: 240px;
  white-space: normal;
  line-height: 21px;
}
.site-information .basic-info .label .des-label {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 30px;
  line-height: 20px;
}

.title-blue {
  color: #0054A6;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.title-bold {
  font-weight: 700;
  display: block;
}

.title-black {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.privacy-policyo,
.bg_scroll {
  margin-bottom: 30px;
}
.privacy-policyo p,
.bg_scroll p {
  margin: 5px 0px;
}
.privacy-policyo .title-black,
.bg_scroll .title-black {
  margin: 25px 0px;
}

.map-site {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 75px;
}

.terms-of-service {
  line-height: 24px;
}
.terms-of-service .bg_scroll {
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 45px 50px;
  margin-top: 25px;
}
@media only screen and (max-width : 768px) {
  .terms-of-service .bg_scroll {
    padding: 20px;
  }
}
.terms-of-service .bg_scroll .scroll_box {
  background: #fff;
  padding: 20px 45px;
  max-height: 510px;
  overflow: auto;
}
@media only screen and (max-width : 768px) {
  .terms-of-service .bg_scroll .scroll_box {
    padding: 20px;
  }
}
.terms-of-service .bg_scroll .scroll_box .title-black {
  font-size: 16px;
}
.terms-of-service ol {
  padding-left: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .terms-of-service ol {
    padding-left: 20px;
  }
}
.terms-of-service ol li::marker {
  font-size: 14px;
}
.terms-of-service .title-black-top {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.user-guide .block-title {
  display: none;
}
.user-guide .shopping-flow .shopping-flow-item {
  display: block;
}
.user-guide .shopping-flow .shopping-flow-item .guide-number {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.user-guide .shopping-flow .shopping-flow-item .item {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .img {
  width: 43%;
  max-width: 500px;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .img {
    width: 100%;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .img a {
  display: block;
  margin-bottom: 20px;
}
.user-guide .shopping-flow .shopping-flow-item .item .img img {
  width: 100%;
  border: 1px solid #DDDDDD;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.user-guide .shopping-flow .shopping-flow-item .item .content {
  width: 57%;
  margin-left: 25px;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .content {
    width: 100%;
    margin-left: 0;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .title-blue {
  color: #0054A6;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .des {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .des .paragraph-small {
  font-size: 14px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content table {
  width: 100%;
  max-width: 390px;
  margin-top: 10px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content table tr {
  font-size: 16px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .content table tr {
    font-size: 14px;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .content table tr:first-child {
  background-color: #F9F9F9;
  border-top: 1px solid #E5E5E5;
}
.user-guide .shopping-flow .shopping-flow-item .item .content table tr th, .user-guide .shopping-flow .shopping-flow-item .item .content table tr td {
  padding: 8px 10px;
  font-weight: normal;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .btn-login {
  background: #0054A6;
  color: #fff;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .btn-login:hover {
  background: #FFFFFF;
  color: #0054A6;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .btn-primary {
  font-size: 14px;
  text-decoration: none;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .btn-primary.disabled, .user-guide .shopping-flow .shopping-flow-item .item .content .btn-login.disabled {
  background-color: #e3e3e3;
  color: #333333;
  border: #dddddd;
  opacity: 0.8;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .btn-primary.disabled:focus, .user-guide .shopping-flow .shopping-flow-item .item .content .btn-login.disabled:focus {
  outline: 0;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .text-red {
  color: #DB431F;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .text-blue {
  color: #337AB7;
  text-decoration: underline;
  cursor: pointer;
}
.user-guide .shopping-flow .shopping-flow-item .item .content a {
  text-decoration: underline;
  font-size: 16px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .basic-info {
  margin-top: 15px;
}
.user-guide .shopping-flow .shopping-flow-item .item .content .basic-info li {
  color: #333333;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .content .basic-info li {
    flex-direction: column;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .content .basic-info .label {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  width: 145px;
  display: block;
  padding: 0;
  text-align: left;
  margin-right: 15px;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .content .basic-info .label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .content .basic-info .content-info {
  font-size: 14px;
  width: calc(100% - 165px);
  line-height: 22px;
  color: #333333;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .content .basic-info .content-info {
    width: 100%;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item-faq {
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.user-guide .shopping-flow .shopping-flow-item .item .question, .user-guide .shopping-flow .shopping-flow-item .item .answer {
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .question, .user-guide .shopping-flow .shopping-flow-item .item .answer {
    padding: 0 40px;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .question {
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 30px;
}
.user-guide .shopping-flow .shopping-flow-item .item .question:before {
  content: "Q";
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0054A6;
  position: absolute;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-guide .shopping-flow .shopping-flow-item .item .question:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/img/icons/icon-arrow-faq.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  position: absolute;
  right: 15px;
  transform: rotate(180deg);
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow .shopping-flow-item .item .question:after {
    width: 20px;
    height: 20px;
  }
}
.user-guide .shopping-flow .shopping-flow-item .item .question.open:after {
  transform: none;
}
.user-guide .shopping-flow .shopping-flow-item .item .answer {
  max-height: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.user-guide .shopping-flow .shopping-flow-item .item .answer:before {
  content: "A";
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-guide .shopping-flow .shopping-flow-item .item .answer.open {
  margin-top: 20px;
  max-height: 100%;
}
.user-guide .shopping-flow .shopping-flow-item .item .answer p {
  margin-top: 6px;
  line-height: 22px;
}
.user-guide .shopping-flow .shopping-flow-item:not(:first-child) .item-faq {
  padding-top: 20px;
}
.user-guide .shopping-flow.payment .shopping-flow-item .item .content {
  margin-left: 22px;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .user-guide .shopping-flow.payment .shopping-flow-item .item .content {
    margin-left: 0;
  }
}
.user-guide .faq-container {
  display: flex;
}
@media only screen and (max-width : 768px) {
  .user-guide .faq-container {
    flex-direction: column;
  }
}
.user-guide .faq-container .shopping-flow {
  width: 75%;
  padding: 0 20px;
}
@media only screen and (max-width : 768px) {
  .user-guide .faq-container .shopping-flow {
    width: 100%;
    padding: 0;
  }
}
.user-guide .faq-container .no-result {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.user-guide .faq-category {
  max-width: 280px;
  width: 25%;
  padding: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width : 768px) {
  .user-guide .faq-category {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
  }
}
.user-guide .faq-category .category li {
  color: #0054A6;
}
.user-guide .faq-category .category li:hover, .user-guide .faq-category .category li.active {
  cursor: pointer;
}
.user-guide .faq-category .category li:hover h4, .user-guide .faq-category .category li.active h4 {
  font-weight: bold;
}
.user-guide .guide-text > li {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
.user-guide .guide-text > li > p {
  font-size: 16px;
  margin-top: 25px;
  font-weight: normal;
}
.user-guide .guide-text > li p.ml-0 {
  margin-left: 0px;
}
.user-guide .guide-text > li > a {
  text-decoration: underline;
}
.user-guide .guide-text > li b.chapter-blue {
  color: #337AB7;
}
.user-guide .return-policy-sub-title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.user-guide .shipping-fee-table {
  margin-left: 12%;
}
.user-guide .shipping-fee-table th, .user-guide .shipping-fee-table td {
  border: 1px solid #333;
}
.user-guide .shipping-fee-th {
  text-align: center;
  font-weight: normal;
  width: 160px;
  background-color: #D9D9D9;
}
.user-guide .shipping-fee-td {
  text-align: right;
  padding-right: 2px;
}
.user-guide .user-guide-table-color {
  background-color: #dde7f3;
}
.user-guide .user-guide-table-content {
  border-bottom: 1px solid #9d9d9d;
  display: flex;
}
@media only screen and (max-width : 480px) {
  .user-guide .user-guide-table-content {
    display: flex;
  }
}
.user-guide .user-guide-table dt {
  width: 320px;
  padding: 10px;
}
@media only screen and (max-width : 480px) {
  .user-guide .user-guide-table dt {
    width: 390px;
    display: flex;
    align-items: center;
  }
}
.user-guide .user-guide-table dd {
  width: 880px;
  padding: 10px;
  margin: 0px;
}
@media only screen and (max-width : 480px) {
  .user-guide .user-guide-table dd {
    width: 390px;
  }
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-down-fade-leave-to {
  transform: translate(0, 0);
}

.slide-down-enter-active {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}

.slide-down-leave-active {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-down-enter-to, .slide-down-leave {
  max-height: 1000px;
  overflow: hidden;
}

.slide-down-enter, .slide-down-leave-to {
  overflow: hidden;
  max-height: 0;
}

/* -- ANIMATION-- */
.w-10 {
  width: 10% !important;
}
