/*@import './main.css';*/
/*@import './pages/page-01.css';*/
/*@import './pages/page-02.css';*/
/*@import './pages/page-03.css';*/
/*@import './pages/page-04.css';*/
/*@import './pages/page-04-01.css';*/
/*@import './pages/page-04-03.css';*/
/*@import './pages/page-04-03-01.css';*/
/*@import './pages/page-04-04.css';*/
/*@import './pages/page-05.css';*/
/*@import './pages/page-06.css';*/
/*@import './pages/page-07-01.css';*/
/*@import './pages/page-07-02.css';*/
/*@import './pages/page-08.css';*/
/*@import './pages/page-08-01.css';*/
/*@import './pages/page-08-04.css';*/
/*@import './pages/page-08-06.css';*/
/*@import './pages/page-08-09.css';*/
/*@import './pages/page-09.css';*/
/*@import './pages/page-10.css';*/
/*@import './pages/page-10-01.css';*/


body {
	background-color: #ffffff;
	width: 100%;
	min-width: 320px;
	color: #000000;
	font-family: 'IranSansX';
	font-weight: 400;
	font-size: 14px;
	direction: rtl;
	overflow-x: hidden;
	cursor: default; }

html {
	overflow-x: hidden; }

a {
	transition: all 0.2s ease-in-out; }

a {
	text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0; }

ul {
	padding: 0;
	margin: 0; }

li {
	list-style: none; }

.display-none {
	display: none; }

.text-left {
	text-align: left; }

.m-t-0 {
	margin-top: 0; }

.m-t-30 {
	margin-top: 30px; }

.m-t-50 {
	margin-top: 50px; }

/*
.slick-prev, .slick-next
{
    background-color: $colorWhite;
    width: 30px;
    height: 40px;
    border: 1px solid $colorDarkRed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    right: -15px !important;
    z-index: 10;
}
.slick-next
{
    right: auto !important;
    left: -15px !important;
}
.slick-prev:before, .slick-next:before
{
    color: $colorDarkRed;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    opacity: 1;
}
.slick-prev:before
{
    content: "\F285" !important;
}
.slick-next:before
{
    content: "\F284" !important;
}
*/
.container-custom {
	width: 100%;
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
	margin: 0 auto; }

.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.8); }

.modal-backdrop {
	opacity: 0.6 !important; }

/* *** slick */
.slick-prev, .slick-next {
	width: 35px;
	height: 60px;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	right: 0 !important;
	z-index: 10; }
.slick-prev:before, .slick-next:before {
	color: #b5b5b5;
	font-size: 15px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	opacity: 1; }
