@media screen and (min-width: 1200px) {
	.container {
		max-width: 1024px;
	}
}

@media screen and (min-width: 768px) {
	.modal-theme {
		--bs-modal-width: 550px
	}

	.modal-theme.modal-theme_small {
		--bs-modal-width: 420px
	}
}

@media screen and (max-width: 991px) {
	.header {
		position: sticky !important;
		background: var(--bs-white) !important;
		box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .1), 0 4px 6px -2px rgba(16, 24, 40, .05) !important;
		z-index: 10;
	}

	.header .header-inner {
		gap: 15px;
		padding: 10px 0;
	}

	.header .header-inner .header-navigation {
		position: fixed;
		top: 55px;
		width: 100%;
		max-width: 375px;
		background-color: var(--bs-white);
		height: calc(100vh - 55px);
		overflow-y: auto;
		z-index: 13;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
		justify-content: flex-start;
		align-items: flex-start;
		left: -150%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.header .header-navigation:before {
		box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .1), 0 4px 6px -2px rgba(16, 24, 40, .15);
		display: block;
		content: "";
		position: absolute;
		top: -8px;
		left: 0;
		width: 100%;
		height: 7px;
	}

	.header .header-navigation > ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		gap: 0;
		padding: 10px calc(var(--bs-gutter-x) / 2);
	}

	.header .header-navigation > ul > li > a,
	.header .header-navigation > ul > li > button {
		display: flex;
		align-items: center;
		font-weight: 700;
		color: var(--bs-black) !important;
		font-size: 1.075em;
		white-space: nowrap;
		border: 0;
		box-shadow: none;
		background-color: transparent;
		outline: none;
		gap: 6px;
		letter-spacing: 0.025em;
		padding: 10px 0;
	}

	.header .header-navigation > ul > li > a > i,
	.header .header-navigation > ul > li > button > i {
		transition: var(--transition-default);
	}

	.header .header-navigation > ul > li {
		width: 100%;
	}

	.header .header-navigation > ul > li + li {
		border-top: 1px solid var(--bs-gray-400);
	}

	.is-navigation .header .header-navigation {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-hamburger .hamburger-button {
		position: relative;
		width: 20px;
		height: 16px;
		transform: translateY(-1px);
	}

	.header .header-hamburger .hamburger-button > i {
		background-color: var(--bs-gray-800);
		width: 100%;
		height: 2px;
		position: absolute;
		display: block;
		transition: var(--transition-default);
		left: 0;
	}

	.header .header-hamburger .hamburger-button > i:nth-child(1) {
		top: 0;
	}

	.header .header-hamburger .hamburger-button > i:nth-child(2) {
		top: 7px;
	}

	.header .header-hamburger .hamburger-button > i:nth-child(3) {
		bottom: 0;
		width: 15px;
		left: auto;
		right: 0;
	}

	.is-navigation .header .header-hamburger .hamburger-button > i:nth-child(1) {
		transform: rotate(45deg);
		top: 9px;
	}

	.is-navigation .header .header-hamburger .hamburger-button > i:nth-child(2) {
		left: 50%;
		width: 0;
	}

	.is-navigation .header .header-hamburger .hamburger-button > i:nth-child(3) {
		transform: rotate(-45deg);
		bottom: 5px;
		width: 100%;
	}

	.header .header-inner .header-logo {
		height: 30px;
		width: 146px;
	}

	.header .header-inner .header-logo [class*=header-logo] {
		display: none;
	}

	.header .header-inner .header-logo .header-logo_primary {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-inner .header-user_buttons {
		gap: 8px !important;
	}

	.header .header-inner .header-user_toggle {
		position: relative;
	}

	.header .header-inner .header-user_toggle button {
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #EEEEEE !important;
		font-size: 1.075em;
		padding: 8px;
		color: #484848;
	}

	.header .header-inner .header-user_toggle .header-user_list {
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		min-width: 200px;
		background: var(--bs-white);
		border-radius: 0 0 8px 8px;
		box-shadow: 0 12px 8px rgba(0, 0, 0, .1);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: var(--transition-default);
	}

	.header .header-inner .header-user_toggle .header-user_list:before {
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		background: transparent;
		height: 10px;
		content: "";
	}

	.header .header-inner .header-user_toggle .header-user_list:after {
		box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .1), 0 4px 6px -2px rgba(16, 24, 40, .15);
		display: block;
		content: "";
		position: absolute;
		top: -8px;
		left: 0;
		width: 100%;
		height: 7px;
	}

	.header .header-inner .header-user_toggle:hover .header-user_list {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-inner .header-user_toggle .header-user_list > ul {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.header .header-inner .header-user_toggle .header-user_list > ul > li {
		width: 100%
	}

	.header .header-inner .header-user_toggle .header-user_list > ul > li > a {
		align-items: center;
		justify-content: flex-start;
		color: var(--bs-black);
		width: 100%;
		padding: 8px 12px;
		font-weight: 400;
		border-radius: 8px;
		font-size: 0.925em;
	}

	.header .header-inner .header-user_toggle .header-user_list > ul > li > a img {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.header .header-inner .header-user_toggle .header-user_list > ul > li + li {
		border-top: 1px solid var(--bs-gray-200);
	}

	.header .header-language .link-default img {
		width: 22px;
		height: 22px;
	}

	.header .header-language .header-language_list {
		top: calc(100% + 10px);
	}

	.header .header-language .header-language_list:before {
		top: -10px;
		height: 10px;
	}

	.slider-theme .slider-navigation .slider-navigation_button {
		display: none;
	}

	.slider-theme .slider-pagination {
		bottom: 5px;
	}

	.section-gap {
		padding: 30px 0;
	}

	.section-heading {
		margin-bottom: 20px;
	}

	.section-heading .heading-title {
		font-size: 1.45em;
	}

	.section-heading .heading-desc {
		font-size: 1em;
	}

	.work-list .work-list_item {
		padding: 12px 36px;
	}

	.work-list .work-list_item .work-item_title,
	.feedback-item .feedback-title,
	.feedback-item .feedback-name {
		font-size: 1em;
	}

	.work-list .work-list_item .work-item_desc,
	.feedback-item .feedback-text {
		font-size: .925em;
	}

	.feedback-item {
		padding: 15px;
	}

	.modal-theme .modal-content .modal-header .modal-tabs {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modal-theme .modal-content .modal-body {
		padding-left: 25px;
		padding-right: 18px;
	}

	.modal-theme .modal-content .modal-header .modal-title {
		font-size: 1.3em;
	}

	.modal-theme .modal-content .modal-header .modal-tabs .nav-tabs .nav-link {
		font-size: 1em;
		padding: 12px 0 !important;
	}

	.section-users .user-form {
		padding: 24px;
	}

	.order-list .order-item .order-body .order-title {
		font-size: 1.075em;
	}

	.order-list .order-item .order-body .order-options {
		font-size: 1em;
	}

	.order-list .order-item .order-footer .order-total {
		font-size: 1.075em;
	}

	.order-empty .order-empty_title {
		font-size: 1em;
	}

	.order-empty .order-empty_button .button-theme {
		font-size: 1.075em;
	}

	.product-page .product-detail .product-title {
		font-size: 1.3em;
	}

	.product-page .product-detail .product-options .product-options_item .product-option_label {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.button-theme.button-theme_large,
	.product-item .product-content .product-name,
	.choose-item .choose-content .choose-title {
		font-size: 1em;
	}

	.choose-item .choose-content .choose-desc {
		font-size: .925em;
	}

	.detail-help-center .detail-item {
		padding: 16px;
	}

	.detail-content .detail-desc .detail-desc_image {
		width: 75px;
		flex-shrink: 0;
	}

	.detail-collapse .detail-collapse_button {
		font-size: 1em;
	}

	.tabs-theme .nav-tabs {
		gap: 8px;
	}

	.tabs-theme .nav-tabs .nav-item .nav-link {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media screen and (max-width: 576px) {
	.product-item .product-content {
		padding: 12px;
	}

	.product-item .product-content .product-flag {
		width: 28px;
		height: 28px;
		margin-bottom: 4px;
	}

	.product-item .product-content .product-desc {
		font-size: .85em;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-left {
		padding: 10px;
		width: 120px;
		height: 90px;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-title {
		font-size: 1.15em;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-right {
		padding: 10px;
		width: calc(100% - 120px);
		height: 90px;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-type {
		font-size: 1em;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-expired {
		margin-top: 3px;
	}

	.coupons-inner .coupons-list .coupons-item .coupons-explain {
		padding-top: 4px;
		margin-top: 4px;
	}
}