ul.userMenu:after {
	position: absolute;
	top: -0.4286rem;
	left: 20px;
	content: '';
	width: 0rem;
	height: 0rem;
	border-right: 0.5rem solid transparent;
	/* left arrow slant */
	border-left: 0.5rem solid transparent;
	/* right arrow slant */
	border-bottom: 0.5rem solid var(--accent-color3);
	/* bottom, add background color here */
	font-size: 0rem;
	line-height: 0rem;
}

.Login .userProperties ul.userMenu a {
	display: block;
	padding: 0.3rem 1.0714rem;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	/* transition decleration */
	font-size: 1rem;
	font-weight: normal;
	transition: all ease-in 100ms;
	-moz-transition: all ease-in 100ms;
	/* Firefox 4 */
	-webkit-transition: all ease-in 100ms;
	/* Safari and Chrome */
	-o-transition: all ease-in 100ms;
	/* Opera */
	-ms-transition: all ease-in 100ms;
	/* IE9? */
}

.Login .userProperties ul.userMenu a:hover {
	color: #FFF;
}

.Login .userProperties ul.userMenu a span {
	padding: 0.0714rem 0.2857rem;
	border-radius: 0.2143rem;
	font-size: 0.7857rem;
	color: #fff;
	background-color: #2c5cda;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin-bottom: 0.1429rem;
}

.Login .userProperties ul.userMenu li:last-child>a {
	padding-bottom: 0;
}

.Login .userProperties ul.userMenu li:hover>a {}

.Login .userProperties ul.userMenu a strong {
	font-weight: normal;
}

#dng-wrapper .dnnForm #dnn_ctr_Login_pnlLogin {
	margin: 2.8571rem 0 0;
}


/*language*/
.languageBox {
	display: inline-flex;
}

.languageBox.uppercase,
.languageBox.uppercase span,
.languageBox.uppercase a,
.languageBox.uppercase select,
.languageBox.uppercase option {
	text-transform: uppercase;
}

.languageBox .language-object>a,
.languageBox .language-object>span {
	margin: 0.2143rem;
	display: inline-block;
}

.languageBox select {
	height: 2.1429rem;
	padding: 0rem 0.2857rem;
	max-width: 100%;
}

.languageBox a,
.languageBox a:link {
	color: currentColor;
}

.languageBox .active,
.languageBox a:hover {
	color: var(--accent-color);
}


/*language*/
.languageBox {
	display: inline-block;
}

.languageBox .Language {
	display: inline-block;
	margin-right: 0.3571rem;
}