.slick-prev:hover:before, .slick-next:hover:before {
	color: #BE9B60; }

.slick-next {
	right: auto !important;
	left: 0 !important; }

.slick-prev:before {
	content: "\f10f" !important; }

.slick-next:before {
	content: "\f10e" !important; }

.slick-btn-t2 .slick-prev, .slick-btn-t2 .slick-next {
	background-color: #ffffff;
	border-radius: 5px 0 0 5px; }
.slick-btn-t2 .slick-next {
	border-radius: 0 5px 5px 0; }

/* *** section-title */
.section-title {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px; }
.section-title .title-box {
	flex: 1; }
.section-title .title {
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	flex: 1;
	color: #000000;
	font-weight: 400;
	font-size: 24px;
	text-align: right; }
.section-title .title.t700 {
	font-weight: 700; }
.section-title .title.white {
	color: #ffffff; }
.section-title .title.center {
	text-align: center; }
.section-title .des {
	color: #999999;
	font-weight: 400;
	font-size: 16px;
	text-align: right; }
.section-title .line-bar {
	background-color: #D9D9D9;
	flex: 1;
	height: 1px;
	margin: 0 20px; }
.section-title .line-bar.white {
	background-color: #ffffff; }
.section-title .line-bar.line-bar-left-0 {
	margin-left: 0; }
.section-title .link {
	background-color: #BE9B60;
	min-width: 154px;
	height: 50px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 25px;
	border: 1px solid #ffffff; }
.section-title .link:hover {
	background-color: #30E391; }
.section-title .link.green {
	background-color: #30E391; }
.section-title .link.green:hover {
	background-color: #BE9B60; }
.section-title.section-title-by-line-bar .title {
	flex: unset; }
.section-title .slide-arrow-box {
	display: inline-flex; }
.section-title .slide-arrow-box .btn-next-prev {
	background-color: transparent;
	width: 15px;
	height: 15px;
	color: #b5b5b5;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	cursor: pointer; }
.section-title .slide-arrow-box .btn-next-prev.btn-next {
	margin-left: 10px; }
.section-title .slide-arrow-box .btn-next-prev:hover {
	color: #BE9B60; }
.section-title .slide-arrow-box .btn-next-prev .icon {
	font-size: 15px;
	display: inline-flex; }

@media (max-width: 992px) {
	.section-title {
		font-size: 18px; }
	.section-title .title {
		font-size: 18px; }
	.section-title .link {
		min-width: unset;
		height: 40px; } }
@media (max-width: 576px) {
	.section-title {
		font-size: 16px; }
	.section-title .title {
		font-size: 16px;
		font-weight: 700;
		padding: 5px 0; }
	.section-title .des {
		font-size: 10px; }
	.section-title.section-title-by-image-2 .title {
		padding: 15px 80px 15px 0; }
	.section-title .link {
		min-width: unset;
		height: 40px;
		padding: 0 7px; } }
/* *** page-header */
.container-header {
	background-color: #000000;
	position: relative;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	z-index: 1; }
.container-header.bg-gradiant {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	box-shadow: unset; }
.container-header .page-header {
	width: 100%;
	padding: 20px 0 0 0; }
.container-header .page-header .col-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-header .page-header .col-logo .logo img {
	width: 100%;
	max-width: 150px; }
.container-header .page-header .col-logo .btn-mobile-menu {
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 0 15px;
	margin: 0 20px 0 0;
	border: 0; }
.container-header .page-header .col-logo .btn-mobile-menu .icon {
	display: inline-flex; }
.container-header .page-header .col-logo .btn-mobile-menu:hover {
	color: #BE9B60; }
.container-header .page-header .col-btn {
	display: inline-flex;
	align-items: center;
	justify-content: end; }
.container-header .page-header .col-btn .btn-box {
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-header .page-header .col-btn .btn-box li {
	display: inline-flex;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid white; }
.container-header .page-header .col-btn .btn-box li:first-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0; }
.container-header .page-header .col-btn .btn-box li a {
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-header .page-header .col-btn .btn-box li a .icon {
	font-size: 25px;
	display: inline-flex; }
.container-header .page-header .col-btn .btn-box li a .count {
	background-color: #BE9B60;
	width: 21px;
	height: 21px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -8px;
	border-radius: 100%;
	position: relative; }
.container-header .page-header .col-btn .btn-box li a:hover {
	color: #BE9B60; }
.container-header .page-header .col-btn .btn-box .dropdown-menu {
	max-width: 160px;
	padding: 10px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.container-header .page-header .col-btn .btn-box .dropdown-menu li {
	width: 100%;
	padding: 0;
	margin: 0; }
.container-header .page-header .col-btn .btn-box .dropdown-menu li a {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px; }
.container-header .page-header .col-btn .btn-box .dropdown-menu li a:hover {
	background-color: transparent;
	color: #BE9B60; }
.container-header .page-header .main-menu {
	margin: 24px 0 0 0; }
.container-header .page-header .main-menu .menu {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	padding: 0;
	margin: 0; }
.container-header .page-header .main-menu .menu .level-1 {
	margin-left: 30px; }
.container-header .page-header .main-menu .menu .level-1 > a {
	color: #ffffff;
	height: 100%;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	padding-bottom: 28px;
	white-space: nowrap; }
.container-header .page-header .main-menu .menu .level-1 > a:hover {
	color: #BE9B60; }
.container-header .page-header .main-menu .menu .level-1:last-child {
	margin-left: 0; }
.container-header .page-header .main-menu .menu .level-1.active a {
	position: relative; }
.container-header .page-header .main-menu .menu .level-1.active a.has-level-2:before {
	line-height: 7px;
	color: #BE9B60;
	font-size: 20px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f154';
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%); }
.container-header .page-header .main-menu .menu .level-1 .level-2 {
	background-color: #ffffff;
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 143px;
	right: 0;
	z-index: 1000;
	transition: unset;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16); }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col {
	display: inline-flex;
	padding-top: 55px; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-link {
	width: 60%;
	padding: 0 0 0 20px;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-link a {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 0;
	margin: 5px 0; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-link a.head {
	color: #000000;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-link a.head .icon {
	display: inline-flex; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-link a:hover {
	color: #BE9B60; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-image {
	width: 40%;
	display: inline-flex;
	align-items: flex-end;
	padding-top: 30px; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-image a {
	width: 100%;
	float: right; }
.container-header .page-header .main-menu .menu .level-1 .level-2 .col-image a img {
	width: 100%; }
/* .container-header.sticky {
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	z-index: 15; }
.container-header.sticky .page-header {
	display: inline-flex;
	flex-direction: row-reverse;
	padding-bottom: 20px; }
.container-header.sticky .page-header .row-top {
	width: 250px; }
.container-header.sticky .page-header .row-bottom {
	width: unset;
	flex: 1; }
.container-header.sticky .page-header .col-logo {
	display: none; }
.container-header.sticky .page-header .col-btn {
	width: 100%; }
.container-header.sticky .page-header .main-menu {
	margin: 0; }
.container-header.sticky .page-header .main-menu .menu {
	justify-content: flex-start; }
.container-header.sticky .page-header .main-menu .menu .level-1 > a {
	padding-bottom: 0; }
.container-header.sticky .page-header .main-menu .menu .level-1.active a.has-level-2:before {
	bottom: -24px; }
.container-header.sticky .page-header .main-menu .menu .level-1 .level-2 {
	top: 65px; } */

@media (max-width: 992px) {
	.container-header .page-header {
		padding: 15px 0; }
	.container-header .page-header .col-logo {
		justify-content: flex-start; }
	.container-header .page-header .col-logo .logo img {
		max-width: 120px; }
	.container-header .page-header .col-logo .btn-mobile-menu {
		display: inline-flex; }
	.container-header .page-header .row-bottom {
		display: none; }
	/* .container-header.sticky .page-header {
		display: block; }
	.container-header.sticky .page-header .row-top {
		width: unset; }
	.container-header.sticky .page-header .col-logo {
		display: inline-flex; }
	.container-header.sticky .page-header .col-btn {
		width: 50%; }*/ } 
@media (max-width: 576px) {
	.container-header .page-header .col-logo .logo img {
		max-width: 72px; }
	.container-header .page-header .col-logo .btn-mobile-menu {
		height: auto;
		margin-right: 10px; }
	.container-header .page-header .col-btn .btn-box li {
		padding-right: 10px;
		margin-right: 10px; }
	.container-header .page-header .col-btn .btn-box li:first-child {
		padding-right: 0;
		margin-right: 0; }
	.container-header .page-header .col-btn .btn-box li a .icon {
		font-size: 20px; }
	.container-header .page-header .col-btn .btn-box li a .count {
		width: 17px;
		height: 17px;
		font-size: 10px; } }
/* *** mobile-side-menu */
.mobile-side-menu .offcanvas-header {
	background-color: #BE9B60;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700; }
.mobile-side-menu .offcanvas-header .btn-close {
	filter: invert(1); }
.mobile-side-menu .offcanvas-body .nav-links {
	padding: 0; }
.mobile-side-menu .offcanvas-body .nav-links ul {
	display: none;
	padding-right: 15px;
	margin: 0 15px 15px 0;
	border: 0;
	border-right: 1px solid #D9D9D9;
	border-radius: 0; }
.mobile-side-menu .offcanvas-body .nav-links li {
	border-bottom: 1px solid #D9D9D9; }
.mobile-side-menu .offcanvas-body .nav-links li a {
	background-color: transparent;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 0;
	position: relative; }
.mobile-side-menu .offcanvas-body .nav-links li a:hover {
	color: #BE9B60; }
.mobile-side-menu .offcanvas-body .nav-links li:last-child {
	border-bottom: 0; }
.mobile-side-menu .offcanvas-body .nav-links .nav-dropdown-toggle:after {
	font-size: 16px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f10d';
	position: absolute;
	left: 0;
	vertical-align: unset;
	margin: 0;
	border: 0; }
.mobile-side-menu .offcanvas-body .nav-links .nav-dropdown-toggle.open:after {
	content: '\f114'; }

/* *** basket-side */
.basket-side .offcanvas-header {
	color: #BE9B60;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #000000; }
.basket-side .offcanvas-body .basket-item {
	display: inline-flex;
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9; }
.basket-side .offcanvas-body .basket-item:last-child {
	padding-bottom: 0;
	border: 0; }
.basket-side .offcanvas-body .basket-item .image-box {
	width: 100px;
	display: inline-flex;
	align-items: flex-start; }
.basket-side .offcanvas-body .basket-item .image-box img {
	width: 100%;
	object-fit: contain;
	-o-object-fit: contain; }
.basket-side .offcanvas-body .basket-item .content-box {
	padding-right: 10px; }
.basket-side .offcanvas-body .basket-item .content-box .title {
	color: #000000;
	font-size: 12px;
	font-weight: 700; }
.basket-side .offcanvas-body .basket-item .content-box .title:hover {
	color: #BE9B60; }
.basket-side .offcanvas-body .basket-item .content-box .count {
	font-size: 12px;
	margin-top: 10px; }
.basket-side .offcanvas-body .basket-item .content-box .delete {
	color: #ff0000;
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer; }
.basket-side .offcanvas-body .basket-item .content-box .price-box {
	text-align: left;
	margin-top: 10px; }
.basket-side .offcanvas-body .basket-item .content-box .price-box .price {
	font-size: 14px; }
.basket-side .offcanvas-body .basket-item .content-box .price-box .price.old {
	font-size: 12px;
	text-decoration: line-through; }
.basket-side .offcanvas-body .basket-item .content-box .price-box .price .price-unit {
	font-size: 12px; }
.basket-side .offcanvas-body .basket-item .content-box .discount {
	text-align: left;
	margin-top: 10px; }
.basket-side .offcanvas-body .basket-item .content-box .discount span {
	background-color: #BE9B60;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px; }
.basket-side .offcanvas-footer {
	width: 100%;
	padding: 20px;
	border-top: 1px solid #D9D9D9; }
.basket-side .offcanvas-footer .price-box {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	justify-content: space-between; }
.basket-side .offcanvas-footer .price-box .price {
	font-size: 16px;
	font-weight: 700; }
.basket-side .offcanvas-footer .price-box .price .price-unit {
	font-size: 12px;
	font-weight: 400; }
.basket-side .offcanvas-footer .basket-settlement {
	background-color: #BE9B60;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
	margin-top: 20px;
	border-radius: 30px; }
.basket-side .offcanvas-footer .basket-settlement:hover {
	background-color: #000000; }

/* *** modal-search */
.modal-search .modal-content {
	background-color: transparent;
	border: 0; }
.modal-search .modal-content .modal-body {
	padding: 0; }
.modal-search .modal-content .modal-body .form-site-search {
	width: 100%;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.modal-search .modal-content .modal-body .form-site-search input {
	background-color: #ffffff;
	height: 60px;
	flex: 1;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	padding: 10px 20px 10px 20px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	outline: unset; }
.modal-search .modal-content .modal-body .form-site-search input:focus {
	border-color: #BE9B60; }
.modal-search .modal-content .modal-body .form-site-search ::placeholder {
	color: #808080; }
.modal-search .modal-content .modal-body .form-site-search :-ms-input-placeholder {
	color: #808080; }
.modal-search .modal-content .modal-body .form-site-search ::-ms-input-placeholder {
	color: #808080; }
.modal-search .modal-content .modal-body .form-site-search button {
	background-color: #BE9B60;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 10px; }
.modal-search .modal-content .modal-body .form-site-search button .icon {
	display: inline-flex; }
.modal-search .modal-content .modal-body .form-site-search button:hover {
	background-color: #000000; }
.modal-search .modal-content .modal-body .site-search-result-box {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	margin-top: 20px; }
.modal-search .modal-content .modal-body .site-search-result-box .section-title {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D9D9D9; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right {
	width: 50%;
	height: 100%;
	padding: 20px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box {
	height: 100%;
	max-height: 350px;
	overflow-y: auto; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item {
	width: 100%;
	display: inline-flex;
	margin-bottom: 20px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .image-box {
	width: 64px;
	flex-basis: 64px;
	position: relative; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .image-box img {
	width: 64px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .title-price-box {
	flex: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 10px 5px 0; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .title-price-box .title {
	line-height: 20px;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .title-price-box .price {
	color: #000000;
	font-size: 12px;
	font-weight: 400; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item .title-price-box .price .price-unit {
	font-size: 11px;
	margin-right: 5px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-right .search-product-result-box .search-product-items .item:hover .title {
	color: #BE9B60; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left {
	background-color: #F2F2F2;
	width: 50%;
	align-self: stretch;
	padding: 20px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box {
	height: 100%;
	max-height: 120px;
	overflow-y: auto;
	margin-bottom: 15px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box li {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box li:last-child {
	margin-bottom: 0; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box li a {
	color: #000000;
	font-weight: 400; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box li a:before {
	background-color: #BE9B60;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 0 0 5px;
	border-radius: 100%;
	content: ''; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .site-search-category-box li a:hover {
	color: #BE9B60; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items {
	height: 100%;
	max-height: 120px;
	overflow-y: auto; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items .item {
	width: 100%;
	display: inline-flex;
	margin-bottom: 10px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items .item .image-box {
	width: 64px;
	flex-basis: 64px;
	position: relative; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items .item .image-box img {
	width: 64px; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items .item .title {
	flex: 1;
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.modal-search .modal-content .modal-body .site-search-result-box .col-left .search-blog-items .item:hover .title {
	color: #BE9B60; }
.modal-search .modal-content .modal-body .site-search-result-box .btn-continue {
	background-color: #D9D9D9;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	padding: 5px 15px;
	margin-top: 20px;
	border-radius: 5px; }
.modal-search .modal-content .modal-body .site-search-result-box .btn-continue .icon {
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	margin-right: 10px; }
.modal-search .modal-content .modal-body .site-search-result-box .btn-continue:hover {
	background-color: #BE9B60;
	color: #ffffff; }

@media (max-width: 576px) {
	.modal-search .modal-content .modal-body .site-search-result-box {
		/*
                    .col-right
                    {
                        .search-product-result-box
                        {
                            .search-product-items
                            {
                                .item
                                {
                                    .image-box
                                    {
                                        width: 40px;
                                        flex-basis: 40px;
                                        height: 40px;

                                        img
                                        {
                                            width: 40px;
                                            height: 40px;
                                            padding: 2px;
                                            border-radius: 5px;
                                        }
                                    }
                                }
                            }
                        }
                    }

                    .col-left
                    {
                        .search-blog-items
                        {
                            .item
                            {
                                .image-box
                                {
                                    width: 40px;
                                    flex-basis: 40px;
                                    height: 40px;

                                    img
                                    {
                                        width: 40px;
                                        height: 40px;
                                    }
                                }
                            }
                        }
                    }
                    */ }
	.modal-search .modal-content .modal-body .site-search-result-box .col-right {
		width: 100%; }
	.modal-search .modal-content .modal-body .site-search-result-box .col-left {
		display: none; } }
/* *** bread-crumb */
.container-bread-crumb {
	background-color: #F2F2F2;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-bottom: 40px; }
.container-bread-crumb .page-title {
	color: #000000;
	font-size: 24px;
	font-weight: 700; }
.container-bread-crumb .bread-crumb {
	width: 100%;
	margin-top: 20px; }
.container-bread-crumb .bread-crumb li {
	display: inline-block; }
.container-bread-crumb .bread-crumb li a {
	color: #000000;
	font-size: 14px;
	font-weight: 400; }
.container-bread-crumb .bread-crumb li a:hover {
	color: #BE9B60; }
.container-bread-crumb .bread-crumb li:before {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 5px;
	content: '>'; }
.container-bread-crumb .bread-crumb li:first-child:before {
	display: none; }
.container-bread-crumb.t2 {
	padding-top: 20px;
	padding-bottom: 20px; }
.container-bread-crumb.t2 .bread-crumb {
	margin: 0; }

@media (max-width: 992px) {
	.container-bread-crumb {
		padding-top: 20px;
		padding-bottom: 15px; }
	.container-bread-crumb .page-title {
		font-size: 20px; } }
@media (max-width: 768px) {
	.container-bread-crumb .page-title {
		font-size: 18px; } }
@media (max-width: 567px) {
	.container-bread-crumb {
		padding-top: 18px;
		padding-bottom: 12px; }
	.container-bread-crumb .page-title {
		font-size: 16px; }
	.container-bread-crumb .bread-crumb li a {
		font-size: 12px; }
	.container-bread-crumb .bread-crumb li:before {
		font-size: 12px; } }
/* *** pagination */
.container-pagination .pagination-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: 40px; }
.container-pagination .pagination-box .pagination {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	direction: ltr; }
.container-pagination .pagination-box .pagination li {
	display: inline-block;
	margin: 0 3px; }
.container-pagination .pagination-box .pagination li a {
	min-width: 30px;
	min-height: 30px;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border: 3px solid transparent;
	position: relative; }
.container-pagination .pagination-box .pagination li a span {
	position: relative;
	z-index: 1; }
.container-pagination .pagination-box .pagination li a:hover, .container-pagination .pagination-box .pagination li a.active {
	color: #000000;
	font-weight: 700;
	border: 3px solid #BE9B60; }
.container-pagination .pagination-box .pagination li a:hover:before, .container-pagination .pagination-box .pagination li a.active:before {
	background-color: #ffffff;
	width: 45%;
	height: 85%;
	content: '';
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 0; }
.container-pagination .pagination-box .pagination li a:hover:after, .container-pagination .pagination-box .pagination li a.active:after {
	background-color: #ffffff;
	width: 45%;
	height: 85%;
	content: '';
	position: absolute;
	bottom: -3px;
	left: -3px;
	z-index: 0; }
.container-pagination .pagination-box .pagination li a.btn-next-prev {
	color: #999999;
	font-size: 14px; }
.container-pagination .pagination-box .pagination li a.btn-next-prev .icon {
	height: 14px;
	line-height: 10px; }
.container-pagination .pagination-box .pagination li a.btn-next-prev:hover {
	border: 0; }
.container-pagination .pagination-box .pagination li a.btn-next-prev:before, .container-pagination .pagination-box .pagination li a.btn-next-prev:after {
	display: none; }
.container-pagination .pagination-box .pagination li .dots {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 5px; }

/* *** footer */
.container-footer {
	background-color: #000000;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 40px;
	position: relative; }
.container-footer .col-logo {
	text-align: center;
	margin-bottom: 50px; }
.container-footer .col-logo .logo {
	width: 100%;
	max-width: 80px; }
.container-footer .col-title {
	color: #BE9B60;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px; }
.container-footer .col-links ul {
	padding: 0;
	margin: 0; }
.container-footer .col-links ul li {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0; }
.container-footer .col-links ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400; }
.container-footer .col-links ul li a:hover {
	color: #BE9B60; }
.container-footer .col-newsletter .form-newsletter {
	width: 100%; }
.container-footer .col-newsletter .form-newsletter form {
	width: 100%; }
.container-footer .col-newsletter .form-newsletter input {
	background-color: transparent;
	width: 100%;
	height: 48px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #ffffff;
	border-radius: 0;
	outline: unset; }
.container-footer .col-newsletter .form-newsletter ::placeholder {
	color: #BFBFBF; }
.container-footer .col-newsletter .form-newsletter :-ms-input-placeholder {
	color: #BFBFBF; }
.container-footer .col-newsletter .form-newsletter ::-ms-input-placeholder {
	color: #BFBFBF; }
.container-footer .col-newsletter .form-newsletter button {
	width: 100%;
	/*
                background-color: transparent;
                width: 100%;
                height: 48px;
                color: $colorBrown;
                font-size: 14px;
                font-weight: 400;
                text-align: right;
                display: inline-flex;
                align-items: center;
                justify-content: flex-start;
                padding: 0 20px;
                border: 1px solid $colorBrown;
                border-radius: 0;

                .icon
                {
                    color: $colorBrown;
                    font-size: 15px;
                    display: inline-flex;
                    margin-left: 10px;
                }

                &:hover
                {
                    background-color: $colorBrown;
                    color: $colorWhite;

                    .icon
                    {
                        color: $colorWhite;
                    }
                }*/ }
.container-footer .col-namad {
	text-align: right; }
.container-footer .col-namad .namad-box {
	background-color: #ffffff;
	display: inline-flex;
	padding: 20px; }
.container-footer .col-namad .namad-box img {
	width: 100%;
	max-width: 100px; }
.container-footer .col-namad .namad-box img:first-child {
	margin-left: 10px; }
.container-footer .col-namad.col-namad-2 {
	display: none; }
.container-footer .col-social {
	margin: 50px 0 20px 0;
	position: relative;
	z-index: 1; }
.container-footer .col-social ul {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	padding: 0;
	margin: 0; }
.container-footer .col-social ul li {
	display: inline-flex;
	margin: 0 10px; }
.container-footer .col-social ul li a {
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-footer .col-social ul li a:hover {
	color: #BE9B60; }
.container-footer .col-social ul li a .icon {
	width: 20px;
	height: 20px;
	font-size: 20px; }
.container-footer .copy-right-designer {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center; }
.container-footer .copy-right-designer .copy-right {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	direction: ltr; }
.container-footer .copy-right-designer .copy-right a {
	color: #ffffff; }
.container-footer .copy-right-designer .copy-right a:hover {
	color: #BE9B60; }
.container-footer .copy-right-designer .designer {
	position: relative;
	z-index: 1; }
.container-footer .copy-right-designer .designer img {
	width: 16px; }
.container-footer .copy-right-designer .designer .designer-des {
	width: 0;
	color: #ffffff;
	display: inline-block;
	padding-right: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	white-space: nowrap;
	overflow: hidden;
	transition: width 0.3s ease-in-out;
	z-index: -1; }
.container-footer .copy-right-designer .designer .designer-des a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400; }
.container-footer .copy-right-designer .designer .designer-des a:hover {
	color: #BE9B60; }
.container-footer .copy-right-designer .designer:hover .designer-des {
	width: 240px; }

@media (max-width: 992px) {
	.container-footer .col-links {
		text-align: right;
		margin-bottom: 30px; }
	.container-footer .col-namad {
		text-align: center;
		margin-bottom: 40px; }
	.container-footer .col-newsletter {
		text-align: center; }
	.container-footer .col-newsletter .form-newsletter {
		max-width: 500px;
		margin: 0 auto; } }
@media (max-width: 576px) {
	.container-footer .copy-right-designer {
		flex-direction: column-reverse; }
	.container-footer .copy-right-designer .designer {
		margin-top: 20px; } }
/* *** modal-share */
.modal-share .modal-body .title {
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px; }
.modal-share .modal-body .social-share .items {
	text-align: center; }
.modal-share .modal-body .social-share .items li {
	display: inline-block; }
.modal-share .modal-body .form {
	text-align: center;
	margin-top: 20px; }
.modal-share .modal-body .form ::placeholder {
	color: #D9D9D9; }
.modal-share .modal-body .form :-ms-input-placeholder {
	color: #D9D9D9; }
.modal-share .modal-body .form ::-ms-input-placeholder {
	color: #D9D9D9; }
.modal-share .modal-body .form .form-input {
	width: 100%;
	height: auto;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	margin-bottom: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	outline: none;
	resize: none;
	box-shadow: none; }
.modal-share .modal-body .page-link {
	margin-top: 20px; }
.modal-share .modal-body .page-link .link {
	background-color: #D9D9D9;
	text-align: left;
	padding: 10px;
	border: 1px solid #808080;
	border-radius: 0; }

/* *** products-item */
.product-item {
	background-color: #ffffff;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	/****/
	/****/
	/*
      //&:hover
      //{
      //    background-color: $colorGrayLight2;
      //
      //    .product-compare
      //    {
      //        display: inline-flex;
      //
      //        input[type='checkbox']:after
      //        {
      //            background-color: $colorGrayLight2;
      //        }
      //    }
      //}
      //&:hover
      //{
      //    //box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      //    //
      //    //.title
      //    //{
      //    //    color: $colorBrown;
      //    //}
      //    //
      //    //.product-compare
      //    //{
      //    //    display: inline-flex;
      //    //}
      //}

      //&.has-great-sale
      //{
      //    padding-bottom: 0;
      //    overflow: hidden;
      //}
      //
      //.great-sale-box
      //{
      //    background-color: $colorRed;
      //    width: 100%;
      //    height: 40px;
      //    display: inline-flex;
      //    align-items: center;
      //    justify-content: space-between;
      //    padding: 0;
      //    margin-top: 15px;
      //    position: relative;
      //    z-index: 1;
      //
      //    &:before
      //    {
      //        background-color: $colorRed;
      //        width: calc(100% + 40px);
      //        height: 100%;
      //        content: '';
      //        position: absolute;
      //        top: 0;
      //        right: -20px;
      //        z-index: -1;
      //    }
      //
      //    .title
      //    {
      //        color: $colorWhite;
      //        font-size: 12px;
      //        font-weight: 700;
      //        margin: 0;
      //    }
      //
      //    .time
      //    {
      //        color: $colorWhite;
      //        font-size: 14px;
      //        font-weight: 700;
      //    }
      //}
      */ }
.product-item img {
	width: 100%;
	display: inline-block;
	transition: all 0.7s; }
.product-item .title {
	width: 100%;
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin: 15px 0 10px 0;
	overflow: hidden; }
.product-item .price-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.product-item .price-box .price {
	color: #000000;
	font-size: 16px;
	font-weight: 400; }
.product-item .price-box .price .price-unit {
	font-size: 12px;
	font-weight: 400;
	margin-right: 7px; }
.product-item .price-box .price-old-discount {
	font-size: 14px;
	font-weight: 400; }
.product-item .price-box .price-old-discount .price-old {
	color: #737373;
	text-decoration: line-through; }
.product-item .discount {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 30px;
	left: 30px; }
.product-item .timer {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 30px;
	right: 30px; }
.product-item .timer .icon {
	color: #BE9B60;
	font-size: 20px;
	display: inline-flex;
	margin-left: 10px; }
.product-item:hover img {
	transform: scale(0.95); }
.product-item:hover .title {
	color: #BE9B60; }
.product-item .hover {
	background-color: #BFBFBF;
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out; }
.product-item .hover .product-compare {
	color: #000000; }
.product-item .hover .product-compare input[type='checkbox']:after {
	background-color: #BFBFBF; }
.product-item .hover .title-box {
	width: 100%;
	color: #000000;
	text-align: center; }
.product-item .hover .title-box .title-en {
	font-size: 28px;
	font-weight: 700; }
.product-item .hover .title-box .title-fa {
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px; }
.product-item .hover .price-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.product-item .hover .price-box .price {
	color: #000000;
	font-size: 16px;
	font-weight: 700; }
.product-item .hover .price-box .price .price-unit {
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px; }
.product-item .hover .price-box .price-old-discount {
	font-size: 14px;
	font-weight: 700; }
.product-item .hover .price-box .price-old-discount .price-old {
	color: #000000;
	text-decoration: line-through; }
.product-item .hover .price-box .price-old-discount .discount {
	color: #000000;
	padding: 0 15px;
	position: relative;
	top: unset;
	left: unset; }
.product-item .hover .price-box .price-old-discount .discount:before, .product-item .hover .price-box .price-old-discount .discount:after {
	background-color: #BE9B60;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	top: -5px;
	left: 0; }
.product-item .hover .price-box .price-old-discount .discount:after {
	width: 3px;
	height: 10px; }
.product-item:hover .hover {
	opacity: 1; }
.product-item .btn-delete {
	width: 30px;
	height: 30px;
	color: #000000;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	right: 20px; }
.product-item .btn-delete .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.product-item .btn-delete:hover {
	color: #BE9B60; }
.product-item .icon-heart {
	color: #BE9B60;
	font-size: 25px;
	position: absolute;
	top: 20px;
	left: 20px; }

@media (max-width: 1199px) {
	.product-item .hover .title-box .title-en {
		font-size: 22px; }
	.product-item .hover .title-box .title-fa {
		font-size: 16px;
		margin-top: 10px; } }
@media (max-width: 992px) {
	.product-item .hover {
		padding: 10px; }
	.product-item .hover .title-box .title-en {
		font-size: 16px; }
	.product-item .hover .title-box .title-fa {
		font-size: 12px;
		margin-top: 5px; }
	.product-item .hover .price-box .price {
		font-size: 12px; }
	.product-item .hover .price-box .price .price-unit {
		font-size: 10px; }
	.product-item .hover .price-box .price-old-discount {
		font-size: 10px; }
	.product-item .hover .price-box .price-old-discount .discount {
		padding: 0 10px; } }
@media (max-width: 768px) {
	.product-item .hover .price-box .price {
		font-size: 12px; }
	.product-item .hover .price-box .price .price-unit {
		font-size: 10px; }
	.product-item .hover .price-box .price-old-discount {
		font-size: 12px; } }
@media (max-width: 576px) {
	.product-item .hover .title-box .title-en {
		font-size: 12px; }
	.product-item .hover .title-box .title-fa {
		font-size: 10px;
		margin-top: 5px; }
	.product-item .hover .price-box {
		flex-direction: column; }
	.product-item .hover .price-box .price-old-discount {
		margin-top: 10px; }
	.product-item .hover .price-box .price-old-discount .discount {
		font-size: 10px; } }
/* *** comment */
.comment-box {
	margin-top: 50px; }
.comment-box .section-title {
	width: 100%;
	text-align: right;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px; }
.comment-box .section-title .title-des {
	display: inline-flex;
	align-items: center; }
.comment-box .section-title .title-des .title {
	color: #000000;
	font-size: 24px;
	font-weight: 700; }
.comment-box .section-title .title-des .des {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px; }
.comment-box .section-title .btn-new-comment-score-box {
	display: inline-flex;
	align-items: center; }
.comment-box .section-title .btn-new-comment-score-box .score-box {
	display: inline-flex;
	align-items: center;
	margin-left: 10px; }
.comment-box .section-title .btn-new-comment-score-box .score-box .des {
	margin-left: 7px; }
.comment-box .section-title .btn-new-comment-score-box .score-box .person {
	font-size: 12px;
	font-weight: 700; }
.comment-box .section-title .btn-new-comment-score-box .score-box .score {
	font-size: 12px;
	font-weight: 700;
	margin: 0 5px; }
.comment-box .section-title .btn-new-comment-score-box .score-box .stars {
	color: #ffd400;
	font-size: 16px;
	display: inline-flex; }
.comment-box .section-title .btn-new-comment-score-box .score-box .stars .icon {
	display: inline-flex;
	margin-right: 3px; }
.comment-box .section-title .btn-new-comment-score-box .score-box .stars .icon.null {
	color: #BFBFBF; }
.comment-box .slick-slide {
	margin: 0 10px; }
.comment-box .slick-list {
	margin: 0 -10px; }
.comment-box .slide-arrow-box {
	margin-right: 20px; }

.comment-item {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	padding: 20px 30px;
	border: 1px solid #BFBFBF; }
.comment-item .comment-data {
	width: 100%; }
.comment-item .comment-data .user-like {
	width: 100%;
	display: inline-flex;
	justify-content: space-between; }
.comment-item .comment-data .user-like .user {
	font-size: 14px;
	font-weight: 700; }
.comment-item .comment-data .user-like .btn-like {
	background-color: #BE9B60;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	margin: 0;
	border: 0;
	border-radius: 5px; }
.comment-item .comment-data .user-like .btn-like .icon {
	color: #ffffff;
	font-size: 18px;
	display: inline-flex;
	margin-right: 5px; }
.comment-item .comment-data .user-like .btn-like:hover {
	background-color: #000000; }
.comment-item .comment-data .des {
	color: #000000;
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-top: 10px; }
.comment-item .comment-data .date {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 20px; }
.comment-item .comment-data.answer {
	margin-top: 20px; }

.modal-comment .modal-body .form .score-box {
	width: 100%;
	display: inline-flex;
	margin-bottom: 20px; }
.modal-comment .modal-body .form .score-box .title {
	margin-left: 10px; }
.modal-comment .modal-body .form .score-box .star-box {
	color: #ffd400; }

@media (max-width: 768px) {
	.comment-box .section-title {
		flex-direction: column;
		text-align: center; }
	.comment-box .section-title .title-des {
		display: inline-block; }
	.comment-box .section-title .title-des .title {
		width: 100%;
		height: unset;
		text-align: center;
		display: inline-block;
		padding: 0;
		margin: 0;
		border: 0; }
	.comment-box .section-title .title-des .des {
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 0; }
	.comment-box .section-title .btn-new-comment-score-box {
		flex-direction: column; }
	.comment-box .section-title .btn-new-comment-score-box .score-box {
		align-items: unset;
		margin-left: 0; }
	.comment-box .section-title .btn-new-comment-score-box .btn-custom {
		margin: 20px 0; }
	.comment-box .slide-arrow-box {
		margin-right: 0; } }
@media (max-width: 576px) {
	.comment-item {
		padding: 10px 15px; } }
/* *** form */
.select2-container {
	width: 100% !important; }
.select2-container .select2-selection--single {
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	outline: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #000000;
	padding: 0 !important; }
.select2-container .select2-selection--single .select2-selection__arrow {
	width: 12px;
	height: 12px;
	top: 17px;
	left: 20px !important; }
.select2-container .select2-selection--single .select2-selection__arrow:before {
	width: 12px;
	height: 12px;
	color: #BFBFBF;
	font-size: 12px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f10d'; }
.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none; }
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	content: '\f114'; }
.select2-container .select2-search--dropdown .select2-search__field {
	height: 40px;
	padding: 0 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	outline: none; }
.select2-container .select2-dropdown {
	border: 1px solid #D9D9D9;
	z-index: 1000000; }

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: inherit;
	cursor: inherit;
	opacity: 0.25;
	-moz-opacity: 0.25; }

form {
	margin: 0; }

.form .des {
	color: #999999;
	font-size: 14px;
	margin-bottom: 30px; }
.form ::placeholder {
	color: #000000; }
.form :-ms-input-placeholder {
	color: #000000; }
.form ::-ms-input-placeholder {
	color: #000000; }
.form .input-box {
	width: 100%;
	margin-bottom: 20px;
	position: relative; }
.form .input-box label {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px; }
.form .input-box .form-input, .form .input-box .form-select, .form .input-box .form-textarea {
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	outline: none;
	resize: none;
	box-shadow: none; }
.form .input-box .form-textarea {
	height: 100px;
	padding: 20px; }
.form .input-box-date {
	position: relative; }
.form .input-box-date:before {
	background-color: #ffffff;
	width: 16px;
	color: #999999;
	font-size: 16px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f149';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%); }
.form .input-file-box {
	border: 1px solid #D9D9D9;
	border-radius: 25px;
	position: relative;
	cursor: pointer; }
.form .input-file-box:before {
	background-color: #ffffff;
	width: 20px;
	color: #999999;
	font-size: 20px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f16d';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%); }
.form .input-file-box .title {
	height: 50px;
	line-height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 20px; }
.form .input-file-box input {
	opacity: 0;
	cursor: pointer; }
.form .input-box-disabled-enable label {
	opacity: 0.25;
	-moz-opacity: 0.25; }
.form .input-box-disabled-enable .form-input, .form .input-box-disabled-enable .form-select, .form .input-box-disabled-enable .form-textarea {
	opacity: 0.25;
	-moz-opacity: 0.25;
	pointer-events: none; }
.form .input-box-disabled-enable.enable label {
	opacity: 1;
	-moz-opacity: 1; }
.form .input-box-disabled-enable.enable .form-input, .form .input-box-disabled-enable.enable .form-select, .form .input-box-disabled-enable.enable .form-textarea {
	pointer-events: unset;
	opacity: 1;
	-moz-opacity: 1; }
.form .btn-show-password {
	width: 30px;
	height: 30px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	left: 15px;
	cursor: pointer; }
.form .btn-show-password:hover {
	color: #BE9B60; }
.form .link-back {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	margin-top: 20px; }
.form .link-back:hover {
	color: #BE9B60; }
.form .link-back .icon {
	display: inline-flex;
	margin-left: 5px; }

.btn-custom {
	background-color: transparent;
	width: 150px;
	height: 50px;
	color: #BE9B60;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #BE9B60;
	border-left-width: 2px;
	border-radius: 0;
	position: relative;
	z-index: 1; }
.btn-custom .icon {
	width: 15px;
	height: 15px;
	font-size: 15px;
	margin-left: 10px; }
.btn-custom:hover {
	color: #ffffff; }
.btn-custom:before {
	background-color: #BE9B60;
	width: 0;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: width 0.2s ease-in-out; }
.btn-custom:hover:before {
	width: 100%; }
.btn-custom.t2 {
	background-color: #BE9B60;
	color: #ffffff; }
.btn-custom.t2:before {
	background-color: #000000; }
.btn-custom.line-w {
	background-color: transparent;
	border: 1px solid #ffffff; }
.btn-custom.line-w:hover {
	color: #BE9B60;
	border-color: #BE9B60; }

.btn-custom-cancel {
	background-color: transparent;
	width: 140px;
	height: 50px;
	color: #A6A6A6;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 10px; }
.btn-custom-cancel .icon {
	width: 18px;
	height: 18px;
	font-size: 18px;
	margin-left: 10px; }
.btn-custom-cancel:hover {
	color: #000000; }

.btn-link-custom {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.btn-link-custom .icon {
	width: 18px;
	height: 18px;
	font-size: 18px;
	margin-left: 10px; }
.btn-link-custom .icon.icon-right {
	margin-left: 0;
	margin-right: 10px; }
.btn-link-custom.w {
	color: #ffffff; }
.btn-link-custom:hover {
	color: #BE9B60; }

@media (max-width: 992px) {
	.btn-custom {
		width: unset;
		padding: 0 15px; }

	.btn-custom-cancel {
		width: unset;
		padding: 0 15px; } }
/* *** label & input checkbox-radio */
label {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	cursor: pointer; }

input[type='checkbox'] {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	margin-left: 5px;
	-moz-appearance: initial; }
input[type='checkbox']:after {
	background-color: #ffffff;
	width: 16px;
	color: #000000;
	font-size: 16px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f29f'; }
input[type='checkbox']:checked:after {
	color: #BE9B60;
	content: '\f161'; }
input[type='checkbox'].t2:after {
	color: #808080; }
input[type='checkbox'].t2:checked:after {
	color: #30E391 !important; }

input[type='radio'] {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	margin-left: 5px;
	position: relative;
	-moz-appearance: initial; }
input[type='radio']:before {
	background-color: #ffffff;
	width: 24px;
	color: #A6A6A6;
	font-size: 24px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f166'; }
input[type='radio']:checked:before {
	color: #BE9B60;
	content: '\f166'; }
input[type='radio']:checked:after {
	background-color: #BE9B60;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 5px; }
input[type='radio'].t2:after {
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	content: '';
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #A6A6A6; }
input[type='radio'].t2:checked:before {
	color: #30E391; }
input[type='radio'].t2:checked:after {
	border: 4px solid #30E391; }
input[type='radio'].t3 {
	margin-left: 0; }
input[type='radio'].t3:before {
	background-color: #D9D9D9;
	color: #999999; }
input[type='radio'].t3:checked:before {
	color: #ffffff;
	content: '\f166'; }
input[type='radio'].t3:checked:after {
	width: 9px;
	height: 9px;
	top: 3.5px;
	left: 3.5px;
	border: 0; }

/* *** certificate-item */
.certificate-item {
	background-color: #ffffff;
	width: 100%;
	display: inline-block;
	padding: 10px;
	border: 1px solid #D9D9D9; }
.certificate-item .image-box {
	height: 113.38%;
	position: relative; }
.certificate-item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover; }
.certificate-item .image-box:before {
	content: '';
	padding-top: 113.38%;
	display: block; }
.certificate-item .des {
	width: 100%;
	line-height: 30px;
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	padding: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.certificate-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

/* *** blog-top-item */
.blog-top-items {
	position: relative; }
.blog-top-items .slick-slide {
	margin: 0 10px; }
.blog-top-items .slick-list {
	margin: 0 -10px; }
.blog-top-items .blog-top-item {
	width: 100%;
	overflow: hidden;
	position: relative; }
.blog-top-items .blog-top-item .image-box {
	width: 100%;
	position: relative;
	display: inline-block; }
.blog-top-items .blog-top-item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover; }
.blog-top-items .blog-top-item .image-box:before {
	content: '';
	padding-top: 70.75%;
	display: block; }
.blog-top-items .blog-top-item .post-data-box {
	width: 100%;
	padding: 15px 0 0 0; }
.blog-top-items .blog-top-item .post-data-box .title {
	line-height: 30px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.blog-top-items .blog-top-item .post-data-box .category-date-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px; }
.blog-top-items .blog-top-item .post-data-box .category-date-box .date {
	color: #000000;
	font-size: 14px;
	font-weight: 400; }
.blog-top-items .blog-top-item .post-data-box .category-date-box .category {
	color: #000000;
	font-size: 14px;
	font-weight: 700; }
.blog-top-items .blog-top-item:hover .post-data-box .title {
	color: #BE9B60; }

/* *** tabs */
.section-tabs {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 1; }
.section-tabs:before {
	background-color: #D9D9D9;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	z-index: -1; }
.section-tabs.first {
	margin-top: 0; }
.section-tabs .tab-item {
	background-color: transparent;
	text-align: center;
	border: 0; }
.section-tabs .tab-item:nth-child(2) {
	margin: 0 50px; }
.section-tabs .tab-item .tab-link {
	cursor: pointer; }
.section-tabs .tab-item .tab-link .icon {
	color: #BFBFBF;
	font-size: 24px; }
.section-tabs .tab-item .tab-link .title {
	width: 100%;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding-top: 10px;
	border-top: 2px solid #BFBFBF; }
.section-tabs .tab-item .tab-link.active .icon {
	color: #000000; }
.section-tabs .tab-item .tab-link.active .title {
	border-top-color: #BE9B60; }

@media (max-width: 768px) {
	.section-tabs .tab-item .title {
		font-size: 14px; }
	.section-tabs .tab-item .tab-link .title {
		font-size: 14px; }
	.section-tabs .tab-item .tab-link .icon {
		font-size: 20px; } }
@media (max-width: 576px) {
	.section-tabs {
		margin-bottom: 15px; }
	.section-tabs .tab-item {
		padding-right: 0;
		padding-left: 0; }
	.section-tabs .tab-item:nth-child(2) {
		margin: 0 10px; }
	.section-tabs .tab-item .title {
		font-size: 12px; }
	.section-tabs .tab-item .tab-link .title {
		font-size: 12px; }
	.section-tabs .tab-item .tab-link .icon {
		font-size: 18px; } }
/* *** side-ad-box */
.side-ad-box a {
	width: 100%;
	display: inline-block;
	margin-top: 20px; }
.side-ad-box a img {
	width: 100%;
	border-radius: 30px; }

.advertise-box {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	border-radius: 30px;
	position: relative;
	overflow: hidden; }
.advertise-box img {
	width: 100%;
	border-radius: 30px; }
.advertise-box .title {
	background: linear-gradient(0deg, #30E391 0%, rgba(48, 227, 145, 0) 100%);
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding: 100px 20px 30px 20px;
	position: absolute;
	bottom: 0;
	left: 0; }

.row-ad a {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px; }
.row-ad a img {
	width: 100%; }

@media (max-width: 768px) {
	.advertise-box {
		display: none; } }
/* *** table-custom */
.col-table-custom {
	width: 100%;
	overflow-x: auto; }
.col-table-custom .title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px; }
.col-table-custom .table-custom {
	width: 100%;
	margin-top: 20px;
	border-spacing: 0;
	border-collapse: inherit; }
.col-table-custom .table-custom thead tr th {
	background-color: #BE9B60;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	border: 1px solid #D9D9D9;
	white-space: nowrap; }
.col-table-custom .table-custom thead tr th:first-child {
	border-top-right-radius: 10px; }
.col-table-custom .table-custom thead tr th:last-child {
	border-top-left-radius: 10px; }
.col-table-custom .table-custom thead tr th.col-btn {
	width: 180px; }
.col-table-custom .table-custom tbody tr td {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 15px;
	border: 1px solid #D9D9D9;
	white-space: nowrap; }
.col-table-custom .table-custom tbody tr td a {
	color: #BE9B60;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 3px;
	border-bottom: 1px solid #BE9B60; }
.col-table-custom .table-custom tbody tr td a:hover {
	color: #8c8c8c;
	border-bottom-color: #8c8c8c; }
.col-table-custom .table-custom tbody tr:nth-child(even) td {
	background-color: #F2F2F2; }

/* *** tab */
.tab-box {
	/*
    .nav
    {
        .nav-item
        {
            margin-left: 20px;

            &:last-child
            {
                margin-left: 0;
            }

            .nav-link
            {
                background-color: $colorWhite;
                color: $colorBlack;
                font-size: 14px;
                font-weight: 400;
                border: 1px solid $colorBrown;

                &:hover, &.active
                {
                    background-color: $colorBrown;
                    color: $colorWhite;
                }
            }
        }
    }
*/ }
.tab-box .nav {
	background-color: #F2F2F2;
	width: 100%;
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 70px 40px 0 40px;
	border-radius: 20px; }
.tab-box .nav .nav-item .nav-link {
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 40px;
	margin-left: 20px;
	border: 0;
	border-radius: 20px 20px 0 0; }
.tab-box .nav .nav-item .nav-link:hover, .tab-box .nav .nav-item .nav-link.active {
	background-color: #30E391;
	color: #ffffff; }
.tab-box .tab-content .tab-pane {
	background-color: #ffffff;
	padding: 30px;
	margin-top: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 20px; }
.tab-box .tab-content .tab-pane .title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0; }
.tab-box .tab-content .tab-pane .des {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin: 0; }

@media (max-width: 768px) {
	.tab-box .nav {
		padding: 50px 25px 0 25px; }
	.tab-box .nav .nav-item .nav-link {
		padding: 15px 20px;
		margin-left: 10px; } }
@media (max-width: 567px) {
	.tab-box .nav {
		padding: 50px 15px 0 15px;
		border-radius: 15px; }
	.tab-box .nav .nav-item .nav-link {
		font-size: 10px;
		padding: 10px;
		margin-left: 5px; } }
/* *** filter-box */
.filter-box {
	padding: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 30px;
	overflow: auto;
	z-index: 10; }
.filter-box .filter-section {
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9; }
.filter-box .filter-section .filter-section-title {
	width: 100%;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer; }
.filter-box .filter-section .filter-section-title:before {
	color: #000000;
	font-size: 16px;
	content: '\f114';
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	position: absolute;
	top: 0;
	left: 0; }
.filter-box .filter-section .filter-section-title.no-arrow {
	cursor: default; }
.filter-box .filter-section .filter-section-title.no-arrow:before {
	display: none; }
.filter-box .filter-section.show .filter-section-title:before {
	content: '\f10d'; }
.filter-box .filter-section.show .filter-content {
	height: auto;
	margin-bottom: 20px; }
.filter-box .filter-section:last-child {
	margin-bottom: 0;
	border-bottom: 0; }
.filter-box .filter-section:last-child .filter-content {
	margin-bottom: 0; }
.filter-box .filter-section .filter-content {
	height: 0;
	overflow: hidden;
	transition: height 0.1s linear; }
.filter-box .filter-section .filter-content .link-box {
	padding: 0; }
.filter-box .filter-section .filter-content .link-box li {
	line-height: 36px;
	position: relative; }
.filter-box .filter-section .filter-content .link-box li a {
	color: #000000;
	font-size: 14px;
	font-weight: 400; }
.filter-box .filter-section .filter-content .link-box li a:before {
	background-color: #999999;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-left: 5px;
	border-radius: 100%;
	content: ''; }
.filter-box .filter-section .filter-content .link-box li a:hover, .filter-box .filter-section .filter-content .link-box li a.active {
	color: #BE9B60; }
.filter-box .filter-section .filter-content .link-box li a:hover:before, .filter-box .filter-section .filter-content .link-box li a.active:before {
	background-color: #BE9B60; }
.filter-box .filter-section .filter-content .link-box li a:hover:before, .filter-box .filter-section .filter-content .link-box li a.active2:before {
	background-color: #30E391; }
.filter-box .filter-section .filter-content .has-scrollbar {
	max-height: 265px; }
.filter-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_draggerContainer:before {
	background-color: #D9D9D9;
	width: 6px;
	height: 100%;
	border-radius: 2px;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%); }
.filter-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #BE9B60;
	border-radius: 2px; }
.filter-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }

/* *** form page search */
.form-page-search {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0; }
.form-page-search input {
	background-color: #ffffff;
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding: 10px 20px 10px 40px;
	border: 1px solid #D9D9D9;
	border-radius: 25px;
	outline: unset; }
.form-page-search input:focus {
	border-color: #BE9B60; }
.form-page-search ::placeholder {
	color: #000000; }
.form-page-search :-ms-input-placeholder {
	color: #000000; }
.form-page-search ::-ms-input-placeholder {
	color: #000000; }
.form-page-search button {
	background-color: transparent;
	width: 40px;
	height: 40px;
	color: #000000;
	font-size: 24px;
	text-align: left;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%); }
.form-page-search button:hover {
	color: #BE9B60; }
.form-page-search button .icon {
	width: 20px;
	height: 20px;
	font-size: 20px;
	display: inline-block; }

/* *** calendar */
.ui-datepicker {
	background-color: #ffffff;
	color: #000000;
	font-family: 'IranSans';
	font-weight: 400;
	font-size: 14px; }
.ui-datepicker .ui-widget-header {
	background-color: transparent;
	color: #000000;
	border: 0; }
.ui-datepicker .ui-state-default {
	background-color: transparent;
	width: 100%;
	height: 24px;
	color: #000000;
	margin: 0; }
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-state-hover {
	background-color: #BE9B60;
	color: #ffffff; }
.ui-datepicker .ui-datepicker-next {
	color: #000000;
	font-size: 14px;
	text-decoration: none; }
.ui-datepicker .ui-datepicker-next .fa-arrow-left:before {
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f10e'; }
.ui-datepicker .ui-datepicker-next:hover {
	color: #BE9B60 !important; }
.ui-datepicker .ui-datepicker-prev {
	color: #000000;
	font-size: 14px;
	text-decoration: none; }
.ui-datepicker .ui-datepicker-prev .fa-arrow-right:before {
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f10f'; }
.ui-datepicker .ui-datepicker-prev:hover {
	color: #BE9B60 !important; }

/* *** custom scrollbar */
.has-scrollbar .mCSB_scrollTools .mCSB_draggerContainer:before {
	background-color: #D9D9D9;
	width: 6px;
	height: 100%;
	border-radius: 2px;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%); }
.has-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #BE9B60;
	border-radius: 2px; }
.has-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }

/* *** search- minimal */
.form-search-minimal {
	display: inline-flex;
	align-items: center; }
.form-search-minimal form {
	display: inline-flex;
	align-items: center; }
.form-search-minimal input {
	background-color: #F7F7F7;
	width: 480px;
	height: 50px;
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	padding: 0 15px;
	border: 0;
	border-radius: 25px;
	outline: none; }
.form-search-minimal button {
	background-color: #30E391;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border: 0;
	border-radius: 100%; }
.form-search-minimal button .icon {
	color: #ffffff;
	font-size: 24px;
	display: inline-flex; }
.form-search-minimal button:hover {
	background-color: #BE9B60; }

/* *** modal-video */
.modal-video video {
	width: 100%; }

/* *** modal-sign-up-in */
.form-sign-up-in .modal-content {
	background-color: #f5f5f5;
	max-width: 430px;
	margin: 0 auto;
	border-radius: 0; }
.form-sign-up-in .modal-header {
	justify-content: flex-start;
	border-bottom: 0; }
.form-sign-up-in .modal-header button {
	margin: 0; }
.form-sign-up-in .modal-body {
	padding: 0 30px 30px 30px; }
.form-sign-up-in.basket-form-sign-up {
	background-color: #f5f5f5;
	padding: 30px; }
.form-sign-up-in .form {
	text-align: center; }
.form-sign-up-in .form.form-step-2, .form-sign-up-in .form.form-step-3 {
	display: none; }
.form-sign-up-in .form .image-box img {
	width: 80px; }
.form-sign-up-in .form .title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 0; }
.form-sign-up-in .form .title.t2 {
	font-size: 16px; }
.form-sign-up-in .form .des {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin: 0; }
.form-sign-up-in .form .input-box {
	margin: 20px 0 0 0; }
.form-sign-up-in .form .input-check-box {
	display: inline-flex;
	justify-content: space-between; }
.form-sign-up-in .form .input-check-box .form-check-label {
	font-size: 12px; }
.form-sign-up-in .form .input-check-box input[type='checkbox']:after {
	background-color: #f5f5f5; }
.form-sign-up-in .form .input-check-box .link {
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #000000; }
.form-sign-up-in .form .input-check-box .link:hover {
	color: #BE9B60;
	border-bottom: 1px solid #BE9B60; }
.form-sign-up-in .form .input-link-box {
	display: inline-flex;
	justify-content: space-between; }
.form-sign-up-in .form .input-link-box a {
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #BE9B60; }
.form-sign-up-in .form .input-link-box a:hover {
	color: #BE9B60; }
.form-sign-up-in .form .btn-custom {
	width: 100%; }
.form-sign-up-in .form .btn-edit {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0; }
.form-sign-up-in .form .btn-edit .icon {
	width: 18px;
	height: 18px;
	font-size: 18px;
	margin-left: 10px; }
.form-sign-up-in .form .btn-edit:hover {
	color: #BE9B60; }
.form-sign-up-in .form .code-input-box {
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row-reverse; }
.form-sign-up-in .form .code-input-box .form-input {
	width: 45px;
	height: 55px;
	font-size: 24px;
	text-align: center;
	padding: 0 5px;
	border-radius: 0;
	direction: ltr;
	caret-color: transparent; }
.form-sign-up-in .form .code-input-box .form-input:focus, .form-sign-up-in .form .code-input-box .form-input.active {
	color: #BE9B60;
	border-color: #BE9B60; }
.form-sign-up-in .form .code-input-box label:focus-within {
	position: relative; }
.form-sign-up-in .form .code-input-box label:focus-within:before {
	background-color: #BE9B60;
	width: 20px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	animation: blink 700ms linear infinite; }

@keyframes blink {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@media (max-width: 568px) {
	.form-sign-up-in .sign-up-in-box .form .input-check-box {
		flex-direction: column; }
	.form-sign-up-in .sign-up-in-box .form .input-link-box {
		flex-direction: column; } }
/* *** ****** */
/* *** page-home page-slider */
.container-page-slider {
	padding: 0;
	margin-top: -144px;
	overflow: hidden;
	position: relative; }
.container-page-slider .page-slider-items {
	margin-bottom: 0; }
.container-page-slider .page-slider-items .item {
	height: 45%;
	overflow: hidden;
	position: relative; }
.container-page-slider .page-slider-items .item .title-box {
	width: 60%;
	max-width: 1600px;
	padding-left: calc(var(--bs-gutter-x));
	padding-right: calc(var(--bs-gutter-x));
	position: absolute;
	bottom: 130px;
	left: auto;
	right: 50%;
	transform: translateX(50%); }
.container-page-slider .page-slider-items .item .title-box .title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.container-page-slider .page-slider-items .item .title-box .des {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px; }
.container-page-slider .page-slider-items .item .image-box {
	width: 100%;
	height: 45%; }
.container-page-slider .page-slider-items .item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2); }
.container-page-slider .page-slider-items .item .image-box:before {
	content: '';
	padding-top: 45%;
	display: block; }
.container-page-slider .page-slider-items .item.slick-active img {
	transform: scale(1); }
.container-page-slider .page-slider-items .slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }
.container-page-slider .slick-prev-custom, .container-page-slider .slick-next-custom {
	background-color: transparent;
	display: inline-flex;
	padding: 0;
	border: 0;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%); }
.container-page-slider .slick-prev-custom .icon, .container-page-slider .slick-next-custom .icon {
	color: #ffffff;
	font-size: 25px;
	display: inline-flex; }
.container-page-slider .slick-prev-custom .icon:hover, .container-page-slider .slick-next-custom .icon:hover {
	color: #BE9B60; }
.container-page-slider .slick-next-custom {
	right: 20px;
	left: unset; }
.container-page-slider .slick-dots {
	width: 100%;
	height: 15px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 30px; }
.container-page-slider .slick-dots li {
	background-color: rgba(255, 255, 255, 0.5);
	width: 10px;
	height: 10px;
	float: right;
	margin: 0 5px 0 5px;
	border-radius: 100%; }
.container-page-slider .slick-dots li.slick-active {
	background-color: #ffffff;
	width: 15px;
	height: 15px; }
.container-page-slider .slick-dots li button {
	display: none; }

@media (max-width: 1199px) {
	.container-page-slider .page-slider-items .item .title-box .title {
		font-size: 30px; }
	.container-page-slider .page-slider-items .item .title-box .des {
		font-size: 20px;
		margin-top: 10px; } }
@media (max-width: 992px) {
	.container-page-slider .page-slider-items .item .title-box {
		bottom: 90px; }
	.container-page-slider .page-slider-items .item .title-box .title {
		font-size: 24px; }
	.container-page-slider .page-slider-items .item .title-box .des {
		font-size: 16px; }
	.container-page-slider .slick-prev-custom .icon, .container-page-slider .slick-next-custom .icon {
		font-size: 16px; } }
@media (max-width: 768px) {
	.container-page-slider .page-slider-items .item .image-box {
		min-height: 300px; }
	.container-page-slider .page-slider-items .item .title-box {
		bottom: 70px; }
	.container-page-slider .page-slider-items .item .title-box .title {
		font-size: 20px; }
	.container-page-slider .page-slider-items .item .title-box .des {
		font-size: 14px; }
	.container-page-slider .slick-prev-custom .icon, .container-page-slider .slick-next-custom .icon {
		font-size: 14px; }
	.container-page-slider .slick-dots {
		bottom: 70px; } }
@media (max-width: 576px) {
	.container-page-slider .page-slider-items .item {
		height: 200%; }
	.container-page-slider .page-slider-items .item .image-box {
		height: 200%; }
	.container-page-slider .page-slider-items .item .image-box:before {
		padding-top: 200%; }
	.container-page-slider .page-slider-items .item .title-box {
		width: 90%; }
	.container-page-slider .page-slider-items .item .title-box .title {
		font-size: 18px; }
	.container-page-slider .slick-dots {
		display: none !important; } }
/* *** page-home product */
.container-product-top {
	margin-top: 30px; }
.container-product-top .product-items {
	position: relative; }
.container-product-top .product-items .slick-slide {
	margin: 0 10px; }
.container-product-top .product-items .slick-list {
	margin: 0 -10px; }
.container-product-top .slick-prev, .container-product-top .slick-next {
	margin-top: -37px; }

/* *** page-home category */
.container-category {
	margin-top: 50px; }
.container-category .category-item {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden; }
.container-category .category-item img {
	width: 100%;
	transition: all 0.5s ease-in-out; }
.container-category .category-item .title {
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1; }
.container-category .category-item:nth-child(2) {
	margin-top: 20px; }
.container-category .category-item:before {
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0; }
.container-category .category-item:after {
	background: linear-gradient(0deg, #BE9B60 0%, rgba(190, 155, 96, 0.5) 100%);
	width: 100%;
	height: 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transition: height 0.3s ease-in-out; }
.container-category .category-item:hover img {
	transform: scale(1.05); }
.container-category .category-item:hover:after {
	height: 100%; }

@media (max-width: 992px) {
	.container-category {
		margin-top: 50px; }
	.container-category .category-item .title {
		font-size: 16px;
		padding: 15px; } }
@media (max-width: 576px) {
	.container-category {
		margin-top: 30px; }
	.container-category .category-item {
		margin-top: 20px; }
	.container-category .category-item .image-box {
		height: 100%; }
	.container-category .category-item .image-box:before {
		content: '';
		display: block;
		padding-top: 100%; }
	.container-category .category-item .image-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
		position: absolute;
		top: 0;
		left: 0; } }
/* *** page-home product */
.container-product-hp {
	margin-top: 70px; }
.container-product-hp .product-items {
	position: relative; }
.container-product-hp .product-items .slick-slide {
	margin: 0 10px; }
.container-product-hp .product-items .slick-list {
	margin: 0 -10px; }
.container-product-hp .slick-prev, .container-product-hp .slick-next {
	margin-top: -37px; }

@media (max-width: 576px) {
	.container-product-hp {
		margin-top: 30px; } }
/* *** page-home video */
.container-video {
	background-repeat: no-repeat;
	background-size: cover;
	height: 42.8%;
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 50px;
	margin-top: 40px;
	position: relative; }
.container-video:before {
	content: '';
	padding-top: 42.8%;
	display: block; }
.container-video .btn-play {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	width: 200px;
	height: 76px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer; }
.container-video .btn-play .icon {
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-left: 20px; }
.container-video video {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; }

@media (max-width: 576px) {
	.container-video {
		height: 70%;
		margin-top: 30px; }
	.container-video:before {
		padding-top: 70%; } }
/* *** page-home blog */
.ph-container-blog {
	margin-top: 40px;
	padding-bottom: 30px;
	position: relative; }
.ph-container-blog:before {
	background-color: #e6e6e6;
	width: 100%;
	height: calc(100% - 150px);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0; }
.ph-container-blog .slick-prev, .ph-container-blog .slick-next {
	margin-top: -53px; }

@media (max-width: 576px) {
	.ph-container-blog {
		margin-top: 30px;
		padding-bottom: 0; } }
/* *** page-home instagram */
.container-instagram {
	background-color: #e6e6e6;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: -40px; }
.container-instagram .section-title .title {
	font-size: 18px;
	font-weight: 400; }
.container-instagram .section-title .social-link {
	background-color: transparent;
	width: auto;
	min-width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	color: #808080;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin: 15px 0 0 0;
	border: 0;
	direction: ltr; }
.container-instagram .section-title .social-link img {
	width: 24px;
	height: 24px;
	margin-right: 15px; }
.container-instagram .instagram-items {
	position: relative; }
.container-instagram .instagram-items .slick-slide {
	margin: 0 10px; }
.container-instagram .instagram-items .slick-list {
	margin: 0 -10px; }
.container-instagram .instagram-items .slide-instagram-item img {
	width: 100%;
	height: 100%; }

@media (max-width: 576px) {
	.container-instagram {
		padding-top: 30px; }
	.container-instagram .section-title .title {
		font-size: 16px;
		font-weight: 700; } }
/* *** page-products -  */
.filter-product-box {
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	overflow: auto;
	z-index: 10;
	display: none; }
.filter-product-box .category-title {
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	margin-left: 30px; }
.filter-product-box .filter-section {
	margin-bottom: 20px; }
.filter-product-box .filter-section .filter-section-title {
	width: 100%;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer; }
.filter-product-box .filter-section .filter-section-title:before {
	color: #000000;
	font-size: 16px;
	content: '\f114';
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	position: absolute;
	top: 0;
	left: 0; }
.filter-product-box .filter-section.show .filter-section-title:before {
	content: '\f10d'; }
.filter-product-box .filter-section.show .filter-content {
	height: auto;
	padding-top: 20px;
	margin-bottom: 20px; }
.filter-product-box .filter-section .filter-content {
	height: 0;
	overflow: hidden;
	transition: height 0.1s linear; }
.filter-product-box .filter-section .filter-content .has-scrollbar {
	max-height: 265px; }
.filter-product-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_draggerContainer:before {
	background-color: #D9D9D9;
	width: 6px;
	height: 100%;
	border-radius: 2px;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%); }
.filter-product-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #BE9B60;
	border-radius: 2px; }
.filter-product-box .filter-section .filter-content .has-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }
.filter-product-box .menu-category {
	padding: 0; }
.filter-product-box .menu-category li {
	position: relative; }
.filter-product-box .menu-category li a {
	background-color: transparent;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 0; }
.filter-product-box .menu-category li a:hover, .filter-product-box .menu-category li a.active {
	color: #BE9B60; }
.filter-product-box .menu-category ul {
	display: none;
	margin: 0 20px 0 0;
	border: 0; }
.filter-product-box .menu-category ul.open {
	display: block; }
.filter-product-box .menu-category ul li a {
	color: #999999;
	padding-right: 10px; }
.filter-product-box .menu-category ul li a:before {
	background-color: #999999;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-left: 5px;
	border-radius: 100%;
	content: ''; }
.filter-product-box .menu-category ul li a:hover, .filter-product-box .menu-category ul li a.active {
	color: #000000; }
.filter-product-box .menu-category ul li a:hover:before, .filter-product-box .menu-category ul li a.active:before {
	background-color: #BE9B60; }
.filter-product-box .menu-category .nav-dropdown-toggle .icon:after {
	font-size: 16px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	content: '\f114';
	position: absolute;
	left: 0;
	vertical-align: unset;
	margin: 0;
	border: 0; }
.filter-product-box .menu-category .nav-dropdown-toggle.open .icon:after {
	content: '\f10d'; }
.filter-product-box .filter-label-checkbox {
	width: 100%;
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
	position: relative; }
.filter-product-box .filter-label-checkbox .parent-color-box {
	display: inline-flex;
	border: 2px solid #BFBFBF; }
.filter-product-box .filter-label-checkbox .parent-color-box .color-box {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 0;
	position: unset;
	border: 2px solid #ffffff; }
.filter-product-box .form-page-search {
	margin-bottom: 20px; }
.filter-product-box .filter-price-slider-box .ui-widget-content {
	background-color: #D9D9D9;
	width: calc(100% - 20px);
	height: 3px;
	margin: 10px auto 0 auto;
	border: 0; }
.filter-product-box .filter-price-slider-box .ui-widget-header {
	background-color: #000000;
	height: 3px;
	top: 50%;
	transform: translateY(-50%); }
.filter-product-box .filter-price-slider-box .ui-slider-horizontal .ui-slider-handle {
	background-color: #ffffff;
	border: 2px solid #000000;
	border-radius: 100%;
	outline: unset; }
.filter-product-box .filter-price-slider-box .filter-price-data {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px; }
.filter-product-box .filter-price-slider-box .filter-price-data .price-box {
	width: 50%;
	font-family: 'IranSans';
	font-size: 12px; }
.filter-product-box .filter-price-slider-box .filter-price-data .price-box input {
	width: 100%;
	font-family: 'IranSans';
	font-size: 12px;
	border: 0;
	text-align: right;
	outline: none; }
.filter-product-box .filter-price-slider-box .filter-price-data .price-box input.price-to {
	text-align: left; }
.filter-product-box .filter-price-slider-box .filter-price-data .price-box:last-child {
	text-align: left; }
.filter-product-box .btn-filter-done-box {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: -150%;
	transition: all 0.3s ease-in-out; }
.filter-product-box .btn-filter-done-box .btn-filter-done {
	background-color: #000000;
	width: 60%;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	float: right;
	padding: 10px 0; }
.filter-product-box .btn-filter-done-box .btn-filter-close {
	background-color: #999999;
	width: 40%;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	float: left;
	padding: 10px 0; }

.container-products .col-left .row-filter {
	padding: 10px 20px 0 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	margin-bottom: 20px; }
.container-products .col-left .row-filter .col-12 {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px; }
.container-products .col-left .row-filter .product-sort + .select2-container {
	width: auto !important;
	padding-left: 20px; }
.container-products .col-left .row-filter .product-sort + .select2-container .select2-selection--single {
	font-weight: 700;
	padding: 0;
	border: 0; }
.container-products .col-left .row-filter .product-sort + .select2-container .select2-selection--single .select2-selection__arrow {
	left: 0 !important; }
.container-products .col-left .row-filter .filter-col-right {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	border: 0;
	overflow: unset; }
.container-products .col-left .row-filter .filter-section {
	margin: 0 30px 0 0;
	position: relative; }
.container-products .col-left .row-filter .filter-section .filter-section-title {
	height: 50px;
	padding-left: 30px; }
.container-products .col-left .row-filter .filter-section .filter-section-title:before {
	content: '\f10d';
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%); }
.container-products .col-left .row-filter .filter-section.show .filter-section-title:before {
	content: '\f114'; }
.container-products .col-left .row-filter .filter-section.show .filter-content {
	padding: 15px 15px 15px 10px; }
.container-products .col-left .row-filter .filter-section .filter-content {
	background-color: #ffffff;
	min-width: 200px;
	margin-bottom: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1; }
.container-products .col-left .row-filter .filter-section .filter-content .has-scrollbar {
	max-height: 220px; }
.container-products .col-left .row-filter .filter-section .filter-content .menu-category li a {
	font-size: 12px;
	padding: 7px 12px 7px 0; }
.container-products .col-left .row-filter .filter-section .filter-content .menu-category li a:hover {
	color: #BE9B60; }
.container-products .col-left .row-filter .filter-section .filter-content .menu-category li a:before {
	background-color: #BFBFBF;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%); }
.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color {
	min-width: 800px; }
.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color .filter-label-checkbox {
	width: 100px;
	margin: 10px 0; }
.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color .filter-label-checkbox .parent-color-box {
	display: inline-flex;
	border: 2px solid #BFBFBF; }
.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color .filter-label-checkbox .parent-color-box .color-box {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 0;
	position: unset;
	border: 2px solid #ffffff; }
.container-products .col-left .btn-filter-view, .container-products .col-left .btn-sort-view {
	height: 50px;
	color: #000000;
	display: none;
	align-items: center;
	justify-content: center; }
.container-products .col-left .btn-filter-view .icon, .container-products .col-left .btn-sort-view .icon {
	display: inline-flex;
	margin-right: 5px; }
.container-products .col-left .btn-filter-view:hover, .container-products .col-left .btn-sort-view:hover {
	color: #BE9B60; }
.container-products .col-left .products-items .row {
	margin-right: -2.5px;
	margin-left: -2.5px; }
.container-products .col-left .products-items div[class*="col-"] {
	padding-right: 2.5px;
	padding-left: 2.5px; }
.container-products .col-left .products-items .product-item {
	margin-bottom: 5px; }

.container-product-list-des {
	margin-top: 40px; }
.container-product-list-des .des-box {
	text-align: center;
	padding: 20px 30px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	position: relative; }
.container-product-list-des .des-box:before, .container-product-list-des .des-box:after {
	background-color: #BE9B60;
	width: 50px;
	height: 8px;
	content: '';
	position: absolute;
	top: 12px;
	left: 17px; }
.container-product-list-des .des-box:after {
	width: 8px;
	height: 30px; }
.container-product-list-des .des-box .section-title {
	margin-bottom: 20px; }
.container-product-list-des .des-box .section-title .title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-align: right; }
.container-product-list-des .des-box .des {
	height: 120px;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	overflow: hidden; }
.container-product-list-des .des-box .btn-des-change {
	color: #000000;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	margin-top: 20px; }
.container-product-list-des .des-box .btn-des-change:hover {
	color: #BE9B60; }
.container-product-list-des .des-box .btn-des-change .icon {
	width: 14px;
	height: 14px;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px; }
.container-product-list-des .des-box .btn-des-change .icon-up {
	display: none; }
.container-product-list-des .des-box .btn-des-change .title-2 {
	display: none; }
.container-product-list-des .des-box.full-height .des {
	height: auto; }
.container-product-list-des .des-box.full-height .btn-des-change .icon-up {
	display: inline-block; }
.container-product-list-des .des-box.full-height .btn-des-change .icon-down {
	display: none; }
.container-product-list-des .des-box.full-height .btn-des-change .title-2 {
	display: inline-block; }
.container-product-list-des .des-box.full-height .btn-des-change .title {
	display: none; }

.container-compare-product {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #D9D9D9;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2; }
.container-compare-product .title {
	padding: 0 30px; }
.container-compare-product .product-items {
	flex: 1;
	display: inline-flex;
	padding: 5px 0; }
.container-compare-product .product-items .item {
	border: 1px solid #D9D9D9;
	padding: 5px;
	margin-left: 20px;
	position: relative; }
.container-compare-product .product-items .item:hover {
	border: 1px solid #000000; }
.container-compare-product .product-items .item .image-box {
	display: inline-block; }
.container-compare-product .product-items .item .image-box img {
	width: 40px;
	height: 40px; }
.container-compare-product .product-items .item .btn-delete {
	background-color: #000000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-size: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	top: -5px;
	left: -10px; }
.container-compare-product .product-items .item .btn-delete:hover {
	background-color: #ff0000; }
.container-compare-product .product-items .item .btn-delete .icon {
	font-size: 10px;
	display: inline-flex; }
.container-compare-product .btn-box {
	background-color: #F7F7F7;
	display: inline-flex;
	align-self: stretch; }
.container-compare-product .btn-box a {
	height: 100%;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	padding: 10px 20px; }
.container-compare-product .btn-box a.btn-delete {
	background-color: #F7F7F7;
	color: #ff0000; }
.container-compare-product .btn-box a.btn-delete .icon {
	font-size: 12px;
	display: inline-flex;
	margin-left: 5px; }
.container-compare-product .btn-box a.btn-compare {
	background-color: #BE9B60;
	color: #ffffff; }
.container-compare-product .btn-box a.btn-compare:hover {
	background-color: #000000; }

.compare-product-popover img {
	width: 160px; }
.compare-product-popover .title {
	width: 100%;
	color: #000000;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	margin-top: 10px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden; }

.mobile-filter-sort label {
	width: 100%;
	margin: 10px 0; }

@media (max-width: 1300px) {
	.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color {
		min-width: 600px; } }
@media (max-width: 1199px) {
	.container-products .col-left .row-filter .filter-section .filter-content.filter-content-color {
		min-width: 550px; } }
@media (max-width: 992px) {
	.container-products .col-right .filter-product-box {
		width: 100%;
		height: calc(100% - 40px);
		display: block;
		border: 0;
		position: fixed;
		top: 0;
		right: -150%;
		transition: all 0.3s ease-in-out;
		z-index: 100; }
	.container-products .col-right .filter-product-box.show {
		right: 0; }
	.container-products .col-right .filter-product-box.show .btn-filter-done-box {
		right: 0; }
	.container-products .col-left .row-filter .filter-section {
		display: none; }
	.container-products .col-left .btn-filter-view {
		display: inline-flex; } }
@media (max-width: 768px) {
	.container-products .col-left {
		/*.product-item-big
            {
                height: auto;

                .image-box
                {
                    height: auto;

                    &:before
                    {
                        content: '';
                        display: block;
                        padding-top: 140%;
                    }
                }
            }*/ }

	.container-compare-product {
		display: none; } }
@media (max-width: 576px) {
	.container-products .col-left .row-filter .col-12 {
		flex-direction: column; }
	.container-products .col-left .row-filter .category-title {
		margin: 0; }
	.container-products .col-left .row-filter .product-sort + .select2-container {
		display: none; }
	.container-products .col-left .btn-filter-view, .container-products .col-left .btn-sort-view {
		width: 110px;
		display: inline-flex;
		margin: 20px 5px;
		border: 1px solid #D9D9D9; }
	.container-products .col-left .product-item-big {
		display: block; }
	.container-products .col-left .product-item-big .image-box {
		height: 100%; }
	.container-products .col-left .product-item-big .image-box:before {
		content: '';
		display: block;
		padding-top: 100%; }
	.container-products .col-left .product-item-big .image-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
		position: absolute;
		top: 0;
		left: 0; } }
/* *** page-product -  */
.container-product.container-product-image-data .product-detail-box {
	padding: 0;
	position: relative; }
.container-product.container-product-image-data .product-detail-box .images-box {
	width: 100%;
	position: relative; }
.container-product.container-product-image-data .product-detail-box .images-box .row {
	margin-right: -2.5px;
	margin-left: -2.5px; }
.container-product.container-product-image-data .product-detail-box .images-box div[class*="col-"] {
	padding-right: 2.5px;
	padding-left: 2.5px; }
.container-product.container-product-image-data .product-detail-box .images-box .image-box {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	position: relative; }
.container-product.container-product-image-data .product-detail-box .images-box .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: contain;
	-o-object-fit: contain; }
.container-product.container-product-image-data .product-detail-box .images-box .image-box:before {
	content: '';
	padding-top: 115.97%;
	display: block; }
.container-product.container-product-image-data .product-detail-box .tools-box {
	background-color: #F7F7F7;
	width: 40px;
	padding: 5px 0;
	position: absolute;
	right: 0;
	top: 40px; }
.container-product.container-product-image-data .product-detail-box .tools-box a {
	width: 40px;
	height: 40px;
	color: #b3b3b3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0; }
.container-product.container-product-image-data .product-detail-box .tools-box a:hover {
	color: #BE9B60; }
.container-product.container-product-image-data .product-detail-box .tools-box a .icon {
	width: 20px;
	height: 20px;
	font-size: 20px; }
.container-product.container-product-image-data .product-detail-box .data-box {
	width: 100%;
	display: inline-flex;
	flex-direction: column; }
.container-product.container-product-image-data .product-detail-box .title-box {
	margin: 0 0 15px 0; }
.container-product.container-product-image-data .product-detail-box .title-box .product-title .title {
	line-height: 30px;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 20px; }
.container-product.container-product-image-data .product-detail-box .title-box .product-title .title:hover {
	color: #BE9B60; }
.container-product.container-product-image-data .product-detail-box .title-box .title-en-code-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.container-product.container-product-image-data .product-detail-box .title-box .title-en-code-box .code-box {
	color: #000000;
	font-size: 14px;
	font-weight: 400; }
.container-product.container-product-image-data .product-detail-box .title-box .title-en-code-box .code-box .value {
	margin-right: 5px; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box {
	display: inline-flex;
	align-items: center; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box .person {
	font-size: 12px;
	font-weight: 700; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box .score {
	font-size: 12px;
	font-weight: 700;
	margin: 0 5px; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box .stars {
	color: #ffd400;
	font-size: 16px;
	display: inline-flex;
	align-items: center; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box .stars i {
	display: inline-flex; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .score-box .stars .null {
	color: #BFBFBF; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .btn-comment {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
	cursor: pointer; }
.container-product.container-product-image-data .product-detail-box .score-btn-comment-box .btn-comment:hover {
	color: #BE9B60; }
.container-product.container-product-image-data .product-detail-box .product-input-box {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: 1px solid #b3b3b3; }
.container-product.container-product-image-data .product-detail-box .product-input-box .value {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	border: 2px solid #ffffff; }
.container-product.container-product-image-data .product-detail-box .product-input-box.active-checked {
	border-color: #6C894F; }
.container-product.container-product-image-data .product-detail-box .product-input-box.active-checked .value {
	color: #BE9B60; }
.container-product.container-product-image-data .product-detail-box .product-input-box input {
	display: none; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .price {
	color: #000000;
	font-size: 16px;
	font-weight: 700; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .price .price-unit {
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old {
	font-size: 14px;
	font-weight: 700; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old .price-old {
	color: #000000;
	text-decoration: line-through; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old .discount {
	color: #000000;
	padding: 0 15px;
	position: relative;
	top: unset;
	left: unset; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old .discount:before, .container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old .discount:after {
	background-color: #BE9B60;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	top: -5px;
	left: 0; }
.container-product.container-product-image-data .product-detail-box .price-price-old-box .discount-price-old .discount:after {
	width: 3px;
	height: 10px; }
.container-product.container-product-image-data .product-detail-box .product-color-box {
	width: 100%;
	margin-bottom: 30px; }
.container-product.container-product-image-data .product-detail-box .product-color-box .title {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px; }
.container-product.container-product-image-data .product-detail-box .size-number-box {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 30px; }
.container-product.container-product-image-data .product-detail-box .size-number-box .select2-container {
	width: unset;
	flex: 1;
	max-width: unset !important;
	margin-left: 16px; }
.container-product.container-product-image-data .product-detail-box .size-number-box .number-box {
	background-color: #ffffff;
	width: 150px;
	display: inline-flex;
	align-items: center;
	border: 1px solid #D9D9D9;
	overflow: hidden; }
.container-product.container-product-image-data .product-detail-box .size-number-box .number-box .icon {
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	color: #808080;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer; }
.container-product.container-product-image-data .product-detail-box .size-number-box .number-box .icon:hover {
	color: #BE9B60; }
.container-product.container-product-image-data .product-detail-box .size-number-box .number-box .product-number {
	width: 66px;
	height: 42px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	border: 0;
	margin: 0 5px;
	outline: none; }
.container-product.container-product-image-data .product-detail-box .btn-add-to-basket-box {
	width: 100%; }
.container-product.container-product-image-data .product-detail-box .btn-add-to-basket-box .btn-custom {
	width: 100%;
	max-width: unset;
	height: 60px; }
.container-product.container-product-image-data .product-detail-box .product-property-des {
	margin-top: 30px; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-button {
	background-color: unset !important;
	box-shadow: unset !important;
	color: #BE9B60;
	font-size: 16px;
	font-weight: 400;
	padding-right: 0;
	padding-left: 0; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-button:after {
	background-image: unset;
	color: #BE9B60;
	font-size: 12px;
	content: '\f114';
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	transform: unset; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-button:focus {
	border-color: unset;
	outline: unset;
	box-shadow: unset; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-button.collapsed {
	color: #808080; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-button.collapsed:after {
	color: #999999;
	content: '\f10d'; }
.container-product.container-product-image-data .product-detail-box .product-property-des .accordion-body {
	padding-right: 0;
	padding-left: 0; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box {
	text-align: center; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul {
	width: 100%;
	display: inline-block; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li {
	width: 100%;
	text-align: right;
	display: inline-flex;
	margin-bottom: 10px; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li:last-child {
	margin-bottom: 0; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .title {
	background-color: #e6e6e6;
	width: 180px;
	color: #000000;
	font-size: 12px;
	padding: 10px 20px;
	border: 1px solid #e6e6e6; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .value {
	background-color: #ffffff;
	flex: 1;
	color: #000000;
	font-size: 12px;
	padding: 10px 20px;
	margin-right: 10px;
	border: 1px solid #e6e6e6; }
.container-product.container-product-image-data .product-detail-box .product-property-des .section-des {
	line-height: 28px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: justify; }
.container-product.container-product-image-data .product-detail-box .detail-box {
	margin: 30px 0 0 0; }
.container-product.container-product-image-data .product-detail-box .detail-box .detail-title {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 12px; }
.container-product.container-product-image-data .product-detail-box .detail-box ul li {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding-right: 13px;
	margin-bottom: 12px;
	position: relative; }
.container-product.container-product-image-data .product-detail-box .detail-box ul li:before {
	background-color: #BE9B60;
	width: 6px;
	height: 6px;
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	border-radius: 100%; }
.container-product.container-product-image-data .product-detail-box .detail-box ul li:last-child {
	margin-bottom: 0; }

@media (max-width: 1199px) {
	.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .title {
		width: 120px;
		padding: 10px 10px; }
	.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .value {
		padding: 10px 10px; } }
@media (max-width: 992px) {
	.container-product.container-product-image-data .product-detail-box .title-box .product-title .title {
		font-size: 16px; }
	.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li {
		flex-direction: column; }
	.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .title {
		width: 100%;
		margin-bottom: 5px; }
	.container-product.container-product-image-data .product-detail-box .product-property-des .section-property .property-box ul li .value {
		width: 100%;
		margin: 0; } }
@media (max-width: 768px) {
	.container-product.container-product-image-data .product-detail-box .row-product-detail-box {
		flex-direction: column-reverse; }
	.container-product.container-product-image-data .product-detail-box .images-box {
		margin-bottom: 30px; } }
@media (max-width: 576px) {
	.container-product.container-product-image-data .product-detail-box .tools-box {
		width: 30px;
		border-radius: 15px 0 0 15px;
		top: 20px; }
	.container-product.container-product-image-data .product-detail-box .tools-box a {
		width: 30px;
		height: 30px;
		margin: 2px 0; }
	.container-product.container-product-image-data .product-detail-box .tools-box a .icon {
		width: 15px;
		height: 15px;
		font-size: 15px; } }
/* *** page-basket -  */
.container-basket-step {
	margin-bottom: 40px;
	position: relative;
	z-index: 0; }
.container-basket-step .basket-step-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-basket-step .basket-step-box .step-item {
	margin-left: 120px;
	position: relative; }
.container-basket-step .basket-step-box .step-item .title {
	color: #999999;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px; }
.container-basket-step .basket-step-box .step-item .image-box {
	background-color: #ffffff;
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #BFBFBF;
	position: relative;
	z-index: 1; }
.container-basket-step .basket-step-box .step-item .image-box:after {
	background-color: #BFBFBF;
	width: 110px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: -117px;
	transform: translateY(-50%);
	content: ''; }
.container-basket-step .basket-step-box .step-item .image-box .icon {
	color: #BFBFBF;
	font-size: 35px; }
.container-basket-step .basket-step-box .step-item:last-child {
	margin-left: 0; }
.container-basket-step .basket-step-box .step-item:last-child .image-box:after {
	display: none; }
.container-basket-step .basket-step-box .step-item.active .title {
	color: #BE9B60; }
.container-basket-step .basket-step-box .step-item.active .image-box {
	background-color: #BE9B60;
	border-color: #BE9B60; }
.container-basket-step .basket-step-box .step-item.active .image-box .icon {
	color: #ffffff; }
.container-basket-step .basket-step-box .step-item.active .image-box:after {
	background-color: #BE9B60; }

.container-basket-footer .basket-footer-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	margin-top: 40px;
	border-top: 1px solid #D9D9D9; }
.container-basket-footer .basket-footer-box.no-line {
	padding-top: 0;
	border-top: 0; }
.container-basket-footer .basket-footer-box .link-go-to-shop {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-basket-footer .basket-footer-box .link-go-to-shop .icon {
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-left: 5px; }
.container-basket-footer .basket-footer-box .link-go-to-shop:hover {
	color: #30E391; }
.container-basket-footer .basket-footer-box .link-continue {
	background-color: #000000;
	width: 150px;
	height: 50px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 25px; }
.container-basket-footer .basket-footer-box .link-continue:hover {
	background-color: #30E391;
	color: #ffffff; }
.container-basket-footer .basket-footer-box .link-continue.link-continue-2 {
	background-color: #30E391; }
.container-basket-footer .basket-footer-box .link-continue.link-continue-2:hover {
	background-color: #30E391; }

.container-basket-data .section-box {
	margin-bottom: 30px; }
.container-basket-data .section-box.by-bg {
	background-color: #F2F2F2; }
.container-basket-data .section-box.by-padding {
	padding: 30px 40px; }
.container-basket-data .section-box.by-border {
	border: 1px solid #BE9B60; }
.container-basket-data .section-box.by-border-2 {
	border: 1px solid #D9D9D9; }
.container-basket-data .section-box .section-title {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px; }
.container-basket-data .section-box .section-title .title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-align: right; }
.container-basket-data .section-box .section-title .icon {
	width: 35px;
	height: 35px;
	margin-left: 5px; }
.container-basket-data .section-box .section-title .btn-link {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	text-decoration: none; }
.container-basket-data .section-box .section-title .btn-link .icon {
	width: 14px;
	height: 14px;
	font-size: 14px;
	margin-left: 10px; }
.container-basket-data .section-box .section-title .btn-link:hover {
	color: #30E391; }
.container-basket-data .section-box .section-content.by-padding {
	padding: 20px; }
.container-basket-data .section-box .section-content.by-border {
	border: 1px solid #D9D9D9;
	border-radius: 10px; }
.container-basket-data .col-right.by-bg {
	background-color: #F7F7F7; }
.container-basket-data .col-right.by-padding {
	padding: 30px 26px; }
.container-basket-data .col-left {
	background-color: #ffffff;
	text-align: center;
	padding: 30px 20px;
	border: 1px solid #BE9B60; }
.container-basket-data .col-left .title {
	font-size: 18px;
	font-weight: 700; }
.container-basket-data .col-left .price-box {
	margin-top: 20px; }
.container-basket-data .col-left .price-box .price-item {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px; }
.container-basket-data .col-left .price-box .price-item:last-child {
	margin-bottom: 0; }
.container-basket-data .col-left .price-box .price-item.price-item-total {
	font-weight: 700; }
.container-basket-data .col-left .des {
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
	margin-top: 20px; }
.container-basket-data .col-left .btn-custom {
	margin-top: 40px; }

@media (max-width: 992px) {
	.container-basket-data .col-left {
		margin-top: 20px; } }
@media (max-width: 768px) {
	.container-basket-step .basket-step-box .step-item {
		margin-left: 75px; }
	.container-basket-step .basket-step-box .step-item .title {
		font-size: 12px; }
	.container-basket-step .basket-step-box .step-item .image-box {
		width: 64px;
		height: 64px; }
	.container-basket-step .basket-step-box .step-item .image-box:after {
		width: 55px;
		left: -67px; }
	.container-basket-step .basket-step-box .step-item .image-box .icon {
		font-size: 24px; }
	.container-basket-step .basket-step-box .step-item:last-child {
		margin-left: 0; } }
@media (max-width: 576px) {
	.container-basket-step .basket-step-box .step-item {
		margin-left: 50px; }
	.container-basket-step .basket-step-box .step-item .title {
		font-size: 8px; }
	.container-basket-step .basket-step-box .step-item .image-box {
		width: 48px;
		height: 48px; }
	.container-basket-step .basket-step-box .step-item .image-box:after {
		width: 40px;
		left: -47px; }
	.container-basket-step .basket-step-box .step-item .image-box .icon {
		font-size: 18px; }
	.container-basket-step .basket-step-box .step-item:last-child {
		margin-left: 0; }

	.container-basket-data .section-box.by-padding {
		padding: 15px; }
	.container-basket-data .section-box .section-title .title {
		font-size: 14px; }
	.container-basket-data .section-box .section-title .icon {
		width: 24px;
		height: 24px; }
	.container-basket-data .section-box .section-title .btn-link {
		font-size: 14px; }
	.container-basket-data .section-box .section-title .btn-link .icon {
		width: 12px;
		height: 12px;
		font-size: 12px;
		margin-left: 5px; }
	.container-basket-data .col-right.by-padding {
		padding: 10px; } }
/* *** page-basket- -  */
.container-basket-data .col-right .basket-product-item {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	position: relative; }
.container-basket-data .col-right .basket-product-item:last-child {
	margin-bottom: 0; }
.container-basket-data .col-right .basket-product-item .image-box {
	display: inline-flex;
	align-self: stretch;
	align-items: center;
	justify-content: center; }
.container-basket-data .col-right .basket-product-item .image-box img {
	width: 150px;
	object-fit: contain; }
.container-basket-data .col-right .basket-product-item .title-price-box {
	display: inline-flex;
	flex: 1;
	align-items: center;
	justify-content: space-between; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des {
	flex: 1;
	padding: 0 20px; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .link-title {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .link-title:hover {
	color: #BE9B60; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .code-box {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	margin-top: 10px; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .code-box .title {
	color: #808080;
	margin-left: 5px; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .code-box label {
	background-color: #ffffff;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .code-box .color-box {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D9D9D9; }
.container-basket-data .col-right .basket-product-item .title-price-box .title-des .code-box .color-box .color {
	background-color: #8696A5;
	width: 30px;
	height: 30px;
	display: inline-block; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-main-box {
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box {
	text-align: left;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .number-box {
	background-color: #ffffff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 50px;
	border: 1px solid #BFBFBF;
	overflow: hidden; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .number-box .icon {
	width: 42px;
	height: 42px;
	color: #808080;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .number-box .icon:hover {
	color: #BE9B60; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .number-box .product-number {
	width: 66px;
	height: 42px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	border: 0;
	outline: none; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-old-box {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 20px;
	white-space: nowrap; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-old-box .price-old {
	color: #808080;
	font-size: 18px;
	text-decoration: line-through; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-old-box .price-unit {
	font-size: 16px; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .price {
	font-size: 24px;
	font-weight: 700; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .price-unit {
	font-size: 18px;
	font-weight: 400;
	margin-right: 5px; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .discount {
	color: #000000;
	padding: 0 15px;
	position: relative;
	top: unset;
	left: unset;
	white-space: nowrap; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .discount:before, .container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .discount:after {
	background-color: #BE9B60;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	top: -5px;
	left: 0; }
.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-box .discount:after {
	width: 3px;
	height: 10px; }
.container-basket-data .col-right .btn-delete {
	color: #000000;
	font-size: 15px;
	position: absolute;
	top: 30px;
	right: 30px; }
.container-basket-data .col-right .btn-delete:hover {
	color: #ff0000; }
.container-basket-data .col-left {
	position: sticky;
	top: 0; }

@media (max-width: 1199px) {
	.container-basket-data .col-right .basket-product-item .title-price-box .price-main-box {
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-end; }
	.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-old-box {
		margin-left: 0;
		margin-bottom: 10px; } }
@media (max-width: 768px) {
	.container-basket-data .col-right .basket-product-item {
		flex-direction: column; }
	.container-basket-data .col-right .basket-product-item .title-price-box {
		width: 100%;
		margin-top: 10px; }
	.container-basket-data .col-right .basket-product-item .title-price-box .title-des {
		padding-right: 0; } }
@media (max-width: 576px) {
	.container-basket-data .col-right .basket-product-item {
		padding: 10px; }
	.container-basket-data .col-right .basket-product-item .title-price-box {
		flex-direction: column; }
	.container-basket-data .col-right .basket-product-item .title-price-box .title-des {
		padding-left: 0; }
	.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box {
		align-items: center;
		text-align: center;
		margin-top: 20px; }
	.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .number-box {
		margin-bottom: 20px; }
	.container-basket-data .col-right .basket-product-item .title-price-box .price-discount-box .price-old-box {
		justify-content: center; } }
/* *** page-basket-account */
.container-basket-data.container-basket-delivery-data .section-title {
	margin-top: 10px; }
.container-basket-data .section-box.section-order-address-box .address-box {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #BFBFBF;
	border-radius: 0; }
.container-basket-data .section-box.section-order-address-box .address-box.active {
	border-color: #BE9B60; }
.container-basket-data .section-box.section-order-address-box .address-box input {
	margin-left: 10px; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data {
	flex: 1; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .row-top {
	margin-bottom: 30px; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .row-bottom {
	width: 100%;
	display: inline-flex;
	justify-content: space-between; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .title {
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .value {
	color: #000000;
	font-size: 14px; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box {
	width: 110px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-edit, .container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-delete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	border-radius: 0;
	position: relative;
	top: unset;
	right: unset; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-edit:hover, .container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-delete:hover {
	color: #BE9B60; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-edit {
	margin-left: 10px;
	position: relative; }
.container-basket-data .section-box.section-order-address-box .address-box .address-data .btn-box .btn-edit:before {
	background-color: #000000;
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: -5px; }
.container-basket-data .section-box.section-order-sent-time-box {
	margin-bottom: 20px; }
.container-basket-data .section-box.section-order-sent-time-box .des {
	color: #808080; }
.container-basket-data .section-box.section-order-sent-time-box .time-box {
	width: 100%;
	padding: 0;
	margin-top: 10px; }
.container-basket-data .section-box.section-order-sent-time-box .time-box label {
	width: 200px;
	height: 42px;
	padding: 0 20px;
	margin-left: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 25px; }
.container-basket-data .section-box.section-order-sent-time-box .time-box label:last-child {
	margin-left: 0; }
.container-basket-data .section-box.section-order-sent-time-box .time-box label .title {
	margin-right: 10px; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box.active {
	border-color: #BE9B60; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box input {
	margin-left: 10px; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box .icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
	-o-object-fit: contain;
	margin-left: 20px; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box .delivery-type-data {
	flex: 1; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box .delivery-type-data .title {
	color: #000000;
	font-size: 16px;
	font-weight: 400; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box .delivery-type-data .price-box {
	color: #000000;
	font-size: 14px;
	margin-top: 20px; }
.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box .delivery-type-data .price-box .title {
	font-size: 14px;
	font-weight: 700; }
.container-basket-data .section-box.section-order-delivery-time-box .has-scrollbar {
	height: 250px;
	overflow: hidden; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box {
	background-color: #ffffff;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box.active {
	border-color: #BE9B60; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box input {
	margin-left: 10px; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data {
	flex: 1; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data .day, .container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data .time {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	position: relative; }
.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data .day {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #D9D9D9; }
.container-basket-data .section-box.section-order-discount-box.section-box {
	width: 100%;
	height: calc(100% - 30px);
	display: inline-flex;
	flex-direction: column; }
.container-basket-data .section-box.section-order-discount-box .form-box {
	background-color: #ffffff;
	flex: 1;
	padding: 20px;
	border: 1px solid #D9D9D9; }
.container-basket-data .section-box.section-order-discount-box .des {
	color: #000000;
	font-size: 12px;
	font-weight: 400; }
.container-basket-data .section-box.section-order-discount-box .form {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 24px; }
.container-basket-data .section-box.section-order-discount-box .form form {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end; }

@media (max-width: 992px) {
	.container-basket-data .section-box.section-order-sent-time-box .time-box label {
		width: unset;
		padding: 0 7px; }
	.container-basket-data .section-box.section-order-sent-time-box .time-box label .title {
		margin-right: 5px; } }
@media (max-width: 576px) {
	.container-basket-data .section-box.section-order-address-box .address-box {
		padding: 10px; }
	.container-basket-data .section-box.section-order-address-box .address-box .address-data .row-bottom {
		flex-direction: column; }
	.container-basket-data .section-box.section-order-address-box .address-box .address-data .row-bottom .value {
		margin-bottom: 20px; }
	.container-basket-data .section-box.section-order-address-box .address-box .address-data .row-bottom .btn-box {
		width: 100%;
		justify-content: flex-start; }
	.container-basket-data .section-box.section-order-delivery-type-box .delivery-type-box {
		padding: 10px; }
	.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box {
		padding: 10px; }
	.container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data .day, .container-basket-data .section-box.section-order-delivery-time-box .delivery-time-box .delivery-time-data .time {
		font-size: 14px; } }
/* *** page-basket-account */
.container-sign-up .title {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 30px; }

/* *** page-basket-account */
.container-basket-data.container-basket-bill-data .section-box .delivery-des {
	color: #000000;
	font-size: 16px;
	font-weight: 700; }
.container-basket-data.container-basket-bill-data .section-box.section-bills-content .section-title {
	display: block; }
.container-basket-data.container-basket-bill-data .section-box.section-bills-content .section-title .title, .container-basket-data.container-basket-bill-data .section-box.section-bills-content .section-title .des {
	width: 100%;
	text-align: center;
	margin-bottom: 12px; }
.container-basket-data.container-basket-bill-data .section-box.section-bills-content .price-item {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px; }
.container-basket-data.container-basket-bill-data .section-box.section-bills-content .price-item:last-child {
	margin-bottom: 0; }
.container-basket-data.container-basket-bill-data .section-box.section-bills-content .price-item.price-item-total {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .section-title {
	display: block; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .section-title .title {
	width: 100%;
	text-align: center; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .label-payment {
	width: 100%;
	display: inline-flex;
	align-items: center;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	cursor: pointer; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .label-payment:last-child {
	margin-bottom: 0; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .label-payment img {
	width: 32px;
	margin: 0 10px; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .label-payment .title {
	width: calc(100% - 73px);
	color: #000000;
	font-size: 14px;
	font-weight: 400; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-card-data {
	max-width: 500px;
	margin-top: 30px;
	display: none; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-card-data .input-box label {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-card-data .input-box .form-input, .container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-card-data .input-box .form-select {
	width: 100%;
	height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 15px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	outline: none;
	resize: none;
	box-shadow: none; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-bank-online-data {
	margin-top: 30px;
	display: none; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-bank-online-data .label-payment-bank-online {
	width: auto;
	display: inline-flex;
	align-items: center;
	padding: 10px;
	margin: 0 0 5px 5px;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	cursor: pointer; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-bank-online-data .label-payment-bank-online:last-child {
	margin-bottom: 0; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-bank-online-data .label-payment-bank-online img {
	width: 32px;
	height: 32px;
	margin: 0 10px; }
.container-basket-data.container-basket-bill-data .section-box.section-payment-content .payment-bank-online-data .label-payment-bank-online .title {
	color: #000000;
	font-size: 14px;
	font-weight: 400; }

/* *** page-contact */
.container-contact .title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-align: justify;
	margin-bottom: 20px; }
.container-contact .contact-data .title {
	margin-bottom: 36px; }
.container-contact .contact-data .contact-data-box {
	width: 100%;
	text-align: center;
	display: inline-flex;
	align-items: center;
	margin-bottom: 50px; }
.container-contact .contact-data .contact-data-box img {
	width: 100%;
	max-width: 65px; }
.container-contact .contact-data .contact-data-box .des {
	flex: 1;
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-right: 30px; }
.container-contact .contact-form .des {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 20px; }
.container-contact .contact-form .form {
	width: 100%;
	margin: 0;
	position: relative; }
.container-contact .contact-form .form .form-textarea {
	height: 120px; }
.container-contact .contact-form .form .col-btn {
	text-align: left;
	margin-top: 10px; }

@media (max-width: 992px) {
	.container-contact .title {
		font-size: 18px; } }
@media (max-width: 768px) {
	.container-contact .title {
		font-size: 16px; } }
@media (max-width: 568px) {
	.container-contact .title {
		font-size: 14px; }
	.container-contact .contact-data .contact-data-box {
		margin-bottom: 20px; }
	.container-contact .contact-data .contact-data-box img {
		max-width: 36px; }
	.container-contact .contact-data .contact-data-box .des {
		margin-right: 15px; }
	.container-contact .contact-form {
		margin-top: 20px; } }
/* *** page-about */
.container-about-image {
	margin-top: -40px;
	margin-bottom: 20px; }
.container-about-image img {
	width: 100%; }

.container-about .section-title {
	margin-bottom: 20px; }
.container-about .des {
	line-height: 32px;
	font-size: 16px;
	font-weight: 400;
	text-align: justify; }

/* *** page-blog - items */
.container-blog .blog-item {
	width: 100%;
	display: inline-flex;
	align-items: stretch;
	margin-bottom: 20px; }
.container-blog .blog-item.blog-item-top {
	margin-bottom: 40px; }
.container-blog .blog-item .image-box {
	width: 50%;
	height: 70.92%;
	display: inline-block;
	position: relative; }
.container-blog .blog-item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover;
	border-radius: 0; }
.container-blog .blog-item .image-box:before {
	content: '';
	padding-top: 70.92%;
	display: block; }
.container-blog .blog-item .post-data-box {
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 20px 0 0; }
.container-blog .blog-item .post-data-box .top-title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px; }
.container-blog .blog-item .post-data-box .category-date-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px; }
.container-blog .blog-item .post-data-box .category-date-box .date {
	background-color: #BE9B60;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px; }
.container-blog .blog-item .post-data-box .category-date-box .category-link {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-left: 30px; }
.container-blog .blog-item .post-data-box .category-date-box .category-link:hover {
	color: #BE9B60; }
.container-blog .blog-item .post-data-box .link-title {
	display: inline-block; }
.container-blog .blog-item .post-data-box .link-title .title {
	line-height: 28px;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.container-blog .blog-item .post-data-box .link-title .title:hover {
	color: #BE9B60; }
.container-blog .blog-item .post-data-box .des {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; }
.container-blog .blog-item .post-data-box .continue-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px; }
.container-blog .blog-item .post-data-box .continue-box .continue-link {
	color: #BE9B60;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center; }
.container-blog .blog-item .post-data-box .continue-box .continue-link .icon {
	font-size: 15px;
	margin-right: 5px; }
.container-blog .blog-item .post-data-box .continue-box .continue-link:hover {
	color: #000000; }

@media (max-width: 992px) {
	.container-blog .blog-item.blog-item-top .post-data-box .top-title {
		font-size: 18px;
		margin-bottom: 20px; }
	.container-blog .blog-item.blog-item-top .post-data-box .category-date-box {
		margin-bottom: 20px; }
	.container-blog .blog-item.blog-item-top .post-data-box .des {
		margin-top: 10px; } }
@media (max-width: 768px) {
	.container-blog .blog-item.blog-item-top .post-data-box .des {
		display: none; } }
@media (max-width: 567px) {
	.container-blog .blog-item {
		align-items: center;
		flex-direction: column; }
	.container-blog .blog-item .image-box {
		width: 100%; }
	.container-blog .blog-item .post-data-box {
		width: 100%;
		justify-content: unset;
		padding-right: 0;
		margin-top: 20px; } }
/* *** page-blog-post */
.container-blog-post .post-header {
	width: 100%;
	display: inline-flex;
	flex-direction: row-reverse; }
.container-blog-post .post-header .image-box-t {
	width: 58.33%;
	position: relative; }
.container-blog-post .post-header .image-box-t .image-box {
	width: 100%;
	height: 71.33%; }
.container-blog-post .post-header .image-box-t .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover; }
.container-blog-post .post-header .image-box-t .image-box:before {
	content: '';
	padding-top: 71.33%;
	display: block; }
.container-blog-post .post-header .post-data-box {
	background-color: #F2F2F2;
	width: 41.67%;
	display: inline-flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 20px;
	margin: 30px 0; }
.container-blog-post .post-header .post-data-box .print-share-date-box {
	margin-bottom: 20px; }
.container-blog-post .post-header .post-data-box .print-share-date-box .item {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	margin-left: 30px; }
.container-blog-post .post-header .post-data-box .print-share-date-box .item:last-child {
	margin-left: 0; }
.container-blog-post .post-header .post-data-box .print-share-date-box .item .icon {
	margin-left: 5px; }
.container-blog-post .post-header .post-data-box .print-share-date-box .item:hover {
	color: #BE9B60; }
.container-blog-post .post-header .post-data-box .link-title .title {
	line-height: 40px;
	color: #000000;
	font-size: 24px;
	font-weight: 700; }
.container-blog-post .post-header .post-data-box .link-title .title:hover {
	color: #BE9B60; }
.container-blog-post .post-header .post-data-box .next-prv-post-box {
	width: 100%;
	display: inline-flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 20px; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item {
	display: inline-flex;
	align-items: center; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item:first-child {
	margin-left: 30px; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: right; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box .icon {
	width: 20px;
	color: #b5b5b5;
	font-size: 15px;
	text-align: center;
	margin: 0 0 0 5px; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box:hover {
	color: #BE9B60; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box:hover .icon {
	color: #BE9B60; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box.prv {
	justify-content: left; }
.container-blog-post .post-header .post-data-box .next-prv-post-box .post-item .icon-box.prv .icon {
	margin: 0 5px 0 0; }
.container-blog-post .des-box {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	margin-top: 30px; }
.container-blog-post .des-box p {
	margin-bottom: 10px; }
.container-blog-post .des-box p:last-child {
	margin-bottom: 0; }
.container-blog-post .des-box .quote {
	background-color: #F7F7F7;
	width: 84%;
	padding: 40px 30px 30px 30px;
	margin: 30px auto;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
.container-blog-post .des-box .quote .quote-title {
	font-weight: 700;
	margin-bottom: 15px; }
.container-blog-post .des-box .quote:before {
	display: inline-block;
	color: #BE9B60;
	font-size: 70px;
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	content: '\f258';
	position: absolute;
	top: -30px;
	left: 30px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

@media (max-width: 1199px) {
	.container-blog-post .post-header .post-data-box .link-title .title {
		line-height: 32px;
		font-size: 16px; } }
@media (max-width: 992px) {
	.container-blog-post .post-header .post-data-box .print-share-date-box .item {
		margin-left: 5px; } }
@media (max-width: 768px) {
	.container-blog-post .post-header {
		align-items: center;
		flex-direction: column; }
	.container-blog-post .post-header .image-box-t {
		width: 100%; }
	.container-blog-post .post-header .post-data-box {
		width: 100%;
		margin: 0; }
	.container-blog-post .des-box .quote {
		width: 100%; } }
/* *** page-profile -  */
.container-profile {
	margin-bottom: -40px; }
.container-profile .col-content {
	padding-top: 60px;
	padding-bottom: 60px; }

.col-side-bar-menu {
	background-color: #F2F2F2;
	height: 100%;
	padding: 60px 0 40px 0;
	border-radius: 0;
	position: relative; }
.col-side-bar-menu:before {
	background-color: #F2F2F2;
	width: 20px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: -20px; }
.col-side-bar-menu .user-data-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px; }
.col-side-bar-menu .user-data-box .image-box {
	width: 120px;
	height: 120px; }
.col-side-bar-menu .user-data-box .image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-o-object-fit: contain; }
.col-side-bar-menu .user-data-box .content-box {
	flex: 1;
	padding-right: 15px; }
.col-side-bar-menu .user-data-box .content-box .name-family {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px; }
.col-side-bar-menu .user-data-box .content-box .des-link {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between; }
.col-side-bar-menu .user-data-box .content-box .des-link .des {
	color: #000000;
	font-size: 12px;
	font-weight: 400; }
.col-side-bar-menu .menu li {
	margin-bottom: 15px; }
.col-side-bar-menu .menu li:last-child {
	margin-bottom: 0; }
.col-side-bar-menu .menu li a {
	background-color: #ffffff;
	width: 100%;
	height: 60px;
	color: #000000;
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 0;
	position: relative; }
.col-side-bar-menu .menu li a:before, .col-side-bar-menu .menu li a:after {
	background-color: #BE9B60;
	width: 5px;
	height: 60px;
	display: none;
	content: '';
	position: absolute;
	top: 0;
	right: 0; }
.col-side-bar-menu .menu li a:after {
	width: 37px;
	height: 5px;
	top: unset;
	bottom: 0; }
.col-side-bar-menu .menu li a .icon {
	width: 18px;
	height: 18px;
	color: #000000;
	font-size: 18px;
	margin-left: 10px; }
.col-side-bar-menu .menu li a:hover:before, .col-side-bar-menu .menu li a:hover:after, .col-side-bar-menu .menu li a.active:before, .col-side-bar-menu .menu li a.active:after {
	display: block; }
.col-side-bar-menu .menu li a.sign-out {
	background-color: transparent; }
.col-side-bar-menu .menu li a.sign-out:before, .col-side-bar-menu .menu li a.sign-out:after {
	display: none; }
.col-side-bar-menu .menu li a.sign-out:hover {
	color: #ff0000; }
.col-side-bar-menu .menu li a.sign-out:hover .icon {
	color: #ff0000; }

.section-content-box {
	padding: 30px 30px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9; }
.section-content-box .section-title {
	justify-content: space-between;
	margin: 0; }
.section-content-box .section-title .title {
	font-size: 18px; }
.section-content-box .content-box {
	margin-top: 20px; }
.section-content-box.t2 {
	padding: 0;
	border: 0; }
.section-content-box.t2 .section-title {
	background-color: #BE9B60; }
.section-content-box.t2 .section-title .title {
	color: #ffffff;
	padding: 15px 30px; }
.section-content-box.t2 .content-box {
	background-color: #F2F2F2;
	padding: 30px;
	margin-top: 0; }

@media (max-width: 768px) {
	.container-profile .col-side-bar-menu {
		height: unset !important; } }
/* *** page-profile -  */
.container-profile .section-content-box .user-data-content-box {
	padding-top: 10px; }
.container-profile .section-content-box .user-data-content-box .title {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0 10px 0; }
.container-profile .section-content-box .user-data-content-box .value {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	padding: 0; }
.container-profile .section-content-box .user-data-content-box .col-btn-edit {
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end; }
.container-profile .section-content-box .user-data-content-box .col-btn-edit .btn-custom {
	width: 120px; }
.container-profile .section-last-product-content-box .content-box {
	margin-top: 0; }
.container-profile .section-last-product-content-box .link-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 0; }
.container-profile .section-last-product-content-box .link-box:hover {
	border-color: #BE9B60; }
.container-profile .section-last-product-content-box .link-box .image-box {
	width: 150px;
	display: inline-block;
	position: relative; }
.container-profile .section-last-product-content-box .link-box .image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-o-object-fit: contain; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box {
	flex: 1;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	margin-right: 20px; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .title {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 15px 0; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box {
	width: 100%; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box .item-property {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	margin-top: 10px; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box .item-property .p-title {
	color: #808080; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box .item-property .p-value {
	color: #000000;
	margin-right: 5px; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box .item-property .color-box {
	background-color: #ffffff;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	border: 1px solid transparent; }
.container-profile .section-last-product-content-box .link-box .title-item-property-box .item-property-box .item-property .color-box .color {
	width: 30px;
	height: 30px;
	display: inline-flex; }

/* *** page-profile - change-profile */
.container-profile-change-profile .section-content-box {
	padding: 0;
	border: 0; }

/* *** page-profile - address */
.container-profile-address .content-box .btn-add {
	width: 100%;
	min-height: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #808080;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	cursor: pointer; }
.container-profile-address .content-box .btn-add:hover {
	border: 1px solid #BE9B60; }
.container-profile-address .content-box .address-box {
	width: 100%;
	min-height: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	cursor: pointer; }
.container-profile-address .content-box .address-box.active {
	border-color: #BE9B60; }
.container-profile-address .content-box .address-box input {
	margin-left: 10px; }
.container-profile-address .content-box .address-box .address-data {
	flex: 1; }
.container-profile-address .content-box .address-box .address-data .value {
	color: #000000;
	font-size: 14px;
	margin-top: 10px; }
.container-profile-address .content-box .address-box .address-data .value.value-bold {
	font-weight: 700; }
.container-profile-address .content-box .address-box .btn-box {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: right;
	margin-top: 20px; }
.container-profile-address .content-box .address-box .btn-box a {
	color: #808080;
	font-size: 14px;
	margin-left: 20px; }
.container-profile-address .content-box .address-box .btn-box a:hover {
	color: #BE9B60; }

@media (max-width: 768px) {
	.container-profile-address .profile-section-box .content-box .address-box .col-12:first-child {
		margin-bottom: 15px; } }
@media (max-width: 576px) {
	.container-profile-address .profile-section-box .content-box .address-box {
		flex-direction: column;
		padding: 10px; }
	.container-profile-address .profile-section-box .content-box .address-box .col-12 {
		margin-bottom: 15px; }
	.container-profile-address .profile-section-box .content-box .address-box .btn-box {
		width: 100%;
		margin-top: 20px; } }
/* *** page-profile - address */
.container-profile .comment-item {
	margin-bottom: 20px; }

/* *** page-media */
.container-media-filter {
	margin-bottom: 20px; }

.container-media {
	margin-top: 30px;
	position: relative; }
.container-media .media-item {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden; }
.container-media .media-item .image-box {
	height: 82.95%;
	position: relative;
	overflow: hidden; }
.container-media .media-item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover; }
.container-media .media-item .image-box:before {
	content: '';
	padding-top: 82.95%;
	display: block; }
.container-media .media-item .title {
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	display: none;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 30px 25px;
	position: absolute;
	bottom: 0;
	left: 0; }
.container-media .media-item:hover .title {
	display: inline-flex; }

@media (max-width: 576px) {
	.container-media .media-item .title {
		background: unset;
		height: unset;
		color: #000000;
		display: inline-flex;
		padding: 15px 0 0 0;
		position: unset; } }
/* *** page-reseller */
.container-reseller .reseller-item {
	background-color: #F2F2F2;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 20px 20px 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden; }
.container-reseller .reseller-item .image-box {
	height: 64.84%;
	position: relative;
	overflow: hidden; }
.container-reseller .reseller-item .image-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover;
	transition: all 0.5s ease-in-out; }
.container-reseller .reseller-item .image-box:before {
	content: '';
	padding-top: 64.84%;
	display: block; }
.container-reseller .reseller-item .title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	padding: 0 10px; }
.container-reseller .reseller-item .address, .container-reseller .reseller-item .work-hour, .container-reseller .reseller-item .tel {
	margin-top: 12px;
	padding: 0 10px; }
.container-reseller .reseller-item .map-link {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin-top: 20px; }
.container-reseller .reseller-item .map-link a {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	display: inline-flex;
	align-items: center;
	justify-content: center; }
.container-reseller .reseller-item .map-link a:hover {
	color: #BE9B60; }
.container-reseller .reseller-item .map-link .icon {
	width: 30px;
	height: 30px;
	color: #BE9B60;
	font-size: 30px;
	display: inline-flex;
	margin-left: 10px; }
.container-reseller .reseller-item:hover .image-box img {
	transform: scale(1.1); }

/* *** page-reseller-single */
.container-reseller-single .reseller-data {
	background-color: #F7F7F7;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	padding: 20px;
	position: relative;
	overflow: hidden; }
.container-reseller-single .reseller-data .title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px; }
.container-reseller-single .reseller-data .address, .container-reseller-single .reseller-data .work-hour, .container-reseller-single .reseller-data .tel {
	margin-top: 12px; }
.container-reseller-single .reseller-data .tour360 {
	height: 102.50%;
	position: relative;
	overflow: hidden; }
.container-reseller-single .reseller-data .tour360 .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	object-fit: cover;
	-o-object-fit: cover; }
.container-reseller-single .reseller-data .tour360 .icon {
	width: 40%;
	max-width: 186px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	object-fit: cover;
	-o-object-fit: cover;
	z-index: 2; }
.container-reseller-single .reseller-data .tour360:after {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1; }
.container-reseller-single .reseller-data .tour360:before {
	content: '';
	padding-top: 102.50%;
	display: block; }
.container-reseller-single .reseller-data .map {
	width: 100%;
	height: 100%; }
.container-reseller-single .leaflet-touch .leaflet-control-attribution,
.container-reseller-single .leaflet-touch .leaflet-control-layers,
.container-reseller-single .leaflet-touch .leaflet-bar {
	display: none !important; }

@media (max-width: 768px) {
	.container-reseller-single .reseller-data .col-des {
		margin-bottom: 30px; } }
@media (max-width: 568px) {
	.container-reseller-single .reseller-data .map {
		width: 100%;
		height: 100%; }
	.container-reseller-single .reseller-data .map:before {
		content: '';
		padding-top: 100%;
		display: block; }
	.container-reseller-single .reseller-data .col-tour {
		margin-top: 20px; } }

/*# sourceMappingURL=pages.css.map */
