html,body{
	min-height: 100vh;
}
body{
	display: flex;
	flex-direction: column;
	font-size:16px;
	font-family:"Calibri","Microsoft JhengHei";
	caret-color: transparent;
	opacity: 0;
	margin:0;
}
input,textarea{
	caret-color:auto;
}
.loginTerms{
	font-size:0.8rem;
	margin: 2rem auto;
}
.carousel-caption{
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-control-next, .carousel-control-prev{
	width:10%;
}
.carousel-caption.bc{
	bottom: 50px;
}
.carousel-caption.bl{
	bottom: 50px;
	left:100px;
	max-width:50%;
	right: auto;
}
.carousel-caption.br{
	bottom: 50px;
	right:100px;
	max-width:50%;
	left: auto;
}
.carousel-caption.tc{
	top: 50px;
	bottom: auto;
}
.carousel-caption.tl{
	top: 50px;
	left:100px;
	max-width:50%;
	right: auto;
	bottom: auto;
}
.carousel-caption.tr{
	top: 50px;
	right:100px;
	max-width:50%;
	left: auto;
	bottom: auto;
}
.carousel-caption.cc{
	top: 50px;
	bottom:50px;
}
.carousel-caption.cl{
	top: 50px;
	bottom:50px;
	left:100px;
	max-width:50%;
	right: auto;
}
.carousel-caption.cr{
	top: 50px;
	bottom:50px;
	right:100px;
	max-width:50%;
	left: auto;
}
.carousel-caption h1{
	text-shadow: 2px 2px 4px #000;
	font-size:3rem !important;
}
.carousel-caption p{
	text-shadow: 2px 2px 3px #000;
	/*font-size:2rem !important;*/
}
.carousel-caption .btn{
	text-shadow: none;
}
.carousel-item {
	overflow: hidden;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	margin: auto;
	max-width: 100%;
	height:auto;
}
.carousel-item-fixed-height > img {
	display: block!important;
    min-height: 100%!important;
    min-width: 100%!important;
    max-width:none!important;
    height: auto!important;
    width: auto!important;
    margin: auto!important;
    position: relative!important;
    /*
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 767px){
	.carousel-item-fixed-height > img{
		max-height:100%;
	}
	.carousel-caption h1{
		font-size:2rem !important;
	}
	.carousel-caption p{
		/*font-size:1.5rem !important;*/
	}
}
/*
::{
	-ms-overflow-style: none;
	scrollbar-width: none;
}
*/
/* iOS Check Box Start*/
.iosToggleButtonOuter {
	display: none;	
}
.iosToggleButton {
	position: relative;
	width: 51px;
	height: 31px;
}
.iosToggleButton label,
.iosToggleButton i {
	box-sizing: border-box;
	display: block;
	background: #ffffff;
}
.iosToggleButton label {
	width: 51px;
	height: 32px;
	border-radius: 32px; 
	border: 1px solid #e5e5e5;
	transition: all 0.30s ease;
}
.dark-mode .iosToggleButton label{
	border-color:#242424;
	background: #3c3c3c;
}
.iosToggleButton i {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	box-shadow: 0 0 1px 0 rgba(0,0,0, 0.25),0 5px 5px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0, 0.25),0 5px 5px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0, 0.25),0 5px 5px 0 rgba(0,0,0, 0.15);
	background: #ffffff;
	transition: all 0.3s cubic-bezier(0.275, -0.450, 0.725, 1.450);
}

.iosToggleButtonOuter:active + .iosToggleButton i {
	width: 35px;
}

.iosToggleButtonOuter:active + .iosToggleButton label,
.iosToggleButtonOuter:checked + .iosToggleButton label {
	border: 16px solid #4cd964;
}

.iosToggleButtonOuter:checked + .iosToggleButton i {
	left: 21px;
}

.iosToggleButtonOuter:checked:active + .iosToggleButton label {
	border: 16px solid #e5e5e5;
}

.iosToggleButtonOuter:checked:active + .iosToggleButton i {
	left: 14px;
}

.iosToggleButtonOuter:disabled + .iosToggleButton label {
	border: 16px solid #bcbcbc;
}
.iosToggleButtonOuter:disabled + .iosToggleButton i {
	background-color: #d6d6d6;
}

