@media screen and (min-width: 375px) {
    .swiper-category_parent {
        width: calc(100% / 2.5);
    }
}


@media screen and (min-width: 576px) {
    .swiper-category_parent {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 768px) {
    .swiper-category_parent {
        width: calc(100% / 5);
    }
}

@media screen and (min-width: 1024px) {
    .swiper-category_parent {
        width: calc(100% / 6);
    }
}


@media screen and (min-width: 1400px) {
    .swiper-category_parent {
        width: calc(100% / 8);
    }
}


@media screen and (min-width: 1349px) {
	.sidebar-filter {
		position: sticky;
		top: 0;
		left: 0;
	}
}

@media (min-width: 767px) {
	.action-cta > .row {
		--bs-gutter-y: 0;
	}

	.action-cta > .row > .col {
		flex: 0 0 auto;
		width: 33.3333%
	}
}

@media (min-width: 991px) {
	.action-cta > .row {
		--bs-gutter-y: 0.5rem;
	}

	.action-cta > .row > .col {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width: 1200px) {
	.article-sidebar {
		padding-left: 1.125rem;
	}
}

@media (min-width: 1400px) {
	.action-cta > .row {
		--bs-gutter-y: 0;
	}

	.action-cta > .row > .col {
		flex: 0 0 auto;
		width: 33.3333%
	}
}

@media screen and (min-width: 992px) {
	.header .header-bottom .header-navigation > ul > li:hover > a {
		background: rgba(255, 255, 255, .1);
	}

	.header .header-bottom .header-navigation > ul > li:hover > a > i {
		transform: rotate(180deg);
	}

	.header .header-bottom .header-navigation > ul > li > ul {
		position: absolute;
		border-radius: 0 0 6px 6px;
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		transition: all .3s cubic-bezier(.645, .045, .355, 1);
		will-change: transform;
		left: 0;
		top: 100%;
		background-color: var(--bs-white);
		min-width: 200px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		z-index: 2;
	}

	.header .header-bottom .header-navigation > ul > li:hover > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-bottom .header-navigation > ul > li > ul > li:hover > a {
		color: var(--bs-white);
		background-color: var(--primary-color);
	}
}

@media screen and (max-width: 1199px) {
	.header .header-middle .header-menu > ul {
		gap: 15px;
	}

	.section-hero,
	.section-category {
		padding: 15px 0;
	}

	.hero-slide {
		position: relative;
	}

	.product-card .card-body .card-price {
		margin-bottom: 10px;
	}

	.product-card .card-body .card-cart {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		padding: 8px 5px;
		width: 100%;
		text-align: center;
		background-color: var(--primary-color);
		color: var(--bs-white);
		-webkit-transition: all 0.4s cubic-bezier(.17, .62, .44, .99);
		-o-transition: all 0.4s cubic-bezier(.17, .62, .44, .99);
		transition: all 0.4s cubic-bezier(.17, .62, .44, .99);
		font-weight: 700;
		margin-top: auto;
	}

	.product-card .card-header .card-actions .card-action,
	.product-card .card-header .card-actions .card-action > button,
	.product-card .card-header .card-actions .card-action > a {
		width: 30px;
		height: 30px;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	.sidebar-filter {
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
		transition: visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
		-o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
		transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
		transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
		background: var(--bs-white);
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		height: 100%;
		max-width: 400px;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform: translate3d(104%, 0, 0);
		transform: translate3d(104%, 0, 0);
		z-index: 101;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;

		display: none !important;
	}

	.sidebar-filter .sidebar-filter_header {
		position: relative;
		padding: 30px 15px;
		z-index: 11;
		background: var(--bs-white);
	}

	.sidebar-filter .sidebar-filter_title {
		position: relative;
	}

	.sidebar-filter .sidebar-filter_title .search-clear {
		margin-top: 2px;
	}

	.sidebar-filter .sidebar-filter_header .sidebar-filter_close {
		width: 35px;
		height: 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		border: 1px solid rgba(0, 0, 0, 0.015);
		padding: 0;
		border-radius: 4px;
		background: #F8FAFC;
		color: var(--gray-800);
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -5px;
		margin-left: 10px;
	}

	.sidebar-filter .sidebar-filter_header .sidebar-filter_close svg {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.sidebar-filter .sidebar-filter_header .sidebar-filter_close:active svg {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sidebar-filter .sidebar-filter_body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		max-height: 100%;
		overflow: auto;
		z-index: 11;
		position: relative;
		background: var(--bs-white);
	}

	.sidebar-filter_overlay {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		z-index: 10;
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		background: rgba(0, 0, 0, .7);
		-webkit-transition: var(--transition);
		-o-transition: var(--transition);
		transition: var(--transition);
	}

	.sidebar-filter.is-show {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		-ms-transform: none;
		transform: none;
		-webkit-transform: none;
	}

	.is-show.sidebar-filter_overlay {
		pointer-events: auto;
		visibility: visible;
		opacity: .5;
	}

	.category-header .heading .title h1 {
		font-size: var(--size-heading-2);
	}

	.category-header .heading .title > span {
		height: 34px;
		width: 34px;
	}

	.category-header .heading .title > .toggle-sort {
		border: 1px solid var(--bs-gray-300);
		color: var(--bs-gray-700);
		border-radius: 4px;
		font-size: var(--size-sub);
		padding: 4px 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		white-space: nowrap;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.category-header .heading .title > .toggle-sort i {
		margin-left: 4px;
	}

	.category-header .heading .sort {
		position: absolute;
		right: 0;
		top: calc(100% + 15px);
		-webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		-o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		-webkit-box-shadow: var(--shadow-1);
		box-shadow: var(--shadow-1);
		z-index: 100;
		background: var(--bs-white);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5px;
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.category-header .heading .sort > a {
		border-radius: 0;
		border: 0;
		width: 100%;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.category-header .heading .sort > a.active {
		border: 0 !important;
	}

	.category-header .heading .sort > a.active + a {
		border-top: 0;
	}

	.category-header .heading .sort > a + a {
		margin-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .15);
	}

	.category-header.is-show .heading .title > #toggle-sort_product {
		border: 1px solid var(--primary-color);
		background: rgba(238, 151, 45, 0.1);
		color: var(--primary-color);
	}

	.category-header.is-show .heading .sort {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		top: 100%;
	}

	.page-brand .brand-header .heading .title h1 {
		font-size: var(--size-heading-1);
		margin-right: 10px;
	}

	.page-brand .brand-header .heading .title > span {
		height: 34px;
		width: 34px;
	}

	.page-brand .brand-header .heading .title > .toggle-sort {
		border: 1px solid var(--bs-gray-300);
		color: var(--bs-gray-700);
		border-radius: 4px;
		font-size: var(--size-sub);
		padding: 4px 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		white-space: nowrap;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.page-brand .brand-header .heading .title > .toggle-sort i {
		margin-left: 4px;
	}

	.page-brand .brand-header .heading .sort {
		position: absolute;
		right: 0;
		top: calc(100% + 15px);
		-webkit-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		-o-transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		transition: all .4s cubic-bezier(0.68, 0, 0.265, 1.55);
		-webkit-box-shadow: var(--shadow-1);
		box-shadow: var(--shadow-1);
		z-index: 100;
		background: var(--bs-white);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5px;
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.page-brand .brand-header .heading .sort > a {
		border-radius: 0;
		border: 0;
		width: 100%;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.page-brand .brand-header .heading .sort > a.active {
		border: 0 !important;
	}

	.page-brand .brand-header .heading .sort > a.active + a {
		border-top: 0;
	}

	.page-brand .brand-header .heading .sort > a + a {
		margin-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .15);
	}

	.page-brand .brand-header.is-show .heading .title > #toggle-sort_product {
		border: 1px solid var(--primary-color);
		background: rgba(238, 151, 45, 0.1);
		color: var(--primary-color);
	}

	.page-brand .brand-header.is-show .heading .sort {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		top: 100%;
	}

	.brand-breadcrumb .breadcrumb-heading {
		font-size: 1.6em;
	}

	.heading-decor .heading-decor_links {
		justify-content: flex-start;
	}

	.footer .footer-top {
		padding: 20px 0;
	}

	.footer .footer-title {
		font-size: 1.225em;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.header .header-bottom .header-navigation > ul > li > a, .header .header-bottom .header-navigation > ul > li > button {
		padding: 12px 8px;
		text-align: left;
	}

	.form-dropzone .dropzone .dz-message .dz-desc {
		padding: 15px;
		white-space: nowrap;
	}

	.form-dropzone .dropzone {
		cursor: auto;
		min-height: unset;
		border: 0;
		padding: 0;
		background-color: #fff;
		display: -ms-grid;
		display: grid;
		grid-template-areas:
            "1 2 3 4 5 6"
            "1 7 8 9 10 11";
		-ms-grid-columns: auto 110px 110px 110px 110px 110px;
		grid-template-columns: auto 110px 110px 110px 110px 110px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1348px) {
	.header .header-middle .header-menu > ul > li > a {
		font-size: .925em;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.detail-information .detail-information_price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.detail-information .detail-information_price .detail-information_price__left {
		padding: 0;
	}

	.detail-information .detail-information_price .detail-information_price__right {
		width: 100%;
		border-left: 0;
		border-top: 1px solid var(--gray-200);
		margin: 15px 0 0;
		padding: 15px 0 0;
	}

	.detail-information .detail-information_quantity {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item + .detail-information_quantity__item {
		margin-left: 10px;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item.detail-information_quantity__item___mb {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item .quantity input {
		margin: 0 5px;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item .button-theme {
		padding-left: 20px;
		padding-right: 20px;
		font-size: var(--size-small);
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item.detail-information_quantity__item___mb .button-theme {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.header .header-middle .header-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
		margin-bottom: 5px;
	}

	/*.header .header-middle .header-bar img {
		height: 60px;
		transition: var(--transition);
	}
*/
	.header .header-top,
	.header .header-middle .header-menu {
		display: none;
	}

	.header .header-middle .header-search .header-search_result {
		padding-bottom: 120px;
	}

	.header .header-middle .header-search .header-search_result.no-result {
		padding-bottom: 20px;
	}

	.header .header-middle .header-search .frmSearch-form .frmSearch-input {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .header-middle .header-search .header-search_result.is-show > .container {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.header .header-hamburger {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		z-index: 2;
	}

	.header .header-hamburger .hamburger-button {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		background: transparent;
		border-radius: 0;
		width: 31px;
		height: 31px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}

	.header .header-hamburger .hamburger-button > span {
		display: block;
		position: absolute;
		height: 2px;
		background: var(--bs-black);
		border-radius: 9px;
		opacity: 1;
		left: 4px;
		right: 4px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(1) {
		top: 9px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(2), .header .header-hamburger .hamburger-button > span:nth-child(3) {
		top: 17px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 24px;
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(2) {
		-webkit-transform: rotate(45deg) scale(.9);
		-ms-transform: rotate(45deg) scale(.9);
		transform: rotate(45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(3) {
		-webkit-transform: rotate(-45deg) scale(.9);
		-ms-transform: rotate(-45deg) scale(.9);
		transform: rotate(-45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(1), .is-navigation .header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 17.5px;
		width: 0;
		left: 50%;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.header-overlay {
		background: rgba(0, 0, 0, 0.65);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100vh;
		z-index: 112;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
	}

	.is-navigation .header-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-navigation {
		position: fixed;
		top: 0;
		width: 90%;
		max-width: 320px;
		background-color: var(--bs-white);
		height: 100vh;
		overflow-y: auto;
		z-index: 113;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		left: -150%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.header .header-bottom .header-navigation > ul {
		flex-direction: column;
	}

	.header .header-bottom .header-navigation > ul > li {
		width: 100%;
	}

	.header .header-bottom .header-navigation > ul > li:last-child {
		border-bottom: 1px solid #e9e9e9;
	}

	.header .header-bottom .header-navigation > ul > li + li {
		border-top: 1px solid #e9e9e9;
	}

	.header .header-bottom .header-navigation > ul > li > ul > li:first-child {
		border-top: 1px solid #e9e9e9;
	}

	.header .header-bottom .header-navigation > ul > li > a, .header .header-bottom .header-navigation > ul > li > button {
		color: var(--bs-black);
		width: 100%;
		justify-content: space-between;
		padding: 15px;
	}

	.header .header-bottom .header-navigation > ul > li > .hasCollapse {
		padding-right: 45px;
		position: relative;
	}

	.header .header-bottom .header-navigation > ul > li > .hasCollapse > i {
		position: absolute;
		top: 50%;
		right: 0;
		width: 45px;
		height: 100%;
		transform: translateY(-50%) !important;
		border-left: 1px solid #e9e9e9;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.header .header-bottom .header-navigation > ul > li > .hasCollapse > i:before {
		content: "\f067";
	}

	.header .header-bottom .header-navigation > ul > li > .hasCollapse > i[aria-expanded=true]:before {
		content: "\f068";
	}

	.header .header-bottom .header-navigation > ul > li > .hasCollapse.active {
		background-color: var(--primary-color);
		color: var(--bs-white);
	}

	.is-navigation .header .header-navigation {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-bottom .header-navigation > ul > li > ul {
		background-color: #f7f7f7;
	}

	.header .header-middle {
		padding-bottom: 10px;
	}

	.header.is-scroll {
		transform: translateY(0);
	}

	.header.is-scroll .header-middle .header-bar img {
		height: 45px;
	}

	.product-card {
		padding: 8px;
	}

	.product-card .card-header .card-actions {
		right: 0;
		top: 2px;
	}

	.description-expand .content {
		max-height: 365px;
	}

	.section-breadcrumb .breadcrumb .breadcrumb-item {
		display: none;
	}

	.section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(1),
	.section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2) {
		display: block;
	}

	.detail-block {
		padding: 15px 0;
	}

	.detail-images .product-avatar_photo {
		padding: 0 35px;
	}

	.detail-images .product-avatar_photo .button-prev, .detail-images .product-avatar_photo .button-next {
		height: 25px;
		width: 25px;
	}

	.detail-images .product-avatar_photo .button-prev {
		left: -5px;
	}

	.detail-images .product-avatar_photo .button-next {
		right: -5px;
	}

	.detail-information {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.detail-information .detail-information_title,
	.detail-information .detail-information_code {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.detail-information .detail-information_block__1 {
		margin-bottom: 0;
		margin-top: 7px;
	}

	.detail-information .detail-information_divider {
		margin: 15px 0;
	}

	.detail-information .detail-information_properties .property-item .property-value {
		margin-left: 0 !important;
		margin-right: 10px;
	}

	.detail-description .description-main .description-content {
		font-size: 14px;
	}

	.detail-description .description-main .description-product_price {
		margin-bottom: 5px;
	}

	.detail-description .description-main .description-product_actions {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.detail-description .description-main .description-product_actions .description-product_button {
		width: 100%;
	}

	.detail-description .description-main .description-product_actions .description-product_button .button-theme {
		width: 100%;
	}

	.detail-description .description-sidebar {
		margin-top: 20px;
	}

	.comment-overview .comment-overview_timeline {
		padding-left: 30px;
		padding-right: 30px;
	}

	.comment-list .comment-item .comment-item_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.comment-list .comment-item .comment-item_inner .item-user,
	.comment-list .comment-item .comment-item_inner .item-rating {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: auto;
		max-width: 100%;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}

	.comment-list .comment-item .comment-item_inner .item-content,
	.comment-list .comment-item .comment-item_inner .item-content_images {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 100%;
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
		margin-top: 8px;
	}

	.comment-list .comment-item .comment-item_inner .item-user {
		width: calc(65%);
	}

	.comment-list .comment-item .comment-item_inner .item-user .item-user_avatar {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.comment-list .comment-item .comment-item_inner .item-user .item-user_info .item-user_time {
		font-size: .8rem;
		white-space: nowrap;
	}

	.comment-list .comment-item .comment-item_inner .item-content {
		width: 70%;
	}

	.comment-list .comment-item .comment-item_inner .item-content_images {
		width: calc(30% + 6px);
		margin-right: -6px;
	}

	.comment-list .comment-item .comment-item_inner .item-rating {
		width: calc(35%);
	}

	.comment-list .comment-item .comment-item_inner .item-rating .item-rating_value {
		font-size: .8rem;
		padding: 5px 20px;
		white-space: nowrap;
	}

	.comment-list .comment-item .comment-item_inner .item-rating .item-rating_value b {
		font-size: 1rem;
	}

	.comment-list .comment-list_inner .list-inner_footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px;
		margin-left: -11.5px;
		margin-right: -11.5px;
	}

	.comment-list .comment-list_inner .list-inner_footer .comment-form_wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.comment-list .comment-list_inner .list-inner_footer .comment-list_sidebar {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		margin-top: 20px;
	}

	.comment-list .comment-item .comment-item_inner .item-content_images .image > a > span {
		font-size: .9rem;
	}

	.form-dropzone .dropzone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-dropzone .dropzone .dz-message {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}

	.form-dropzone .dropzone .dz-preview {
		width: 20%;
	}

	.fancybox-show-thumbs .fancybox-thumbs,
	.fancybox-button--thumbs {
		display: none;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
	}

	.page-article .page-article_inner .page-article_inner__title {
		font-size: var(--size-heading)
	}

	.cart-inner .cart-body .cart-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px;
	}

	.cart-inner .cart-body .cart-item .cart-thumb {
		width: 40%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0;
	}

	.cart-inner .cart-body .cart-item .cart-product {
		width: 60%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 0 0 10px;
	}

	.cart-inner .cart-body .cart-item .cart-quantity {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding: 0;
		position: relative;
		top: 12px;
	}

	.cart-inner .cart-body .cart-item .cart-quantity .quantity input {
		width: 80px;
	}

	.cart-inner .cart-body .cart-item .cart-price {
		width: 50%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		padding: 0;
		text-align: right;
	}

	.cart-inner .cart-body .cart-item .cart-total {
		width: 50%;
		padding: 0;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		text-align: right;
		margin-left: auto;
	}

	.hero-wrapper_action .hero-prev {
		left: 8px;
	}

	.hero-wrapper_action .hero-next {
		right: 8px;
	}

	.sticky-CTA {
		left: 0;
		width: 100%;
		bottom: 0;
		transform: unset;
		padding: 0;
		border-radius: 0;
	}

	.sticky-CTA > ul {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
	}

	.sticky-CTA > ul > li {
		margin: 5px;
		text-align: center;
	}

	.button-return {
		bottom: 82px;
	}

	.footer {
		padding-bottom: 66px;
	}

	.heading-decor {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.heading-decor .heading-decor_links {
		max-width: 100%;
		padding-bottom: 5px;
	}

	.button-return {
		width: 35px;
		height: 35px;
		right: 20px;
	}

	.article-card .card-body {
		padding: 8px;
	}

	.slider-theme .slider-navigation .slider-navigation_button {
		display: none;
	}

	.article-sidebar .article-sidebar_title {
		font-size: var(--size-heading-2);
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.comment-overview .comment-overview_timeline {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	.section-heading_highlight {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-heading_highlight > .link {
		margin-top: 5px;
	}

	.section-heading_highlight.section-heading_highlight__link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.section-heading_highlight.section-heading_highlight__link .text .title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-heading_highlight.section-heading_highlight__link .text .title .link {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		margin-top: 4px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.hero-navigation {
		display: none;
	}

	.detail-information .detail-information_price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.detail-information .detail-information_price .detail-information_price__left {
		padding: 0;
	}

	.detail-information .detail-information_price .detail-information_price__right {
		width: 100%;
		border-left: 0;
		border-top: 1px solid var(--gray-200);
		margin: 15px 0 0;
		padding: 15px 0 0;
	}

	.detail-information .detail-information_quantity {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item + .detail-information_quantity__item {
		margin-left: 10px;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item.detail-information_quantity__item___mb {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item .quantity input {
		margin: 0 5px;
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item .button-theme {
		padding-left: 20px;
		padding-right: 20px;
		font-size: var(--size-small);
	}

	.detail-information .detail-information_quantity .detail-information_quantity__item.detail-information_quantity__item___mb .button-theme {
		width: 100%;
	}

	.comment-overview {
		font-size: 15px;
	}

	.comment-overview .comment-overview_flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.comment-overview .comment-overview_progress, .comment-overview .comment-overview_images {
		width: 100%;
	}

	.comment-overview .comment-overview_timeline {
		padding: 0;
		margin: 30px 0;
	}

	.comment-list .comment-list_inner .list-inner_header .comment-sort {
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.comment-list .comment-list_inner .list-inner_header .comment-sort {
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.comment-list .comment-item .comment-item_inner .item-content {
		width: 60%;
	}

	.comment-list .comment-item .comment-item_inner .item-content_images {
		width: calc(40% + 6px);
		margin-right: -6px;
	}

	.account-form {
		padding: 30px 15px;
	}
}

@media screen and (max-width: 575px) {
	.detail-information .detail-information_block__1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.detail-information .detail-information_block__1 .detail-information_review {
		margin-top: 4px;
		margin-left: 0;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}

	.detail-information .detail-information_actions .detail-information_actions__item {
		width: 50%;
		white-space: nowrap;
	}

	.detail-description .description-main .description-product_price .price-current .price-value {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.floating-cart .cart-body .cart-list .cart-item .cart-item_image {
		width: 90px;
	}
}

@media screen and (max-width: 524px) {
	.product-card .card-body .card-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product-card .card-body .card-price del {
		margin-left: 0;
	}

	.category-header .heading .title > span {
		display: none;
	}

	.page-brand .brand-header .heading .title > span {
		display: none;
	}
}

@media (min-width: 480px) {
	.action-cta > .row {
		--bs-gutter-x: 0.5rem;
	}

	/*.action-cta > .row > .col {
		flex: 0 0 auto;
		width: 50%;
	}*/
}

@media screen and (max-width: 375px) {
	.detail-information .detail-information_quantity .detail-information_quantity__item .button-theme svg {
		display: none;
	}

	.detail-description .description-main .description-product_price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.detail-description .description-main .description-product_price .price-old {
		margin-right: 0;
		margin-bottom: 8px;
	}

}