.languageBox {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.languageBox .language-current {
	background: transparent;
	border: none;
	text-transform: inherit;
	height: 3.1429rem;
	font-weight: inherit;
	padding: 0.2143rem 0 0;
	display: inline-block;
	white-space: nowrap;
}

.languageBox .language-current::after {
	content: "";
	width: 0.5714rem;
	height: 0.5714rem;
	border-left: 0.1429rem solid currentColor;
	border-bottom: 0.1429rem solid currentColor;
	display: inline-block;
	margin: -0.5rem 1rem 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.languageBox .language-current img {
	margin-bottom: 0.2143rem;
}

.languageBox .language-list {
	position: absolute;
	top: 100%;
	right: -2.1429rem;
	background-color: #FFF;
	border-radius: 0.2143rem;
	padding: 0.8571rem 0rem;
	box-shadow: 0 0 0.7143rem rgba(0, 0, 0, .1);
	display: none;
	text-align: right;
	z-index: 1000;
}

.languageBox .language-list>a,
.languageBox .language-list>a:link,
.languageBox .language-list>a:valid,
.languageBox .language-list>span {
	display: block;
	line-height: 3.4286rem;
	white-space: nowrap;
	padding: 0rem 2rem;
	color: #494e5c;
	font-size: 1.1429rem;
	border-right: 0.1429rem solid transparent;
	transition: all ease-in 300ms;
}

.languageBox .language-list .text {
	display: inline-block;
	padding: 0 0.7143rem 0 0;
	color: currentColor;
	vertical-align: middle;
}

.languageBox .language-list img {
	display: inline-block;
	width: 1.9286rem;
	max-width: none;
	vertical-align: middle;
}


.languageBox .language-list .active {
	color: var(--accent-color);
}

.languageBox .language-object .selected {
	opacity: .5;
}

html.html-night .languageBox .language-list {
	background-color: #000000;
}

.languageBox .language-list>a:hover,
.languageBox .language-list>span:hover {
	background-color: rgba(175, 175, 175, .2);
	border-right-color: var(--accent-color);
}

html.html-night .languageBox .language-list .active {
	color: #ff0 !important;
}

.language-right.languageBox .language-list {
	right: auto;
	left: -2.1429rem;
}




/**/
.dark-split-line .area-left,
.dark-split-line .area-center,
.floating-active .floating-dark-split-line .area-left,
.floating-active .floating-dark-split-line .area-center {
	border-left: 0.0714rem solid rgba(0, 0, 0, .1);
}

.dark-bottom-line,
.floating-active .floating-dark-bottom-line {
	border-bottom: 0.0714rem solid rgba(0, 0, 0, .1);
}

.light-split-line .area-left,
.light-split-line .area-center,
.floating-active .floating-light-split-line .area-left,
.floating-active .floating-light-split-line .area-center {
	border-left: 0.0714rem solid rgba(255, 255, 255, .3);
}

.light-bottom-line,
.floating-active .floating-light-bottom-line {
	border-bottom: 0.0714rem solid rgba(255, 255, 255, .3);
}

.floating-active .floating-off-split-line .area-left,
.floating-active .floating-off-split-line .area-center {
	border-left-color: transparent;
}

.floating-active .floating-off-bottom-line {
	border-bottom-color: transparent;
}


#dng-wrapper .floating-active .floating-light-color .header-content-wrap,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>*:not(.nav-bar),
#dng-wrapper .floating-active .floating-light-color .widget,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:link,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:active,
#dng-wrapper .floating-active .floating-light-color .header-content-wrap>a:visited,
#dng-wrapper .floating-active .floating-light-color .dngTextBox,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:link,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:active,
#dng-wrapper .floating-active .floating-light-color .dngTextBox a:visited {
	color: #fafafa;
}

#dng-wrapper .floating-active .floating-light-color .search-text {
	border-bottom: 0.0714rem solid rgba(255, 255, 255, 0.9);
}

#dng-wrapper .floating-active .floating-light-color .search-text .text,
#dng-wrapper .floating-active .floating-light-color .search-text .submit {
	color: #fff;
}

#dng-wrapper .floating-active .floating-dark-color .header-content-wrap,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>*:not(.nav-bar),
#dng-wrapper .floating-active .floating-dark-color .widget,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:link,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:active,
#dng-wrapper .floating-active .floating-dark-color .header-content-wrap>a:visited,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:link,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:active,
#dng-wrapper .floating-active .floating-dark-color .dngTextBox a:visited {
	color: #424242;
}

#dng-wrapper .floating-active .floating-dark-color .search-text {
	border-bottom: 0.0714rem solid rgba(0, 0, 0, 0.9);
}

#dng-wrapper .floating-active .floating-dark-color .search-text .text,
#dng-wrapper .floating-active .floating-dark-color .search-text .submit {
	color: #333333;
}

/*header-position*/
.header-position {
	position: absolute;
}