/* iOS Check Box End*/
#generalLoadingDiv{
	z-index:9999;
	width:100vw;
	height:100vh;
	background-color:#ffffffA0;
	position:fixed;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	display:none;
}
.dark-mode #generalLoadingDiv{
	background-color:#000000A0;
}
#generalLoadingDiv .spinner-border{
	width:40px;
	height:40px;
	margin:0;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #aaa;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.01);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #eee;
}
@font-face {
	font-display: block;
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url(https://eshopland-shop-data-asia.s3.ap-southeast-1.amazonaws.com/core/framework/plugins/google-fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons{
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 38px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}
.dark-mode .modal-body{
    color: #e1e1e1;
}
.orderStatusLabel,.paymentStatusLabel,.shipmentStatusLabel{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content: flex-start;
}
.customerMembershipLabel .memberStatusText{
	margin-left:6px;
}
.customerMembershipLabel{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:center;
	justify-content: center;
}
.customerMembershipLabel .customerMembershipIcon{
	font-size:22px;
	cursor:default;
}
.customerMembershipLabel .backlistedIcon{
	font-size:22px;
	cursor:default;
}
.customerMembershipLabel .customerLoginTypeIcon{
	font-size:16px;
}
@media (min-width: 768px) and (max-width: 1199px){
	#showOrderDesktop .orderStatusLabel,
	#showOrderDesktop .paymentStatusLabel,
	#showOrderDesktop .shipmentStatusLabel{
		display:flex;
		flex-direction: column;
		justify-content: center;
	}
}
.orderStatusIcon,.paymentStatusIcon,.shipmentStatusIcon{
	font-size:28px;
	vertical-align: middle;	
}
.orderStatusText,.paymentStatusText,.shipmentStatusText{
	font-size:inherit;
	vertical-align: middle;
	white-space: nowrap;
}
.largeCheckInput{
	width: 22px;
    height: 22px;
    border-radius: 20px !important;
    margin: 3px 0;
    min-width: 22px;
}
.selectOptionGroup .largeCheckInput{
	margin-right:20px;
}
.sortingHeader{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:center;
	justify-content:center;
}
.sortingHeader.start{
	justify-content:start;
}
.sortingHeader.end{
	justify-content:end;
}
.sortingHeader .fas{
	cursor:pointer;
	margin-left:4px;
}
.productTable .productRemoveFromCategoryBtn,
.productTable .publishProductBtn,
.productTable .unpublishProductBtn,
.productTable .productDeleteBtn{
	cursor:pointer;
}
.productTable .functionBtn{
	font-size:16px;
}
.centerInfoDiv .productImg,
.productTable .productImg{
	width:60px;
	height:auto;
}
.centerInfoDiv .categoryLink,
.productTable .categoryLink{
	margin: 4px 4px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0px 6px;
    display:inline-block;
    background-color: #b1b1b1;
    border-color: #c7c7c7;
}
.centerInfoDiv .productImgSpan{
	text-align:center;
	width:60px;
	margin-right: 8px;
	flex-shrink: 0;
	flex-grow: 0;
}
.productTable .productImgTD{
	text-align:center;
	width:76px;
}
.itemSelectTD{
	text-align:center;
	width:38px;
}
.productTable .adjStockTD{
	text-align:center;
	width:168px;
}
.productTable .productNameTD{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:center;
	justify-content:space-between;
}
@media screen and (max-width: 767px){
	.pagination {
	    padding-left:0 10px;;
	    justify-content: center;
	    align-items: center;
	}
	input:focus{
		outline:none !important;
		box-shadow: none !important;
	}
	textarea:focus,
	select:focus{
		outline:none !important;
		box-shadow: none !important;
	}
}
@media screen and (max-width: 575.98px){
	.mobileNotShow{
		display:none !important;
	}
	.setting-group-box .btn-div{
		text-align:center;
	}
}
@media screen and (min-width: 576px){
	.mobileShow{
		display:none !important;
	}
}
.modalCancel,.modalOK{
	font-size:28px;
	cursor:pointer;
	margin:0 20px;
}
.faIconButton{
	font-size:28px;
	cursor:pointer;
	margin:0 20px;
}
.biIconButton{
	font-size:28px;
	cursor:pointer;
	margin:0 20px;
}
.checkboxGroup{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
}
.settingListRow{
	padding:6px 0px;
	border-bottom: 1px solid #88888830;
}
.settingListRow .settingRow{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	padding:4px;
}
.settingListRow:last-child{
	border-bottom:none;
}
.settingListRow .settingRow .settingTitle{
	font-size:14px;
	flex:1 1 auto;
	width:50%;
	font-weight: bold;
    white-space: pre-wrap;
}
.settingListRow .settingRow .settingInput{
	flex:1 1 auto;
	width:50%;
}
.settingListRow .settingRow .form-select,
.settingListRow .settingRow .form-control{
	width:100%;
}
.settingListRow .settingInputDiv{
	padding:8px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 767px){
	.settingListRow .form-select,
	.settingListRow .form-control{
		border:none;
		text-align: right !important;
		font-size:16px;
		background-image: none !important;
		padding:.375rem .75rem !important;
	}
	.settingListRow textarea.form-control{
		border: 1px solid #ced4da;
		text-align: left !important;
		font-size:16px;
	}
	.dark-mode .settingListRow textarea.form-control{
		border: 1px solid #5f5f5f;
		background-color: #3c3c3c;
	}
	.settingListRow .form-select:focus,
	.settingListRow .form-control:focus{
		border:none;
	}
	.settingListRow textarea.form-control:focus{
		border: 1px solid #ced4da;
	}
	.dark-mode .settingListRow textarea.form-control:focus{
		border: 1px solid #5f5f5f;
	}
	.settingListRow .settingRow .settingTitle{
		font-size:16px;
		width:auto;
	}
	.settingListRow .settingRow .settingInput{
		width:auto;
	}
	.settingListRow .settingRow .settingInput .convertChineseBtn{
		display:none !important;
	}
}

.wrapword {
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
	white-space: -pre-wrap;                 /* Opera 4-6 */
	white-space: -o-pre-wrap;               /* Opera 7 */
	white-space: pre-wrap;                  /* CSS3 */
	word-wrap: break-word;                  /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}
