/*!
 * imatkon-migrasi v1.0.0
 * @author : Gandhi Firmansyah
 * https://gitlab.com/gandhifirm/imatkon-html
 */
.o-layout__imatkon-desktop {
	position: relative;
	height: 100%;
}
.o-layout__content {
	padding-bottom: 0;
}
.c-content__main {
	margin: 0 auto;
	max-width: 1500px;
	min-width: 720px;
}
.c-content__main--small {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.container-wrapper {
	position: relative;
	overflow-y: hidden;
	padding: 0;
}
.box-shadow--primary {
	-webkit-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	-moz-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	border-radius: 8px;
}
.c-header__bg--primary {
	background-color: #4086f4;
}
::-webkit-scrollbar {
	width: 6px;
	margin-left: 3px;
}
::-webkit-scrollbar-track {
	border-radius: 20px;
}
::-webkit-scrollbar-thumb {
	background: #ffa318;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
	background: #f6980b;
}
.o-layout__imatkon-desktop .c-content__main,
.o-layout__imatkon-desktop .c-header,
.o-layout__imatkon-desktop .c-header__img {
	transition: all 0.2s ease-in-out;
}
.c-header__container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 100;
}
.c-header__transition {
	transition: all 0.2s ease-in-out;
}
.c-content__overlay-bg {
	position: fixed;
	top: 70px;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
	display: none;
	background: #000;
	z-index: -1;
}
.c-content__overlay-bg.active {
	display: block;
}
.c-header__wrapper {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-header__wrapper h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 0;
	line-height: 0;
}
.c-header__wrapper a {
	text-decoration: none;
}
.c-header__wrapper .c-header__logo-wrapper {
	margin-right: 10px;
}
.c-header__wrapper .c-header__logo-inner {
	background: url(../../assets/img/main-logo/logo-imatkon-large-white.png)
		no-repeat 0 0 transparent;
	background-size: 165px 37px;
	width: 165px;
	height: 40px;
	display: block;
	float: left;
}
.c-header__wrapper .c-header__logo-inner.c-header__logo--blue {
	background: url(../../assets/img/main-logo/logo-imatkon-large-color.png)
		no-repeat 0 0 transparent;
	background-size: 130px 29.15151515151516px;
	width: 130px;
	height: 32px;
}
.c-header__wrapper .c-header__searchbar-wrapper {
	display: block;
	width: 100%;
	line-height: 15px;
	float: left;
}
.c-header__wrapper .c-searchbar-ui {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.c-header__wrapper .c-searchbar-ui__body {
	border-radius: 5px 0 0 5px;
	margin-right: 45px;
	height: 40px;
	border: 2px solid #ffa318;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.c-header__wrapper .c-searchbar-ui__btn-icon {
	background-image: url(../../assets/img/icon-regular/icon-search-white.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px 20px;
	left: auto;
	top: 10px;
	right: 17px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	z-index: 6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.c-header__wrapper .c-searchbar-ui__category {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	padding: 1px 0;
	float: left;
	border-right: 1px solid #e6e6e6;
	margin: 0 2px;
	height: 34px;
}
.c-header__wrapper .c-searchbar-ui__category .c-category__value {
	position: relative;
	padding: 0;
	cursor: pointer;
}
.c-header__wrapper .c-searchbar-ui__input {
	position: relative;
	margin-left: 128px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.c-header__wrapper .c-searchbar-ui__input input.c-input__keyword:focus {
	background-color: #f3f3f3;
	color: rgba(0, 0, 0, 0.7);
}
.c-header__wrapper .c-searchbar-ui__input .c-input__keyword {
	height: 34px;
	line-height: 100%;
	padding: 9px 10px 9px 17px;
	width: 100%;
	margin: 0;
	border: 0;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	overflow: visible;
	outline: 0;
	-webkit-appearance: none;
	box-shadow: none;
}
.c-header__wrapper .c-searchbar-ui__btn-submit {
	position: absolute;
	border-radius: 0 5px 5px 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	width: 55px;
	right: -47px;
	background-color: #ffa318;
	box-sizing: border-box;
	top: -2px;
	height: 40px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.c-header__wrapper .c-header__users-activity {
	float: left;
	display: flex;
	align-items: center;
}
.c-header__wrapper .c-header__right {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
}
.c-header__wrapper .c-header__users-login {
	position: relative;
	left: 0;
	display: block;
	float: right;
	margin: 0;
}
.c-header__wrapper .c-header__users {
	position: relative;
	width: 150px;
	float: left;
}
.c-header__wrapper .c-header__users a {
	display: flex;
	align-items: center;
	height: inherit;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.7);
	padding: 5px;
	border-radius: 4px;
	text-decoration: none !important;
}
.c-header__wrapper .c-header__users img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.c-header__wrapper .c-header__users img.c-users__img {
	margin-right: 8px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.c-header__wrapper .c-header__users .c-header__users-content {
	display: block;
}
.c-header__wrapper
	.c-header__users
	.c-header__users-content
	.c-users-content__name {
	width: 100px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 16px;
	color: #fff;
	font-weight: 500;
}
.c-header__wrapper
	.c-header__users
	.c-header__users-content
	.c-users-content__name.c-users-name--black {
	color: #343434;
}
.c-header__cart,
.c-header__notif {
	position: relative;
	float: left;
	cursor: pointer;
	padding: 5px;
}
.c-header__cart > a,
.c-header__notif > a {
	width: 25px;
	height: 25px;
	background-color: transparent;
	display: block;
	box-sizing: content-box;
	text-decoration: none;
}
.c-header__cart img,
.c-header__notif img {
	display: block;
}
.c-header__cart .c-header__icon-img,
.c-header__notif .c-header__icon-img {
	width: 25px;
	height: 25px;
}
.c-header__cart .c-header__count-inbox,
.c-header__notif .c-header__count-inbox {
	position: absolute;
	border: 1px solid #fff;
	background-color: #ffa318;
	color: #fff;
	top: 4px;
	right: 4px;
	transform: translate(60%, -30%);
	border-radius: 12px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.6;
	padding: 0 6px;
}
.c-header__cart .c-header__count-inbox.notif-available,
.c-header__notif .c-header__count-inbox.notif-available {
	display: block;
}
.c-header__cart .c-header__count-inbox.notif-none,
.c-header__notif .c-header__count-inbox.notif-none {
	display: none;
}
#header .c-header__cart:hover,
#header .c-header__notif:hover,
#header .c-header__users:hover {
	background: rgba(31, 97, 204, 0.5);
	border-radius: 4px;
}
#header-2 .c-header__cart:hover,
#header-2 .c-header__notif:hover,
#header-2 .c-header__users:hover {
	background: rgba(230, 138, 0, 0.822);
	border-radius: 4px;
}
.c-header__bg {
	position: relative;
	display: flex;
	width: 100%;
}
.c-header__bg img {
	vertical-align: middle;
	border-style: none;
}
.c-header__bg img.is-img {
	object-fit: cover;
	width: 100%;
}
.c-header__box-shadow {
	box-shadow: 2px 2px 4px rgba(83, 100, 122, 0.35);
}
.c-header__dropdown.c-header__dropdown-cart.active,
.c-header__dropdown.c-header__dropdown-notif.active,
.c-header__dropdown.c-header__dropdown-select-directory.active {
	display: block;
}
.c-header__dropdown {
	position: absolute;
	z-index: 2;
	top: 52px;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.25);
}
.c-header__dropdown.c-header__dropdown-cart {
	display: none;
	width: 400px;
	max-height: 364px;
	height: auto;
	background-color: #fff;
	right: -225px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}
.c-header__dropdown.c-header__dropdown-cart:before {
	content: " ";
	box-sizing: content-box;
	width: 0;
	height: 0;
	position: absolute;
	top: -18px;
	left: 38%;
	padding: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;
	display: block;
}
.c-header__dropdown.c-header__dropdown-notif {
	display: none;
	width: 300px;
	height: auto;
	background-color: #fff;
	right: -170px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}
.c-header__dropdown.c-header__dropdown-notif:before {
	content: " ";
	box-sizing: content-box;
	width: 0;
	height: 0;
	position: absolute;
	top: -18px;
	left: 35%;
	padding: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;
	display: block;
}
.c-header__dropdown.c-header__dropdown-select-directory {
	display: none;
	width: 800px;
	height: auto;
	background-color: #fff;
	top: 70px;
	left: 233px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}
.c-header__dropdown.c-header__dropdown-select-directory:before {
	content: " ";
	box-sizing: content-box;
	width: 0;
	height: 0;
	position: absolute;
	top: -18px;
	left: 30%;
	padding: 0;
	border: 9px solid transparent;
	border-bottom-color: #fff;
	display: block;
}
.c-dropdown-notif__list {
	display: block;
}
.c-dropdown-notif__list .c-dropdown-notif__item {
	padding: 16px 8px;
	margin-bottom: 0;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-notif-item__title {
	font-size: 16px;
	color: rgba(36, 36, 36, 0.85);
	font-weight: 500;
	margin: 0 8px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-notif-item__list {
	text-decoration: none !important;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 4px 8px;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-notif-item__list h6 {
	font-size: 12px;
	line-height: 18px;
	color: rgba(42, 42, 42, 0.86);
	font-weight: 400;
	margin: 0;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-notif-item__list h6:hover {
	color: #1f6be6;
}
.c-dropdown-notif__list
	.c-dropdown-notif__item
	.c-notif-item__list
	.c-item-list__count {
	background-color: #4086f4;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	padding: 0 6px;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-notif-item__btn {
	padding: 0 8px;
}
.c-dropdown-notif__list .c-dropdown-notif__item .c-btn--block {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.c-dropdown-cart__list {
	padding-bottom: 50px;
	max-height: 364px;
	overflow: auto;
	box-sizing: border-box;
}
.c-dropdown-cart__list .c-dropdown-cart__item {
	height: 40px;
	margin-left: 16px;
	padding: 16px 16px 16px 0;
	border: solid #e0e0e0;
	border-width: 0 0 0.5px;
	-webkit-box-sizing: unset !important;
	box-sizing: unset !important;
}
.c-dropdown-cart__list .c-dropdown-cart__item:last-child {
	border-bottom: 0;
}
.c-dropdown-cart__list .c-dropdown-cart__item a {
	text-decoration: none;
	cursor: pointer;
}
.c-dropdown-cart__list .c-dropdown-cart__item img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	float: left;
	margin-right: 8px;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.c-dropdown-cart__list .c-dropdown-cart__item .c-cart-item__title {
	width: 225px;
	height: 40px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.7);
	float: left;
	display: flex;
	align-items: center;
}
.c-dropdown-cart__list .c-dropdown-cart__item .c-cart-item__title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	overflow: hidden;
}
.c-dropdown-cart__list .c-dropdown-cart__item .c-cart-item__title:hover {
	color: #4086f4;
}
.c-dropdown-cart__list .c-dropdown-cart__item .c-cart-item__price {
	font-size: 12px;
	color: #ffa318;
	text-align: right;
}
.c-dropdown-cart__list .c-dropdown-cart__item .c-cart-item__count {
	font-size: 12px;
	text-align: right;
	color: rgba(0, 0, 0, 0.7);
}
.c-dropdown-cart__seeall {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	height: 48px;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.c-dropdown-cart__seeall span {
	margin-left: 16px;
	font-size: 13px;
	text-align: left;
	color: #525252;
}
.c-dropdown-cart__seeall a {
	text-decoration: none;
	font-size: 13px;
	float: right;
	text-align: right;
	color: #4086f4;
	margin-right: 16px;
}
.c-header__select-directory {
	padding: 0;
}
.c-header__select-directory .select_mate {
	position: relative;
	float: left;
	min-width: 120px;
	width: 120px;
	min-height: 40px;
	color: #fff;
	font-weight: 300;
	background-color: transparent;
	box-shadow: none;
	border: 2px solid #fff;
	border-radius: 5px;
	transition: all 375ms ease-in-out;
}
.c-header__select-directory .selecionado_opcion {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 7px 2% 6px 10%;
	width: 75%;
}
.c-header__select-directory .icon_select_mate {
	position: absolute;
	top: 5px;
	right: 5%;
	font-size: 16px;
	height: 26px;
	transition: all 275ms;
}
.c-header__select-directory .cont_select_int {
	top: 2px;
	border-radius: 0 0 3px 3px;
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 999;
	overflow: hidden;
	height: 0;
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	border-radius: 0;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
.c-header__select-directory .cont_select_int li {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 10px 2% 10px 8%;
	width: 100%;
}
.c-header__select-directory .cont_select_int li.active {
	background-color: #fff;
}
.c-searchbar-select .select_mate {
	min-width: 125px;
	width: 125px;
	min-height: 28px;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
}
.c-searchbar-select .selecionado_opcion {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 9px 2% 9px 8%;
	width: 75%;
}
.c-searchbar-select .icon_select_mate {
	top: 5px;
	right: 5%;
}
.c-searchbar-select .cont_select_int {
	top: 3px;
	border-radius: 0;
}
.c-searchbar-select .cont_select_int li {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 10px 2% 10px 8%;
	width: 100%;
	background-color: #fff;
}
.c-searchbar-select .cont_select_int li:hover {
	background-color: #4a90ff;
	color: #fff;
}
.c-searchbar-select .cont_select_int li:last-child {
	border-radius: 0;
}
.c-searchbar-select .cont_select_int .active {
	background-color: #fff;
}
.c-select-block .select_mate {
	box-sizing: border-box;
	min-width: 200px;
	width: 200px;
	min-height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
}
.c-select-block .selecionado_opcion {
	padding: 5px 12px;
	width: 88%;
	display: block;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}
.c-select-block .icon_select_mate {
	position: absolute;
	top: 3px;
	right: 2%;
	font-size: 16px;
	height: 27px;
	transition: all 275ms;
}
.c-select-block .cont_select_int {
	top: 2px;
}
.c-select-block .cont_select_int li {
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
.c-select-block .cont_select_int .active {
	background-color: #fff;
}
.c-dropdown-select__directory-list {
	display: flex;
	height: 100%;
	padding: 15px 30px 30px;
}
.c-dropdown-select__directory-list__container {
	display: flex;
	flex-direction: column;
	flex: 1 1 0%;
	box-sizing: border-box;
}
.c-dropdown-select__directory-list__wrapper {
	flex: 1 1 0%;
	overflow: auto;
}
.c-dropdown-select__directory-list__scrollable {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.c-directory-list__item {
	width: 45.9%;
	color: rgba(49, 53, 59, 0.96);
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: rgba(52, 52, 52, 0.78);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 5px 12px;
	transition: background-color 0.28s ease 0s;
	margin-right: 8%;
}
.c-directory-list__item:nth-child(2n + 2) {
	margin-right: 0;
}
.c-directory-list__item span {
	margin-top: 4px;
}
.c-directory-list__item .c-directory-list__item-img {
	width: 28px;
	height: 28px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.c-directory-list__item .c-directory-list__item-img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
	border: 0;
}
.c-footer__title-main {
	font-size: 22px;
	font-weight: 500;
	color: #757575;
	text-align: center;
}
.c-footer-content__wrapper {
	padding-left: 145px;
	padding-right: 145px;
}
.c-footer-content__desc {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.c-footer-content__desc .c-footer-content-desc__logo {
	width: 20%;
	margin-right: 60px;
}
.c-footer-content__desc .c-footer-content-desc__logo img {
	width: 200px;
	display: block;
}
.c-footer-content__desc .c-footer-content-desc__subtitle {
	width: 80%;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}
.c-footer-content__link .c-footer-content-link__title {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.c-footer-content__link ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.c-footer-content__link li {
	margin-bottom: 10px;
}
.c-footer-content__link li:last-child {
	margin-bottom: 0;
}
.c-footer-content__link li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.c-footer-content__link li a span:hover {
	color: #dadada;
}
.c-footer-content__link li img {
	display: block;
	width: 10px;
	margin-right: 10px;
}
.c-footer-content__link li span {
	display: block;
	font-size: 14px;
	color: #fff;
}
.c-footer-content__link .is-app-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-footer-content__link .is-app-logo a {
	text-decoration: none;
	margin-right: 10px;
}
.c-footer-content__copyright {
	border-top: 1px solid #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
.c-footer-contact__form {
	display: block;
	background: #fff;
	border-radius: 50px;
	padding: 15px 25px;
	width: 600px;
	z-index: 5;
}
.c-contact-form__wrapper {
	display: flex;
	align-items: center;
}
.c-contact-form__wrapper .c-contact__form-input {
	height: 40px;
	width: 100%;
	border: 1px solid #dae0e6;
	font-size: 14px;
	border-radius: 5px;
	line-height: 20px;
	box-sizing: border-box;
	margin-right: 10px;
	padding: 6px 10px;
}
.c-contact-form__wrapper .c-btn {
	height: 40px;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.c-footer__content {
	background: #4086f4;
	margin-top: -35px;
}
.o-inline-svg-icon {
	stroke: currentColor;
}
.o-inline-svg-icon--baseline {
	position: relative;
	top: 0.125em;
	width: 1em;
	height: 1em;
}
.c-breadcrumbs__directory {
	display: flex;
}
@media (max-width: 500px) {
	.c-breadcrumbs__item:not(:nth-last-child(2)) {
		display: none;
	}
	.c-breadcrumbs__link:before {
		display: inline-block;
		content: "\200b";
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23f99f18' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E")
			50%/16px 16px no-repeat;
		width: 16px;
	}
}
@media (min-width: 501px) {
	.c-breadcrumbs__item:after {
		display: inline-block;
		content: "\200b";
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23424242' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E")
			50%/16px 16px no-repeat;
		width: 16px;
		margin: 0 8px;
	}
	.c-breadcrumbs__item:last-child:after {
		display: none;
		background: none;
	}
	.c-breadcrumbs__item.c-breadcrumbs-separator--white:after {
		display: inline-block;
		content: "\200b";
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E")
			50%/16px 16px no-repeat;
		width: 16px;
		margin: 0 8px;
	}
	.c-breadcrumbs__item.c-breadcrumbs-separator--white:last-child:after {
		display: none;
		background: none;
	}
	.c-breadcrumbs__link {
		display: block;
		float: left;
	}
}
.u-visually-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.c-breadcrumbs ol {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.c-breadcrumbs ol li {
	list-style: none;
}
.c-breadcrumbs__link {
	font-size: 14px;
	line-height: 28px;
	color: #424242;
}
.c-breadcrumbs__link.c-breadcrumbs--white {
	color: #fff;
}
.c-breadcrumbs__directory a:not([href]):not([tabindex]),
.c-breadcrumbs__link:hover {
	color: #f99f18;
}
.c-breadcrumbs__directory a:not([href]):not([tabindex]).c-breadcrumbs--white {
	color: #fff;
	opacity: 0.6;
}
@keyframes cdp-in {
	0% {
		transform: scale(1.5);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.cdp {
	position: relative;
	text-align: center;
	font-size: 0;
	z-index: 6;
	animation: cdp-in 0.5s ease both;
	animation-delay: 0.2s;
}
.cdp_i {
	font-size: 15px;
	text-decoration: none;
	transition: background 0.25s;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 3px 6px;
	height: 38px;
	min-width: 38px;
	border-radius: 38px;
	border: 2px solid hsla(0, 0%, 53.3%, 0.5);
	line-height: 35px;
	padding: 0;
	color: #252525;
	font-weight: 500;
	letter-spacing: 0.03em;
	display: none;
}
.cdp_i:first-child,
.cdp_i:last-child {
	padding: 0 16px;
	margin: 0 12px 6px;
}
.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
	display: inline-block;
}
.cdp_i:hover {
	background-color: #ffa318;
	border-color: #ffa318;
	color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:first-child {
	display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="1"]
	.cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:first-child:not(:first-child),
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child),
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="1"]
	.cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="2"]
	.cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:first-child:not(:first-child),
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child),
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="2"]
	.cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:first-child:not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="3"]
	.cdp_i:first-child:not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child),
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child),
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="3"]
	.cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="4"]
	.cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child),
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child),
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="4"]
	.cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="5"]
	.cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child),
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child),
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="5"]
	.cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="6"]
	.cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child),
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child),
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="6"]
	.cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="6"]
	.cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="7"]
	.cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child),
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child),
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="7"]
	.cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="7"]
	.cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="8"]
	.cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child),
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child),
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="8"]
	.cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="8"]
	.cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="9"]
	.cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child),
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child),
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="9"]
	.cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="9"]
	.cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="10"]
	.cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child),
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child),
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="10"]
	.cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="10"]
	.cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="11"]
	.cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child),
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child),
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="11"]
	.cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="11"]
	.cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="12"]
	.cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child),
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child),
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="12"]
	.cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="12"]
	.cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="13"]
	.cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child),
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child),
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="13"]
	.cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="13"]
	.cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="14"]
	.cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child),
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child),
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="14"]
	.cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="14"]
	.cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="15"]
	.cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child),
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child),
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="15"]
	.cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="15"]
	.cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="16"]
	.cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child),
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child),
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="16"]
	.cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="16"]
	.cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="17"]
	.cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child),
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child),
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="17"]
	.cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="17"]
	.cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="18"]
	.cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child),
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child),
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="18"]
	.cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="18"]
	.cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="19"]
	.cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child),
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child),
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="19"]
	.cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="19"]
	.cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="20"]
	.cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child),
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child),
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="20"]
	.cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="20"]
	.cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="21"]
	.cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child),
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child),
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="21"]
	.cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="21"]
	.cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="22"]
	.cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child),
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child),
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="22"]
	.cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="22"]
	.cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="23"]
	.cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child),
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child),
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="23"]
	.cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="23"]
	.cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="24"]
	.cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child),
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child),
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="24"]
	.cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="24"]
	.cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="25"]
	.cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child),
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child),
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="25"]
	.cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="25"]
	.cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="26"]
	.cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child),
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child),
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="26"]
	.cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="26"]
	.cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="27"]
	.cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child),
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child),
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="27"]
	.cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="27"]
	.cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="28"]
	.cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child),
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child),
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="28"]
	.cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="28"]
	.cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="29"]
	.cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child),
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child),
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="29"]
	.cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="29"]
	.cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="30"]
	.cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child),
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child),
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="30"]
	.cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="30"]
	.cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="31"]
	.cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child),
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child),
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="31"]
	.cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="31"]
	.cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="32"]
	.cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child),
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child),
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="32"]
	.cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="32"]
	.cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="33"]
	.cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child),
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child),
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="33"]
	.cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="33"]
	.cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="34"]
	.cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child),
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child),
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="34"]
	.cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="34"]
	.cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="35"]
	.cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child),
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child),
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="35"]
	.cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="35"]
	.cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="36"]
	.cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child),
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child),
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="36"]
	.cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="36"]
	.cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="37"]
	.cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child),
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child),
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="37"]
	.cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="37"]
	.cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="38"]
	.cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child),
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child),
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="38"]
	.cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="38"]
	.cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="39"]
	.cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child),
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child),
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="39"]
	.cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="39"]
	.cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="40"]
	.cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child),
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child),
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="40"]
	.cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="40"]
	.cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="41"]
	.cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child),
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child),
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="41"]
	.cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="41"]
	.cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="42"]
	.cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child),
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child),
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="42"]
	.cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="42"]
	.cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="43"]
	.cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child),
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child),
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="43"]
	.cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="43"]
	.cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="44"]
	.cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child),
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child),
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="44"]
	.cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="44"]
	.cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="45"]
	.cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child),
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child),
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="45"]
	.cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="45"]
	.cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="46"]
	.cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child),
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child),
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="46"]
	.cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="46"]
	.cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="47"]
	.cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child),
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child),
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="47"]
	.cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="47"]
	.cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="48"]
	.cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child),
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child),
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="48"]
	.cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="48"]
	.cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="49"]
	.cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child),
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child),
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="49"]
	.cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="49"]
	.cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="50"]
	.cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child),
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child),
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="50"]
	.cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="50"]
	.cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="51"]
	.cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child),
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child),
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="51"]
	.cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="51"]
	.cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="52"]
	.cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child),
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child),
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="52"]
	.cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="52"]
	.cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="53"]
	.cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child),
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child),
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="53"]
	.cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="53"]
	.cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="54"]
	.cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child),
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child),
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="54"]
	.cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="54"]
	.cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="55"]
	.cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child),
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child),
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="55"]
	.cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="55"]
	.cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="56"]
	.cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child),
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child),
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="56"]
	.cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="56"]
	.cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="57"]
	.cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child),
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child),
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="57"]
	.cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="57"]
	.cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="58"]
	.cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child),
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child),
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="58"]
	.cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="58"]
	.cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="59"]
	.cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child),
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child),
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="59"]
	.cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="59"]
	.cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="60"]
	.cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child),
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child),
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="60"]
	.cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="60"]
	.cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="61"]
	.cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child),
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child),
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="61"]
	.cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="61"]
	.cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="62"]
	.cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child),
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child),
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="62"]
	.cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="62"]
	.cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="63"]
	.cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child),
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child),
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="63"]
	.cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="63"]
	.cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="64"]
	.cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child),
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child),
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="64"]
	.cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="64"]
	.cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="65"]
	.cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child),
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child),
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="65"]
	.cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="65"]
	.cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="66"]
	.cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child),
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child),
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="66"]
	.cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="66"]
	.cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="67"]
	.cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child),
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child),
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="67"]
	.cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="67"]
	.cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="68"]
	.cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child),
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child),
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="68"]
	.cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="68"]
	.cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="69"]
	.cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child),
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child),
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="69"]
	.cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="69"]
	.cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="70"]
	.cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child),
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child),
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="70"]
	.cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="70"]
	.cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="71"]
	.cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child),
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child),
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="71"]
	.cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="71"]
	.cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="72"]
	.cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child),
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child),
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="72"]
	.cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="72"]
	.cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="73"]
	.cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child),
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child),
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="73"]
	.cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="73"]
	.cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="74"]
	.cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child),
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child),
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="74"]
	.cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="74"]
	.cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="75"]
	.cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child),
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child),
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="75"]
	.cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="75"]
	.cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="76"]
	.cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child),
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child),
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="76"]
	.cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="76"]
	.cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="77"]
	.cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child),
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child),
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="77"]
	.cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="77"]
	.cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="78"]
	.cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child),
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child),
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="78"]
	.cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="78"]
	.cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="79"]
	.cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child),
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child),
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="79"]
	.cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="79"]
	.cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="80"]
	.cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child),
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
	display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
	background-color: #4086f4;
	border-color: #4086f4;
	color: #fff;
	display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
	display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child),
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
	display: inline-block;
}
.cdp[actpage="80"]
	.cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
	display: inline-block;
	pointer-events: none;
	color: transparent;
	border-color: transparent;
	width: 50px;
}
.cdp[actpage="80"]
	.cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
	content: "...";
	color: #888;
	font-size: 32px;
	margin-left: -6px;
}
.c-pagination .c-pagination-count-item {
	float: left;
	font-weight: 400;
	line-height: 26px;
	font-size: 15px;
	color: #343434;
}
.c-pagination .c-pagination-count-pages {
	float: right;
}
.c-pagination a.c-pagination-count-item-number {
	float: none;
	margin: 0;
	padding: 0 8px;
	border: none;
	border-right: 1px solid #bbb;
	border-radius: 0;
	color: #343434;
	text-decoration: none;
	min-width: 18px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	cursor: pointer;
}
.c-pagination a.c-pagination-count-item-number:last-child {
	border-right: 0;
}
.c-pagination a.c-pagination-count-item-number.active {
	color: #4086f4;
}
.c-card--grid {
	zoom: 1;
}
.c-card--grid:after,
.c-card--grid:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-card--grid:after {
	clear: both;
}
.c-card--grid .c-card--grid__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.c-card--grid__wrapper .c-card--grid__item {
	display: inline-block;
	box-sizing: border-box;
}
.c-card--grid__wrapper .c-card--grid__item.c-card--grid__4of12 {
	width: 32.666666%;
	margin-right: 1%;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__4of12:nth-child(1n + 4) {
	margin-top: 20px;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__4of12:nth-child(3n + 3) {
	margin-right: 0;
}
.c-card--grid__wrapper .c-card--grid__item.c-card--grid__6of12 {
	width: 15.83333%;
	margin-right: 1%;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__6of12:nth-child(1n + 7) {
	margin-top: 20px;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__6of12:nth-child(6n + 6) {
	margin-right: 0;
}
.c-card--grid__wrapper .c-card--grid__item.c-card--grid__5of10 {
	width: 19.2%;
	margin-right: 1%;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__5of10:nth-child(1n + 6) {
	margin-top: 20px;
}
.c-card--grid__wrapper
	.c-card--grid__item.c-card--grid__5of10:nth-child(5n + 5) {
	margin-right: 0;
}
.c-card__product-grid {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(230, 231, 235, 0.6);
	transition: box-shadow 0.5s;
	box-sizing: border-box;
}
.c-card__product-grid:hover {
	box-shadow: 0 8px 17px 0 #d5d5d5;
	border-radius: 10px;
}
.c-card__product-grid a {
	text-decoration: none !important;
	position: relative;
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.c-card__product-grid .c-card__product-grid--img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.c-card__product-grid .c-card__product-grid--img img {
	opacity: 1;
	transition: all 0.5s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.c-card__product-grid .c-card__product-grid--info {
	position: relative;
	display: flex;
	flex-flow: column;
	flex: 1 1 auto;
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__cat-name {
	-webkit-line-clamp: 1;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__cat-name,
.c-card__product-grid .c-card__product-grid--info .c-product-info__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	word-wrap: break-word;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__name {
	-webkit-line-clamp: 2;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
}
.c-card__product-grid
	.c-card__product-grid--info
	.c-product-info__name
	.c-name-hint {
	font-weight: 700;
	color: #ffa318;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__price {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	height: 40px;
	letter-spacing: normal;
	color: #dc3545;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__cmp-name,
.c-card__product-grid .c-card__product-grid--info .c-product-info__qty-label {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: #9e9e9e;
	margin-bottom: 4px;
}
.c-card__product-grid .c-card__product-grid--info .c-product-info__cmp-city,
.c-card__product-grid .c-card__product-grid--info .c-product-info__qty-count {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	color: rgba(49, 53, 59, 0.68);
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-card--list {
	display: block;
}
.c-card--list__wrapper {
	position: relative;
}
.c-card--list__item {
	border-bottom: 1px solid #e7ebf3;
	padding: 20px 0;
	min-height: 233px;
}
.c-card--list__item:first-child {
	padding-top: 0;
}
.c-card--list__item:before {
	content: "";
	display: table;
}
.c-card--list__item:after {
	content: "";
	display: table;
	clear: both;
}
.c-card--list__company-info {
	float: left;
	width: 100%;
}
.c-card--list__company-product {
	width: 480px;
	margin-left: -480px;
	float: right;
}
.c-company-info__box {
	display: block;
	margin-right: 480px;
}
.c-company-info__wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-bottom: 10px;
}
.c-company-info__logo {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	table-layout: fixed;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin-right: 20px;
}
.c-company-info__logo .c-company-logo__img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.c-company-info__desc {
	flex: 1 1 0%;
	overflow: hidden;
	padding-right: 20px;
}
.c-company-info__desc .c-company-desc__name {
	position: relative;
}
.c-company-info__desc .c-company-desc__name span {
	font-size: 22px;
	color: rgba(49, 53, 59, 0.96);
	font-weight: 600;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
}
.c-company-info__desc .c-company-desc__status {
	display: inline-block;
	margin-top: 10px;
}
.c-company-info__desc .c-company-desc__status .c-company-status__img {
	display: inline-block;
	position: relative;
	border-radius: 50px;
	margin-right: 5px;
}
.c-company-info__desc .c-company-desc__status .c-company-status__img img {
	vertical-align: middle;
	width: 105px;
	height: 100%;
}
.c-company-info__desc
	.c-company-desc__status
	.c-company-status__img:last-child {
	margin-right: 0;
}
.c-company-info__desc .c-company-desc__info {
	margin-top: 20px;
}
.c-company-info__desc .c-company-desc__info-list {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px;
}
.c-company-info__desc .c-company-desc__info-list:last-child {
	margin-bottom: 0;
}
.c-company-info__desc .c-company-desc__info-list .c-info__title {
	display: block;
	width: 140px;
	float: left;
	font-weight: 400;
	color: #999;
	margin-right: 10px;
}
.c-company-info__desc .c-company-desc__info-list .c-info__subtitle {
	color: #333;
	width: 340px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
}
.c-company-info__desc .c-company-desc__btn-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.c-company-product__box {
	position: relative;
	display: block;
}
.c-searchbar-autocomplete {
	display: none;
	position: relative;
	top: 3px;
	border-collapse: initial;
}
.c-searchbar-autocomplete.active {
	display: block;
}
.c-searchbar-autocomplete__widget {
	position: absolute;
	cursor: default;
	display: block;
	left: 0;
	border: none;
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100% !important;
	z-index: 9999;
	padding: 15px 20px 20px;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff 50% 50% repeat-x;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	color: #222;
	font-size: 13px;
	list-style: none;
	margin: 0;
	outline: 0;
}
.c-searchbar-autocomplete__widget .c-searchbar-cat {
	position: relative;
	margin-bottom: 25px;
}
.c-searchbar-autocomplete__widget .c-searchbar-cat:last-child {
	margin-bottom: 0;
}
.c-searchbar-autocomplete__widget .c-searchbar-cat .c-searchbar-cat__title {
	color: rgba(49, 53, 59, 0.96);
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	line-height: 1.33;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
.c-searchbar-autocomplete__widget .c-searchbar-cat ul {
	padding-left: 0;
	margin-bottom: 0;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	li {
	padding: 0;
	position: relative;
	cursor: pointer;
	min-height: 0;
	list-style: none;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item {
	margin-bottom: 15px;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item:last-child {
	margin-bottom: 0;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	> a {
	display: inline-block !important;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none !important;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	img {
	max-width: 100%;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	img.c-searchbar__product-list__img {
	border-radius: 5px;
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name {
	display: inline-block;
	vertical-align: middle;
	max-width: 85%;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__cmp-list__label-name,
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__product-list__label-cat,
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__product-list__label-name {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__cmp-list__label-name,
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__product-list__label-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	color: #343434;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__product-list
	.c-searchbar__product-list__item
	.c-searchbar__product-list__name
	.c-searchbar__product-list__label-cat {
	color: #bbb;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item {
	width: 120px;
	position: relative;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item
	.c-searchbar__cmp-list__item-wrapper {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	padding: 0;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item
	.c-searchbar__cmp-list__item-wrapper
	.c-searchbar__cmp-list__img {
	display: flex;
	justify-content: center;
	padding: 10px 5px 0;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item
	.c-searchbar__cmp-list__item-wrapper
	.c-searchbar__cmp-list__img
	img {
	width: 90px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item
	.c-searchbar__cmp-list__item-wrapper
	.c-searchbar__cmp-list__label {
	position: relative;
	padding: 10px 5px;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__item
	.c-searchbar__cmp-list__item-wrapper
	.c-searchbar__cmp-list__label
	.c-searchbar__cmp-list__label-name {
	font-size: 12px;
	font-weight: 400;
	color: #343434;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
}
.c-searchbar-autocomplete__widget
	.c-searchbar-cat
	.c-searchbar-cat__company-list
	.c-searchbar__cmp-list__swiper
	.swiper-slide {
	width: 120px;
}
.c-title-with-line {
	width: 100%;
	height: 58px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-title-with-line .c-twl__title {
	float: left;
	margin-right: 20px;
	font-size: 24px;
	color: #636363;
	line-height: 32px;
	height: 32px;
	font-weight: 600;
	padding-left: 0;
	text-transform: uppercase;
	white-space: nowrap;
}
.c-title-with-line .c-twl__title--small {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}
.c-title-with-line .c-twl__line {
	display: block;
	font-size: 100%;
	border: 3px solid #dcdee3;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}
.c-title-with-line:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.c-title-with-line a {
	display: block;
	margin-left: 20px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
.c-form-select--standard
	.select2-container--default
	.select2-selection--single {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.c-form-select--standard
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #75758e;
	line-height: 28px;
	font-size: 14px;
	text-align: left;
}
.c-form-select--standard
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 10px;
	right: 8px;
	width: 20px;
}
.c-form-select--standard .select2-container .select2-selection--single {
	height: calc(1.5em + 1.25rem + 2px);
}
.c-form-select--standard
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding: 0.5rem 0.75rem;
}
.select2-dropdown {
	border: 1px solid #e0e0e0 !important;
	border-top: 0 !important;
}
.c-form__label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #757575;
	margin-bottom: 4px;
}
.c-form__tags-email {
	position: relative;
	width: 185px;
	height: 44px;
	background-color: #e6e6e6;
	border-radius: 30px;
	padding: 5px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-form__tags-email .c-tags-email__img {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.c-form__tags-email .c-tags-email__name {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
	color: #343434;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.form-check {
	display: flex;
	align-items: center;
}
.form-check-input {
	margin-top: 0;
}
.form-check-label {
	margin-bottom: 0;
}
.custom-control {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.custom-control:last-child {
	margin-bottom: 0;
}
.custom-control-label {
	color: #838994;
	line-height: 28px;
	font-size: 14px;
}
.icon_select_mate {
	position: absolute;
	top: 20px;
	right: 2%;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
}
.select_mate {
	position: relative;
	float: left;
	min-width: 300px;
	width: 300px;
	min-height: 60px;
	color: #777;
	font-weight: 300;
	background-color: #fff;
	box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	transition: all 375ms ease-in-out;
}
.select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: -1;
}
.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}
.cont_select_int {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	height: 0;
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
.cont_select_int li {
	position: relative;
	float: left;
	width: 96%;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	list-style-type: none;
	padding: 10px 2%;
	margin: 0;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}
.cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0;
}
.cont_select_int .active,
.cont_select_int li:hover {
	background-color: #eee;
}
.selecionado_opcion {
	padding: 20px 2%;
	width: 96%;
	display: block;
	margin: 0;
	cursor: pointer;
}
#accordian {
	width: 100%;
}
#accordian li {
	list-style-type: none;
}
#accordian ul {
	padding-left: 0;
	margin-bottom: 0;
}
#accordian ul ul li a {
	color: rgba(0, 0, 0, 0.65);
	text-decoration: none;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	display: block;
	transition: all 0.15s;
	position: relative;
}
#accordian ul ul li a:hover {
	color: #ffa318;
}
#accordian ul ul {
	display: none;
}
#accordian li.active > ul {
	display: block;
}
#accordian ul ul ul {
	margin-left: 15px;
}
#accordian a:not(:only-child):after {
	font-family: "Font Awesome\ 5 Free";
	content: "\f078";
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	transition: all 0.3s ease;
}
#accordian .active > a:not(:only-child):after {
	content: "\f077";
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
	transition: all 0.3s ease;
}
ul.tabs {
	margin: 0;
	padding: 0 30px;
	list-style: none;
}
ul.tabs li {
	background: none;
	color: #bbb;
	display: inline-block;
	padding: 0 21px 17px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
ul.tabs li.current {
	background: #fff;
	border-bottom: 3px solid #4086f4;
	color: #4086f4;
}
.tab-content {
	display: none;
	background: #fff;
	border-top: 1px solid #ebebeb;
	padding: 20px 30px 0;
}
.tab-content.current {
	display: inherit;
}
.tagsinput-filter {
	position: relative;
	width: 100%;
	height: 60px;
	white-space: nowrap;
	box-sizing: border-box;
	max-height: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 15px;
}
.tagsinput-filter.filled {
	max-height: 60px;
}
.tagsinput-filter__container {
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 100px;
	box-sizing: border-box;
}
.tagsinput-filter__wrapper {
	position: relative;
	width: 100%;
}
.tagsinput-filter__button-tags {
	position: relative;
	overflow: hidden;
}
.tagsinput-filter__button-tags .bootstrap-tagsinput .label-info {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border-radius: 20px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(0, 0, 0, 0.56);
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
}
.tagsinput-filter__button-tags
	.bootstrap-tagsinput
	.tag
	[data-role="remove"]:after {
	content: "\f00d";
	font-family: "Font Awesome\ 5 Free";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #737373;
	margin-left: 5px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
}
@media (min-width: 576px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (min-width: 1366px) {
	.container {
		width: 1336px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 1280px) {
	.container {
		width: 1250px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 1440px) {
	.container {
		width: 1440px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (min-width: 576px) {
	.c-card--large__brand .c-category__home-brand__title {
		width: 22%;
	}
	.c-card--large__brand .c-category__home-brand__logo {
		width: 88%;
	}
	.c-banner--right {
		display: none !important;
	}
	.c-banner--center {
		margin-right: 0 !important;
	}
	.c-banner-promo--top {
		max-width: 870px !important;
	}
	.c-card__home-search-tag {
		padding-left: 0;
		padding-right: 0;
	}
	.c-card__home-search-tag .c-search-tag__title-wrapper {
		width: 14%;
	}
	.c-card__home-search-tag .c-search-tag__content-wrapper {
		width: 86%;
	}
	.c-home-dir-promo__top {
		margin-top: -175px;
	}
	.c-directory-items__more {
		width: 868px;
	}
	.c-navbar__dir-product-info--v1 {
		display: none;
	}
	.c-navbar__dir-product__position-top {
		margin-top: -50px;
	}
	.c-navbar__dir-product__position-fixed.container {
		width: 96.66666%;
		padding-left: 0;
		padding-right: 0;
	}
	.c-directory-product__wrapper dd {
		width: 80%;
	}
	.c-directory-product__wrapper .c-dir-product__subcat-2__list li {
		width: 129px;
	}
}
@media screen and (min-width: 1280px) {
	.c-card--large__brand .c-category__home-brand__title {
		width: 22%;
	}
	.c-card--large__brand .c-category__home-brand__logo {
		width: 88%;
	}
	.c-banner--right {
		display: none !important;
	}
	.c-banner--center {
		margin-right: 0 !important;
	}
	.c-banner-promo--top {
		max-width: 870px !important;
	}
	.c-card__home-search-tag {
		padding-left: 0;
		padding-right: 0;
	}
	.c-card__home-search-tag .c-search-tag__title-wrapper {
		width: 14%;
	}
	.c-card__home-search-tag .c-search-tag__content-wrapper {
		width: 86%;
	}
	.c-home-dir-promo__top {
		margin-top: -175px;
	}
	.c-directory-items__more {
		width: 868px;
	}
	.c-navbar__dir-product-info--v1 {
		display: none;
	}
	.c-navbar__dir-product__position-top {
		margin-top: -50px;
	}
	.c-navbar__dir-product__position-fixed.container {
		width: 96.66666%;
		padding-left: 0;
		padding-right: 0;
	}
	.c-directory-product__wrapper dd {
		width: 80%;
	}
	.c-directory-product__wrapper .c-dir-product__subcat-2__list li {
		width: 129px;
	}
	.c-header__dropdown.c-header__dropdown-select-directory {
		left: 72px !important;
	}
	.c-minisite__banner--img {
		width: 1220px !important;
	}
	.c-footer__minisite .c-footer__content--info .c-footer__info--logo {
		width: 30% !important;
	}
	.c-footer__minisite .c-footer__content--info .c-footer__info--contact {
		width: 35% !important;
	}
	.c-footer__minisite
		.c-footer__content--info
		.c-footer__info--logo
		.c-logo__img {
		background-size: 280px auto !important;
		width: 280px !important;
		height: 50px !important;
	}
	.c-footer__minisite .c-footer__info--address .c-contact__address {
		width: 95% !important;
	}
	.content--top__content {
		width: 69% !important;
	}
	.content--top__content.ver2 {
		width: 60% !important;
	}
	.content-bottom__description {
		max-height: 150px !important;
	}
	.c-prd-info__img-holder .gallery-top {
		width: 344px;
		height: 344px;
	}
}
@media screen and (min-width: 1366px) {
	.c-card--large__brand .c-category__home-brand__title {
		width: 22%;
	}
	.c-card--large__brand .c-category__home-brand__logo {
		width: 88%;
	}
	.c-banner--right {
		display: none !important;
	}
	.c-banner--center {
		margin-right: 0 !important;
	}
	.c-banner-promo--top {
		max-width: 870px !important;
	}
	.c-card__home-search-tag {
		padding-left: 150px;
		padding-right: 150px;
	}
	.c-card__home-search-tag .c-search-tag__title-wrapper {
		width: 20%;
	}
	.c-card__home-search-tag .c-search-tag__content-wrapper {
		width: 82%;
	}
	.c-home-dir-promo__top {
		margin-top: -200px;
	}
	.c-directory-items__more {
		width: 868px;
	}
	.c-navbar__dir-product-info--v1 {
		display: none;
	}
	.c-navbar__dir-product__position-top {
		margin-top: -50px;
	}
	.c-navbar__dir-product__position-fixed.container {
		width: 89.7333%;
		padding-left: 0;
		padding-right: 0;
	}
	.c-directory-product__wrapper dd {
		width: 81%;
	}
	.c-directory-product__wrapper .c-dir-product__subcat-2__list li {
		width: 131px;
	}
	.c-header__dropdown.c-header__dropdown-select-directory {
		left: 72px !important;
	}
	.c-company-info__desc .c-company-desc__info-list .c-info__subtitle {
		width: 169px !important;
	}
	.c-minisite__banner--img {
		width: 1220px !important;
	}
	.content--top__content {
		width: 69% !important;
	}
	.content--top__content.ver2 {
		width: 60% !important;
	}
	.content-bottom__description {
		max-height: 150px !important;
	}
	.c-prd-info__img-holder .gallery-top {
		width: 410px;
		height: 410px;
	}
}
@media screen and (min-width: 1440px) {
	.c-card--large__brand .c-category__home-brand__title {
		width: 12%;
	}
	.c-card--large__brand .c-category__home-brand__logo {
		width: 90%;
	}
	.c-banner--right {
		display: block !important;
	}
	.c-banner--center {
		margin-right: 260px !important;
	}
	.c-banner-promo--top {
		max-width: 858px !important;
	}
	.c-card__home-search-tag {
		padding-left: 150px;
		padding-right: 150px;
	}
	.c-card__home-search-tag .c-search-tag__title-wrapper {
		width: 15%;
	}
	.c-card__home-search-tag .c-search-tag__content-wrapper {
		width: 85%;
	}
	.c-home-dir-promo__top {
		margin-top: -305px;
	}
	.c-directory-items__more {
		width: 829px;
	}
	.c-navbar__dir-product-info--v1 {
		display: block;
	}
	.c-navbar__dir-product__position-top {
		margin-top: -152px;
	}
	.c-navbar__dir-product__position-fixed.container {
		width: 1440px;
		padding-left: 0;
		padding-right: 0;
	}
	.c-directory-product__wrapper dd {
		width: 84%;
	}
	.c-directory-product__wrapper .c-dir-product__subcat-2__list li {
		width: 168px;
	}
	.c-header__dropdown.c-header__dropdown-select-directory {
		left: 238px !important;
	}
	.c-minisite__banner--img {
		width: 1440px !important;
	}
	.c-footer__minisite .c-footer__content--info .c-footer__info--contact,
	.c-footer__minisite .c-footer__content--info .c-footer__info--logo {
		width: 30% !important;
	}
	.c-footer__minisite
		.c-footer__content--info
		.c-footer__info--logo
		.c-logo__img {
		background-size: 295px auto !important;
		width: 295px !important;
		height: 55px !important;
	}
	.c-footer__minisite .c-footer__info--address .c-contact__address {
		width: 95% !important;
	}
	.content--top__content {
		width: 69% !important;
	}
	.content--top__content.ver2 {
		width: 66% !important;
	}
	.content-bottom__description {
		max-height: 148px !important;
	}
	.c-prd-info__img-holder .gallery-top {
		width: 410px;
		height: 410px;
	}
}
.c-banner-promo--small__swiper .swiper-slide {
	width: 222px !important;
}
.c-marketing-contact__swiper .swiper-slide {
	width: 394px !important;
}
.c-home-dir-promo__title {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.c-card__home-dir-promo__wrapper {
	position: relative;
	display: flex;
	box-sizing: border-box;
	background: #fff;
	padding: 25px 25px 0 0;
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 25px 0 rgba(100, 157, 194, 0.3);
	-moz-box-shadow: 0 2px 25px 0 rgba(100, 157, 194, 0.3);
	box-shadow: 0 2px 25px 0 rgba(100, 157, 194, 0.3);
	vertical-align: baseline;
}
.c-card__home-dir-promo__wrapper .c-home-dir-promo__wrapper--right {
	margin-left: 325px;
	margin-bottom: 26px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	flex: 1;
	overflow: hidden;
	position: relative;
}
.c-card__home-dir-promo__wrapper .c-home-dir-promo__wrapper--left {
	width: 300px;
	min-width: 300px;
	margin-bottom: 34px;
	order: -1;
	margin-right: -300px;
	height: 100%;
}
.c-banner--center {
	margin-right: 260px;
	-webkit-box-flex: 1;
	flex: 1;
	overflow: hidden;
	position: relative;
}
.c-banner-promo--top {
	max-width: 870px;
	height: 308px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.c-banner-promo--top .c-banner--top__img {
	background-position: 50%;
	background-size: 870px 308px;
	background-repeat: no-repeat;
	width: 870px;
	height: 308px;
	position: relative;
}
.c-banner-promo--bottom {
	margin-top: 6px;
}
.c-banner-promo--bottom a.c-banner--bottom {
	margin-right: 5px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	flex-basis: 100%;
	box-sizing: border-box;
	max-width: 222px;
	height: 92px;
}
.c-banner-promo--bottom a.c-banner--bottom:last-child {
	margin-right: 0;
}
.c-banner-promo--bottom a.c-banner--bottom img.c-banner--bottom__img {
	height: 92px;
	width: 222px;
	overflow: hidden;
	border-radius: 5px;
}
.c-banner--right {
	margin-left: -260px;
	width: 260px;
	height: 100%;
}
.c-banner--right .c-banner-ads {
	margin-left: 20px;
	box-sizing: border-box;
}
.c-banner--right .c-banner-ads__wrapper {
	max-width: 241px;
	height: 406px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.c-banner--right .c-banner-ads__wrapper img.c-banners-ads__img {
	height: auto;
	width: auto;
	overflow: hidden;
	border-radius: 5px;
}
.c-home-directory h3.c-home-directory__title {
	margin: 0 0 0 25px;
	padding-bottom: 5px;
	padding-left: 0;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #636363;
}
.c-home-directory ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.c-home-directory li {
	list-style: none;
	position: relative;
	border-bottom: 1px solid rgba(220, 222, 227, 0.7);
	padding: 12px 0;
	line-height: 0;
	margin-left: 25px;
}
.c-home-directory a.c-directory-items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 5px;
}
.c-home-directory a.c-directory-items .c-directory-items__title {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 0;
	overflow: hidden;
	word-wrap: break-word;
}
.c-home-directory a.c-directory-items .c-directory-items__title:hover {
	color: #4086f4;
}
.c-home-directory a.c-directory-items img.c-directory-items__icon {
	display: inline-block;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
.c-home-directory__show-right {
	position: relative;
}
.c-home-directory__show-right
	.c-home-directory__list
	.c-home-directory-list__items:hover {
	display: block;
	transition: background 0.5s ease-out;
	background: #f1f1f1;
	color: #4086f4;
	margin-right: -25px;
}
.c-home-directory__show-right
	.c-home-directory__list
	.c-home-directory-list__items:hover
	.c-directory-items__more {
	display: block;
}
.c-home-directory__show-right
	.c-home-directory__list
	.c-home-directory-list__items:hover
	a.c-directory-items
	.c-directory-items__title {
	color: #4086f4;
}
.c-directory-items__more {
	display: none;
	padding: 20px;
	width: 829px;
	position: absolute;
	top: -29px;
	left: 100%;
	margin-left: 0;
	z-index: 9;
	background: #fff;
	min-height: 406px;
	max-height: 506px;
	border-radius: 4px;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	overflow-y: auto;
}
.c-directory-items__more:after,
.c-directory-items__more:before {
	content: "";
	display: table;
}
.c-directory-items__more:after {
	clear: both;
}
.c-directory-drop-right__wrapper {
	display: block;
}
.c-directory-drop-right__wrapper .c-directory-drop-right__list {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin: 0 0 20px;
}
.c-directory-drop-right__wrapper .c-directory__list-more {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	margin-top: 5px;
}
.c-directory-drop-right__wrapper .c-directory__list-more:hover {
	color: #4086f4;
}
.c-directory-drop-right__list:after,
.c-directory-drop-right__list:before {
	content: "";
	display: table;
}
.c-directory-drop-right__list:after {
	clear: both;
}
.c-directory-drop-right__list .c-directory-drop-right__items {
	display: block;
	overflow: hidden;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap {
	margin: -10px -10px 0;
	overflow: hidden;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap:after,
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap:before {
	content: "";
	display: table;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap:after {
	clear: both;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child {
	float: left;
	width: 33.33333%;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child--row {
	height: 160px;
	padding: 10px;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child--row
	.c-directory-child__title {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	line-height: 18px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	overflow: hidden;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child--row
	.c-directory-child__subtitle {
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin-bottom: 4px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child--row
	.c-directory-child__subtitle:hover,
.c-directory-drop-right__list
	.c-directory-drop-right__items
	.c-directory-drop-right__items-wrap
	.c-directory-drop-right__items-child--row
	.c-directory-child__title:hover {
	color: #4086f4;
}
.c-card__category--grid__home {
	background: #fff;
	display: -webkit-flex;
	flex-direction: row;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.c-card__category--grid__home .c-category-grid__home-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 300px;
	overflow: hidden;
	border-top-left-radius: 8px;
}
.c-card__category--grid__home .c-category-grid__home-wrapper a {
	text-decoration: none;
	transition: color 0.12s ease-out;
}
.c-card__category--grid__home .c-category-grid__home-inner {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 25px;
	box-sizing: border-box;
	border-top-left-radius: 8px;
}
.c-card__category--grid__home .c-category-grid__home-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.c-card__category--grid__home .c-category-grid__home-img img {
	display: block;
	border: 0;
	border-top-left-radius: 8px;
}
.c-card__category--grid__home .c-category-grid__home-info {
	position: relative;
}
.c-card__category--grid__home
	.c-category-grid__home-info
	.c-category__home-info-title {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 28px;
	color: #222;
	width: 65%;
}
.c-card__category--grid__home
	.c-category-grid__home-info
	.c-category__home-info-button {
	display: block;
}
.c-card__category--grid__home
	.c-category-grid__home-info
	.c-category__home-info-button
	.c-btn {
	padding-left: 15px;
	padding-right: 15px;
}
.c-card__category--grid__home .c-category-grid__home-product-wrapper {
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top-right-radius: 8px;
	flex: 1;
}
.c-card__category--grid__home .c-category__home-product-4of12 {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-left: 0;
	border-top: 0;
	width: 25%;
}
.c-card__category--grid__home .c-category__home-product-4of12 a {
	text-decoration: none;
	transition: color 0.12s ease-out;
}
.c-card__category--grid__home .c-category__home-product-4of12:nth-child(4) {
	border-top-right-radius: 8px;
}
.c-card__category--grid__home
	.c-category__home-product-4of12:nth-child(4n + 4) {
	border-right: 0;
}
.c-card__category--grid__home .c-category__home-product-inner {
	position: relative;
	display: block;
	padding: 29px 15px 15px;
}
.c-card__category--grid__home .c-category__home-product-text {
	font-size: 16px;
	line-height: 21px;
	height: 45px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	position: relative;
	z-index: 2;
	color: #555;
	width: 50%;
}
.c-card__category--grid__home .c-category__home-product-img {
	margin-top: -24px;
	text-align: right;
	font-size: 0;
}
.c-card__category--grid__home
	.c-category__home-product-img
	.c-category__home-product-img--inner {
	width: 120px;
	height: 120px;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
}
.c-card__category--grid__home .c-category__home-product-img--wrapper {
	width: 100%;
	padding-top: 100%;
	position: relative;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.c-card__category--grid__home .c-category__home-product-img--wrapper img {
	display: flex;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	transition: transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-card__category--grid__home .c-category__home-product-img--wrapper img:hover {
	transform: scale(1.04);
}
.c-card__category--grid__home-brand {
	position: relative;
	width: 100%;
	display: flex;
	height: 78px;
	overflow: hidden;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 15px 25px 15px 0;
}
.c-card__category--grid__home-brand .c-category__home-brand__title {
	width: 12%;
	box-sizing: border-box;
	padding-left: 25px;
	position: relative;
	display: flex;
	align-items: center;
}
.c-card__category--grid__home-brand .c-category__home-brand__title .is-title {
	font-size: 16px;
	font-weight: 500;
	color: #343434;
	line-height: normal;
	display: flex;
	vertical-align: middle;
}
.c-card__category--grid__home-brand .c-category__home-brand__logo {
	width: 90%;
	cursor: pointer;
}
.c-card__category--grid__home-brand
	.c-category__home-brand__logo
	.swiper-slide {
	width: 90px !important;
}
.c-card__category--grid__home-brand .c-category__home-brand__logo-list {
	outline: 0;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: #fff;
	width: 90px;
	height: 45px;
	padding: 0;
	margin-right: 5px;
}
.c-card__category--grid__home-brand .c-category__home-brand__logo-list img {
	display: block;
}
.c-card__category--grid__home-brand
	.c-category__home-brand__logo-list
	img.is-img {
	max-width: 90px;
	max-height: 45px;
	display: flex;
	vertical-align: middle;
}
.c-card__home-search-tag {
	position: relative;
	width: 100%;
	display: flex;
	overflow: hidden;
	padding-left: 150px;
	padding-right: 150px;
}
.c-card__home-search-tag .c-search-tag__title-wrapper {
	width: 15%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}
.c-card__home-search-tag .c-search-tag__title-wrapper .c-search-tag__title {
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	line-height: normal;
	display: flex;
	vertical-align: middle;
}
.c-card__home-search-tag .c-search-tag__content-wrapper {
	position: relative;
	width: 85%;
}
.c-card__home-search-tag .c-search-tag__item {
	display: inline-block;
	margin-right: 15px;
	border-radius: 16px;
	border: 2px solid #4086f4;
	background-color: #eef5f9;
	align-items: center;
	padding: 6px 12px;
	cursor: pointer;
	text-align: center;
	width: 120px;
}
.c-card__home-search-tag .c-search-tag__item a {
	text-decoration: none;
}
.c-card__home-search-tag .c-search-tag__item .c-search-tag-item__title {
	font-size: 12px;
	font-weight: 400;
	color: #4086f4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
}
.c-card__home-search-tag .c-search-tag__item:hover {
	background-color: #3a7fee;
}
.c-card__home-search-tag .c-search-tag__item:hover .c-search-tag-item__title {
	color: #fff;
}
.c-card__home-search-tag .c-search-tag__swiper .swiper-slide {
	width: 120px;
}
.c-card__home-rfq-form {
	margin: 0;
	padding: 25px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.c-card__home-rfq-form .c-home-rfq-form__img-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
}
.c-card__home-rfq-form .c-home-rfq-form__img-wrapper img.c-home-rfq-form__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
	border-radius: 8px;
}
.c-card__home-rfq-form .c-home-rfq-form__content-wrapper {
	position: relative;
	height: 350px;
}
.c-card__home-rfq-form .c-home-rfq-form__content-wrapper:after,
.c-card__home-rfq-form .c-home-rfq-form__content-wrapper:before {
	content: "";
	display: table;
}
.c-home-rfq-form__content-wrapper .c-home-rfq__form-input {
	float: left;
	padding: 20px 25px;
	background: #fff;
	width: 35%;
	border-radius: 8px;
}
.c-home-rfq-form__content-wrapper .c-home-rfq__desc {
	width: 40%;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
.c-home-rfq-form__content-wrapper .c-home-rfq__desc .c-rfq-desc__title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-align: right;
	letter-spacing: 1px;
}
.c-home-rfq-form__content-wrapper .c-home-rfq__desc .c-rfq-desc__subtitle {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: right;
}
.c-home-rfq-form__content-wrapper .c-home-rfq__desc .c-rfq-desc__link {
	margin-top: 45px;
	font-weight: 500;
	font-size: 14px;
	color: #ffa318;
	display: block;
	text-align: right;
}
.c-home-rfq__form-input .c-rfq-form-input__title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 400;
}
.c-card__home-introduction .c-home-introduction__title {
	position: relative;
	margin-bottom: 15px;
	text-align: left;
	color: #525252;
}
.c-card__home-introduction .c-home-introduction__title .c-title--small {
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.c-card__home-introduction .c-home-introduction__title .c-title--big {
	display: block;
	font-size: 48px;
	font-weight: 700;
}
.c-card__home-introduction .c-home-introduction__subtitle {
	font-size: 15px;
	color: #757575;
	line-height: 26px;
	padding-right: 25px;
}
.c-card__home-introduction ul {
	list-style: none;
}
.c-card__home-introduction ul.c-home-introduction__list {
	padding-left: 0;
	margin-bottom: 0;
}
.c-card__home-introduction .c-home-introduction__list li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.c-card__home-introduction .c-home-introduction__list li:last-child {
	margin-bottom: 0;
}
.c-card__home-introduction .c-home-introduction__list img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	margin-top: 4px;
}
.c-card__home-official-store {
	display: -webkit-flex;
	background: #fff;
	flex-direction: row;
	border-radius: 8px;
}
.c-card__home-official-store .c-home-official-store--logo__wrapper {
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
}
.c-card__home-official-store a {
	text-decoration: none;
}
.c-card__home-official-store .c-home-official-store--banner__wrapper {
	position: relative;
	box-sizing: border-box;
	width: 420px;
	height: 200px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.c-card__home-official-store .c-official-store-banner {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.c-card__home-official-store .c-official-store-banner__img {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.c-card__home-official-store .c-official-store-banner__img img {
	display: block;
}
.c-card__home-official-store .c-official-store-banner__info {
	position: absolute;
	right: 25px;
	left: 25px;
	bottom: 25px;
}
.c-card__home-official-store
	.c-official-store-banner__info
	.c-banner-info__left {
	width: 60%;
	float: left;
	text-align: left;
}
.c-card__home-official-store
	.c-official-store-banner__info
	.c-banner-info__left
	.c-banner-info__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 25px;
}
.c-card__home-official-store
	.c-official-store-banner__info
	.c-banner-info__left
	.c-btn {
	padding-left: 15px;
	padding-right: 15px;
}
.c-card__home-official-store
	.c-official-store-banner__info
	.c-banner-info__right {
	width: 40%;
	float: right;
	text-align: right;
}
.c-card__home-official-store
	.c-official-store-banner__info
	.c-banner-info__right
	img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.c-home-official-store--logo__wrapper {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.c-home-official-store--logo__wrapper .c-official-store-logo {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-top: 0;
	border-left: 0;
	width: 20%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.c-home-official-store--logo__wrapper .c-official-store-logo:nth-child(1n + 6) {
	border-bottom: 0;
}
.c-home-official-store--logo__wrapper .c-official-store-logo a {
	text-decoration: none;
}
.c-home-official-store--logo__wrapper .c-official-store-logo__wrapper {
	position: relative;
	display: block;
	padding: 10px;
}
.c-home-official-store--logo__wrapper .c-store-logo {
	text-align: center;
	font-size: 0;
}
.c-home-official-store--logo__wrapper .c-store-logo .c-store-logo__inner {
	width: 82px;
	height: 68px;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
}
.c-home-official-store--logo__wrapper .c-store-logo__img {
	width: 100%;
	padding-top: 85%;
	position: relative;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.c-home-official-store--logo__wrapper .c-store-logo__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	transition: transform 0.3s ease-out;
}
.c-home-official-store--logo__wrapper .c-store-logo__img img:hover {
	transform: scale(1.04);
}
.c-navbar__dir-product__position-relative {
	position: relative;
}
.c-navbar__dir-product__position-relative.container {
	padding-left: 0;
	padding-right: 0;
}
.c-navbar__dir-product__position-fixed {
	position: fixed;
	top: 75px;
	bottom: auto;
	z-index: 10;
	padding-left: 0;
	padding-right: 0;
}
.c-navbar__dir-product__position-top {
	position: relative;
}
.c-navbar__dir-product-info,
.c-navbar__dir-product-info--v1 {
	position: relative;
	margin: 20px 0 0;
}
.c-navbar__dir-product-info--v1 .c-navbar-info__title,
.c-navbar__dir-product-info .c-navbar-info__title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.c-navbar__dir-product-info--v1 .c-navbar-info__title.c-info-title--big,
.c-navbar__dir-product-info .c-navbar-info__title.c-info-title--big {
	font-weight: 600;
	font-size: 28px;
	color: #333;
	line-height: 32px;
}
.c-navbar__dir-product-info--v1 .c-navbar-info__breadcrumbs,
.c-navbar__dir-product-info .c-navbar-info__breadcrumbs {
	position: relative;
}
.c-navbar__dir-product-menu {
	flex-direction: row;
}
.c-dir-product-menu,
.c-navbar__dir-product-menu {
	background: #fff;
	display: -webkit-flex;
	border-radius: 8px;
}
.c-dir-product-menu {
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
	z-index: 5;
	transition: all 0.2s ease-in-out;
}
.c-dir-product-menu .c-dir-product-menu__item {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #efefef;
	border-left: 0;
	border-top: 0;
	width: 20%;
}
.c-dir-product-menu .c-dir-product-menu__item:nth-child(5n + 5) {
	border-right: 0;
}
.c-dir-product-menu .c-dir-product-menu__item::nth-child(1n + 6) {
	border-bottom: 0;
}
.c-dir-product-menu a {
	text-decoration: none;
	transition: color 0.12s ease-out;
}
.c-dir-product-menu .c-menu-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
}
.c-dir-product-menu .c-menu-item .c-menu-item__title {
	font-size: 15px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	position: relative;
	z-index: 2;
	color: #555;
	text-align: center;
}
.c-dir-product-menu .c-menu-item .c-menu-item__title:hover {
	color: #4086f4;
}
.c-menu-item.active {
	background: #f99f18;
	color: #fff;
}
.c-menu-item.active .c-menu-item__title,
.c-menu-item.active .c-menu-item__title:hover {
	color: #fff;
}
.c-dir-product-menu__item:first-child .c-menu-item {
	border-top-left-radius: 6px;
}
.c-dir-product-menu__item:nth-child(5) .c-menu-item {
	border-top-right-radius: 6px;
}
.c-dir-product-menu__item:nth-child(6) .c-menu-item {
	border-bottom-left-radius: 6px;
}
.c-dir-product-menu__item:nth-child(10) .c-menu-item {
	border-bottom-right-radius: 6px;
}
.c-card__directory-product {
	border: 0;
	border-radius: 8px;
	background: #fff;
	margin-top: 15px;
}
.c-directory-product__wrapper {
	padding: 30px 20px;
	zoom: 1;
	overflow: hidden;
}
.c-directory-product__wrapper dl {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.c-directory-product__wrapper dt {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}
.c-directory-product__wrapper dt img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 8px;
}
.c-directory-product__wrapper dd {
	margin: 0 0 0 24px;
	float: left;
}
.c-directory-product__wrapper dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-directory-product__wrapper dd li {
	float: left;
	width: 33.33333%;
	height: 130px;
	padding: 0 15px 0 0;
	overflow: hidden;
}
.c-directory-product__wrapper dd h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	height: 20px;
	color: #4086f4;
}
.c-directory-product__wrapper dd h3 a {
	color: #4086f4;
	text-decoration: none;
}
.c-directory-product__wrapper dd h3 .c-subcat-1__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	height: 20px;
	width: 80%;
	float: left;
}
.c-directory-product__wrapper dd h3 .c-subcat-1__count {
	float: left;
	width: 10%;
	margin-left: 10px;
	color: #bbb;
}
.c-directory-product__wrapper .c-dir-product__subcat-2__list {
	overflow: hidden;
}
.c-directory-product__wrapper .c-dir-product__subcat-2__list li {
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	height: 23px;
	float: left;
	margin-right: 20px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	position: relative;
}
.c-directory-product__wrapper .c-dir-product__subcat-2__list li a {
	color: #343434;
	text-decoration: none;
}
.c-dir-product__subcat-2__list-more {
	margin-top: 2px;
}
.c-dir-product__subcat-2__list-more.no-available {
	display: none;
}
.c-dir-product__subcat-2__list-more a {
	font-size: 12px;
	font-weight: 500;
	color: #ffa318;
}
.c-dir-product__subcat-2__list-more a:hover {
	color: #d88100;
}
.c-dir-product__subcat-1__list .c-subcat-1__item:nth-child(1n + 4) {
	margin-top: 25px;
}
.c-directory-product__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.c-directory-product__title .c-product-cat__title {
	float: left;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	color: #343434;
}
.c-directory-product__title .c-product-cat__more {
	float: right;
}
.c-dir-product__subcat-2__list li a:hover {
	color: #286cda;
}
.c-directory-product__wrapper a:hover {
	color: #0c51c0;
}
.c-card__final-result {
	position: relative;
}
.c-card__final-result:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-card__final-result:after {
	content: "";
	display: block;
	line-height: 0;
	height: 0;
	clear: both;
}
.c-card__dir-product-result--left {
	display: block;
	width: 18%;
	float: left;
}
.c-card__dir-product-result--right {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 82%;
	float: right;
}
.c-card__final-result__filter {
	position: relative;
	height: 100%;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	border-radius: 5px;
	background: #fff;
}
.c-card__final-result__content {
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
}
.c-card__result--relative {
	position: relative;
}
.c-card__result--fixed {
	position: fixed;
	top: 100px;
	width: 259px;
}
.c-card__final-result__content-info {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	margin-bottom: 25px;
}
.c-card__final-result__content-info .c-content-info__title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	white-space: normal;
	line-height: 1.5em;
	box-sizing: border-box;
}
.c-card__final-result__content-info .c-content-info__form-select {
	display: inline-block;
	width: 40%;
}
.c-card__final-result__content-info .c-form-select__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.c-card__final-result__content-info
	.c-form-select__wrapper
	.c-form-select__label {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
}
.c-card__final-result__content-info .c-form-select__input {
	float: right;
}
.c-form-select__input .select_mate {
	box-sizing: border-box;
	min-width: 200px;
	width: 200px;
	min-height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
}
.c-form-select__input .selecionado_opcion {
	padding: 5px 12px;
	width: 88%;
	display: block;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}
.c-form-select__input .icon_select_mate {
	position: absolute;
	top: 3px;
	right: 2%;
	font-size: 16px;
	height: 27px;
	transition: all 275ms;
}
.c-form-select__input .cont_select_int {
	top: 2px;
}
.c-form-select__input .cont_select_int li {
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
.c-form-select__input .cont_select_int .active {
	background-color: #fff;
}
.c-card__final-result__content .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.c-card__final-result__content .tabs .tab-link {
	background: #ffa318;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.c-card__final-result__content .tabs .tab-link.current {
	background: #fff;
	color: #343434;
}
.c-card__final-result__content .tab-content {
	display: none;
	background: #fff;
	color: #343434;
	padding: 20px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	-webkit-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	-moz-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
}
.c-card__final-result__content .tab-content.current {
	display: inherit;
}
.c-card__final-result__filter dl.c-result-filter__node {
	padding: 20px 15px;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
.c-card__final-result__filter dl.c-result-filter__node dt {
	margin-bottom: 15px;
}
.c-card__final-result__filter dl.c-result-filter__node dt h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #525252;
	margin-bottom: 0;
}
.c-card__final-result__filter dl.c-result-filter__node dd {
	margin: 0;
	padding: 0;
}
.c-card__final-result__filter
	dl.c-result-filter__node
	dd
	.c-item-list:last-child.form-check {
	margin-bottom: 0;
}
.c-card__final-result__filter
	dl.c-result-filter__node
	dd
	.c-item-list.form-check {
	margin-bottom: 13px;
}
.c-card__final-result__filter
	dl.c-result-filter__node
	dd
	label.c-item-list__title {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.54);
	line-height: 16px;
	text-decoration: none;
}
.c-prd-detail__container {
	position: relative;
	display: block;
}
.c-prd-detail__container:after,
.c-prd-detail__container:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-detail__container:after {
	clear: both;
}
.c-prd-detail__column--left {
	float: left;
	width: 75%;
}
.c-prd-detail__column--right {
	float: right;
	width: 23%;
}
.c-prd-detail__column--left .c-column-left__prd-info--middle,
.c-prd-detail__column--left .c-column-left__prd-info--top {
	background: #fff;
	box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
	-webkit-box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
	-moz-box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
	border-radius: 10px;
}
.c-prd-detail__column--left .c-column-left__prd-info--top {
	padding: 25px;
}
.c-prd-detail__column--left .c-column-left__prd-info--middle {
	padding: 25px 0;
}
.c-prd-detail__column--left .c-column-left__prd-info--top:after,
.c-prd-detail__column--left .c-column-left__prd-info--top:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-detail__column--left .c-column-left__prd-info--top:after {
	clear: both;
}
.c-prd-info__left {
	float: left;
	width: 40%;
}
.c-prd-info__img-holder {
	display: block;
}
.c-prd-info__img-holder .gallery-top {
	padding: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.c-prd-info__img-holder .gallery-top .swiper-wrapper .swiper-slide {
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align: middle;
}
.c-prd-info__img-holder .gallery-thumbs {
	text-align: -webkit-center;
	width: 100%;
	margin: 15px 0 0;
}
.c-prd-info__img-holder .gallery-thumbs .swiper-content__thumbs-img {
	width: 60px !important;
	height: 60px !important;
	float: left;
	padding: 3px;
	box-sizing: border-box;
	text-align: -webkit-center;
	border: 1px solid #fff;
	cursor: pointer;
}
.c-prd-info__img-holder
	.gallery-thumbs
	.swiper-content__thumbs-img.swiper-slide-thumb-active {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
.c-prd-info__img-holder
	.gallery-thumbs
	.swiper-wrapper
	.swiper-slide
	.swiper__thumbs-img {
	background-size: 52px 52px;
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	box-sizing: border-box;
}
.c-prd-info__img-holder .swiper-button-next.swiper-button--sm-circle,
.c-prd-info__img-holder .swiper-button-prev.swiper-button--sm-circle {
	color: #565656;
	width: 24px;
	height: 24px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	align-items: center;
	top: 66%;
	transition: all 0.3s ease;
}
.c-prd-info__img-holder .swiper-button-next.swiper-button--sm-circle:after,
.c-prd-info__img-holder .swiper-button-prev.swiper-button--sm-circle:after {
	font-size: 10px;
}
.c-prd-info__img-holder .swiper-button-next {
	right: 0;
}
.c-prd-info__img-holder .swiper-button-prev {
	left: 0;
}
.c-prd-info__right {
	float: right;
	width: 56%;
}
.c-prd-info__stage-1 {
	margin-bottom: 25px;
	line-height: 1;
}
.c-prd-info__stage-2 {
	margin-bottom: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.c-prd-info__stage-3 {
	margin-bottom: 15px;
}
.c-prd-info__stage-4 {
	border-top: 0.5px dashed #d0d0d0;
	border-bottom: 0.5px dashed #d0d0d0;
	margin-bottom: 0;
}
.c-prd-info__stage-5,
.c-prd-info__stage-6 {
	margin-top: 25px;
}
.c-prd-info__name,
.c-prd-info__rating-stars,
.c-prd-info__status-item {
	display: inline-block;
	vertical-align: middle;
}
.c-prd-info__name {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	color: #343434;
}
.c-prd-info__status-item {
	margin-left: 15px;
	background: #ffa318;
	border-radius: 10px 30px 30px 30px;
	padding: 6px 15px;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
}
.c-prd-info__rating-stars {
	font-size: 14px;
	line-height: 20px;
	color: #ffa318;
}
.c-prd-info__favorite span,
.c-prd-info__review span,
.c-prd-info__share span {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #2d2d2d;
	margin-left: 3px;
}
.c-prd-info__favorite span:hover,
.c-prd-info__review span:hover,
.c-prd-info__share span:hover {
	color: #ffa318;
}
.c-prd-info__price-normal .c-price-normal__subtitle,
.c-prd-info__price-normal .c-price-normal__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: line-through;
	color: #dc3545;
}
.c-prd-info__price-discount .c-price-discount__subtitle,
.c-prd-info__price-discount .c-price-discount__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #343434;
}
.c-prd-info__item-container {
	display: block;
}
.c-prd-info__item-container:after,
.c-prd-info__item-container:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-info__item-container:after {
	clear: both;
}
.c-prd-info__item {
	float: left;
	width: 25%;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.c-prd-info__item img {
	width: 25px;
}
.c-prd-info__item .c-info-item__content {
	display: inline-block;
	margin-left: 10px;
}
.c-prd-info__item .c-info-content__subtitle,
.c-prd-info__item .c-info-content__title {
	color: #343434;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
}
.c-prd-info__item .c-info-content__title {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
}
.c-prd-info__item .c-info-content__subtitle {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
}
.c-prd-info__delivery,
.c-prd-info__payment {
	display: block;
	position: relative;
}
.c-prd-info__delivery:after,
.c-prd-info__delivery:before,
.c-prd-info__payment:after,
.c-prd-info__payment:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-info__delivery:after,
.c-prd-info__payment:after {
	clear: both;
}
.c-prd-info__delivery .c-delivery-title,
.c-prd-info__delivery .c-payment-title,
.c-prd-info__payment .c-delivery-title,
.c-prd-info__payment .c-payment-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #343434;
	margin-bottom: 5px;
}
.c-prd-info__delivery .c-delivery-item,
.c-prd-info__delivery .c-payment-item,
.c-prd-info__payment .c-delivery-item,
.c-prd-info__payment .c-payment-item {
	position: relative;
	width: auto;
	margin-right: 10px;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 5px;
}
.c-prd-info__delivery .c-delivery-item__container,
.c-prd-info__delivery .c-payment-item__container,
.c-prd-info__payment .c-delivery-item__container,
.c-prd-info__payment .c-payment-item__container {
	display: -webkit-box;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
}
.c-prd-info__delivery .c-delivery-item__container:after,
.c-prd-info__delivery .c-delivery-item__container:before,
.c-prd-info__delivery .c-payment-item__container:after,
.c-prd-info__delivery .c-payment-item__container:before,
.c-prd-info__payment .c-delivery-item__container:after,
.c-prd-info__payment .c-delivery-item__container:before,
.c-prd-info__payment .c-payment-item__container:after,
.c-prd-info__payment .c-payment-item__container:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-info__delivery .c-delivery-item__container:after,
.c-prd-info__delivery .c-payment-item__container:after,
.c-prd-info__payment .c-delivery-item__container:after,
.c-prd-info__payment .c-payment-item__container:after {
	clear: both;
}
.c-prd-info__delivery .c-delivery-item__img,
.c-prd-info__delivery .c-payment-item__img,
.c-prd-info__payment .c-delivery-item__img,
.c-prd-info__payment .c-payment-item__img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align: middle;
	box-sizing: border-box;
	width: 65px;
	height: 22px;
}
.c-prd-info__btn-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-prd-info__btn-container:after,
.c-prd-info__btn-container:before {
	display: table;
	line-height: 0;
	content: "";
}
.c-prd-info__btn-container:after {
	clear: both;
}
.c-prd-info__btn--left,
.c-prd-info__btn--right {
	width: 50%;
}
.c-prd-info__btn--left .c-btn,
.c-prd-info__btn--right .c-btn {
	padding: 12px 18px;
	font-size: 14px;
	line-height: 20px;
}
.c-prd-info__btn--left {
	float: left;
	margin-right: 5px;
}
.c-prd-info__btn--right {
	float: right;
	margin-left: 5px;
}
.c-prd-info--bottom__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #343434;
}
.c-prd-detail__column--right .c-column-right__cat-product,
.c-prd-detail__column--right .c-column-right__cmp-info {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
	-webkit-box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
	-moz-box-shadow: 0 1px 15px 0 rgba(224, 232, 236, 0.5);
}
.c-prd-detail__column--right .c-column-right__cat-product {
	padding: 30px 20px;
}
.c-cmp-info__header {
	border-radius: 10px 10px 0 0;
	background: linear-gradient(90deg, #1184cb, #4086f4 80%);
	background: -webkit-linear-gradient(90deg, #1184cb, #4086f4 80%);
	background: -moz-linear-gradient(90deg, #1184cb 0, #4086f4 80%);
	height: 100px;
}
.c-cmp-info__body {
	padding: 30px 20px;
	border-radius: 0 0 10px 10px;
}
.c-cmp-info__body .c-cmp-logo__wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: -70px;
}
.c-cmp-info__body .c-cmp-logo__img {
	padding: 4px;
}
.c-cmp-info__body .c-cmp-logo__img img {
	width: 45px;
}
.c-cmp-info__body .c-cmp-logo__img-container {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-cmp-info__body .c-cmp-name {
	font-size: 16px;
	font-weight: 500;
	color: rgba(52, 52, 52, 0.8);
	line-height: 22px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-wrap: break-word;
	margin-bottom: 20px;
}
.c-cmp-info__body .c-cmp-status {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.c-cmp-info__body .c-cmp-status--offline,
.c-cmp-info__body .c-cmp-status--online {
	padding: 8px 16px;
	border-radius: 30px;
	display: flex;
	align-items: center;
}
.c-cmp-info__body .c-cmp-status--online {
	background: rgba(146, 203, 70, 0.9);
}
.c-cmp-info__body .c-cmp-status--offline {
	background: rgba(255, 163, 24, 0.9);
}
.c-cmp-info__body .c-cmp-info {
	position: relative;
	margin-bottom: 25px;
}
.c-cmp-info__body .c-cmp-info__item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.c-cmp-info__body .c-cmp-info__item:last-child {
	margin-bottom: 0;
}
.c-cmp-info__body .c-cmp-info .c-item__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #343434;
}
.c-cmp-info__body .c-cmp-info__table {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 10px;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1;
}
.c-cmp-info__body .c-cmp-info .c-table-item {
	position: relative;
	width: 50%;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.c-cmp-info__body .c-cmp-info .c-table-item:nth-child(2n + 2) {
	border-right: 0;
}
.c-cmp-info__body .c-cmp-info .c-table-item:nth-child(1n + 3) {
	border-bottom: 0;
}
.c-cmp-info__body .c-cmp-info .c-table-item__wrapper {
	display: flex;
	align-items: flex-start;
}
.c-cmp-info__body .c-cmp-info .c-table-info {
	position: relative;
	text-align: left;
}
.c-cmp-info__body .c-cmp-info .c-table-info__subtitle,
.c-cmp-info__body .c-cmp-info .c-table-info__title {
	color: #343434;
}
.c-cmp-info__body .c-cmp-info .c-table-info__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 3px;
}
.c-cmp-info__body .c-cmp-info .c-table-info__subtitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.c-cmp-info__body .c-cmp-info__list {
	padding-left: 0;
	margin-bottom: 0;
}
.c-cmp-info__body .c-cmp-info .c-info-list__item {
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.c-cmp-info__body .c-cmp-info .c-info-list__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.c-cmp-info__body .c-cmp-info .c-info-list__title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #949494;
	margin-bottom: 3px;
}
.c-cmp-info__body .c-cmp-info .c-info-list__subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #343434;
}
.c-cmp-info__body .c-cmp-info .embed-responsive {
	border-radius: 10px;
}
.c-column-right__cat-product .c-cat-product__search {
	margin-bottom: 25px;
}
.c-column-right__cat-product .c-cat-product__list .c-cat-product-list__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #343434;
}
.c-column-right__cat-product .c-cat-product__list .c-cat-product-list__toggle {
	margin-top: 20px;
}
.c-prd-info-buy {
	position: relative;
}
.c-prd-info-buy__title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #343434;
	margin-bottom: 10px;
}
.c-prd-info-buy__subtitle {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #484848;
}
.c-prd-info-buy__input {
	width: 140px !important;
}
.c-prd-info-buy__input span.input-group-btn {
	display: flex;
	align-items: center;
}
.c-prd-info-buy__input .bootstrap-touchspin .btn-default {
	border-radius: 50%;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	background-color: #ffa318;
	color: #fff;
	border: 1px solid #ffa318;
}
.c-prd-info-buy__input input {
	border: 0;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	outline: none;
}
.c-prd-info-send {
	position: relative;
}
.c-prd-info-send__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #343434;
	margin-bottom: 10px;
}
.c-prd-info-send__card {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	background: #f3fbff;
}
.c-prd-info-send__card-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.c-prd-info-send__item {
	margin: 15px;
}
.c-prd-info-send__item .c-prd-info-send__title {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 5px;
}
.prd-detail__bar-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 -2px 6px 0 rgba(49, 53, 59, 0.16);
	z-index: 90;
}
.prd-detail__bar-bottom-container {
	margin: 0 auto;
}
.prd-detail__bar-bottom-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 56px;
	margin: 0;
}
.bar-bottom__item-left {
	width: auto;
	margin-left: 0;
}
.bar-bottom__item-left,
.bar-bottom__item-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 0;
	border-left: none;
}
.bar-bottom__item-right {
	padding: 0 0 0 40px;
	margin-left: auto;
}
.bar-bottom__item-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0;
}
.bar-bottom__item-prd-img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 50px;
	height: 50px;
	min-width: 0;
	margin-left: 0;
	border-left: none;
}
.bar-bottom__item-prd-img img {
	max-width: unset;
	width: 50px;
	height: 50px;
	border-radius: 5px;
}
.bar-bottom__item-prd-name {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 0;
	padding: 0 12px;
	margin-left: 0;
	border-left: none;
	width: 380px;
}
.bar-bottom__item-prd-name span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #343434;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
}
.bar-bottom__item-prd-info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
}
.bar-bottom__item-prd-info:last-child {
	margin-right: 0;
}
.bar-bottom__item-prd-info .title {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: rgba(49, 53, 59, 0.68);
}
.bar-bottom__item-prd-info .subtitle,
.bar-bottom__item-prd-info .title {
	display: block;
	position: relative;
	-webkit-text-decoration: initial;
	text-decoration: initial;
	margin: 0;
}
.bar-bottom__item-prd-info .subtitle {
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: rgba(49, 53, 59, 0.96);
}
.btn-footer-chat {
	color: #909090;
	font-size: 14px;
	height: 40px;
	line-height: 24px;
	width: auto;
	font-weight: 400;
	cursor: pointer;
	text-indent: 0;
	position: relative;
	border-radius: 5px;
	outline: none;
	padding: 0 16px;
	transition: background 0.8s ease 0s;
	background: radial-gradient(circle, transparent 1%, transparent 0) 50%/15000%
		transparent;
	border: 1px solid #909090;
	border-image: initial;
	margin-left: 12px;
}
.btn-footer-chat,
.btn-footer-chat i {
	display: inline-block;
	vertical-align: middle;
}
.btn-footer-chat i {
	margin-right: 5px;
	font-size: 22px;
	line-height: 22px;
}
.btn-footer-chat span {
	display: block;
	opacity: 1;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
}
.btn-footer-buy,
.btn-footer-chat span {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	line-height: 24px;
}
.btn-footer-buy {
	color: #1785d0;
	height: 40px;
	width: auto;
	border-radius: 5px;
	background-position: 50%;
	outline: none;
	padding: 0 16px;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
	cursor: pointer;
	background: transparent
		radial-gradient(circle, transparent 1%, transparent 0) 50%/15000%;
	border: 1px solid #1e84d6;
	text-indent: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.btn-footer-buy span {
	display: block;
	opacity: 1;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
}
.btn-footer-buy span,
.btn-footer-cart {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	line-height: 24px;
}
.btn-footer-cart {
	color: #fff;
	height: 40px;
	width: auto;
	border-radius: 5px;
	background-position: 50%;
	outline: none;
	padding: 0 16px;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
	cursor: pointer;
	background: #1a84d3 radial-gradient(circle, transparent 1%, #4086f4 0) 50%/15000%;
	border: none;
	text-indent: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
.btn-footer-cart span {
	opacity: 1;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
	line-height: 24px;
}
.btn-footer-cart span,
.tab-content h2.tab__product-title {
	display: block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.tab-content h2.tab__product-title {
	color: rgba(49, 53, 59, 0.68);
	text-transform: none;
	margin-bottom: 10px;
	line-height: 20px;
	text-decoration: initial;
}
.tab-content h2.tab__product-title span {
	font-weight: 500;
}
.tab-content p.tab__product-subtitle {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #353535;
	overflow-wrap: break-word;
	white-space: pre-line;
	text-decoration: initial;
	margin-bottom: 0;
}
.tab-content p.tab__product-subtitle br {
	display: block;
	margin: 5px 0;
}
ul.tabs li .tab-title {
	display: flex;
	align-items: center;
}
ul.tabs li .tab-name {
	position: relative;
	margin-right: 10px;
}
ul.tabs li .tab-count {
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	color: #bbb;
	display: inline-flex;
	vertical-align: top;
	flex-wrap: nowrap;
	font-size: 13px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 25px;
	border-image: initial;
	border: 1px solid #949494;
	flex: 1 1 0%;
	overflow: hidden;
	padding: 8px;
	transition: all 0.28s ease-in-out 0s;
}
ul.tabs li.current .tab-count {
	background-color: #edf4ff;
	color: #4086f4;
	border: 1px solid #2971e2;
}
.ulasan-statistic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0;
}
.ulasan-statistic--left {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 0;
	margin-left: 0;
	border-left: none;
}
.ulasan-statistic .ulasan-left__container {
	text-align: center;
}
.ulasan-statistic .ulasan-left__container h5.title {
	color: #31353b;
	line-height: 60px;
	font-size: 60px;
	font-weight: 400;
	margin: 0 0 10px;
}
.ulasan-statistic .ulasan-left__container h5.title span {
	color: #6c727c;
	line-height: 24px;
	font-size: 18px;
}
.ulasan-statistic .ulasan-left__container .stars {
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 20px;
	margin: 0;
}
.ulasan-statistic .ulasan-left__container .stars.score1 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.ulasan-statistic .ulasan-left__container .stars.score2 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.ulasan-statistic .ulasan-left__container .stars.score3 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.ulasan-statistic .ulasan-left__container .stars.score4 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.ulasan-statistic .ulasan-left__container .stars.score5 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 96px no-repeat;
}
.ulasan-statistic .ulasan-left__container p.subtitle {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.68);
	text-decoration: initial;
	margin: 10px 0 0;
}
.ulasan-statistic--right {
	flex-shrink: 1;
	align-self: center;
	min-width: 0;
	margin-left: 0;
	padding: 0 0 0 72px;
	border-left: none;
}
.ulasan-statistic .ulasan-right__container {
	position: relative;
}
.ulasan-statistic .ulasan-right__container .star-rating-count {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0 0 8px;
}
.ulasan-statistic .ulasan-right__container .star-rating-count:last-child {
	margin-bottom: 0;
}
.star-rating-count .rating-title {
	flex-shrink: 0;
	align-self: center;
	width: 30px;
	min-width: 0;
	margin-left: 0;
	border-left: none;
	display: flex;
	align-items: center;
}
.star-rating-count .rating-title p {
	font-weight: 600;
}
.star-rating-count .rating-title .rating-title__icon {
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 50% /
		contain no-repeat;
}
.star-rating-count .rating-load {
	flex-shrink: 0;
	align-self: center;
	width: 170px;
	min-width: 0;
	margin-left: 0;
	padding: 0 10px;
	border-left: none;
}
.star-rating-count .rating-load .progress-bar {
	width: 100%;
	height: 4px;
	position: relative;
	background-color: #dadada;
	border-radius: 2px;
}
.star-rating-count .rating-load .progress-bar:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform-origin: left center;
	transform: translateY(-50%) scaleX(0.512);
	width: 100%;
	height: 6px;
	background-image: linear-gradient(90deg, #aacbff, #4086f4);
	border-radius: 4px;
	transition: transform 0.3s ease-out 0s;
}
.star-rating-count .rating-count {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 0;
	margin-left: 0;
	border-left: none;
}
.star-rating-count .rating-count p {
	font-weight: 400;
}
.star-rating-count .rating-count p,
.star-rating-count .rating-title p {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 17px;
	color: rgba(49, 53, 59, 0.68);
	-webkit-text-decoration: initial;
	text-decoration: initial;
	margin: 0;
}
.ulasan-view {
	margin: 45px 0 0;
}
.ulasan-view .filter-review-title {
	display: block;
	position: relative;
	font-weight: 600;
	font-family: Nunito Sans, -apple-system, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: rgba(49, 53, 59, 0.68);
	text-transform: uppercase;
	text-decoration: initial;
	margin: 35px 0 0;
}
.ulasan-view .box-review {
	padding: 20px 0;
	border-bottom: 1px solid #e5e7e9;
}
.ulasan-view .box-review:last-child {
	border-bottom: 0;
}
.ulasan-view .box-review .box-review-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0;
}
.ulasan-view .box-review .box-review-container .user-identity {
	flex-shrink: 0;
	width: 202px;
	min-width: 0;
	margin-left: 0;
	border-left: none;
}
.ulasan-view .box-review .box-review-container .user-review {
	flex-shrink: 1;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	padding: 0 16px;
	border-left: none;
}
.ulasan-view .box-review .box-review-container .user-report {
	flex-shrink: 0;
	width: 202px;
	min-width: 0;
	margin-left: auto;
	padding: 0 0 0 16px;
	border-left: 1px solid #e5e7e9;
}
.user-identity .user-identity-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0;
}
.user-identity .user-avatar {
	flex-shrink: 0;
	align-self: center;
	width: 48px;
	height: 48px;
	min-width: 0;
	margin-left: 0;
	border-left: none;
}
.user-identity .user-avatar .user-avatar-container {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	cursor: inherit;
	border-radius: 50%;
	overflow: hidden;
}
.user-identity .user-avatar .user-avatar-container picture {
	width: 100%;
	height: 100%;
	display: flex;
	background-image: none;
	border-radius: 4px;
}
.user-identity .user-avatar .user-avatar-container img {
	max-width: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.user-identity .user-name {
	flex-shrink: 1;
	align-self: center;
	min-width: 0;
	margin-left: 0;
	padding: 0 0 0 16px;
	border-left: none;
}
.user-identity .user-name p.name {
	display: -webkit-box;
	font-weight: 700;
	color: rgba(49, 53, 59, 0.96);
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	word-break: break-word;
}
.user-identity .user-name p.date,
.user-identity .user-name p.name {
	position: relative;
	font-size: 0.857143rem;
	line-height: 18px;
	text-decoration: initial;
	margin: 0;
}
.user-identity .user-name p.date {
	display: block;
	font-weight: 400;
	color: rgba(49, 53, 59, 0.44);
}
.user-review .stars {
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 15px;
	margin: 0;
}
.user-review .stars.score1 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.user-review .stars.score2 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.user-review .stars.score3 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.user-review .stars.score4 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-gray.svg) 96px no-repeat;
}
.user-review .stars.score5 {
	background: url(../../assets/img/icon-regular/icon-star-yellow.svg) 0 /
			contain no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 24px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 48px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 72px no-repeat,
		url(../../assets/img/icon-regular/icon-star-yellow.svg) 96px no-repeat;
}
.user-review p.user-write-review {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.68);
	text-decoration: initial;
	margin: 3px 0 0;
}
.user-report button.report-btn-outline {
	color: rgba(49, 53, 59, 0.68);
	font-size: 13px;
	height: 32px;
	line-height: 18px;
	width: auto;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	text-indent: 0;
	position: relative;
	min-width: 56px;
	margin-right: 12px;
	border-radius: 8px;
	outline: none;
	padding: 0 10px;
	transition: background 0.8s ease 0s;
	background: radial-gradient(circle, transparent 1%, transparent 0) 50%/15000%
		transparent;
	border: 1px solid #e5e7e9;
	border-image: initial;
}
.user-report button.report-btn-outline:hover {
	border-color: #757575;
}
.user-report button.report-btn-outline span {
	display: block;
	font-size: inherit;
	opacity: 1;
	position: relative;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
}
.user-review .product-img-review {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	cursor: pointer;
	margin: 10px 10px 10px 0;
	border-radius: 4px;
	overflow: hidden;
}
.user-review .product-img-review:hover {
	box-shadow: 0 8px 17px 0 #d5d5d5;
	border-radius: 4px;
}
.user-review .product-img-review .img-review-container {
	width: 100%;
	height: 100%;
	display: flex;
	background-image: none;
	border-radius: 4px;
}
.user-review .product-img-review .img-review-container img {
	max-width: unset;
}
.user-review .product-img-review .img-review-container .img-review {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.user-review .box-seller-reply {
	margin-top: 0;
	background-color: #f3f4f5;
	padding: 12px 16px 12px 8px;
	border-radius: 8px;
}
.user-review .box-seller-reply .box-seller-reply-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: auto;
	margin: 0;
}
.user-review .box-seller-reply .seller-img {
	flex-shrink: 0;
	width: 32px;
	min-width: 0;
	margin-left: 0;
	padding: 4px 0 0;
	border-left: none;
}
.user-review .box-seller-reply .seller-content {
	flex-shrink: 1;
	min-width: 0;
	margin-left: 0;
	padding: 0 0 0 12px;
	border-left: none;
}
.seller-img .seller-img-container {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	cursor: inherit;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 1px 2px 0 rgba(49, 53, 59, 0.12);
}
.seller-img .seller-img-container picture {
	width: 100%;
	height: 100%;
	display: flex;
	background-image: none;
	border-radius: 4px;
}
.seller-img .seller-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	max-width: unset;
	border-style: none;
}
.seller-content .seller-content-container {
	position: relative;
}
.seller-content a.seller-name {
	color: #1d67da;
	font-size: 14px;
	cursor: pointer;
	font-weight: 700;
	overflow-wrap: break-word;
	text-decoration: none;
}
.seller-content .seller-badge {
	position: relative;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 500;
	line-height: 16px;
	height: 20px;
	font-size: 12px;
	background-color: #e4efff;
	color: #4086f4;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 8px;
	padding: 0 10px;
	overflow: initial;
	transition: all 0.28s ease-out 0s;
	box-shadow: 0 1px 2px 0 rgba(49, 53, 59, 0.12);
	margin: 0 0 0 5px;
}
.seller-content p.seller-date {
	font-weight: 500;
	line-height: 18px;
	color: rgba(49, 53, 59, 0.8);
	margin: 0;
}
.seller-content p.seller-content-reply,
.seller-content p.seller-date {
	display: block;
	position: relative;
	font-size: 13px;
	text-decoration: initial;
}
.seller-content p.seller-content-reply {
	font-weight: 400;
	line-height: 20px;
	color: rgba(49, 53, 59, 0.85);
	margin: 8px 0 0;
}
.modal-content.modal-content__laporkan {
	display: block;
	z-index: 10009;
	opacity: 1;
	min-width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 400px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-image: initial;
	border-radius: 8px;
	padding: 25px;
	transition: opacity 0.2s ease 0s;
}
.modal-content.modal-content__laporkan .modal-header {
	margin-bottom: 30px;
}
.modal-content.modal-content__laporkan .modal-header h2 {
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: rgba(49, 53, 59, 0.68);
	text-decoration: initial;
	margin: 0;
}
.modal-content__laporkan .modal-body {
	padding: 0;
}
.modal-content__laporkan .modal-body .modal-body__content {
	position: relative;
	text-align: left;
}
.modal-content__laporkan .modal-body .modal-body__button {
	position: relative;
	margin: 35px 0 0;
	display: flex;
}
.discussion-box {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
.discussion-box .discussion-box-info {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	font-size: 14px;
	padding: 16px;
	border: 1px solid #e0e0e0;
	border-image: initial;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
}
.discussion-box p.discussion-title {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
}
.discussion-box p.discussion-title:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background-size: 100%;
	background-image: url(../../assets/img/icon-regular/icon-qna.svg);
	background-repeat: no-repeat;
	background-position: 50%;
}
.discussion-box .discussion-box-write {
	display: block;
	opacity: 1;
	width: 100%;
	float: right !important;
	overflow: hidden;
}
.discussion-box .discussion-box-write textarea.discussion-text-area {
	width: 100%;
	box-shadow: none;
	box-sizing: border-box;
	resize: none;
	border: 1px solid #e0e0e0;
	border-image: initial;
	overflow: hidden;
	padding: 20px;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	border-bottom: 0;
}
.discussion-box .discussion-box-send {
	width: inherit;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: flex-end;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	transition: border 0.2s linear 0s;
	border: 1px solid #e0e0e0;
	border-image: initial;
}
.discussion-box-list {
	position: relative;
	margin-top: 50px;
}
.discussion-box-list ul.box-unlisted {
	padding-left: 0;
	list-style: none;
	width: 100%;
}
.discussion-box-list li.box-list-item {
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #e5e7e9;
	border-image: initial;
}
.discussion-box-list li.box-list-item .box-list-buyer {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 27.5px 20px 16px;
	border-radius: 8px 8px 0 0;
}
.discussion-box-list li.box-list-item .box-list-seller {
	width: 100%;
	display: block;
	padding-left: 47px;
	box-sizing: border-box;
	padding-bottom: 10px;
	background-color: #fafafa;
	border-top: 1px solid #e5e7e9;
	border-radius: 0 0 8px 8px;
}
.box-list-buyer a.buyer-image {
	text-decoration: none;
	position: relative;
	display: table;
	float: left;
}
.box-list-buyer a.buyer-image img {
	border-style: none;
	max-width: unset;
	display: inline-block;
	width: 32px;
	height: 32px;
	object-fit: cover;
	position: relative;
	z-index: 1;
	margin: 3px 0 0;
	border-radius: 50%;
}
.box-list-buyer .buyer-profile {
	position: relative;
	line-height: 15px;
	padding: 0 140px 0 48px;
}
.box-list-buyer .buyer-profile .buyer-info {
	line-height: 1.45;
	margin-bottom: 3px;
}
.box-list-buyer .buyer-profile .buyer-info .show-name {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
	overflow-wrap: break-word;
}
.box-list-buyer .buyer-profile .buyer-info .show-date {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.38);
}
.box-list-buyer .buyer-profile .buyer-info .show-date:before {
	content: ".";
	position: relative;
	top: -3px;
	font-weight: 700;
	margin: 0 5px;
}
.box-list-buyer .buyer-profile p.buyer-qa {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.85);
	overflow-wrap: break-word;
	margin-bottom: 0;
}
.box-list-seller ul.seller-reply-unlisted {
	padding: 10px 27.5px 0 0;
	list-style: none;
}
.box-list-seller li.seller-reply-item {
	width: 100%;
	padding: 10px 0;
}
.box-list-seller a.seller-image {
	text-decoration: none;
	position: relative;
	display: table;
	float: left;
}
.box-list-seller a.seller-image img {
	display: inline-block;
	width: 32px;
	height: 32px;
	object-fit: cover;
	position: relative;
	z-index: 1;
	margin: 3px 0 0;
	border-radius: 50%;
	max-width: unset;
	border-style: none;
}
.box-list-seller .seller-comment {
	position: relative;
	line-height: 15px;
	padding: 0 0 0 48px;
}
.box-list-seller .seller-comment .seller-info {
	line-height: 1.45;
	margin-bottom: 5px;
}
.box-list-seller .seller-info a.seller-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
	overflow-wrap: break-word;
}
.box-list-seller .seller-info .seller-badge {
	position: relative;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	line-height: 16px;
	height: 20px;
	font-size: 0.714286rem;
	background-color: #daf5db;
	color: #42b549;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 600;
	border-radius: 3px;
	padding: 0 8px;
	margin: 0 0 0 4px;
	overflow: initial;
	transition: all 0.28s ease-out 0s;
}
.box-list-seller .seller-info .seller-date {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: rgba(0, 0, 0, 0.38);
}
.box-list-seller .seller-info .seller-date:before {
	content: ".";
	position: relative;
	top: -3px;
	font-weight: 700;
	margin: 0 5px;
}
.box-list-seller p.comment-content {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.54);
	overflow-wrap: break-word;
	margin: 0;
}
.box-list-seller .user-comment-box {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 10px 27.5px 10px 16px;
}
.box-list-seller .user-comment-box img.comment-box-image {
	max-width: unset;
	display: inline-block;
	width: 32px;
	height: 32px;
	object-fit: cover;
	position: relative;
	z-index: 1;
	margin: 3px 0 0;
	border-radius: 50%;
	border-style: none;
}
.box-list-seller .user-comment-box .comment-box-input {
	width: calc(100% - 47px);
	box-sizing: border-box;
	margin: 3px 0 0 15px;
}
.box-list-seller .user-comment-box .comment-box-input input {
	cursor: text;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	margin-bottom: 0;
	box-shadow: none;
	box-sizing: border-box;
	background: #fff;
	padding: 6px 12px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e5e7e9;
	border-image: initial;
	transition: all 0.2s ease-in-out 0s;
}
.cart-list__container {
	display: flex;
	align-items: flex-start;
	min-height: 200px;
	width: 100%;
	margin: auto;
}
.cart-list__container .cart-list--left {
	width: calc(100% - 395px);
	margin-right: 45px;
	margin-top: 25px;
}
.cart-list__container .cart-list--right {
	width: 350px;
	flex-shrink: 0;
	margin-top: 25px;
}
.shop-list {
	min-height: 264px;
}
.shop-list .shop-list_post {
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	margin: 0;
	padding: 16px;
	border-radius: 8px;
}
.shop-list .shop-list__head {
	height: 62px;
}
.shop-list .shop-list__head .shop-list__head-container {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding-bottom: 16px;
	padding-top: 0;
	width: 100%;
	z-index: 10;
	border-bottom: 6px solid #f3f4f5;
	background: #fff;
}
.shop-list .shop-list__head-container .controller--left {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}
.shop-list .shop-list__head-container .controller--left,
.shop-list .shop-list__head-container .controller--right {
	line-height: 1.3;
}
.shop-list .shop-list__head-container .controller-delete {
	cursor: pointer;
	font-weight: 600;
	color: #4086f4;
}
.shop-list .shop-list__head-container .controller-checkbox {
	margin-right: 12px;
	cursor: pointer;
}
.shop-list .shop-list__head-container .controller-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #2f2f2f;
}
.shop-list .controller-checkbox .controller-checkbox__container.form-check,
.shop-list .pit__checkbox .controller-checkbox__container.form-check,
.shop-list .sh__checkbox .controller-checkbox__container.form-check {
	width: 24px;
	height: 24px;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.shop-list
	.controller-checkbox
	.controller-checkbox__container.form-check
	input.form-check-input,
.shop-list
	.pit__checkbox
	.controller-checkbox__container.form-check
	input.form-check-input,
.shop-list
	.sh__checkbox
	.controller-checkbox__container.form-check
	input.form-check-input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	transform-box: fill-box;
	border: 2px solid #03ac0e;
	border-image: initial;
	border-radius: 4px;
	transition: transform 0.28s ease 0s;
}
.shop-list .shop-list__group {
	padding-top: 0;
	border-bottom: 6px solid #f3f4f5;
}
.shop-list .shop-list__group .shop-heading {
	margin-bottom: 20px;
	padding-top: 14px;
}
.shop-list .shop-list__group .shop-body {
	position: relative;
}
.shop-list .shop-heading .shop-heading__flex {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.shop-list .shop-heading .sh-info {
	padding-right: 15px;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
}
.shop-list .shop-heading .sh-info .sh__checkbox {
	flex-shrink: 0;
	margin-right: 12px;
}
.shop-list .shop-heading .sh-info .sh__text {
	position: relative;
}
.shop-list .shop-heading .sh__promo {
	min-width: 260px;
}
.shop-list .shop-heading .sh__text .shop-name-n-badges {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 4px;
}
.shop-list .shop-heading .sh__text .shop-location {
	font-size: 0.857143rem;
	color: #9fa6b0;
	line-height: 1.4;
}
.shop-list .shop-name-n-badges .shop-badges {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.shop-list .shop-name-n-badges .badges-wrapper {
	display: flex;
}
.shop-list .shop-name-n-badges .badges-tooltip {
	display: inline-block;
	position: relative;
}
.shop-list .shop-name-n-badges .badges-image {
	width: 88.66666666666667px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}
.shop-list .shop-name-n-badges a.shop-name {
	font-size: 16px;
	font-weight: 700;
	color: #404040;
	cursor: pointer;
	text-decoration: none;
}
.shop-list .shop-body .sb__product-item {
	padding: 20px 0;
	border-bottom: 1px solid #dbdee2;
}
.shop-list .shop-body .sb__product-item:first-child {
	padding-top: 0;
}
.shop-list .shop-body .sb__product-item:last-child {
	border-bottom: 0;
}
.shop-list .shop-body .sb__product-item-wrapper {
	position: relative;
}
.shop-list .shop-body .sb__product-item-wrapper .product-info--top {
	margin-bottom: 14px;
}
.shop-list .shop-body .sb__product-item-wrapper .product-info--bottom {
	padding-left: 37px;
}
.shop-list .shop-body .pit__flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.shop-list .shop-body .pit__checkbox-n-image {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
}
.shop-list .shop-body .pit__checkbox-n-image .pit__checkbox {
	flex-shrink: 0;
	margin-right: 15px;
}
.shop-list .shop-body .pit__checkbox-n-image .pit__image-wrapper {
	display: block;
	width: 76px;
	height: 76px;
	flex-shrink: 0;
	position: relative;
}
.shop-list .shop-body .pit__checkbox-n-image .pit__image-position {
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	display: block;
}
.shop-list .shop-body .pit__checkbox-n-image .product-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 6px;
	border: 1px solid #cecece;
}
.shop-list .shop-body .pit__text {
	padding-left: 15px;
}
.shop-list .shop-body .pit__text .product-name {
	position: relative;
}
.shop-list .shop-body .pit__text .product-name a.product-name__link {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #404040;
	text-decoration: none;
	cursor: pointer;
}
.shop-list .shop-body .pit__text .product-price {
	margin-bottom: 5px;
}
.shop-list .shop-body .pit__text .product-price .product-price__text {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fb9b0b;
}
.shop-total-price {
	position: relative;
}
.shop-total-price .stp-position {
	width: 350px;
	z-index: 1;
}
.shop-total-price .stp-box {
	position: relative;
}
.shop-total-price .stp-box__wrapper {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s ease 0s;
}
.shop-total-price .stp-box-layout {
	overflow: visible;
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	margin: 0;
	padding: 16px;
	border-radius: 8px;
}
.shop-total-price .stp-heading-text {
	font-weight: 700;
	color: #31353b;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 22px;
}
.shop-total-price .stp-details {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 22px;
	border-top: 1px solid #dbdee2;
}
.shop-total-price .stp-details-content {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	-webkit-box-align: center;
	align-items: center;
}
.shop-total-price .stp-details-content .stp-details__label {
	padding-right: 14px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.shop-total-price .stp-details-content .stp-details__value {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #31353b;
	flex-shrink: 0;
}
.shop-total-price .stp-button {
	padding: 5px 0 10px;
}
.shop-total-price .stp-button button.stp-btn-buy {
	color: #fff;
	font-size: 1rem;
	height: 40px;
	line-height: 20px;
	width: 100%;
	font-weight: 800;
	cursor: pointer;
	display: inline-block;
	text-indent: 0;
	position: relative;
	border-radius: 8px;
	outline: none;
	padding: 0 16px;
	transition: background 0.8s ease 0s;
	background-color: #fb9b0b;
	border: none;
	-webkit-appearance: button;
	margin: 0;
	vertical-align: middle;
	text-transform: none;
}
.shop-total-price .stp-button button.stp-btn-buy span {
	display: block;
	font-size: inherit;
	opacity: 1;
	position: relative;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s linear 0s, top 0.3s linear 0s;
	color: #fff;
}
.c-header__company {
	background-color: #fff;
	height: 85px;
	display: flex;
	align-items: center;
}
.c-header__company--layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.c-header__company--left,
.c-header__company--right {
	width: 50%;
	position: relative;
}
.c-header__company--left {
	float: left;
}
.c-header__company--right {
	float: right;
}
.c-header__navigation {
	background-color: #4086f4;
	height: 45px;
}
.c-company-info--left,
.c-company-info--right {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.c-company-info--right {
	justify-content: flex-end;
}
.c-company-info__cmp-logo {
	width: 64px;
	padding: 2px;
	display: flex;
	align-items: center;
	position: relative;
}
.c-company-info__cmp-name {
	margin-left: 25px;
	display: flex;
	align-items: center;
}
.c-company-info__cmp-name h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #343434;
}
.c-company-info__cmp-member {
	position: relative;
	margin-right: 30px;
}
.c-company-info__cmp-member:last-child {
	margin-right: 0;
}
.c-company-info__cmp-member img {
	display: block;
}
.c-cmp-member__subtitle,
.c-cmp-member__title {
	text-align: right;
}
.c-cmp-member__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #7b7b7b;
	margin-bottom: 10px;
}
.c-cmp-member__subtitle {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	color: #343434;
}
.c-nav__link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-nav__link--item {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	height: 45px;
	padding: 0 25px;
	align-items: center;
	display: flex;
}
.c-nav__link--item:hover {
	background-color: rgba(223, 235, 255, 0.815);
	color: #343434;
}
.c-nav__link--active {
	background-color: #1a6ae8;
}
.c-header--minisite {
	background-color: #f8f8f8;
	box-shadow: 0 1px 15px 0 hsla(0, 0%, 57.3%, 0.2);
	-webkit-box-shadow: 0 1px 15px 0 hsla(0, 0%, 57.3%, 0.2);
	-moz-box-shadow: 0 1px 15px 0 hsla(0, 0%, 57.3%, 0.2);
	border-bottom: 1px solid hsla(0, 0%, 86.3%, 0.4);
}
.c-header--minisite.c-header__container {
	position: relative;
}
.c-header--minisite .c-header__wrapper {
	height: 50px;
}
.c-header--minisite .c-header__wrapper .c-header__logo-inner {
	background-size: 130px 29.15151515151516px;
	width: 130px;
	height: 32px;
}
.c-header--minisite .c-content__overlay-bg {
	top: 50px;
}
.c-header--minisite .c-header__dropdown {
	top: 42px;
}
.c-minisite__profile--default .headpanel {
	transition: all 0.2s ease-in-out;
}
.c-footer__minisite.c-footer__content {
	margin-top: 60px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	display: block;
	overflow: hidden;
}
.c-footer__minisite .c-footer-content__wrapper {
	padding: 70px 0;
}
.c-footer__minisite .c-footer__content--info {
	height: 100px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.c-footer__minisite .c-footer__content--info:after,
.c-footer__minisite .c-footer__content--info:before {
	content: "";
	display: table;
}
.c-footer__minisite .c-footer__content--info:after {
	clear: both;
}
.c-footer__minisite .c-footer__content--info .c-footer__info--logo {
	width: 30%;
	float: left;
	padding-right: 30px;
}
.c-footer__minisite
	.c-footer__content--info
	.c-footer__info--logo
	.c-logo__img {
	background-size: 295px auto;
	width: 295px;
	height: 55px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: inherit;
}
.c-footer__minisite .c-footer__content--info .c-footer__info--contact {
	width: 30%;
	float: right;
	padding-left: 30px;
}
.c-footer__minisite .c-footer__content--info .c-footer__info--address {
	overflow: hidden;
	float: none;
}
.c-footer__minisite .c-footer__content--info .c-footer__info--address,
.c-footer__minisite .c-footer__content--info .c-footer__info--contact,
.c-footer__minisite .c-footer__content--info .c-footer__info--logo {
	margin: auto;
	text-align: left;
}
.c-footer__minisite .c-footer__info--address .c-info__contact--title,
.c-footer__minisite .c-footer__info--contact .c-info__contact--title {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.c-footer__minisite .c-footer__info--address .c-info__contact--content,
.c-footer__minisite .c-footer__info--contact .c-info__contact--content {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.c-footer__minisite .c-footer__info--address .c-contact__phone,
.c-footer__minisite .c-footer__info--contact .c-contact__phone {
	width: 33.33333%;
	margin-top: 5px;
	padding-right: 20px;
	box-sizing: border-box;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c-footer__minisite .c-footer__info--address .c-contact__phone a,
.c-footer__minisite .c-footer__info--contact .c-contact__phone a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.c-footer__minisite .c-footer__info--address .c-contact__address,
.c-footer__minisite .c-footer__info--contact .c-contact__address {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-top: 5px;
	width: 85%;
}
.c-footer__minisite .c-footer__content--link {
	display: flex;
	justify-content: center;
}
.c-footer__minisite .c-footer__content--link .c-footer__content--link-wrapper {
	padding: 15px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 700px;
	margin-top: 50px;
}
.c-footer__minisite .c-footer__content--link .c-footer__link {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.c-footer__minisite .c-footer__content--link .c-link__item {
	width: 25%;
	box-sizing: border-box;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.c-footer__minisite .c-footer__content--copyright,
.c-footer__minisite .c-footer__content--link .c-link__item a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.c-footer__minisite .c-footer__content--copyright {
	position: relative;
	display: block;
	margin-top: 35px;
}
.c-card__minisite-content {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	-webkit-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	-moz-box-shadow: 0 4px 30px 0 rgba(136, 160, 171, 0.15);
	border-radius: 5px;
	padding: 30px 25px;
}
.minisite-content--title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: #343434;
}
.minisite-content--bottom__wrapper,
.minisite-content--top__wrapper {
	position: relative;
	width: 100%;
	height: auto;
}
.minisite-content--mkt-list {
	width: 100%;
	position: relative;
}
.content--top__img {
	width: 314px;
	height: 210px;
	margin-right: 40px;
	float: left;
}
.content--top__img-container {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 314px auto;
	width: 314px;
	height: 210px;
}
.content--top__content {
	float: left;
	width: 100%;
}
.content--top__content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
.content--top__content li {
	line-height: 18px;
	height: 50px;
	font-size: 12px;
	float: left;
	width: 32%;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.content--top__content li:nth-child(3n + 3) {
	margin-right: 0;
}
.content-list-item__title {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	color: #bbb;
	margin-bottom: 8px;
}
.content-list-item__subtitle {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	color: #343434;
	display: flex;
	align-items: center;
}
.content-list-item__subtitle span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.content-list-item__subtitle img {
	width: 16px;
}
.content-bottom__description {
	max-height: 148px;
	overflow-y: scroll;
	padding-right: 20px;
}
.content-bottom__description p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #757575;
	margin-bottom: 10px;
}
.content-bottom__description p:last-child {
	margin-bottom: 0;
}
.card__contact-mkt--item {
	position: relative;
	max-width: 394px;
	border: 1px solid #eedbdb;
	border-radius: 5px;
	padding: 20px 15px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
}
.contact-mkt__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.contact-mkt__img {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 5px;
}
.contact-mkt__name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #343434;
	margin-bottom: 5px;
}
.contact-mkt__jabatan {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #bbb;
}
.contact-mkt__body {
	float: left;
	width: 100%;
}
.contact-mkt__body ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
.contact-mkt__body li {
	line-height: normal;
	font-weight: 500;
	float: left;
	width: 48%;
	margin-right: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.contact-mkt__body li img {
	width: 16px;
}
.contact-mkt__body li span {
	color: #343434;
	font-size: 13px;
}
.contact-mkt__body li:nth-child(2n + 2) {
	margin-right: 0;
}
.contact-mkt__body li:nth-child(1n + 2) {
	margin-bottom: 0;
}
.minisite-content__aspek-legalitas {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	box-sizing: border-box;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.card__aspek-legalitas {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	justify-content: flex-start;
}
.card__aspek-legalitas--icon {
	border-right: 2px dashed #c2baba;
	margin-right: 25px;
}
.card__aspek-legalitas--icon img {
	display: inline-block;
	width: 60px;
	padding-right: 20px;
}
.card__aspek-legalitas--title h3,
.card__aspek-legalitas--title p {
	font-size: 14px;
	line-height: 19px;
	color: #343434;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}
.card__aspek-legalitas--title p {
	margin-top: 4px;
}
.minisite-content__fasilitas {
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	box-sizing: border-box;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.card__fasilitas {
	position: relative;
	border-radius: 8px;
}
.card__fasilitas a {
	cursor: pointer;
	text-decoration: none;
}
.card__fasilitas img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 8px;
	transition: all 0.3s ease-out;
}
.card__fasilitas span {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 20px;
	min-width: 90%;
	display: -webkit-box;
	white-space: normal;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.card__fasilitas--bg-shadow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.15;
	border-radius: 8px;
	background: linear-gradient(270deg, #000 20%, #000);
	background: -webkit-linear-gradient(270deg, #000 20%, #000);
	background: -moz-linear-gradient(270deg, #000 20%, #000 100%);
}
.minisite-content__sertifikat {
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	box-sizing: border-box;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.card__sertifikat {
	position: relative;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
}
.card__sertifikat a {
	cursor: pointer;
	text-decoration: none;
}
.card__sertifikat--image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 315px;
}
.card__sertifikat--image img {
	opacity: 1;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	height: auto;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.card__sertifikat--title {
	position: relative;
	display: flex;
	flex-flow: column;
	flex: 1 1 auto;
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.card__sertifikat--title h6 {
	font-size: 14px;
	line-height: 20px;
	color: #343434;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
	margin-bottom: 0;
}
.item--col-3 {
	width: 23.5%;
	margin-right: 2%;
}
.item--col-3:nth-child(4n + 4) {
	margin-right: 0;
}
.item--col-3:nth-child(1n + 5) {
	margin-top: 21px;
}
.item--col-4 {
	width: 32%;
	margin-right: 2%;
}
.item--col-4:nth-child(3n + 3) {
	margin-right: 0;
}
.item--col-4:nth-child(1n + 4) {
	margin-top: 21px;
}
.item--col-6 {
	width: 49%;
	margin-right: 2%;
}
.item--col-6:nth-child(2n + 2) {
	margin-right: 0;
}
.item--col-6:nth-child(1n + 3) {
	margin-top: 15px;
}
.minisite-content__layout {
	padding: 20px 0;
}
.minisite-content__container {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	margin: 0 auto;
}
.minisite-content__grid--left,
.minisite-content__grid--right {
	display: inline-block;
}
.minisite-content__grid--left {
	width: 20%;
}
.minisite-content__grid--right {
	width: 78%;
}
.minisite-content__nav-anchor {
	margin-bottom: 20px;
}
.minisite-content--right__body {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 8px;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}
.minisite-content--right__container {
	border: none;
	padding: 25px;
}
.nav-anchor__wrapper {
	background: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 8px;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.nav-anchor__relative {
	position: relative;
}
.nav-anchor__fixed {
	position: fixed;
	top: 135px;
	bottom: auto;
	z-index: 10;
	padding-left: 0;
	padding-right: 0;
}
.nav-anchor__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-anchor__item {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 16px 20px;
	border-left: 4px solid transparent;
	cursor: pointer;
	margin: 0;
}
.nav-menu {
	padding: 0;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
}
.nav-menu:before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	z-index: 1;
	top: 0;
	height: 0;
	border-top: 1px dashed #f4f4f4;
}
.nav-menu__img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
}
.nav-menu__img.icon-building {
	background-image: url(../../assets/icon-regular/icon-building-normal.png);
}
.nav-menu__img.icon-document {
	background-image: url(../../assets/icon-regular/icon-document-normal.png);
}
.nav-menu__text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #707070;
	cursor: pointer;
}
.c-minisite__banner {
	width: 100%;
	height: 283px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.c-minisite__banner--img {
	width: 1440px;
	height: 283px;
	background-position: 50%;
	position: relative;
}
.card__not-found {
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	border-radius: 8px;
	padding: 20px 0;
}
.card__not-found .card__image {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	margin: 0 32px 0 56px;
}
.card__not-found .card__image img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
.card__not-found .card__text {
	display: inline-block;
	vertical-align: middle;
}
.card__not-found .card__text--title {
	font-weight: 800;
	font-size: 20px;
	color: #555;
	line-height: 1;
}
.card__not-found .card__text--subtitle {
	display: block;
	font-size: 14px;
	margin: 15px 0;
	line-height: 20px;
}
.c-swiper-custom .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #f3f3f3;
	opacity: 0.6;
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.c-swiper-custom .swiper-pagination-bullet-active {
	width: 45px;
	opacity: 1;
}
.c-btn-arrows--custom.swiper-button-next,
.c-btn-arrows--custom.swiper-button-prev {
	opacity: 0.75;
	transition: all 0.25s;
	display: inline-block;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	width: 32px;
	height: 32px;
	z-index: 99;
	background: #fff;
	outline: none;
	border-radius: 50%;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	cursor: pointer;
}
.c-btn-arrows--custom.swiper-button-next:hover,
.c-btn-arrows--custom.swiper-button-prev:hover {
	opacity: 1;
}
.c-btn-arrows--custom.swiper-button-prev:after {
	background-image: url(../../assets/img/icon-regular/icon-arrow-left.png);
}
.c-btn-arrows--custom.swiper-button-next:after,
.c-btn-arrows--custom.swiper-button-prev:after {
	width: 14px;
	height: 14px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 0;
	margin: 9px;
}
.c-btn-arrows--custom.swiper-button-next:after {
	background-image: url(../../assets/img/icon-regular/icon-arrow-right.png);
}
.c-modal-header__btn-close {
	position: absolute;
	right: -17px;
	top: -15px;
}
.c-modal-header__btn-close .close.c-btn-close {
	background-color: #4086f4;
	border-radius: 50%;
	padding: 0;
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	opacity: 0.75;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-modal-header__btn-close .close.c-btn-close span {
	color: #fff;
}
.c-modal__login.modal-content {
	padding: 0;
	border: 0;
	border-radius: 10px;
}
.c-modal__login .modal-header {
	display: block;
	padding: 25px 40px;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.c-modal__login .modal-header h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-modal__login .modal-header img {
	display: inline-block;
	vertical-align: middle;
	width: 189px;
	text-align: center;
}
.c-modal__login .modal-header .c-modal-header-divider {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 15px;
}
.c-modal__login .modal-body {
	padding: 0 40px 25px;
}
.c-modal__login .modal-footer {
	padding: 15px 40px;
	background: #4086f4;
	border-top: 0;
}
.modal-dialog.modal-dialog__tambah-keranjang {
	max-width: 1020px;
}
.modal-content.modal-content__tambah-keranjang {
	display: block;
	z-index: 10009;
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	min-width: 500px;
	transition: opacity 0.2s ease 0s;
	padding: 32px 20px;
	border: initial none;
	border-color: initial;
	border-image: initial;
}
.modal-content .modal-header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.modal-content .modal-header h2 {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	color: rgba(49, 53, 59, 0.85);
	text-decoration: initial;
	margin: 0 0 16px;
	text-align: center;
}
.modal-body.modal-body__notif {
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
	padding: 16px;
	border-radius: 8px;
	margin: 16px 28px 28px;
}
.modal-body.modal-body__other-product {
	position: relative;
	width: 950px;
	text-align: left;
	height: auto;
	max-height: 420px;
	overflow: auto;
	padding: 0 25px;
}
.modal-body__notif .modal-body__notif-wrapper {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.modal-body__notif .modal-body__notif-wrapper:before {
	right: 0;
	content: "";
	width: 174px;
	height: 90px;
	position: absolute;
	background: url(https://ecs7.tokopedia.net/assets-tokopedia-lite/v2/zeus/production/796aafb8.png)
		top/100% no-repeat;
}
.modal-body__notif .modal-body__notif-wrapper img {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
}
.modal-body__notif .modal-body__notif-wrapper p {
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.54);
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	width: 300px;
	padding: 0 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
}
.modal-body__notif .modal-body__notif-wrapper a,
.modal-body__notif .modal-body__notif-wrapper button {
	flex-shrink: 0;
	z-index: 1;
}
.modal-body__notif .modal-body__notif-wrapper a.button--primary,
.modal-body__notif .modal-body__notif-wrapper button.button--primary {
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: auto;
	border-radius: 5px;
	background-position: 50%;
	font-weight: 400;
	outline: none;
	padding: 0 16px;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
	cursor: pointer;
	display: inline-block;
	background: #1a84d3 radial-gradient(circle, transparent 1%, #4086f4 0) 50%/15000%;
	border: none;
	text-indent: 0;
	position: relative;
}
.modal-body__other-product .modal-body__other-product-wrapper {
	position: relative;
	margin-bottom: 32px;
}
.modal-body__other-product-wrapper .title {
	height: 20px;
	margin-bottom: 24px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.modal-body__other-product-wrapper .title h4 {
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: rgba(49, 53, 59, 0.96);
	text-rendering: optimizelegibility;
	white-space: nowrap;
	text-decoration: initial;
	margin: 0;
}
.modal-body__other-product-wrapper .content {
	position: relative;
}
.c-minisite__profile--default .c-header__navigation {
	background-color: #3134a5;
}
.c-minisite__profile--default .c-nav__link--active {
	background-color: #212360;
}
.c-minisite__profile--default .c-nav__link--item {
	color: #fff;
}
.c-minisite__profile--default .c-nav__link--item:hover {
	background-color: #4649c9;
	color: #f4f4fc;
}
.c-minisite__profile--default .c-footer__minisite.c-footer__content {
	background-image: url(../../assets/footer/footer-default.png);
	color: #fff;
}
.c-minisite__profile--default .c-footer__minisite .c-footer__content--info,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--address
	.c-contact__address,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--address
	.c-contact__phone
	a,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--address
	.c-info__contact--title,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--contact
	.c-contact__address,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--contact
	.c-contact__phone
	a,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__info--contact
	.c-info__contact--title {
	color: #fff;
}
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__content--link
	.c-footer__content--link-wrapper {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.c-minisite__profile--default .c-footer__minisite .c-footer__content--copyright,
.c-minisite__profile--default
	.c-footer__minisite
	.c-footer__content--link
	.c-link__item
	a {
	color: #fff;
}
.c-minisite__profile--default .c-btn.c-btn-solid--blue,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow {
	background-color: #3134a5;
	border-color: #3134a5;
	color: #fff;
}
.c-minisite__profile--default .c-btn.c-btn-solid--blue.active,
.c-minisite__profile--default .c-btn.c-btn-solid--blue.focus,
.c-minisite__profile--default .c-btn.c-btn-solid--blue:active,
.c-minisite__profile--default .c-btn.c-btn-solid--blue:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--blue:hover,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.active,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.focus,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow:active,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow:hover {
	color: #fff;
	background-color: #212360;
	border-color: #212360;
}
.c-minisite__profile--default .c-btn.c-btn-solid--blue .badge,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow .badge {
	color: #212360;
	background-color: #fff;
}
.c-minisite__profile--default .c-btn.c-btn-solid--blue.disabled,
.c-minisite__profile--default .c-btn.c-btn-solid--blue.disabled:active,
.c-minisite__profile--default .c-btn.c-btn-solid--blue.disabled:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--blue.disabled:hover,
.c-minisite__profile--default .c-btn.c-btn-solid--blue[disabled],
.c-minisite__profile--default .c-btn.c-btn-solid--blue[disabled]:active,
.c-minisite__profile--default .c-btn.c-btn-solid--blue[disabled]:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--blue[disabled]:hover,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.disabled,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.disabled:active,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.disabled:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow.disabled:hover,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow[disabled],
.c-minisite__profile--default .c-btn.c-btn-solid--yellow[disabled]:active,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow[disabled]:focus,
.c-minisite__profile--default .c-btn.c-btn-solid--yellow[disabled]:hover {
	background-color: #212360;
	border-color: #4649c9;
}
.c-minisite__profile--default .c-btn.open > .dropdown-toggle.c-btn-solid--blue,
.c-minisite__profile--default
	.c-btn.open
	> .dropdown-toggle.c-btn-solid--yellow {
	color: #212360;
	background-color: #f4f4fc;
	border-color: #f4f4fc;
}
.c-minisite__profile--default .c-btn .fieldset[disabled] .c-btn-solid--blue,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--blue:active,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--blue:focus,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--blue:hover,
.c-minisite__profile--default .c-btn .fieldset[disabled] .c-btn-solid--yellow,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--yellow:active,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--yellow:focus,
.c-minisite__profile--default
	.c-btn
	.fieldset[disabled]
	.c-btn-solid--yellow:hover {
	background-color: #f4f4fc;
	border-color: #4649c9;
}
.c-minisite__profile--default .nav-anchor__item.active {
	color: #3134a5;
	border-color: #3134a5;
}
.c-minisite__profile--default
	.nav-anchor__item.active
	.nav-menu__img.icon-building {
	background-image: url(../../assets/icon-regular/icon-building-default-active.png);
}
.c-minisite__profile--default
	.nav-anchor__item.active
	.nav-menu__img.icon-document {
	background-image: url(../../assets/icon-regular/icon-document-default-active.png);
}
.c-minisite__profile--default .nav-anchor__item.active .nav-menu__text {
	color: #3134a5;
}