body.page-loader-changing:after {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transform-origin: center;
	z-index: 10000;
	background: #FFF;
	content: "";
	visibility: hidden;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

body.page-is-changing:after {
	opacity: 1;
	visibility: visible;
}

.dng-overlay {
	position: relative;
	display: block;
}

.header-content-wrap .overlay-button {
	font-size: 1.1429rem;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-moz-transition: color ease-in 300ms;
	-webkit-transition: color ease-in 300ms;
	-o-transition: color ease-in 300ms;
	-ms-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.header-content-wrap .overlay-button .fa {
	font-size: inherit;
}

.overflow-hidden {
	overflow: hidden
}

.overlay-menu-html {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: none;
	padding: 1.0714rem 0;
}

.dng-overlay .overlay-menu-html {
	display: block;
}

/*search-popup-box*/

.search-popup-box .popup-content {
	display: none;
}

.search-popup-box .icon {
	font-size: 1.1429rem;
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.search-popup-box .magnifier,
.popup-search-box .magnifier {
	width: 1.5714rem;
	height: 1.5714rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.search-popup-box .magnifier:after,
.popup-search-box .magnifier:after {
	content: "";
	width: 1.4143rem;
	height: 1.4143rem;
	position: absolute;
	top: 0.1429rem;
	right: 0.0714rem;
	border: 0.0429rem solid;
	border-radius: 50%;
}

.search-popup-box .magnifier:before,
.popup-search-box .magnifier:before {
	content: "";
	width: 0.9rem;
	position: absolute;
	bottom: -8px;
	left: -3px;
	border-bottom: 1px solid;
	-webkit-transform: rotate(-48deg);
	transform: rotate(-49deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.search-popup-box .magnifier i,
.popup-search-box .magnifier i {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.4286rem;
	height: 1.4286rem;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform ease-in 300ms;
	transition: transform ease-in 300ms;
	display: block;
	margin: 0;

}

.search-popup-box .magnifier i:after,
.search-popup-box .magnifier i:before,
.popup-search-box .magnifier i:after,
.popup-search-box .magnifier i:before {
	position: absolute;
	content: "";
}

.search-popup-box .magnifier i:after,
.popup-search-box .magnifier i:after {
	border-right: 0.0714rem solid;
	height: 0.5rem;
	width: 0;
	top: 0.5rem;
	right: 0.6429rem;
}

.search-popup-box .magnifier i:before,
.popup-search-box .magnifier i:before {
	border-bottom: 0.0714rem solid;
	height: 0rem;
	width: 0.5rem;
	top: 0.7143rem;
	right: 0.4286rem;
}

.search-popup-box .magnifier:hover i,
.popup-search-box .magnifier:hover i,
.popup-search-box .icon:hover .magnifier i {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*menu icon*/
.dg-menu-anime {
	width: 1.5714rem;
	height: 1.5714rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.dg-menu-anime:after,
.dg-menu-anime:before,
.dg-menu-anime i:after {
	content: "";
	border-bottom: 0.1429rem solid;
	right: 0.0714rem;
	left: 0.0714rem;
	top: 0.2143rem;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, -webkit-transform ease-in 200ms;
	transition: top ease-in 200ms, width ease-in 200ms, bottom ease-in 200ms, opacity ease-in 200ms, transform ease-in 200ms;
}

.dg-menu-anime:before {
	top: 1.2143rem
}

.dg-menu-anime i:after {
	top: 0.7143rem;
}

.dg-menu-anime.active:after,
.overlay-button:hover .dg-menu-anime:after,
.active>.dg-menu-anime:after {
	top: 0.7143rem;
}

.dg-menu-anime.active:before,
.overlay-button:hover .dg-menu-anime:before,
.active>.dg-menu-anime:before {
	top: 0.7143rem;
}

.dg-menu-anime i:after {
	transform: rotate(0);
}

.dg-menu-anime.active i:after,
.overlay-button:hover .dg-menu-anime i:after,
.active>.dg-menu-anime i:after {
	transform: rotate(270deg);
}



/*html*/

.header-content-wrap .header-line {
	display: inline-block;
	border-right: 0.0714rem solid;
	height: 1.4286rem;
	vertical-align: middle;
	margin-bottom: 0.0714rem;
	-moz-transition: color ease-in 300ms;
	-webkit-transition: color ease-in 300ms;
	-o-transition: color ease-in 300ms;
	-ms-transition: color ease-in 300ms;
	transition: color ease-in 300ms;
}

.header-content-wrap .search-popup-box .icon {
	margin: 0 0 0.1429rem;
	padding: 0rem;
}


.popup-menu2 svg,
.header-wrap svg,
.menu-3d-popup-main svg {
	width: 20px;
	height: 20px;
	fill: white;
}


/*  header-top list   homepage04 */
.topbar-contact {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}

.topbar-contact li {
	display: inline-block;
	padding: 0rem 0.5714rem;
	position: relative;
}

.topbar-contact li svg {
	width: 1.2em;
	height: 1.2em;
	margin-left: 0.4286rem;
	vertical-align: middle;
	fill: currentColor;
	margin-bottom: 0.1429rem;
}

.topbar-contact li:first-child {
	padding-right: 0;
}

.topbar-contact li:first-child:before {
	border: none;
}




/* homepage-06 */
.topbar-iconbox {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

.topbar-iconbox .box-icon {
	display: inline-flex;
	color: #1abc9c;
	font-size: 3rem;
}

.topbar-iconbox .box-icon+.box-text {
	margin-right: 1.0714rem;
}

.topbar-iconbox .box-text {
	text-align: right;
}

.topbar-iconbox .box-text .title {
	font-size: 1.1429rem;
	line-height: 2rem;
	color: #787878;
}

.topbar-iconbox .box-text .info {
	font-size: 1.1429rem;
	font-weight: 600;
	line-height: 2rem;
	color: #333333;
}

/*home05-header-text*/
.home05-header-text {
	font-size: 1.5714rem;
	color: #333333;
	margin: 0 0 -0.7143rem;
	font-weight: 600;
}

.home05-header-text::before {
	content: "";
	width: 2.1429rem;
	border-bottom: 0.0714rem solid #787878;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.2143rem;
	margin-bottom: 0.1429rem;
}

@media only screen and (max-width: 85.7143rem) {
	.home05-header-text {
		font-size: 1.1429rem;
	}
}

/*  */
.homepage08-header-text {
	font-size: 1.2143rem;
	color: #666666;
}

.homepage08-header-text::before {
	content: "";
	border-top: 0.1429rem solid #1abc9c;
	width: 2.1429rem;
	display: inline-block;
	margin-bottom: 0.8571rem;
}

.homepage08-header-text b,
.homepage08-header-text strong {
	color: #333333;
	font-weight: 700 !important;
}

/*homepage10 header btn*/
body .homepage10-header-btn,
body .homepage10-header-btn:link,
body .homepage10-header-btn:active,
body .homepage10-header-btn:visited,
body .homepage10-header-btn[type="button"],
body .homepage10-header-btn[type="submit"] {
	display: inline-block;
	font-size: 1.1429rem;
	color: #fff !important;
	padding: 0 2.1429rem;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 3.5714rem;
	font-weight: 600;
	line-height: 3.5714rem;
	height: 3.5714rem;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
}

body .homepage10-header-btn * {
	color: #fff !important;
}

body .homepage10-header-btn:hover {
	color: #fff !important;
	background-color: var(--button-hover-color);
}

.homepage10-header-btn.box-shadow {
	box-shadow: 0rem 0.3571rem 1.1429rem rgba(0, 0, 0, .3);
}

.homepage10-header-btn.box-shadow2 {
	position: relative;
}

.homepage10-header-btn.box-shadow2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	box-shadow: 0.2857rem 0.2143rem 1.1429rem #000;
	border-radius: 3.5714rem;
	opacity: 0.3;
	mix-blend-mode: multiply;
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.homepage10-header-btn.box-shadow2:hover::after {
	opacity: 0.5;
}

/**/

.vertical-full-page-header a,
.vertical-full-page-header a:link,
.vertical-full-page-header a:active,
.vertical-full-page-header a:visited {
	display: inline-block;
	width: 1.3571rem;
	height: 1.3571rem;
	line-height: 1.3571rem;
	text-align: center;
	border-radius: 50%;
	border: 0.0714rem solid #000000;
	color: #000000;
	margin: 0.3571rem auto;
	text-decoration: none;
	-webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
}

.vertical-full-page-header a i {
	font-size: 0.8571rem;
	-webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
	transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000) 0s;
}

.vertical-full-page-header a:hover {
	border-color: currentColor;
	background-color: currentColor;
}

.vertical-full-page-header a:hover i {
	color: #ffffff;
}


.leftslidemenu,
.leftslidemenu+.slide-shade,
.headersidenav,
.menu-3d-popup-main,
.mobilemenu-main {
	display: none;
}

.dng-megamenu .primary_structure>li {}

.dng-megamenu .primary_structure>li img {
	width: auto !important;
	filter: grayscale(1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.dng-megamenu .primary_structure>li.current img,
.dng-megamenu .primary_structure>li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}


.cart-menu-relative {
	position: relative;
	width: 53px;
    height: 53px;
	border: solid 1px var(--accent-color3);
	border-radius: var(--radius-5);
	/* display: inline-flex; */
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.cart-menu-relative>span {
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.cart-menu-relative>span .badge {
	/* position: absolute; */
	/* bottom: -8px; */
	/* right: -8px; */
	background-color: var(--accent-color);
	border-radius: 50%;
	color: #fff;
	width: 16px;
	height: 16px;
	display: flex;
	margin: -16px 0 0 -6px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.cart-menu-relative>span>i {
	font-size: 18px;
	vertical-align: middle
}

.cart-menu-relative>span>svg {
	fill: var(--accent-color);
	stroke: var(--accent-color);
	width: 20px;
	height: 20px;
	display: block;
}

.shopping-cart-holder {
	display: none;
	border-radius: .4rem;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	/* width: 380px; */
	position: absolute;
	z-index: 7000;
	left: 0rem;
	top: calc(100% + 1rem);
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	-moz-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #ddd;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem
}

.shopping-cart-holder .shopping-cart {
	position: relative
}

.shopping-cart-holder .shopping-cart>a {
	max-height: 16rem;
	display: block;
	overflow: auto
}

.shopping-cart-holder .shopping-cart .shopping-cart-header {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 15px;
	display: block
}

.shopping-cart-holder .shopping-cart .shopping-cart-header:after {
	content: '';
	display: block;
	clear: both
}

.shopping-cart-holder .shopping-cart .shopping-cart-header .shopping-cart-total {
	float: left
}

.shopping-cart-holder .shopping-cart .shopping-cart-items {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	max-height: 16rem;
	overflow: auto;
	display: block;
	border-collapse: collapse;
	border: solid 1px #eaeaea;
	border-radius: 0.4rem;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items tr:nth-child(odd) {
	background-color: #eaeaea;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items td {
	text-align: center;
	padding: 0 4px;
	font-size: 1rem;
	width: 100%;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items td:first-child {
	width: 48px;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items li {
	margin-bottom: 18px;
	list-style: none
}

.shopping-cart-holder .shopping-cart .shopping-cart-items img {
	max-width: 48px;
	width: 48px;
	border-radius: 0.4rem;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items .item-name {
	display: block;
	font-size: 0.92rem;
	text-align: right;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items .item-name a {
	color: #000;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	width: 100%;
}

.shopping-cart-holder .shopping-cart-total {
	font-weight: bold;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items .item-price {
	color: var(--accent-color);
	font-weight: 500;
}

.shopping-cart-holder .shopping-cart .shopping-cart-items .item-quantity {
	color: #000
}

.shopping-cart-holder .shopping-cart .shopping-cart-items .delete-product-hover-cart {
	font-size: 12px;
	color: #ae0f0f;
	cursor: pointer;
	display: block;
	text-align: center
}

.shopping-cart-holder .shopping-cart:after {
	border-color: #fff0;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-right: -10px;
	top: -39px
}

.shopping-cart-holder .shopping-cart:before {
	border-color: #fff0;
	border-bottom-color: #ddd;
	border-width: 11px;
	margin-right: -11px
}

.shopping-cart-holder .shopping-cart-icon {
	-webkit-mask: url(icon/Basket.svg) no-repeat 100% 100%;
	mask: url(icon/Basket.svg) no-repeat 100% 100%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #fff;
	display: inline-block;
	width: 24px;
	height: 24px
}

.shopping-cart-holder .shopping-cart-icon.cart-icon {
	background-color: #515783
}

.shopping-cart-holder .cart-icon {
	color: #515783;
	font-size: 24px;
	margin-left: 7px;
	float: right
}

.shopping-cart-holder .shopping-cart-recyclebin {
	mask-size: cover;
	display: inline-block;
	width: 18px;
	height: 18px
}

.shopping-cart-holder .shopping-cart-recyclebin svg {
	width: 1.2rem;
	height: 1.2rem;
	stroke: red
}

.shopping-cart-holder .check-out {
	background: var(--accent-color);
	color: #fff !important;
	font-size: .9rem;
	padding: .3rem .5rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
	font-weight: 500;
}

.shopping-cart-holder .foot {
	padding-top: 1rem;
	-border-top: solid 1px #d7d7d7
}

@media (max-width:1130px) {
	.header-mobile-bottom .header-content-wrap {
		width: 100%;
	}

	.Login .userProperties>ul>li.userName,
	.Login .userProperties>ul>li.userLogin {
		padding: 16px;
		width: 64px;
	}

	.Login .userProperties>ul>li.userName svg,
	.Login .userProperties>ul>li.userLogin svg {
		width: 20px;
		height: 20px;
		fill: white;
	}

	.shopping-cart-holder {
		width: 22rem;
		padding: 0.6rem;
		margin: 0;
		left: -2rem;
		top: calc(100% + 0.5rem);
	}

	.shopping-cart-holder .shopping-cart .shopping-cart-items {
		font-size: 1rem
	}

	.shopping-cart-holder .shopping-cart .shopping-cart-items .item-price,
	.shopping-cart-holder .shopping-cart .shopping-cart-items .item-quantity {
		white-space: nowrap;
		font-size: .8rem
	}

	.shopping-cart-holder .shopping-cart:after,
	.shopping-cart-holder .shopping-cart:before {
		top: -31px;
		right: 87%
	}

	.shopping-cart-holder .shopping-cart:after {
		top: -29px
	}

	.shopping-cart-holder .foot {
		font-size: 1rem
	}
}


.header-horizontal .header-content-wrap {
	white-space: nowrap
}

.header-horizontal .header-content-wrap>div {
	/* vertical-align: middle; */
	/* display: inline-block; */
	/* white-space: normal; */
}

.mobile-header {
	display: none
}

.mobile-header .logo {
	z-index: 223
}

.mobile-header .header-content-wrap {
	gap: .9rem;
	width: 100%
}

.dng-megamenu .primary_structure>li,
.mobile-header .header-content-wrap>* {
	flex: 1 0 auto
}

.mobile-header .logo img {
	max-width: inherit
}

.mobile-header-replace {
	height: 64px;
	display: none
}
#headerrow-349354 .header-top{
	background-color:var(--accent-color3) ;
	    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
}
.dnngo_gomenu{
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 992px) {

	.header-replace,
	.header-wrap,
	.search-popup-box .popup-reveal {
		display: none
	}

	.mobile-header .header-mobile,
	.mobile-header .header-mobile-bottom,
	.mobile-header .header-mobile-top {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between
	}

	.header-mobile-bottom-bg:after {
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		content: '';
		background: url("/Portals/_default/images/mobheader.svg") center top/cover no-repeat;
		z-index: -1
	}

	.dng-mobilemenu,
	.mobile-header,
	.mobile-header-replace {
		display: block;
		height: 4.2rem !important;
		z-index: 221;
		position: relative;
	}

	.mobile-header .header-mobile,
	.mobile-header .header-mobile-bottom
	  {
		display: flex;
		width: 97%;
		align-items: center;
		justify-content: space-between;
		bottom: 0;
		position: fixed;
		 background-color: #b6e3c8;
		margin: 7px;
		border-radius: 10px
	}
	.mobile-header .header-mobile-top {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		 
		position: fixed;
		 background-color: var(--accent-color3);
	 
	  }
	}
	.mobile-header .header-mobile-bottom .Login .userProperties>ul>li>div {
		flex-direction: column
	}
	#mobileheader-639685{
		display: none;
	}

	.mobile-header .header-area,
	.mobile-header .header-area-bottom,
	.mobile-header .header-area-top {
		vertical-align: middle;
		padding-right: 15px;
		padding-left: 15px;
		display: flex;
		align-items: center
	}

	.mobile-header .header-mobile-bottom .header-area.area-left {
		padding-right: .5em;
		width: 40%
	}

	.mobile-header .header-mobile-bottom .header-area.area-right {
		padding-left: .5em;
		width: 40%
	}

	.mobile-header .header-mobile-bottom .Login .userName,
	.mobile-header .header-mobile-bottom .Login .userProfile,
	.mobile-header .header-mobile-bottom .Login .userProperties {
		color: var(--White);
		display: block
	}

	.header-vertical .dngTextBox,
	.mobile-header .header-mobile-bottom .Login .userProperties>ul {
		display: block
	}

	.mobile-header .header-content-wrap>*,
	.mobile-header .search-popup-box {
		display: inline-block
	}

	.navbar-tool {
		white-space: nowrap
	}

	.mobile-menu-icon,
	.navbar-tool>.widget {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		margin-right: 12px;
		cursor: pointer
	}

	.mm-slideout.mobile_menu_show,
	.mobile_menu_show {
		overflow: hidden
	}

	.mobile-header {
		z-index: 1000;
		width: 100%;

	}

	.mobile-header.header-position {
		position: absolute
	}

	.mobile-header.floating-nav {
		position: fixed;
		top: 0
	}

	.mobile-header .mobile-header-shadow {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	}

	.mobile-header .logo {
		text-align: right
	}

	.mobile-header img {
		max-height: 100%
	}

	.mobile-header .shopping-cart-box .shopping-cart-content {
		border-top-color: #2c5cda
	}

	.mobile-header .shopping-cart-box .shopping-cart-content:before {
		border-bottom-color: #2c5cda
	}

	.mobile-header .shop-cart-list .shop-cart-footer>.footer-btn:hover,
	.mobile-header .shopping-cart-box .icon .badge {
		background-color: #2c5cda
	}
	.userLogin{
		list-style:none;
	 
	}

	@media (max-width: 991.98px) {
  #dnn_userLogin828416_loginLink {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  
  #dnn_userLogin828416_loginLink::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><ellipse cx="12" cy="17.5" rx="7" ry="3.5" stroke="%23313131" stroke-width="1.5" stroke-linejoin="round"/><circle cx="12" cy="7" r="4" stroke="%23313131" stroke-width="1.5" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
.Login .userProperties>ul>li.userName, .Login .userProperties>ul>li.userLogin{
	background-color: none !important;
  }
 
  	.mobile-header .header-mobile-bottom .header-area.area-left {
		padding:0;
		width: 40%
	}
.header-content-wrap span{
	    font-size: 9px;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
	justify-content: center;
}

.header-content-wrap {
	/* display: flex; */
	align-items: center;
	max-width: 100%;
}
.icon-catalog-header span{
	   font-size: 9px;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
}
.mobile-header .header-content-wrap{
	gap: 0 !important; 
}
.header-area.area-left .header-content-wrap>div:last-child{
	    margin-left: 40px !important;
}
.mobile-header .header-area, .mobile-header .header-area-bottom, .mobile-header .header-area-top{
	padding-left: 0 !important;
}
}

/* @media (max-width:480px) {
    .ecommerce-search-input{
       margin-right: 0rem !important;
    width: 100% !important;
    background: green !important; 
    }
    .ecommerce-search-pane {
            left: 0 !important;
    right: 0 !important;
    position: absolute !important;
     }
    .ecommerce-search-pane .ecommerce-search-input input[type=text]{
            position: absolute;
    background: red !important;
  bottom: 4rem;
    right: 0;
	border-radius: 0.5rem;
    }
} */

 .userProperties{
	    padding: 1rem;
    background: #125D30;
    border-radius: 10px;
  }
  
  #dnn_userLogin726395_loginLink{
	color: white !important;
  }

  @media (max-width:480px) {
	.userProperties{
		padding: 0;
		background-color: transparent;
	}
	.Login .userProperties>ul>li.userName, .Login .userProperties>ul>li.userLogin{
		padding: 0;
	}
	#dnn_userLogin726395_loginLink{
		font-size: 9px;
    display: flex;
    flex-wrap: nowrap;
    font-weight: bold;
    justify-content: center;
    color: black !important;
	}
	.loginMobileuser{
		text-align: center;
	}
	  .Login .userProperties>ul>li.userLogin{
width: 20px;
	}
  }
  #dnn_userLogin845107_loginLink{
	color: white !important;
  }
 
  @media (max-width:480px) {
	.cart-menu-relative{
	    width: 41px;
    height: 41px;
	border: none;	
	}
	.cart-menu-relative>span>svg{
		fill: #313131;
    stroke: #313131;
    width: 1.8rem;
    height: 1.8rem;
    display: block;
	}
	.cart-menu-relative{
		        display: flex;
        flex-direction: column;
        gap: 6px;
	}
	.header-content-wrap span{
		color: black;
	}
	.icons-mobile-header-btn{
		align-items: center;
	}

	.shopping-cart-holder{
		        width: 27rem;
        padding: 0.6rem;
        margin: 0;
        left: -5.5rem;
        top: calc(100% + -20.5rem);
	}
.header-horizontal .header-content-wrap>div{
	vertical-align: middle;
}

  }


  .Login .userProperties > ul > li.userName > ul.userMenu {
    display: none !important;
	
}

.Login .userProperties > ul > li.userName:hover > ul.userMenu {
    display: block !important;
}

/* کانتینر User */
.Login .userProperties {
    position: relative;
}

/* خود User */
.Login .userProperties > ul {
    margin: 0;
    padding: 0;
}

.Login .userProperties > ul > li.userName {
    position: relative;
    cursor: pointer;
	list-style: none;
}

/* باکس زیرمجموعه */
.Login .userProperties > ul > li.userName > ul.userMenu {
    position: absolute !important;
    top: calc(100% + 10px);
    right: 0;

    width: 220px;
    margin: 0;
    padding: 10px 0;

    background: #fff;
    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);

    display: none !important;
    z-index: 9999;
}

 
.Login .userProperties > ul > li.userName.active > ul.userMenu {
    display: block !important;
}
 
.Login .userProperties ul.userMenu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.Login .userProperties ul.userMenu a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 9px 15px;

    text-decoration: none;
    box-sizing: border-box;
}

/* فقط برای اینکه باکس با Hover باز نشود */
.Login .userProperties > ul > li.userName:hover > ul.userMenu {
    display: none !important;
}

.Login .userProperties > ul > li.userName.active:hover > ul.userMenu {
    display: block !important;
}
.userName:hover {
 
}