/*
::-webkit-scrollbar {
	width: 6px;
	display: none;
}
::-webkit-scrollbar-track {
	background:transparent;
}
::-webkit-scrollbar-thumb {
	background: #88888830;
}
::-webkit-scrollbar-thumb:hover {
	background: #88888840;
}
*/
html{
}
#display-content h1{
	font-size: 20px;
	font-weight: bold;
}
#display-content h2{
	font-size: 18px;
	font-weight: bold;
}
.setting-group-box{
	/*border: 1px solid #ccc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius: 8px;*/
	background-color: #fff;
	color:#555;
	padding: 16px;
	margin-bottom:1.5rem;
	max-width:100%;
	overflow:auto;
}
.form-label{
	display: block;
	margin-top: .5rem;
	font-weight: bold;
	font-size: 14px;
}
.setting-group-box .checkbox-label{
	margin: 0 1.5rem 0 .5rem;
	padding-top:4px;
}
.setting-group-box .checkbox-label,
.setting-group-box .form-check-input,
.setting-group-box .form-select{
	cursor: pointer;
}
.dark-mode .form-check-input{
	background-color: transparent!important;
	border-color:#888!important;
}
.dark-mode .form-check-input:checked{
	background-color:#0d6efd!important;
	border-color: #0d6efd!important;
}
.dark-mode .form-check-input[type=checkbox]:indeterminate{
	background-color:#0d6efd!important;
	border-color: #0d6efd!important;
}
.setting-group-box .setting-input-item{
	padding-bottom: 10px;
}
.setting-group-box h2{
	margin: 10px 0px;
}
.btn-div{
	text-align: right;
	margin-bottom: 30px;
}
.btn-div .btn{
	margin: 10px;
    width: 50px;
    font-size: 28px;
    padding: 0;
}
.setting-group-box .upper-btn-div{
	text-align: right;
}
/*
.setting-group-box .upper-btn-div span,
.setting-group-box .upper-btn-div i,
.setting-group-box .upper-btn-div button{
	margin:10px;
	font-size:32px;
	cursor:pointer;
	color: #0d6efd;
}
*/
.form-hints{
	color:#999;
	font-size: 12px;
	display: block;
	text-align: justify;
}
.setting-group-box .upload-btn{
	background-color: #0b7eb3;
	color:#fff;
	border: none;
	width:100%;
}
.setting-group-box .upload-btn:hover{
	background-color: #09719e;
}
.setting-group-box .upload-btn i{
	margin-right: 10px;
}
.setting-input-item textarea{
	height:100px;
}
.settingSubGroup{
	padding:1rem .5rem;
}
.settingSubGroup .innerDiv{
	background-color:#f5f5f5;
	padding:2rem;
	height:100%;
}
.setting-group-box .PaginationBar{
	text-align:center;
}
.iosCheckboxGroup{
	position:relative;
	padding: 20px 78px 20px 0px;
	border-bottom: 1px solid #ddd;
}
.iosCheckboxGroupUpperLine{
	position:relative;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.iosCheckboxGroupUpperLine .form-hints{
	margin-top:20px;
}
.btnVerticalText{
	max-width:50px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap !important;          /* Chrome & Safari */ 
	white-space: -pre-wrap !important;                 /* Opera 4-6 */
	white-space: -o-pre-wrap !important;               /* Opera 7 */
	white-space: pre-wrap !important;                  /* CSS3 */
	word-wrap: break-word !important;                  /* Internet Explorer 5.5+ */
	word-break: break-all !important;
	white-space: normal !important;
}
.page-link{
	cursor:pointer;
}
.dark-mode .page-link{
	background-color:#4a4a4a;
	border: 1px solid #333333;
	color:#ebebeb;
}
.dark-mode .table{
	--bs-table-striped-color: #ebebeb;
	--bs-table-striped-bg: rgba(255,255,255, 0.03);
	--bs-table-active-color: #ebebeb;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #ebebeb;
	--bs-table-hover-bg: rgba(255,255,255, 0.08);
	color: #ebebeb;
	border-color: #757575;
}
.dark-mode .settingSubGroup .innerDiv{
	background-color:#333;
}
.dark-mode .setting-group-box{
	/*border: 1px solid #525252;*/
	background-color: #2d2d2d;
	color:#ebebeb;
}
.dark-mode .form-control,
.dark-mode .form-select{
	color: #f5f5f5;
	background-color: #3c3c3c;
	border: 1px solid #5f5f5f;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover, 
.dark-mode input:-webkit-autofill:focus, 
.dark-mode input:-webkit-autofill:active{
	transition: background-color 5000s !important;
	-webkit-text-fill-color: #f5f5f5 !important;
}
.dark-mode .form-select{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZjVmNWY1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+) !important;
	background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}
.dark-mode .setting-group-box .upload-btn{
	background-color: #074765;
}
.dark-mode .setting-group-box .upload-btn:hover{
	background-color: #08577c;
}
.dark-mode .modal-content{
	background-color: #383838;
}
.dark-mode .modal-header {
	border-bottom: 1px solid #525252;
}
.dark-mode .modal-footer{
	border-top: 1px solid #525252;
}
.dark-mode .btn-close{
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2VlZSc+PHBhdGggZD0nTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw4IDYuNTg2IDE0LjI5My4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNEw5LjQxNCA4bDYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0IDEuNDE0TDggOS40MTRsLTYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDYuNTg2IDggLjI5MyAxLjcwN2ExIDEgMCAwMTAtMS40MTR6Jy8+PC9zdmc+) center/1em auto no-repeat;
}
.dark-mode .input-group-text{
	color: #fff;
	background-color: #6c757d;
	border: 1px solid #6c757d;
}
.dark-mode .form-control:disabled,.dark-mode .form-control[readonly]{
	color: #adadad !important;
	cursor: not-allowed;
}
@media screen and (max-width: 767px){
	.settingListRow .form-select,
	.settingListRow .form-control{
		border:none;
		text-align: right !important;
		font-size:16px;
		background-image: none !important;
		padding:.375rem .75rem !important;
		background-color: transparent;
	}
	.setting-group-box h2{
		margin: 10px;
	}
	.dark-mode .priceSettingItemRow .form-control,
	.dark-mode .priceSettingItemRow .form-select,
	.dark-mode .setting-input-item .form-control,
	.dark-mode .setting-input-item .form-select,
	.dark-mode .settingListRow .form-control,
	.dark-mode .settingListRow .form-select{
		color: #f5f5f5;
		background-color: #2d2d2d;
		border: none;
	}
}
.spinner-border{
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
#divShopLogo,#divShopIcon{
	padding: 20px 0;
	position: relative;
}
#divShopLogo img,#divShopIcon img{
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.logFunctionDiv{
	text-align: right;
	padding:4px;
}
.logFunctionDiv .changeLogoBackgroundBtn,.logFunctionDiv .changeFaviconBackgroundBtn{
	cursor: pointer;
	color:#666;
	padding:20px;
}
.dark-mode .logFunctionDiv .changeLogoBackgroundBtn,.dark-mode .logFunctionDiv .changeFaviconBackgroundBtn{
	color:#ccc;
}
#divShopLogo.dark,#divShopIcon.dark{
	background-color:#222;
}
#divShopLogo.light,#divShopIcon.light{
	background-color:#eee;
}
.inputWarning{
	display: none;
	color:#ff0000;
	text-align: right;
	font-size: 16px;
}
.additionalInfo{
	font-size:1rem;
	text-align:center;
	margin:3rem auto;
}
.consoleMobileVersion{
	display:none;
}
@media screen and (max-width: 1200px){
	#display-content{
		padding:.5rem;
	}
	.settingSubGroup{
		padding:.5rem 0;
	}
	.settingSubGroup .innerDiv {
		padding:.5rem;
	}
	.showOnPCOnly{
		display:none;
	}
}
@media screen and (max-width: 991px){
	.showOnPCTabletOnly{
		display:none;
	}
	#display-content h1{
		padding:10px;
	}
}
@media screen and (min-width: 992px){
	.showOnMobileOnly{
		display:none;
	}
}
.pageTopTitleBar{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*min-height: 48px;*/
}
.pageTopTitleBar .btn-div{
	position: fixed;
    right: 1rem;
    z-index:800;
}
.hidden{
	display:none;
}
.table .status{
	color: #fff;
	font-size:0.8rem;
	padding: 2px 8px;
	border-radius: 20px;
	display: inline-block;
	white-space: nowrap;
}
.table .status .bi{
	margin-right:4px;
}
.orderTable{
	font-size:.0.8rem;
}
.orderTable .btnDiv{
	text-align:center;
}
.orderTable .btnDiv .btn{
	margin:4px;
	width:60px;
}
.orderTableMobile{
	background-color:#f0f0f0;
}
.dark-mode .orderTableMobile{
	background-color:#333;
}
.currencyCode{
	font-size: 0.7rem;
    margin-right: 4px;
}
.productTable .productStateUnpublished{
	background-color:#666;
}
.productTable .productStatePublished{
	background-color:#00b800;
}
.mobileStockInfo .lowStock,
.mobileStockInfo .orderInfo,
.mobileStockInfo .outOfStock,
.mobileStockInfo .insufficientStock,
.productTable .lowStock,
.productTable .orderInfo,
.productTable .outOfStock,
.productTable .insufficientStock{
	margin-left:10px;
	font-weight:bold;
}
.mobileStockInfo .lowStock .fas,
.mobileStockInfo .orderInfo .fas,
.mobileStockInfo .outOfStock .fas,
.mobileStockInfo .insufficientStock .fas,
.productTable .lowStock .fas,
.productTable .orderInfo .fas,
.productTable .outOfStock .fas,
.productTable .insufficientStock .fas{
	margin-right:6px;
}
.productTable .orderInfo .fas,
.productTable .insufficientStock .fas,
.productTable .lowStock .fas{
	margin-right:6px;
}
.settingCurrencyCode{
	font-size:8px;
	margin-right:4px;
}
.convertChineseBtn{
	padding:0 8px;
	text-align:center;
}
.convertChineseBtn svg{
	height:28px;
	width:auto;
	fill:#fff;
}
.convertChineseBtn svg line{
	stroke:#fff;
	stroke-width: 3px;
}
.rowNoWarp{
	flex-wrap: nowrap !important;
}
.input-group{
	flex-wrap: nowrap !important;
}
.breakWord{
	word-wrap: break-word;
    word-break: break-all;
}
.modalCopyWeChatID{
	width:300px;
	margin: auto;
}
.modalCopyWeChatID .modal-body .bi{
	margin-right:10px;
}
.modalCopyWeChatID .modal-body{
	text-align:center;
	font-size: 1.2rem;
}
/*mobile order list*/
.mobileOrderRecordDiv{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	border-bottom: 1px solid #f0f0f0;
}
.dark-mode .mobileOrderRecordDiv{
	border-bottom: 1px solid #444;
}
.mobileOrderRecordDiv .leftSelectDiv{
	flex-grow:0;
	flex-shrink:0;
	padding:12px;
}
.mobileOrderRecordDiv .centerInfoDiv div{
	margin:6px auto;
}
.mobileOrderRecordDiv .centerInfoDiv{
	flex-grow:1;
	flex-shrink:1;
	position:relative;
	padding: 10px;
}
.mobileOrderRecordDiv .rightControlDiv{
	flex-grow:0;
	flex-shrink:0;
	padding:12px;
	font-size:22px;
	color:#bbb;
}
.mobileOrderRecordDiv .centerInfoDiv .orderNo{
	font-size:0.7rem;
	margin-right: 10px;
}
.mobileOrderRecordDiv .centerInfoDiv .orderTime{
	font-size:0.7rem;
}
.mobileOrderRecordDiv .centerInfoDiv .customerName{
	font-size:1rem;
	font-weight: bold;
}
.mobileOrderRecordDiv .centerInfoDiv .orderTotal{
	font-size:1rem;
}
.mobileOrderRecordDiv .centerInfoDiv .orderCustomerPriceDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.mobileOrderRecordDiv .centerInfoDiv .orderNoStatusDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.mobileOrderRecordDiv .centerInfoDiv .orderStatusDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	position:relative;
}
.mobileOrderRecordDiv .centerInfoDiv .orderStatus{

}
.mobileOrderRecordDiv .centerInfoDiv .orderStatus .material-icons{
	font-size:20px !important;
}
.mobileOrderRecordDiv .centerInfoDiv .orderStatusLabel,
.mobileOrderRecordDiv .centerInfoDiv .paymentStatusLabel,
.mobileOrderRecordDiv .centerInfoDiv .shipmentStatusLabel{
	margin-right:6px;
}
.mobileOrderRecordDiv .centerInfoDiv .orderStatusDiv .material-icons{
	font-size:20px !important;
}
.mobileOrderListDate{
	background-color: #f0f0f0;
    font-weight: bold;
    padding: 4px 12px;
}
.dark-mode .mobileOrderListDate{
	background-color: #444;
}
.mobileOrderRecordDiv .centerInfoDiv .orderStatusDiv .orderInsufficientStockLabel{
	position:absolute;
	right:0px;
	font-size:20px;
}
/*mobile special offer list*/
.mobileSpecialOfferRecordDiv{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:center;
	align-items:center;
	border-bottom: 1px solid #f0f0f0;
}
.mobileSpecialOfferRecordDiv:first-child{
	border-top: 1px solid #f0f0f0;
}
.dark-mode .mobileSpecialOfferRecordDiv{
	border-bottom: 1px solid #444;
}
.mobileSpecialOfferRecordDiv .leftSelectDiv{
	flex-grow:0;
	flex-shrink:0;
	padding:12px;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv div{
	margin:6px auto;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv{
	flex-grow:1;
	flex-shrink:1;
	position:relative;
	padding: 10px;
}
.mobileSpecialOfferRecordDiv .rightControlDiv{
	flex-grow:0;
	flex-shrink:0;
	padding:12px;
	font-size:22px;
	color:#bbb;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferNo{
	font-size:0.7rem;
	margin-right: 10px;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferTime{
	font-size:0.7rem;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .offerName{
	font-size:1rem;
	font-weight: bold;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferTotal{
	font-size:1rem;
	font-weight: bold;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferCustomerPriceDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferNoStatusDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferDetailsDiv{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
	position:relative;
	justify-content:space-between;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferStatus{

}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferStatus .material-icons{
	font-size:20px !important;
}
.mobileSpecialOfferRecordDiv .centerInfoDiv .specialOfferStatusLabel,
.mobileSpecialOfferRecordDiv .centerInfoDiv .paymentStatusLabel,
.mobileSpecialOfferRecordDiv .centerInfoDiv .shipmentStatusLabel{
	margin-right:6px;
}
.mobileSpecialOfferListDate{
	background-color: #f0f0f0;
    font-weight: bold;
    padding: 4px 12px;
}
.dark-mode .mobileSpecialOfferListDate{
	background-color: #444;
}
.orderTable .orderDate br{
	display:none;
}
@media (min-width: 768px) and (max-width: 1023px){
	.orderTable .orderDate br{
		display:inline;
	}
}
@media (min-width: 768px) and (max-width: 1199px){
	.orderTable .statusLabel{
		text-align:center;
	}
}
.wordCountDiv{
	text-align: left;
	font-size: 10px;
	color:#aaa;
}
.modalFunctionBtn{
	font-size:36px;
	cursor:pointer;
	padding:8px;
	cursor:pointer;
}
.galleryContent{
}
.galleryLoadingDiv{
	text-align:center;
	padding:40px;
}
.galleryPaddingDiv{
	height:114px;
	display:none;
}
.galleryContentList{
	padding:4px;
	margin-top:22px;
}
.galleryContentList .col{
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    border: 0.1px solid #88888820;
    height:250px;
}
.galleryContentList .col.myPhoto{
	flex-direction: column;
}
.galleryContentList .col.myPhoto .imgCardDiv{
	flex-grow: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}
.galleryContentList .col.myPhoto .imgNameDiv .editPhotoName{
	position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 100;
    cursor: pointer;
    font-size: 18px;
    padding: 6px;
}
.galleryContentList .col.myPhoto .imgNameDiv{
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 12px;
	padding: 6px 22px 0 4px;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
}
.galleryContentList .col .imgCardDiv{
	position:relative;
	max-height: 100%;
    max-width: 100%;
    overflow: hidden;
	font-size:100px;
}
.galleryContentList .col .imgSelectedIcon{
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	width: 36px;
	height: 36px;
	font-size: 2rem;
	color: #00d000;
	background-color: white;
	padding: 0;
	line-height: 30px;
	border-radius: 20px;
	padding: 2.2px;
	display:none;
}
.galleryContentList .col .imgSelectedIcon .bi{
	padding:0;
	margin:0;
}
.galleryContentList .col .imgSelectItem{
	max-width:100%;
	max-height:230px;
	cursor:pointer;
}
.galleryContentList .col .imgFunctionDiv{
	width:100%;
	height:100%;
	background-color:#00000050;
	position:absolute;
	left:0;
	top:0;
    opacity: 0;
    cursor:pointer;
    display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content:flex-end;
	align-items:flex-start;
	padding:20px;
}
.galleryContentList .col .imgFunctionDiv.active:hover{
	opacity:0;
}
.galleryContentList .col .imgFunctionDiv:hover{
	opacity:1;
}
.galleryContentList .col .imgFunctionDiv .imgDeleteBtn{
	font-size: 30px;
	border-radius: 40px;
	padding: 0px;
	width: 36px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.galleryContentList .col .imgFunctionDiv .imgDeleteBtn i{
	display: flex;
    align-items: center;
    justify-content: center;
}
#renameImagePreview,
#deleteImagePreview{
	max-width:100%;
	display: block;
	margin: 0 auto;
}
.applyToLanguageOptionDiv{
	position:absolute;
	width:100%;
	height:66%;
	background-color:#000000A0;
	color:#fff;
	bottom:0;
	left:0;
	display:flex;
	justify-content:center;
	align-items:start;
	text-align:center;
	display:none;
	padding:10px;
}
.applyToLanguageOptions{
	display:inline-block;
	margin:0 8px;
}
.applyToLanguageOptions input{
	margin-right:4px
}
.loadMoreBtnDiv{
	padding:20px;
}
.loadMoreBtnDiv .loadMoreImageBtn{
	width:100%;
}
#previewModeBtn .fas{
	width: 20px;
	text-align: center;
}
.dropdown-menu .dropdown-item .fas{
	width: 20px;
	text-align: center;
    margin-right: 10px;
}
.moveInsertLocation{
	width:100%;
	height:40px;
	border:2px solid #68125f;
	list-style-type: none;
}
.editLanguageSelect{
	width: fit-content;
	margin: 0 6px;
}
.linkTypeSelect{
	margin-right:10px;
}
.itemSettingImgPreview img{
	max-width:100%;
}
.itemSettingImgPreview{
	margin-bottom:30px;
	position: relative;
}
.form-hints{
	color:#999;
	font-size: 12px;
	padding:0 8px;
}
.moduleItem img{
	width:40px;
	margin-right: 8px;
}
.modalConvertSuccess,
.modalRestoreSuccess{
	width:350px;
	margin: auto;
}
.modalConvertSuccess .modal-body .bi,
.modalRestoreSuccess .modal-body .fas{
	margin-right:10px;
}
.modalConvertSuccess .modal-body,
.modalRestoreSuccess .modal-body{
	text-align:left;
	font-size: 1.5rem;
}
.modalConvertSuccess .modal-body .fas,
.modalRestoreSuccess .modal-body .fas{
	margin-right:6px;
}
.modalCancel,.modalOK{
	font-size:42px;
	cursor:pointer;
	margin:0 20px;
}
/*mobile order list*/
.grecaptcha-badge{
	display:none;
}
/*Order details start*/
.currencyCode{
	font-size: 0.8rem;
    margin-right: 4px;
}
.confirmPayDiv .payBtn{
	width: 200px;
    background-color: #ff4500;
    color: white;
    margin-top:40px;
}
.confirmPayDiv .calTotal{
	border-top:1px solid #aaa;
	font-weight:bold;
}
.confirmPayDiv{
	text-align:right;
	margin:30px 0px;
	line-height:3rem;
}
.selectedItem, .selectedItem td{
	background-color:#fff !important;
}
.dark-mode .selectedItem,
.dark-mode .selectedItem td{
	background-color:#262626 !important;
}
#SFHKLocationDiv,#SFMacauLocationDiv,#SFLockerLocationDiv,#SFBusinessStationLocationDiv,#SFStoreLocationDiv,#SFCombinedLocationDiv,#SFCombinedMacauLocationDiv,#SFPartnerLocationDiv,#ShipAnyLocationDiv{
	margin-bottom:20px;
}
.shippingMethodList .shippingMethodOuter{
	padding:10px;
}
.shippingMethodList .shippingMethodOuter .shippingMethod{
	border:1px solid #88888850;
	padding:10px;
}
.shippingMethodList .shippingMethodOuter .shippingMethod:hover{
	border:1px solid #88888880;
}
.shippingMethodList .shippingMethodOuter .shippingMethod .name{
	font-weight:bold;
}
.shippingMethodList .shippingMethodOuter .shippingMethod .name .shippingCheck{
	margin-right:8px;
}
.shippingMethodList .shippingMethodOuter .shippingMethod .price{
	font-weight:bold;
	text-align:right;
}
.shippingMethodList .shippingMethodOuter .shippingMethod .desc,
.shippingMethodList .shippingMethodOuter .shippingMethod .customDesc{
	max-width:100%;
	word-wrap: break-word;
}
.paymentMethodList .paymentMethodOuter{
	padding:10px;
}
.paymentMethodList .paymentMethodOuter .paymentMethod{
	border:1px solid #ddd;
	padding:10px;
	cursor:pointer;
}
.paymentMethodList .paymentMethodOuter .paymentMethod:hover{
	border:1px solid #888;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .name{
	font-weight:bold;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .name .paymentMethodCheck{
	margin-right:8px;
	font-size: 20px;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .fee{
	font-weight:bold;
	text-align:right;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .logo{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .logo img{
	max-width:100%;
	padding:10px;
}
.paymentMethodList .paymentMethodOuter .paymentMethod .logo img,
.paymentMethodList .paymentMethodOuter .paymentMethod .logo svg{
    display: inline-block;
    max-height: 24px;
    height: 24px;
    width: auto;
    margin: 10px;
    max-width: 100%;
    flex: 0 0 auto;
    padding:0;
}
.checkOutContent{
	width:800px;
	margin:40px auto;
	max-width:100%;
	padding:6px;
}
.checkOutContent .showDivBtn{
	display:block;
	width:100%;
	text-align: left;
	font-weight: 900;
	padding: 1rem;
	border-bottom: none;
	color:#000;
	background-color:#eee;
	position:relative;
}
.checkOutContent .showDivBtn .stepNumber{
	display:inline-block;
    border-radius: 20px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #fff;
    color: #555;
}
.checkOutContent .showDivBtn .stepStatus{
	position: absolute;
    display: none;
    border-radius: 20px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #00b100;
    font-size: 16px;
    padding: 4px;
    right: 12px;
    top: 12px;
    color:#fff;
}
.checkOutContent .activeBtn{
	background-color:#5c337b;
	color:#fff;
}
.checkOutContent .contentDiv{
	display:none;
	border: 1px solid #eee;
    border-bottom: none;
    padding: 30px;
}
@media screen and (max-width: 450px){
	.checkOutContent .contentDiv{
		padding: 30px 4px;
	}
}
.checkOutContent #showConfirmOrderBtn{
	border-radius: .25rem .25rem 0 0;
}
.checkOutContent #showShippingMethodBtn{
	border-radius: 0;
}
.checkOutContent #showPaymentMethodBtn{
	border-radius: 0 0 .25rem .25rem;
	border-bottom: 1px solid #eee;
}
.checkOutContent #PaymentMethodDiv{
	border-bottom: 1px solid #eee;
	border-radius: 0 0 .25rem .25rem;
}
.checkOutContent .lastBtnShowContent{
	border-radius:0 !important;
	border-bottom:none !important;
}
.checkOutContent .itemDeleteDiv{
	text-align: right;
    padding: 0px 10px 4px 10px;
}
.checkOutContent .itemDeleteDiv .itemDeleteBtn .bi{
}
#orderCartItems .cartItem{
	margin:10px 0;
	padding:10px;
}
.cartItem{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.cartItem .cartItemInfoDiv{
	display:inline-block;
	flex-grow:1;
	flex-shrink:1;
	padding-left: 16px;
}
.cartItem .shoppingCartProductPhoto {
    width: 100%;
}
#ConfirmOrderDiv .shoppingCartItems .cartItem{
	padding:10px 0;
}
#ConfirmOrderDiv .shoppingCartItems .cartItem:last-child{
}
#ConfirmOrderDiv .shoppingCartItems .cartProductName{
	font-size:1rem;
	font-weight: bold;
	padding: 10px 0px;
}
#ConfirmOrderDiv .shoppingCartItems .cartItemInfoDiv .quantityInputGroupDiv{
	text-align:center;
	font-size:0.9rem;
}
#ConfirmOrderDiv .shoppingCartItems .cartItemInfoDiv .quantityInputGroup{
	width:100px;
	border:1px solid #c3c3c3;
}
#ConfirmOrderDiv .shoppingCartItems .cartItemInfoDiv .quantityInputGroup > .purchaseQuantity{
	border: none;
	text-align: center;
	height:32px;
	padding:0 2px;
}
#ConfirmOrderDiv .shoppingCartItems .cartItemInfoDiv .quantityInputGroup > .btn{
	text-align: center;
	height:32px;
	padding:0 6px;
}
@media (max-width: 400px){
	#ConfirmOrderDiv .shoppingCartItems .cartItemInfoDiv .quantityInputGroup{
	}
}
#ConfirmOrderDiv .shoppingCartItems .cartProductDetails{
	font-size:0.9rem;
}
#ConfirmOrderDiv .shoppingCartItems .cartProductVar{
	font-size: 0.8rem;
	color:#888;
}
#ConfirmOrderDiv .shoppingCartItems .currencyCode{
	font-size:0.8rem;
	margin-right:4px;
}
#ConfirmOrderDiv .shoppingCartItems .cartProductPrice{
	font-size:0.8rem;
}
#ConfirmOrderDiv .shoppingCartItems .cartProductInfo{
	font-size:0.9rem;
	color:#888;
	padding: 6px 0;
	text-align: right;
}
#ConfirmOrderDiv .shoppingCartItems .cartProductInfo .otherInfoItem{
	margin-right:10px;
}
#ConfirmOrderDiv .shoppingCartItems .cartProductInfo .DesignatedLabel{
	color:#00b700;
	font-weight:bold;
}
.calCartAmountDiv{
	text-align:right;
	padding:20px;
}
.ConfirmOrderAmountDiv{
	text-align:right;
	font-weight:bold;
	padding:20px 0;
}
.ConfirmOrderAmountDiv label{
	margin-right:20px;
}
.ConfirmOrderAmountDiv .checkOutAmount{
	font-size:20px;
}
.nextStepBtn{
	width: 200px !important;
    background-color: #ff4500;
    color: white;
}
.nextStepBtn:hover{
	background-color: #df3b00;
}
.btn-div{
	text-align: right;
	margin-top:20px;
}
.freeShippingHighLight{
	font-weight:bold;
	color:#00946a;
}
.freeShipping{
	background-color:#fcffeb;
}
.freeShipping .price{
	font-size:1.5rem;
	color:#00946a;
}
.inventoryInfo{
	color:#ff0000;
}
#customerInfoDiv{
	padding-top:20px;
	display:none;
}
#customerInfoDiv input::-webkit-outer-spin-button,
#customerInfoDiv input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#customerInfoDiv input[type=number] {
  -moz-appearance: textfield;
}
#customerInfoDiv .form-control,
#customerInfoDiv .form-select{
	margin-bottom:20px;
}
#customerInfoDiv #mobileCountryCode,
#customerInfoDiv #consigneeMobileCountryCode,
.phoneCountryCode{
	flex-grow:0 !important;
	height: 38px;
	width:92px !important;
	flex-shrink:0;
}
#customerInfoDiv .form-hints{
	color:#999;
	font-size: 12px;
	display: block;
}
#customerInfoDiv .checkboxGroup{
	white-space: nowrap;
}
#customerInfoDiv .checkbox-label{
	margin: 0 1.5rem 0 .5rem;
	cursor: pointer;
}
#customerInfoDiv .checkbox-label{
	margin: 0 1.5rem 0 .5rem;
}
#customerInfoDiv .checkbox-label,
#customerInfoDiv .form-check-input,
#customerInfoDiv .form-select{
	cursor: pointer;
}
/*Order Details End*/
.radioSelectOption{
	padding-bottom:10px;
}
.radioSelectOptionGroup{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
}
.radioSelectOptionGroup input{
	margin-right: 8px;
}
.oneLineContent{
	display:inline-block;
	white-space:nowrap;
}
.currencyCode{
	font-size:1rem;
	margin-right:4px;
}
.cardPhotoContainer{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.cardPhotoContainer .soldOutBadge{
	position: absolute;
}
.cardPhotoContainer .specialOfferBadge{
	position: absolute;
}
.cardPhotoContainer .preOrderBadge{
	position: absolute;
}
.cardPhotoContainer .limitedTimeOfferBadge{
	position: absolute;
	text-align: center;
}
.cardPhotoContainer .cardPhotoContainerInner{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto{
	background-color: #fff;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2{
	background-color: #fff;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.effectEnlarge{
	transition: -webkit-transform ease-in-out .5s;
    transition: transform ease-in-out .5s;
    transition: transform ease-in-out .5s,-webkit-transform ease-in-out .5s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.effectChange{
	transition: -webkit-transform opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s,-webkit-transform opacity 0.3s linear 0s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.effectAutoChange{
	transition: -webkit-transform opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s,-webkit-transform opacity 0.3s linear 0s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.enlarge{
	transform: scale(1.03);
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.disappear{
	transition: opacity 0.3s linear 0s;
	opacity: 0;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto.autoDisappear{
	transition: opacity 0.3s linear 0s;
	opacity: 0;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.effectEnlarge{
	transition: -webkit-transform ease-in-out .5s;
    transition: transform ease-in-out .5s;
    transition: transform ease-in-out .5s,-webkit-transform ease-in-out .5s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.effectChange{
	transition: -webkit-transform opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s,-webkit-transform opacity 0.3s linear 0s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.effectAutoChange{
	transition: -webkit-transform opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s,-webkit-transform opacity 0.3s linear 0s;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.enlarge{
	transform: scale(1.03);
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.disappear{
	transition: opacity 0.3s linear 0s;
	opacity: 0;
}
.cardPhotoContainer .cardPhotoContainerInner .productPhoto2.autoDisappear{
	transition: opacity 0.3s linear 0s;
	opacity: 0;
}
.card-body .cardBody{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}
.card-body .productName{
    overflow: hidden;
}
.card-body .price-original{
}
.card-body .price-original .currencyCode{
	font-size:12px;
	margin-right: 8px;
}
.card-body .price-original-cut .price{
	text-decoration: line-through;
}
.card-body .price-original-cut .currencyCode{
	font-size:12px;
	margin-right: 8px;
	text-decoration:none;
}
.card-body .price-special-offer{
}
.card-body .price-special-offer .currencyCode{
	font-size:12px;
	margin-right: 8px;
}
.card-body .price-member{
/*	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;*/
}
.card-body .price-member .currencyCode{
	font-size:12px;
	margin-right: 8px;
}
.card-body .price-member .memberPriceLabel{
	margin-left: 10px;
/*	background-color: #018001;
	color: #fff;
	font-size: 12px;
	padding: 1px 8px 0px 8px;
	border-radius: 10px;*/
	white-space: nowrap;
}
@media screen and (max-width: 500px){
	.card-body .price-member{
		flex-direction: column;
		align-items: flex-start;
	}
	.card-body .price-member .memberPriceLabel{
		margin-left: 6px;
		margin-top: 10px;
	}
}
.productContentDiv.row>*{
	padding:0;
	margin:0;
}
a.productCard{
	color:inherit;
	text-decoration:inherit;
	display:block;
}
a.productCard:hover{
}
@media screen and (max-width: 767px){
	.card-body .price-original{
		font-size:16px;
	}
	.card-body .price-original .currencyCode{
		font-size:12px;
	}
	.card-body .price-original-cut{
		/*font-size:12px;*/
	}
	.card-body .price-original-cut .currencyCode{
		font-size:12px;
	}
	.card-body .price-special-offer{
		/*font-size:16px;*/
	}
	.card-body .price-special-offer .currencyCode{
		font-size:12px;
	}
	.card-body .price-member{
		/*font-size:16px;*/
	}
	.card-body .price-member .currencyCode{
		font-size:12px;
	}
}
/*									Shopping cart							*/
/*									Shopping cart							*/
/*									Shopping cart							*/
/*									Shopping cart							*/
/*									Shopping cart							*/
.shoppingCartIcon{
	position:relative;
}
.shoppingCartIcon .shoppingCartCounter{
	position: absolute;
	top: -10px;
	right: -10px;
	background: #ff4500;
	color: #fff;
	padding: 4px 4px;
	border-radius: 10px;
	text-align: center;
	font-style: normal;
	min-width: 20px;
	min-height: 20px;
	font-size: 12px;
}
.orderItemRow .cartImgContainer,
.cartItem .cartImgContainer{
	max-width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	width:80px;
	height:80px;
	flex-grow:0;
	flex-shrink:0;
}
#shoppingCartItems .cartItem .cartImgContainer{
	/*margin-top: 32px;*/
}
.shoppingCartProductPhoto{
}
.shoppingCartItems .cartItem{
	border-bottom:1px solid #eee;
	padding:10px 0;
}
.shoppingCartItems .cartItem:last-child{
	border-bottom:none;
}
.shoppingCartItems .cartProductName{
	font-size:1rem;
	font-weight: bold;
}
.shoppingCartItems .cartProductQtyPriceDiv .productQuantityGroup{
	margin:0 10px;
	font-size: 0.8rem;
}
.shoppingCartItems .cartProductQtyPriceDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	padding: 6px 0;
}
.shoppingCartItems .cartProductDetails{
	font-size:0.8rem;
}
.shoppingCartItems .cartProductVar{
	font-size: 0.8rem;
	color:#888;
}
.shoppingCartItems .currencyCode{
	font-size:0.8rem;
}
.shoppingCartItems .cartProductPrice{
	font-size:0.8rem;
}
.shoppingCartItems .cartProductAmount{
	font-size:1.2rem;
	font-weight: bold;
}
.shoppingCartItems .cartProductInfo{
	font-size:0.8rem;
	color:#888;
	padding: 6px 0;
	text-align: right;
}
.shoppingCartItems .cartProductInfo .otherInfoItem{
	margin-right:6px;
}
.shoppingCartItems .cartProductInfo .freeShipInfo{
	color:#00946a;
	font-weight:bold;
}
.SplitTitleDiv .orderItem,
.SplitOrderSummaryDiv .orderItem,
.splitOrderItems .orderItem{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom:1px solid #eee;
	padding:10px 0;
}
.SplitTitleDiv .orderItem .orderItemInfoDiv,
.SplitOrderSummaryDiv .orderItem .orderItemInfoDiv,
.splitOrderItems .orderItem .orderItemInfoDiv{
	display:inline-block;
	flex-grow:1;
	flex-shrink:1;
	padding-left: 16px;
}
.splitOrderItems .orderItem .shoppingCartProductPhoto {
    width: 100%;
}
.splitOrderItems .orderItem .cartImgContainer{
	max-width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	width:80px;
	height:80px;
	flex-grow:0;
	flex-shrink:0;
}
.splitOrderItems .orderItem .cartImgContainer{
	margin-top: 32px;
}
.splitOrderItems .orderItem:last-child{
	border-bottom:none;
}
.splitOrderItems .cartProductName{
	font-size:1rem;
	font-weight: bold;
}
.splitOrderItems .cartProductQtyPriceDiv .productQuantityGroup{
	margin:0 10px;
	font-size: 0.8rem;
}
.splitOrderItems .cartProductQtyPriceDiv{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	padding: 6px 0;
}
.splitOrderItems .cartProductDetails{
	font-size:0.8rem;
}
.splitOrderItems .cartProductVar{
	font-size: 0.8rem;
	color:#888;
}
.splitOrderItems .currencyCode{
	font-size:0.8rem;
}
.splitOrderItems .cartProductPrice{
	font-size:0.8rem;
}
.splitOrderItems .cartProductAmount{
	font-size:1rem;
	font-weight: bold;
}
.splitOrderItems .cartProductInfo{
	font-size:0.8rem;
	color:#888;
	padding: 6px 0;
	text-align: right;
}
.splitOrderItems .cartProductInfo .otherInfoItem{
	margin-right:6px;
}
.splitOrderItems .cartProductInfo .freeShipInfo{
	color:#00946a;
	font-weight:bold;
}
.splitOrderItems .orderItem .orderItemInfoDiv .quantityInputGroup{
	width:80px;
	border:1px solid #c3c3c3;
}
.splitOrderItems .orderItem .orderItemInfoDiv .quantityInputGroup > .purchaseQuantity{
	border: none;
	text-align: center;
	height:28px;
	padding:0 2px;
}
.splitOrderItems .orderItem .orderItemInfoDiv .quantityInputGroup > .btn{
	text-align: center;
	height:28px;
	padding:0 6px;
}
.dark-mode .splitOrderItems .orderItem .orderItemInfoDiv .quantityInputGroup > .btn{
	background-color: inherit;
	border:none;
}
#shoppingCartAmount .checkoutBtn{
	width: 100%;
	background-color: #ff4500;
	color: white;
}
#shoppingCartAmount .checkoutBtn:hover{
	background-color: #df3b00;
}
#shoppingCartAmount .checkoutBtn label{
	margin-right:10px;
}
#shoppingCartAmount .checkoutBtn .currencyCode{
	font-size:0.8rem;
}
.itemDeleteDiv{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 10px 4px 10px;
}
.itemDeleteDiv .itemDeleteBtn{
	cursor:pointer;
	font-size:20px;
}
.cartItemInfoDiv{
	position:relative;
}
.cartItemInfoDiv .quantityInputGroupDiv .inventoryDiv{
	padding:0 16px;
}
.cartItemInfoDiv .quantityInputGroupDiv{
	font-size:0.8rem;
	padding: 6px 0;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.cartItemInfoDiv .quantityInputGroupDiv .outOfStock.purchaseQuantity{
	background-color:#ffe1e1;
}
.cartItemInfoDiv .quantityInputGroupDiv .outOfStock{
	color:#ff0000;
}
.cartItemInfoDiv .quantityInputGroup{
	width:80px;
	border:1px solid #c3c3c3;
}
.cartItemInfoDiv .quantityInputGroup > .purchaseQuantity{
	border: none;
	text-align: center;
	height:28px;
	padding:0 2px;
}
.cartItemInfoDiv .quantityInputGroup > .btn{
	text-align: center;
	height:28px;
	padding:0 6px;
}
.dark-mode .cartItemInfoDiv .quantityInputGroup > .btn{
	background-color: inherit;
	border:none;
}
@media (max-width: 400px){
	.cartItemInfoDiv .quantityInputGroup{
	}
	.shoppingCartItems .cartProductQtyPriceDiv{
		flex-direction: column;
		align-items: flex-start;
	}
	.shoppingCartItems .cartProductAmount{
		text-align: right;
		width: 100%;
	}
}
.editOrderOffersDiv .offerItemDiv,
.shoppingCartOffersDiv .offerItemDiv{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #88888830;
}
.shoppingCartMemberOffersDiv,
.editOrderOffersDiv,
.shoppingCartOffersDiv{
	padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin:20px 0;
}
.shoppingCartMemberOffersDiv h5,
.editOrderOffersDiv h5,
.shoppingCartOffersDiv h5{
	font-size: 16px;
    font-weight: bold;
}
#specialOfferContent h6,
.shoppingCartMemberOffersDiv h6,
.editOrderOffersDiv h6,
.shoppingCartOffersDiv h6{
	font-size: 14px;
    font-weight: bold;
}
.offerSelectListItem{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding:6px;
	margin: 6px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.offerSelectListItem:hover{
	background-color:#fafafa;
}
.dark-mode .offerSelectListItem:hover{
	background-color:#333;
}
.offerSelectListItem .checkIconDiv{
	width:20px;
	flex-grow: 0;
	flex-shrink: 0;
}
.offerSelectListItem .offerInfoDiv{
	flex-grow: 1;
	flex-shrink: 1;
}
.shoppingCartOffersSingly,.shoppingCartOffersSim{
	padding:20px 0;
	border-bottom:1px solid #aaa;
}
.editOrderOffersDiv .offerTotalSaveDiv,
.shoppingCartOffersDiv .offerTotalSaveDiv{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.dark-mode .editOrderOffersDiv .offerTotalSaveDiv,
.dark-mode .shoppingCartOffersDiv .offerTotalSaveDiv{
	color:#fff;
}
/*									Shopping cart							*/
/*									Shopping cart							*/
/*									Shopping cart							*/
.cartProductQtyPriceDiv{
	display:flex;
    justify-content:space-between;
}
.discountCodeDiv{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 10px;
}
.discountCodeDiv .input-group button,
.discountCodeDiv .input-group input{
	height:36px;
}
.discountCodeDiv .input-group{
	width:200px;
}
.discountCodeDiv .discountCodeBtn{
	border:1px solid #ced4da;
}
.discountCodeDiv .discountCodeBtn{
	border:1px solid #ced4da;
}
.dark-mode .discountCodeDiv .discountCodeBtn{
	background-color: inherit;
}
.dark-mode .modal-title{
	color:#fff !important;
}
.dark-mode .modal-header,
.dark-mode .modal-footer,
.dark-mode .modal-body{
	background-color:#2d2d2d;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.productNoCode{
}
.disableSelectText{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#modalPopUpAds .modal-header .btn-close{
	background-color:#fff;
}
#modalPopUpAds .modal-content{
	background-color:transparent;
	border:none;
}
#modalPopUpAds .modal-content .modal-header{
	border:none;
}#modalPopUpAds .modal-dialog{
	max-width: 100%;
}
#modalPopUpAds .modal-content .modal-body{
	background-color:#fff;
	overflow: auto;
	height: fit-content;
}
#modalPopUpAds .modal-content .modal-body p:last-child{
	margin-bottom:0;
}
#modalPopUpAds.ZoomIn .modal-content{
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#modalPopUpAds.ZoomIn.show .modal-content{
  opacity: 1;
  transform: scale(1);
}
#modalPopUpAds.ZoomOut .modal-content{
  transform: scale(3);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#modalPopUpAds.ZoomOut.show .modal-content{
  opacity: 1;
  transform: scale(1);
}
#modalPopUpAds.FromTop .modal-dialog{
	transition: transform .3s ease-out;
	transform: translate(0,-200px);
}
#modalPopUpAds.FromTop.show .modal-dialog{
	transform:none;
}
#modalPopUpAds.FromBottom .modal-dialog{
	transition: transform .3s ease-out;
	transform: translate(0,200px);
}
#modalPopUpAds.FromBottom.show .modal-dialog{
	transform:none;
}
#modalPopUpAds.FromLeft .modal-dialog{
	transition: transform .3s ease-out;
	transform: translate(-200px,0);
}
#modalPopUpAds.FromLeft.show .modal-dialog{
	transform:none;
}
#modalPopUpAds.FromRight .modal-dialog{
	transition: transform .3s ease-out;
	transform: translate(200px,0);
}
#modalPopUpAds.FromRight.show .modal-dialog{
	transform:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
#tinymce img{
	max-width: 100%;
	height:auto;
}
/*
@keyframes loadingAnimation {
  0%   { opacity:0.7; }
  50%  { opacity:0.3; }
  100% { opacity:0.7; }
}
@-o-keyframes loadingAnimation{
  0%   { opacity:0.7; }
  50%  { opacity:0.3; }
  100% { opacity:0.7; }
}
@-moz-keyframes loadingAnimation{
  0%   { opacity:0.7; }
  50%  { opacity:0.3; }
  100% { opacity:0.7; }
}
@-webkit-keyframes loadingAnimation{
  0%   { opacity:0.7; }
  50%  { opacity:0.3; }
  100% { opacity:0.7; }
}
.cardPhotoContainerInner.loading{
	-webkit-animation: loadingAnimation 1s infinite;
	-moz-animation: loadingAnimation 1s infinite;
	-o-animation: loadingAnimation 1s infinite;
	animation: loadingAnimation 1s infinite;
	background-color:#ccc;
}
.cardPhotoContainerInner.loading img{
	opacity: 0;
}
*/