.clear {
	clear: both;
}

.height-0 {
	height: 0px;
}

.height-1 {
	height: 1px;
}

.height-5 {
	height: 5px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.error {
	color: red;
}

.success {
	color: green;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-m10 {
	margin-top: -10px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.submitBtn,
.submitBtn:focus {
	background: none;
	color: #434141;
	padding: 8px 20px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #603913;
}

.submitBtn:hover {
	background: #323232;
	color: #fff;
	text-decoration: none;
}

.submitBtn2,
.submitBtn2:focus {
	background: #000;
	color: #ffffff;
	padding: 5px 20px;
	border: none;
	text-decoration: none;
}

.submitBtn2:hover {
	background: #323232;
	color: #fff;
	text-decoration: none;
}

.submitBtn3,
.submitBtn3:focus {
	background: #00bff3;
	color: #fff;
	font-size: 12px;
	padding: 10px 24px;
	border: none;
	text-decoration: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

}

.submitBtn3:hover {
	background: #323232;
	color: #fff;
	text-decoration: none;
}

.submitBtn4,
.submitBtn4:focus {
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 10px 42px;
	border: none;
	text-decoration: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

}

.submitBtn4:hover {
	background: #323232;
	color: #fff;
	text-decoration: none;
}

#noticeDiv {
	padding: 5px;
	color: #3f3f3f;
	margin: 0 0 10px 0;
	display: none;
}

#noticeDiv2 {
	padding: 5px;
	color: #3f3f3f;
	margin: 0 0 10px 0;
	display: none;
}

.notice_success {
	background: #81F79F;
	border: 1px solid green;
}

.notice_error {
	background: pink;
	border: 1px solid red;
}

.loadingDiv {
	display: none;
}

.shadow-bottom {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.title1 {
	color: #515151;
	font-size: 20px;
}


/*------------------ login ------------------*/
.myloginDiv {
	padding: 15px 0;
	background-color: #ffffff;
	color: #323232;
}

.myloginDiv .fieldDiv {
	width: 100px;
	float: left;
}

.myloginDiv .fieldDiv2 {
	width: 10px;
	float: left;
}

.myloginDiv .fieldDiv3 {
	width: 200px;
	float: left;
}

.loginDiv {
	float: left;
	width: 86%;
	padding: 7%;
	background: #000;
	color: #646464;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.loginDiv h3 {
	color: #fff;
}

.loginDiv2 {
	float: left;
	width: 96%;
	padding: 7% 2%;
}

.loginADiv {
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.loginDiv2 {
		padding: 0 2% 25px;
	}

	.loginADiv {
		margin: 9px 0;
	}

	.submitBtn4,
	.submitBtn4:focus {
		padding: 10px 65px;
	}
}

/*------------------ cart ------------------*/
.cartDiv {
	color: #555555;
	font-size: 20px;
}

.cTDL {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.cTDR {
	float: left;
}

.cartDiv table {
	width: 100%;
	position: relative;
	z-index: 999;
}

.cartDiv table th {
	background-color: #999999;
	color: #fff;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}

.cartDiv table td {
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #bcbcbc;
	background-color: #ffffff;
}

.cartDiv table td .supTitle {
	font-size: 15px;
	color: #9b546b;
}

.cartDiv table td .subDisc {
	font-size: 13px;
}

.cartDiv table td .subDisc span {
	color: #ff0000;
}

.cartDiv img.displayImg {
	width: 75px;
}

.cartDiv .voucher {
	color: #000;
	padding: 5px 20px;
	background-color: #fff;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}

.cartDiv .voucher input[type="text"] {
	margin-top: 10px;
}

.cartDiv .subtotal {
	color: #000;
	padding: 5px 20px;
	float: right;
	margin-top: 10px;
}

#sttotal {
	font-size: 15px;
	color: #000;
	line-height: 25px;
}

.cartDiv .discount {
	color: #000;
	background-color: #ebebeb;
	float: right;
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

.cartDiv .discountcon {
	padding: 5px 20px;
}

.cartDiv .tax {
	color: #000;
	padding: 5px 20px;
	float: right;
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

.cartDiv .ttotal {
	color: #fff;
	background-color: #000;
	float: right;
	margin-top: 10px;
	line-height: 25px;
	width: 100%;
	text-align: right;
}

.cartDiv .ttotalcon {
	padding: 5px 20px;
}

#sttotal2 {
	font-size: 15px;
	color: #787878;
	line-height: 25px;
}

.cartDiv .attrDesc {
	font-size: 14px;
}

.cartTerms {
	font-size: 12px;
	color: #555555;
}

.cartTerms .pTitle {
	color: #555555;
	font-weight: bold;
}

/*------------------ checkout ------------------*/

.orderDiv {
	color: #555555;
}

.orderDiv table {
	width: 100%;
	position: relative;
	z-index: 999;
}

.orderDiv table th {
	background-color: #999999;
	color: #ffffff;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

.orderDiv table td {
	font-weight: normal;
	padding: 5px;
	font-size: 15px;
	border-bottom: 1px solid #BCBCBC;
	background-color: #ffffff;
}

.whiteBg {
	background-color: #ffffff;
}

.cusDetail {
	color: #555555;
	font-size: 15px;
}

/*------------------ header ------------------*/

.topDiv {
	margin-bottom: 5px;
	float: right;
}

.top1Div,
.top2Div {
	float: right;
	line-height: 30px;
}

#header .topDiv,
#header .topDiv a {
	color: #000;
	font-size: 14px;
	width: auto;
	text-align: right;
}

#linecut {
	color: #c8c8c8;
}

#logimg {
	margin-top: -3px;
}

.logoDiv {
	float: left;
	width: 35%;
}

.hright {
	float: left;
	width: 65%;
}

.cartInfoDiv {
	color: #000;
	font-size: 14px;
	float: right;
	width: 190px;
}

.cartInfoTDiv {
	float: left;
	width: 100%;
	text-align: center;
}

.cartInfoBDiv {
	float: left;
	width: 100%;
	text-align: center;
}

.cartInfoTcDiv {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 7px 0;
}

.cartInfoTDiv a,
.cartInfoTDiv a:hover {
	color: #000;
	font-size: 14px;
}

.cartInfoTDiv img {
	margin-right: 5px;
}

.cartInfoBDiv {
	background: #ff9019;
	padding: 2px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cartInfoBDiv a,
.cartInfoBDiv a:hover {
	color: #fff;
	font-size: 14px;
}

.cartInfoBDiv img {
	margin-left: 5px;
}

.searchDiv {
	float: right;
}

/*------------------ search fiels ------------------*/
#search-form {
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	width: 200px;
	height: 20px;
	border: 1px solid #ababab;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 5px;
}

#search-form form {
	margin: 0;
}

input#searchinput {
	padding: 3px 15px;
	height: 14px;
	box-shadow: none;
	background: none;
	border: none;
	font-size: 12px;
	font-style: italic;
	color: #7d7d7d;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -6px;
	width: 148px;
	float: left;
	position: relative;
	top: 6px;
	margin-bottom: 0;
}

input#searchsubmit {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	padding: 0;
	background: url(../images/icon-search.png) no-repeat;
	border: none;
	cursor: pointer;
}

/*------------------ footer ------------------*/
.sitemap {
	border: 1px solid #ebebeb;
}

.smcon {
	margin: 0 25px;
}

.smtop {
	padding: 25px 0;
}

.smt1 {
	float: left;
	width: 18%;
	margin-right: 3%;
}

.smt2 {
	float: left;
	width: 20%;
	margin: 0 3%;
}

.smt3 {
	float: left;
	width: 20%;
	margin: 0 3%;
}

.smt4 {
	float: left;
	width: 24%;
	margin-left: 3%;
}

.smtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e0e0;
}

.smtitle h5 {
	color: #fff;
	font-size: 13px !important;
	font-weight: bold !important;
}

.smtitle2 {
	padding-bottom: 0px;
	border-bottom: 1px solid #e2e0e0;
}

.smsubcon {
	padding: 5px 0;
}

.smlist {
	width: 100%;
	float: left;
}

.smlist a,
.smlist a:hover,
.smlist a:focus {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

.smlist2 {
	margin-top: 5px;
	color: #fefefe;
	line-height: 18px;
}

.smlist3 {
	margin-top: 10px;
}

.smlist3c {}

.smlist3cl {
	float: left;
	color: #000;
	font-weight: bold;
}

.smlist3cr {
	float: left;
	color: #fefefe;
}

.smlist3cr a,
.smlist3cr a:hover,
.smlist3cr a:focus {
	color: #fefefe;
}

.smbtm {
	border-top: 1px solid #ebebeb;
	font-size: 13px;
	color: #000;
	line-height: 30px;
	padding: 10px 0;
}

.smbtml {
	float: left;
	width: 50%;
}

.smbtmr {
	float: left;
	width: 50%;
}

.smbtmlc img {
	margin: -2px 0 0 7px;
}

.smbtmrc {
	float: right;
}

.footer .credit {
	margin: 10px 0;
	color: #fefefe;
	font-size: 12px;
	float: left;
}

.footer .credit2 {
	margin: 10px 0;
	color: #fefefe;
	font-size: 12px;
	float: right;
}

.footer .credit3 {
	margin: 10px 0 20px;
	color: #fefefe;
	font-size: 12px;
	text-align: center;
}

.footer .credit a,
.footer .credit a:hover,
.footer .credit a:focus,
.footer .credit3 a,
.footer .credit3 a:hover,
.footer .credit3 a:focus {
	color: #fefefe;
	font-size: 12px;
	text-decoration: underline;
}

/*------------------ home ------------------*/
.slideshowDiv {
	margin-top: 0px;
}

.slideshow1 {
	float: left;
	width: 56%;
	margin-right: 1.5%;
}

.slideshow2 {
	float: left;
	width: 42.5%;
}

.slideshow2 .div1 {
	margin-top: 1.2%;
	float: left;
	width: 49%;
	margin-right: 2%;
}

.slideshow2 .div2 {
	margin-top: 1.2%;
	float: left;
	width: 49%;
}

.linkDiv {
	margin-top: 2%;
}

.s1linkDiv {
	float: left;
	width: 46%;
	margin: 0 2%;
	text-align: center;
}

.s2linkDiv {
	float: left;
	width: 46%;
	margin: 0 2%;
	text-align: center;
}

.s3linkDiv {
	float: left;
	width: 32%;
	text-align: center;
}

.s1linkDiv img,
.s2linkDiv img,
.s3linkDiv img {
	max-height: 320px;
}

.subinfoDiv {
	background: #eae0dc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

.sinfoDiv {
	float: left;
	width: 33.3%;
	text-align: center;
}

.sinfoCont {

	margin: 30px 0;
}

.sinfoCont2 {
	margin: 30px 0;
	border-left: 1px solid #fff;
}

.sinfoImg {
	max-width: 85%;
	margin: 0 auto;
}

.sinfoDiv img {
	max-height: 70px;
}

/*------------------ product ------------------*/
.breadcrumbsDiv3 {
	padding: 5px 0;
}

.breadcrumbsDiv2 {
	display: none;
}

.breadcrumbsDiv {
	padding: 5px 0;
	margin-left: 8px;
}

.breadcrumbsDiv a,
.breadcrumbsDiv a:hover {
	color: #646464;
	font-size: 13px;
	line-height: 20px;
}

.breadcrumbsDiv a:last-child {
	color: #000;
	font-weight: bold;
}

.breadcrumbsDiv3 a,
.breadcrumbsDiv3 a:hover {
	color: #646464;
	font-size: 13px;
	line-height: 20px;
}

.breadcrumbsDiv3 a:last-child {
	color: #000;
	font-weight: bold;
}

.curCatDiv {
	color: #000;
	margin-left: 8px;
}

.catNavDiv {
	border: 0px solid #000;
	margin-bottom: 20px;
}

.catNavDiv .catTitle {
	background-color: #7dc4ff;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.catTitle img {
	margin: -3px 9px 0 0;
}

.catNavDiv .sub {
	font-size: 13px;
}

.productGridDiv {}

.productGridDiv .gridBox {
	width: 33.3%;
	float: left;
	margin: 4px 0;
}

.productGridDiv .gridBoxcon {
	position: relative;
	border: 1px solid #fff;
	width: 220px;
	padding: 9px;
	float: right;
	background: #fff;
}

.productGridDiv .pImage {
	height: 270px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.productGridDiv .gridBox .pImage img {
	transition: all 0.5s ease 0s;
}

.productGridDiv .gridBoxcon:hover img {
	transform: scale(1.15);
}

.platestDiv,
.photDiv,
.discountDiv {
	position: absolute;
	top: 9px;
	left: 9px;
}

.discountDiv {
	font-size: 12px;
	color: #fff;
	background: #000;
	padding: 4px 8px;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.productGridDiv .gridBox .pTitle {
	color: #434141;
	font-size: 15px !important;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}

.productGridDiv .gridBox .pSku {
	color: #898989;
	height: 20px;
	overflow: hidden;
}

.productGridDiv .gridBox .pPrice {
	margin-top: 5px;
	color: #434141;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.productGridDiv .gridBox .discount {
	color: #ff3600;
	font-size: 14px;
}

.productGridDiv .gridBox .discount span {
	color: #ff0000;
}

.productGridDiv .gridBox .viewBtn {
	display: none;
	background: none;
	position: absolute;
	top: 5px;
	right: 5px;
}

.productGridDiv .gridBox .viewBtn a,
.productGridDiv .gridBox .viewBtn a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 5px 6px;
	display: block;
}

.productGridDiv .gridBoxcon:hover .viewBtn {
	display: block;
}

.productGridDiv .gridBoxcon:hover {}

.noFound {
	margin: 10px;
}

.productGridDiv2 .gridBox {
	width: 25%;
	float: left;
	margin: 4px 0;
}

.productGridDiv2 .gridBoxcon {
	position: relative;
	border: 1px solid #fff;
	width: 220px;
	padding: 9px;
	margin: 0 auto;
	background: #fff;
}

.productGridDiv2 .pImage {
	height: 270px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #f9f9f9;
}

.productGridDiv2 .gridBox .pImage img {
	transition: all 0.5s ease 0s;
}

.productGridDiv2 .gridBoxcon:hover img {
	transform: scale(1.15);
}

.productGridDiv2 .gridBox .pTitle {
	color: #434141;
	font-size: 15px !important;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}

.productGridDiv2 .gridBox .pSku {
	color: #898989;
	height: 20px;
	overflow: hidden;
}

.productGridDiv2 .gridBox .pPrice {
	margin-top: 5px;
	color: #434141;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.productGridDiv2 .gridBox .discount {
	color: #ff3600;
	font-size: 14px;
}

.productGridDiv2 .gridBox .discount span {
	color: #ff0000;
}

.productGridDiv2 .gridBox .viewBtn {
	display: none;
	background: none;
	position: absolute;
	top: 5px;
	right: 5px;
}

.productGridDiv2 .gridBox .viewBtn a,
.productGridDiv2 .gridBox .viewBtn a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 5px 6px;
	display: block;
}

.productGridDiv2 .gridBoxcon:hover .viewBtn {
	display: block;
}

.productGridDiv2 .gridBoxcon:hover {
	background: none;
}

/* Blink */
.blink-animation div {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 32px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}

.blink-animation div:first-of-type {
	/* For increasing performance 
						 ID/Class should've been used. 
						 For a small demo 
						 it's okaish for now */
	animation: showup 7s infinite;
}

.blink-animation div:last-of-type {
	width: 0px;
	animation: reveal 7s infinite;
}

.blink-animation div:last-of-type span {
	margin-left: -355px;
	animation: slidein 7s infinite;
}

@keyframes showup {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slidein {
	0% {
		margin-left: -800px;
	}

	20% {
		margin-left: -800px;
	}

	35% {
		margin-left: 0px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes reveal {
	0% {
		opacity: 0;
		width: 0px;
	}

	20% {
		opacity: 1;
		width: 0px;
	}

	30% {
		width: 355px;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		width: 355px;
	}
}


.blink-animation p {
	font-size: 12px;
	color: #999;
	margin-top: 200px;
}

/* Slot */
.slider-container {
	background-color: black;
	padding: 16px 8px;
	box-sizing: border-box;
	height: 100%;
}

.slider-container .slider-image {
	height: 500px;
	border: 2px solid #fabb2e;
}

.slider-image img {
	height: 100%;
}

.swiperContainer {
	padding-bottom: 40px;
	position: relative;
	overflow: hidden
}

.swiperContainer {
	width: 100%;
	position: relative;
	height: 112px
}

.swiperContainer .slick-list {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	box-sizing: border-box
}

.swiperContainer .slick-list .slick-track {
	height: 100%
}

.swiperContainer .slick-list .slick-track .swiper-slide.slick-center .imageWrapper {
	padding: 16px 8px
}

.swiperContainer .slick-list .slick-track .swiper-slide.slick-center .imageWrapper .image {
	border: 3px solid #fabb2e
}

.swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper {
	padding: 24px 16px;
	box-sizing: border-box;
	height: 100%
}

.swiperContainer .swiper-slide.slick-center .imageWrapper {
	padding: 12px 6px !important;
}

.swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper .image {
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid gray;
	background-color: black;
	border-radius: 8px;
	cursor: pointer
}

.swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper img {
	display: block;
	margin: auto;
	height: 100%
}

.swiperContainer .slick-dots {
	bottom: 16px
}

.swiperContainer .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 8px;
	background-color: #289d82;
	opacity: .5;
	border-radius: 50%
}

.swiperContainer .slick-dots li.slick-active {
	opacity: 1
}

.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
	height: 80px;
	width: 64px;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background: rgba(255, 255, 255, 0.5);
	transition: 1s;
	cursor: pointer
}

.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 1);
}

.swiperContainer .swiper-button-next {
	right: 0
}

.swiperContainer .swiper-button-prev {
	left: 0
}

.swiper-navigation::before,
.swiper-navigation::after {
	display: none
}

.slot-game-box {
	/* background-color: #000; */
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	height: 150px;
	margin: 10px;
	min-width: 150px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.slot-game-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.slot-game-box:before,
.slot-game-box:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #000000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	opacity: 0.9;
	z-index: 1;
}

.slot-game-box:before {
	-webkit-transform: skew(45deg) translateX(-155%);
	transform: skew(45deg) translateX(-155%);
}

.slot-game-box:after {
	-webkit-transform: skew(45deg) translateX(155%);
	transform: skew(45deg) translateX(155%);
}

.slot-game-box img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
}

.slot-game-box figcaption {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	opacity: 0;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

.slot-game-box h3 {
	background-color: #000000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.slot-game-box a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.slot-game-box:hover>img,
.slot-game-box.hover>img {
	opacity: 0.5;
}

.slot-game-box:hover:before,
.slot-game-box.hover:before {
	-webkit-transform: skew(45deg) translateX(-55%);
	transform: skew(45deg) translateX(-55%);
}

.slot-game-box:hover:after,
.slot-game-box.hover:after {
	-webkit-transform: skew(45deg) translateX(55%);
	transform: skew(45deg) translateX(55%);
}

.slot-game-box:hover figcaption,
.slot-game-box.hover figcaption {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.single-post.slot-game-view {
	transition: 1s;
	display: none;
}

.single-post.slot-game-view.active {
	display: block;
}

/* Notice */
#announcementBar {
	z-index: 99;
	padding: 24px;
	font-size: 0;
	background-color: #000;
	text-align: center;
	position: relative;
	overflow: hidden
}

#announcementBar>* {
	display: inline-block;
	vertical-align: middle
}

#announcementBar>p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin: 0 auto;
	color: #fff
}

.announcement-content {
	animation: announcement 300s infinite;
}

@keyframes announcement {
	from {
		text-indent: 0
	}

	to {
		text-indent: -10000px
	}
}

#announcementBar img {
	height: 24px;
	margin-right: 24px
}

#announcementBar .cryptocurrency {
	margin: 0 auto;
	padding-right: 56px
}

#announcementBar .cryptocurrency>* {
	vertical-align: middle
}

#announcementBar .promotion .openAnnouncement {
	font-family: rubik, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #fabb2e;
	padding-left: 24px;
	cursor: pointer
}

/* Live */
#game-container {
	/* padding-top: 5em; */
	text-align: center;
	margin: auto;
}

#game-container .game {
	display: inline-block;
	vertical-align: top;
	/* width: calc(25% - 36px); */
	/* margin-right: 48px; */
	cursor: pointer;
	padding-bottom: 34px;
	position: relative
}

#game-container .game:nth-child(4n) {
	margin-right: 0
}

#game-container .game:nth-child(4n) .hoverContainer {
	right: 0;
	left: unset
}

#game-container .game:hover .gameImg .playNow {
	height: 100%;
	opacity: 1
}

#game-container .game:hover .hoverContainer {
	max-height: 500px;
	border: 1px solid #fabb2e;
	opacity: 1
}

#game-container .game.slotsGame {
	width: calc(16.66666667% - 13.33333333px);
	padding-bottom: 32px;
	margin-right: 16px
}

#game-container .game.slotsGame:nth-child(6n) {
	margin-right: 0
}

#game-container .game.slotsGame .gameImg {
	padding-top: 140%;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center
}

#game-container .game.slotsGame .gameDetails {
	padding-top: 8px
}

#game-container .game.slotsGame .gameDetails .gameName {
	padding-bottom: 0;
	text-transform: capitalize
}

#game-container .game .gameImg {
	width: 100%;
	background-size: 100%;
	position: relative
}

#game-container .game .gameImg>img {
	width: 100%
}

#game-container .game .gameImg .playNow {
	position: absolute;
	width: 100%;
	height: 0;
	max-height: 168px;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #65470b 94.27%, #835800 100%);
	opacity: 0;
	overflow: hidden;
	transition: all .5s
}

#game-container .game .gameImg .playNow p {
	font-family: rubik, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
	color: #000;
	width: calc(100% - 32px);
	max-width: 150px;
	text-align: center;
	border-radius: 3px;
	padding: 12px 0;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	bottom: 4px
}

#game-container .game .gameDetails {
	padding-top: 16px
}

#game-container .game .gameDetails .gameName {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #000;
	text-align: center;
	padding-bottom: 8px
}

#game-container .game .gameDetails .gameDesc {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #b2b2b2
}

#game-container .game .hoverContainer {
	position: absolute;
	left: 17px;
	bottom: 108px;
	width: 420px;
	z-index: 9;
	border-radius: 3px;
	background-color: #000;
	transition: all .25s;
	max-height: 0;
	overflow: hidden;
	border: none;
	opacity: 0;
}

#game-container .game .hoverContainer .gameVideo {
	width: 100%
}

#game-container .game .hoverContainer .gameVideo img,
#game-container .game .hoverContainer .gameVideo video {
	width: 100%
}

#game-container .game .hoverContainer .gameVideoDetails {
	padding: 16px 14px;
	text-align: right
}

#game-container .game .hoverContainer .gameVideoDetails .gameName {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #fff;
	float: left;
	line-height: 41px
}

#game-container .game .hoverContainer .gameVideoDetails .playBtn {
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
	font-family: rubik, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #000;
	width: 150px;
	text-align: center;
	padding: 12px 0;
	border-radius: 3px;
	display: inline-block
}

#game-container .vendors {
	padding-bottom: 40px;
	position: relative;
	overflow: hidden
}

#game-container .vendors .swiperContainer {
	width: 100%;
	position: relative;
	height: 112px
}

#game-container .vendors .swiperContainer .slick-list {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	box-sizing: border-box
}

#game-container .vendors .swiperContainer .slick-list .slick-track {
	height: 100%
}

#game-container .vendors .swiperContainer .slick-list .slick-track .swiper-slide.slick-center .imageWrapper {
	padding: 16px 8px
}

#game-container .vendors .swiperContainer .slick-list .slick-track .swiper-slide.slick-center .imageWrapper .image {
	border: 2px solid #fabb2e
}

#game-container .vendors .swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper {
	padding: 24px 16px;
	box-sizing: border-box;
	height: 100%
}

#game-container .vendors .swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper .image {
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid gray;
	border-radius: 8px;
	cursor: pointer
}

#game-container .vendors .swiperContainer .slick-list .slick-track .swiper-slide .imageWrapper img {
	display: block;
	margin: auto;
	height: 100%
}

#game-container .vendors .swiperContainer .slick-dots {
	bottom: 16px
}

#game-container .vendors .swiperContainer .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 8px;
	background-color: #289d82;
	opacity: .5;
	border-radius: 50%
}

#game-container .vendors .swiperContainer .slick-dots li.slick-active {
	opacity: 1
}

#game-container .vendors .swiperContainer .swiper-button-next,
#game-container .vendors .swiperContainer .swiper-button-prev {
	height: 80px;
	width: 64px;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

#game-container .vendors .swiperContainer .swiper-button-next {
	right: 0
}

#game-container .vendors .swiperContainer .swiper-button-prev {
	left: 0
}

#game-container .vendors .swiper-navigation::before,
#game-container .vendors .swiper-navigation::after {
	display: none
}

#game-container .types {
	text-align: center;
	padding-bottom: 48px;
	position: relative
}

#game-container .types .type {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding-bottom: 17px;
	text-transform: capitalize
}

#game-container .types .type:after {
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
	content: "";
	height: 2px;
	display: block;
	margin-top: 15px;
	width: 0;
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all .5s
}

#game-container .types .type.active:after {
	opacity: 1;
	width: 100%
}

#game-container .types .searchContainer {
	position: absolute;
	top: -6px;
	right: 40px;
	padding-bottom: 12px;
	width: 19px;
	overflow: hidden;
	transition: all .5s
}

#game-container .types .searchContainer.active {
	border-bottom: 2px solid #289d82;
	width: 200px
}

#game-container .types .searchContainer img {
	height: 19px;
	padding-right: 20px;
	cursor: pointer
}

#game-container .types .searchContainer input {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	vertical-align: top;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	color: #fff;
	width: calc(100% - 40px)
}

#game-container .buttonWrapper {
	font-size: 0;
	padding-bottom: 32px
}

#game-container .buttonWrapper p {
	font-family: rubik, sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #fff;
	padding: 12px 24px;
	margin-right: 16px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}

#game-container .buttonWrapper p.betNowBtn {
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
	color: #000;
	border: none;
	margin-right: 0;
	float: right
}

#game-container .games4d {
	font-size: 0
}

#game-container .games4d .game4d {
	display: inline-block;
	width: calc(25% - 14px);
	border-radius: 8px;
	border: 1px solid #fabb2e;
	margin-right: 16px;
	margin-bottom: 16px
}

#game-container .games4d .game4d:nth-child(4n) {
	margin-right: 0
}

#game-container .games4d .game4d .gameHeader {
	padding: 12px 16px;
	border-bottom: 1px solid #fabb2e;
	display: flex
}

#game-container .games4d .game4d .gameHeader img {
	height: 32px
}

#game-container .games4d .game4d .gameHeader .gameDetails {
	flex-grow: 1;
	text-align: right
}

#game-container .games4d .game4d .gameHeader .gameDetails .gameName {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	padding-bottom: 4px
}

#game-container .games4d .game4d .gameHeader .gameDetails .gameDate {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	color: #b2b2b2
}

#game-container .games4d .game4d .gameContent .first3prize {
	padding: 8px 16px
}

#game-container .games4d .game4d .gameContent .first3prize .prize {
	font-size: 0;
	padding-bottom: 12px
}

#game-container .games4d .game4d .gameContent .first3prize .prize:last-child {
	padding-bottom: 0
}

#game-container .games4d .game4d .gameContent .first3prize .prize>* {
	display: inline-block;
	color: #fff;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box
}

#game-container .games4d .game4d .gameContent .first3prize .prize .name {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px
}

#game-container .games4d .game4d .gameContent .first3prize .prize .num {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
	padding-left: 16px
}

#game-container .games4d .game4d .gameContent .prizeTitle {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	padding: 8px;
	background-color: #171717;
	text-align: center
}

#game-container .games4d .game4d .gameContent .specialPrize,
#game-container .games4d .game4d .gameContent .consolationPrize {
	padding: 8px 16px;
	font-size: 0;
	text-align: center
}

#game-container .games4d .game4d .gameContent .specialPrize p,
#game-container .games4d .game4d .gameContent .consolationPrize p {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	display: inline-block;
	width: 25%;
	text-align: center;
	color: #fff;
	padding-bottom: 12px
}

#game-container .games4d .game4d .gameContent .specialPrize p:nth-last-child(-n+2),
#game-container .games4d .game4d .gameContent .consolationPrize p:nth-last-child(-n+2) {
	padding-bottom: 0
}

/* Home */
.game-box {
	background-color: #000000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	line-height: 1.6em;
	margin: 10px;
	max-width: 310px;
	/* min-width: 250px; */
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}

.game-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.game-box img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
	opacity: 0.75;
}

.game-box figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.game-box .date {
	background-color: #fff;
	color: #333;
	font-weight: 800;
	min-height: 48px;
	min-width: 60px;
	padding: 10px 10px;
	position: absolute;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.game-box .date.blink {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.game-box .date span {
	display: block;
	line-height: 11px;
}

.game-box .date .month {
	margin-top: 10px;
	font-size: 12px;
}

.game-box h3,
.game-box p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

.game-box h3 {
	font-weight: 800;
	letter-spacing: -0.4px;
}

.game-box .hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	font-size: 65px;
	justify-content: center;
	opacity: 0;
}

.game-box a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.game-box:hover .hover,
.game-box.hover .hover {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	opacity: 1;
}

.game-box:hover figcaption,
.game-box.hover figcaption {
	opacity: 0;
}

.game-box:hover .date,
.game-box.hover .date {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.game-box .hover img {
	height: 100px;
}

.game-not-available {
	font-family: 'Poppins', sans-serif;
	padding: 20px 10px;
	text-align: center;
	font-size: 25px;
}

/*------------------ product detail ------------------*/
.prodPrice {
	color: #ff0b0b;
	font-size: 25px;
}

.backbuttonDiv {
	margin: 15px 0 20px;
}

.prodTitle {
	margin-bottom: 30px;
}

.prodTitle h3 {
	color: #000;
}

.prodTitle h4 {
	color: #000;
}

.prodTitle {}

.productDetailDiv {
	width: 100%;
}

.productDetailDiv .imageContainer {
	width: 250px;
	float: left;
	margin-right: 30px;
}

.productDetailDiv .imageContainer .feaImage {
	border: 1px solid #f0e9ec;
	position: relative;
}

.productDetailDiv .imageContainer .feaImage img {}

.productDetailDiv .imageContainer .subImage {}

.productDetailDiv .imageContainer .subImage img {
	width: 59px;
	margin: 3px 0 0 0;
}

.productDetailDiv .prodInfoContainer {
	text-align: left;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #ebebeb;
	padding-left: 30px;
}

.productDetailDiv .prodInfoContainer .qtyText input {
	width: 43px;
	height: 22px;
	background-color: #ebebeb !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 0;
	text-align: center;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv1 {
	float: left;
	width: 184px;
	background-color: #f7f7f7;
	color: #000;
	font-size: 11px;
	padding: 0 13px;
	border-radius: 20px;
	margin: 7px 0;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv2 {
	float: left;
	width: 15px;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv3 {
	float: left;
	width: auto;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv3 select {
	width: auto;
	max-width: 250px;
	background-color: #f5f0e9 !important;
	border: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv3 .salebox {
	color: #fff;
	background: #000;
	padding: 2px 9px;
}

.productDetailDiv .prodInfoContainer .prodInfoDiv3 span .discount {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}

.productDetailDiv .prodInfoContainer .prodOpt {
	color: #787878;
	font-size: 15px;
}

.productDetailDiv .prodInfoContainer .reviewDiv {
	border: 1px solid #dddddd;
	padding: 10px;
	min-height: 15px;
	width: 90%;
}

.Ofstock {
	font-size: 17px;
	line-height: 20px;
	color: #CA0202;
	padding: 10px 0;
}

.deliveredDiv {
	margin-top: 30px;
}

.dlvd1 {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}

.dlvd2 {
	color: #646464;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
}

.prodDescTitle {
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	background: #000;
	padding: 2px 25px;
	margin-top: 30px;
	text-align: center;
	float: left;
}

.prodDescCon {
	border-top: 1px solid #000;
	padding: 20px 0;
}

.detailGridDiv .gridBox {
	float: left;
	margin: 2px;
}

.detailGridDiv .gridBox .pImage {
	width: 40px;
	max-height: 60px;
	border: 2px solid #f7f7f7;
	border-radius: 2px;
}

.reviewDiv {
	width: 94%;
}

.reviewDiv2 .revContentDiv {
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
	min-height: 50px;
}

.myReviewDiv {
	border: 1px solid #dddddd;
	width: 96%;
	padding: 2%;
}

.blueDiv {
	background: #7dc4ff;
	color: #fff;
	padding: 10px 12px;
}

/*------------------ contact us ------------------*/
.contactLeft {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.contactRight {
	float: left;
	width: 48%;
}

.contactLeftcon {
	border-right: 1px solid #000;
	width: 90%;
	padding-right: 10%;
	padding-bottom: 5%;
}

.contactTitle {
	margin-bottom: 20px;
}

.contactTitle h5 {
	color: #000;
	font-weight: bold !important;
}

.contactCon form {
	margin: 0;
}

.contactCon1 {
	color: #646464;
	line-height: 18px;
}

.contactCon2l {
	float: left;
	color: #000;
	font-weight: bold;
}

.contactCon2r {
	float: left;
	color: #646464;
}

.formText {
	width: 40%;
	float: left;
	color: #646464;
	font-size: 14px;
	line-height: 30px;
}

.formField {
	width: 60%;
	float: left;
}

.formField input[type="text"],
.formField textarea {
	width: 94%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}

.formField textarea {
	min-height: 140px;
}

.enquiryListDiv {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}

.enquiryListDiv .enquiryRow {
	padding: 2%;
	width: 96%;
	min-height: 50px;
	border-bottom: 1px solid #ddd;
}

.enquiryListDiv .enquiryRow2 {
	padding: 1% 2%;
	width: 96%;
	min-height: 20px;
	font-weight: bold;
	background-color: #0046a0;
	color: #fff;
}

.enquiryListDiv .row1 {
	background-color: #eee;
}

.enquiryListDiv .enqImg {
	text-align: center;
	width: 20%;
	float: left;
	margin-right: 10px;
}

.enquiryListDiv .enqImg img {
	width: 50px;
}

.enquiryListDiv .enqName {
	float: left;
	width: 55%;
	margin-right: 10px;
}

.enquiryListDiv .enqRemove {
	float: left;
	width: 16%;
	text-align: right;
}

.captchaRight {
	text-align: right;
}

/*------------------ pagination ------------------*/
.myPagination {
	color: #000;
	margin: 10px 0;
	text-align: right;
}

.myPagination a {
	color: #9c9c9c;
	border: 1px solid #d7d7d7;
	font-size: 13px;
	padding: 6px 12px;
	background: none;
	text-decoration: none;
}

.myPagination a:hover {
	color: #fff;
	background: #1abc9c;
	text-decoration: none;
	border: 1px solid #1abc9c;
}

.myPagination strong {
	border: 1px solid #1abc9c;
	font-size: 13px;
	padding: 6px 12px;
	background: #1abc9c;
	font-weight: normal;
	color: #fff;
}

.myPagination img {
	margin-top: -3px;
}

.myPagination .pagimg {
	background: none;
	border: none;
}

/*------------------ others ------------------*/
.pageTitle {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border-bottom: 4px solid #000;
	font-weight: bold;
}

.productDiv h1 {
	color: #3c3c3c;
	font-size: 30px;
}

.brandDiv {
	padding-top: 30px;
	text-align: center;
}

.brandDiv p {
	margin: 10px 0;
	color: #313131;
	font-size: 18px;
}

.homeTitleDiv {
	text-align: center;
	color: #434141;
	font-size: 21px;
	padding: 10px;
	width: auto;
	border-bottom: 1px solid #808080;
}

.divBottomLine {
	border-bottom: 0px solid #ccc;
}

.stepDiv1 {
	font-size: 13px;
	float: left;
	width: 33%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.stepDiv2 {
	font-size: 13px;
	float: left;
	width: 33%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
}

.stepDiv3 {
	font-size: 13px;
	float: left;
	width: 33%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.stepActive {
	background: #ff9019;
	color: #fff;
}

.returnStepDiv1 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 25%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.returnStepDiv2 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 24%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
}

.returnStepDiv3 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 25%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.orderStepDiv1 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 20%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.orderStepDiv2 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 19%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
}

.orderStepDiv3 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 20%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.orderStepDiv4 {
	color: #000;
	font-size: 13px;
	float: left;
	width: 20%;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.orderStepActive {
	background: #5bb75b;
	color: #fff;
	border: 1px solid #ccc;
}

.orderStepActive2 {
	background: #d96359;
	color: #fff;
}

#revsubmitBtn a {
	color: #fff !important;
}

#desk_ver {
	display: block;
}

#mob_ver {
	display: none;
}

.blink-animation {
	text-align: center;
}

/* Header */
#loginModal {
	font-size: 0;
	background-image: url('../images/background_login.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 99;
	font-family: 'Poppins', sans-serif;
}

.login-container,
.forgot-container,
.regist-container {
	padding: 20px 16px 35px;
	height: 100%;
}

.login-container .bckBtn,
.forgot-container .bckBtn,
.regist-container .bckBtn {
	width: 24px;
}

.login-container h2,
.regist-container h2,
.forgot-container h2 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 19px;
	color: #fff;
	padding: 32px 0;
	margin: 0;
}

.login-container form,
.regist-container form,
.forgot-container form {
	margin-bottom: 0;
}

.login-container form .formWrapper,
.regist-container form .formWrapper,
.forgot-container form .formWrapper {
	margin-bottom: 11px;
}

.login-container form label,
.regist-container form label,
.forgot-container form label {
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	color: #fff;
	padding-bottom: 4px;
	display: block;
}

.login-container form input,
.regist-container form input,
.forgot-container form input,
.regist-container form select {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #000000bf;
	margin-bottom: 5px;
	width: 100%;
	/* background-color: transparent; */
	background-color: #fff;
	padding: 10px 8px;
	border-radius: 3px;
	border: 1px solid #fff;
}

.form-input.hd {
	border: 1px solid red;
}

.label-error {
	color: red !important;
	padding-bottom: 10px !important;
	margin-left: 5px !important;
	display: none !important;
	font-size: 10px !important
}

.label-error.hd {
	display: block !important;
}

.login-container form .loginBtn,
.login-container .registBtn,
.regist-container form .registBtn,
.forgot-container form .forgotBtn {
	width: 100%;
	padding: 16px 0;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 900;
}

.login-container form .loginBtn {
	color: #000;
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
}

.login-container .registBtn,
.regist-container .registBtn {
	color: #fff;
	background: linear-gradient(91.23deg, #2cbd9c 0%, #289d82 100%);
}

.forgot-container .forgotBtn {
	color: #fff;
	background: linear-gradient(91.23deg, #345c53 0%, #21b897 100%);
}

.login-container button:active {
	transform: translateY(4px);
}

.regist-container button:active {
	transform: translateY(4px);
}

.regist-container form button:disabled {
	background: #cccccc;
	cursor: not-allowed;
}

.login-container .forgetPassword {
	padding: 16px 0 15px;
}

.loading-progress {
	display: none;
}

#regist-mobile-form-2,
#r_s_loading {
	display: none;
}

.login-container .forgetPassword p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0
}

.login-container .forgetPassword p a {
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline !important;
}

.mobile-header-btn {
	font-family: 'Poppins', sans-serif;
	background-color: #004A7F;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 20px;
	width: 100%;
	font-weight: 900;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

#login-error-alert,
#regist-error-alert,
#forgot-error-alert {
	font-size: 12px;
	display: none;
}

.regist-container form input:disabled {
	background-color: transparent;
}

.regist-container,
.forgot-container {
	display: none;
}

.close-header {
	text-align: right;
}

.regist-container form #step_2 {
	display: none;
}

#regist-mobile-form-2 .regist-p {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
	padding-bottom: 24px;
	padding-top: 16px;
	margin: 0;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #B20000;
		-webkit-box-shadow: 0 0 3px #B20000;
	}

	50% {
		background-color: #FF0000;
		-webkit-box-shadow: 0 0 40px #FF0000;
	}

	100% {
		background-color: #B20000;
		-webkit-box-shadow: 0 0 3px #B20000;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #B20000;
		-moz-box-shadow: 0 0 3px #B20000;
	}

	50% {
		background-color: #FF0000;
		-moz-box-shadow: 0 0 40px #FF0000;
	}

	100% {
		background-color: #B20000;
		-moz-box-shadow: 0 0 3px #B20000;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}

	50% {
		background-color: #FF0000;
		box-shadow: 0 0 40px #FF0000;
	}

	100% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
}

@keyframes glowing {
	0% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}

	50% {
		background-color: #FF0000;
		box-shadow: 0 0 40px #FF0000;
	}

	100% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
}

.btn-send {
	margin: 3px 0 0 0;
}

.sm-form-control.hd {
	border: 1px solid red;
}

.sm-form-control.success {
	border: 1px solid #1abc9c;
}

.loading_desk {
	display: none;
	height: 150px;
	margin: 0 auto;
}

.btn-custom:disabled {
	background: grey;
	cursor: not-allowed;
	color: #fff;
}

.regist-2-form.active,
.regist-1-form.active {
	display: block;
}

.regist-2-form,
.regist-1-form {
	display: none;
}

.loading_desk.active {
	display: block;
}

.btn-custom {
	font-weight: 900;
	width: 100%;
	color: #000;
	padding: 16px 0;
	border: 0;
	border-radius: 3px;
	font-family: 'Poppins', sans-serif;
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
}

.process-steps li {
	pointer-events: none;
}

.exit-area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.warningModal .modal-dialog .modal-content .modal-body .closeModal.exit {
	background: #ff0000;
	color: #fff;
}

.warningModal .modal-dialog .modal-content {
	background-color: #171717;
	padding: 24px 24px 24px 16px;
	text-align: center;
	min-width: 296px;
	border-radius: 3px;
	max-height: 550px;
	overflow-x: hidden;
	overflow-y: overlay;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}

.warningModal .modal-dialog .modal-content .closeWrapper {
	text-align: right;
}

.warningModal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

.warningModal .modal-dialog .modal-content .modal-body .gifImg {
	height: 94px;
	width: 94px;
	margin-bottom: 20px;
	border-radius: 50%;
	border: 3px solid #fabb2e;
}

.warningModal .modal-content img {
	max-width: 100% !important;
	cursor: pointer;
}

.warningModal .modal-dialog .modal-content .modal-body .modalContent {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #b2b2b2;
	padding-bottom: 24px;
	margin: 0;
}

.warningModal .modal-dialog .modal-content .modal-body .closeModal {
	width: 100%;
	color: #000;
	padding: 16px 0;
	border: 0;
	border-radius: 3px;
	background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(30vh - (0.5rem * 2));
	content: "";
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1200px) {

	.slideshow2 .div1,
	.slideshow2 .div2 {
		margin-top: 3%;
	}

	.breadcrumbsDiv {
		margin-left: 13px;
	}

	.productGridDiv .gridBox {
		margin: 6px 0;
	}

	.productGridDiv2 .gridBox {
		margin: 6px 0;
	}

	.productGridDiv .gridBoxcon {
		width: 200px;
	}

	.curCatDiv {
		margin-left: 13px;
	}

	.productGridDiv .pImage {}
}

@media screen and (max-width: 991px) {
	.top-links {
		width: 100%;
	}

	.nav__list {
		position: fixed;
		bottom: 2rem;
		background-color: #fff;
		box-shadow: 0 8px 24px hsla(228, 81%, 24%, .15);
		width: 90%;
		padding: 30px 40px;
		border-radius: 1rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		column-gap: 36px;
		transition: .4s;
	}

	.nav__link {
		display: flex;
		color: hsl(228, 8%, 50%);
		font-weight: 500;
		transition: .3s;
	}

	#footer.dark,
	.dark #footer {
		background-color: #fff;
	}

	.active-link {
		color: hsl(228, 81%, 49%);
	}

	.nav__link i {
		font-size: 2rem
	}

	.nav__logo,
	.nav__toggle,
	.nav__name {
		display: none;
	}

	#announcement-bar {
		font-family: 'Poppins', sans-serif;
		padding: 7px 16px;
		background: #000;
		font-size: 0
	}

	#announcement-bar>* {
		display: inline-block;
		vertical-align: middle
	}

	#announcement-bar .notice {
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
		color: #fff;
		margin: 0;
		width: calc(100% - 59px);
		white-space: nowrap;
		overflow: hidden
	}

	#announcement-bar .notice span {
		display: inline-block;
		-webkit-animation: announcement 300s infinite;
		animation: announcement 300s infinite;
	}

	@-webkit-keyframes marquee {
		0% {
			transform: translateX(35%);
			-webkit-transform: translateX(35%)
		}

		100% {
			transform: translateX(-100%);
			-webkit-transform: translateX(-100%)
		}
	}

	#announcement-bar .openAnnouncement {
		height: 24px;
		width: 24px;
		margin-right: 20px;
	}

	#desk_ver {
		display: none;
	}

	#mob_ver {
		display: block;
	}

	.mobile-page-title {
		background-size: cover;
		background-position: center;
		padding: 47px 0;
		text-align: center;
		background-color: #000 !important;
	}

	.mobile-page-title h1 {
		margin: 20px 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: 12px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
	}

	.game-wrapper-mobile {
		padding: 8px 8px 78px;
		margin: 0 auto;
		text-align: justify;
	}

	.game-wrapper-mobile a img {
		border: 1px solid #c4c4c4;
		border-radius: 8px;
		width: calc((100% / 2) - 26px);
		display: inline-block;
		vertical-align: top;
		margin: 8px;
		background-color: #000;
	}

	.slot-game-box {
		height: 80px;
		max-width: 80px;
		min-width: 80px;
	}

	.formField input[type="text"],
	.formField textarea {
		width: 95%;
	}

	.contactLeft,
	.contactRight {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.contactLeftcon {
		width: 100%;
		border-right: 0px solid #000;
		padding-right: 0;
		border-bottom: 1px solid #000;
	}

	.contactTitle {
		margin-bottom: 10px;
	}

	.curCatDiv {
		margin-left: 7px;
	}

	.smt1 {
		width: 30%;
		margin-right: 2.5%;
	}

	.smt2 {
		width: 30%;
		margin: 0 2.5%;
	}

	.smt3 {
		width: 30%;
		margin: 0;
		margin-left: 2.5%;
	}

	.smt4 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	#search-form {
		width: 220px;
	}

	input#searchinput {
		width: 147px;
	}

	.productGridDiv .gridBox {
		margin: 4px 0;
		width: 50%;
	}

	.productGridDiv2 .gridBox {
		margin: 4px 0;
		width: 33.3%;
	}

	.productGridDiv .gridBoxcon {
		width: 240px;
		padding: 9px;
	}

	.breadcrumbsDiv {
		margin-left: 7px;
	}

	.footer .credit,
	.footer .credit2 {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {

	.stepDiv1,
	.stepDiv2,
	.stepDiv3,
	.returnStepDiv1,
	.returnStepDiv2,
	.returnStepDiv3,
	.orderStepDiv1,
	.orderStepDiv2,
	.orderStepDiv3 {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom: 5px;
	}

	.curCatDiv {
		margin-left: 0px;
	}

	.productDetailDiv .prodInfoContainer .prodInfoDiv1 {
		width: 144px;
	}

	#submitBtn img {
		width: 170px;
	}

	.backbuttonDiv {
		margin: 10px 0 15px;
	}

	.catNavDiv {
		margin-bottom: 10px;
	}

	.prodTitle {
		margin-bottom: 15px;
	}

	.deliveredDiv {
		margin-top: 15px;
	}

	.myPagination {
		text-align: center;
	}

	.catNavDiv {
		-moz-box-shadow: 0px 3px 0px #000;
		-webkit-box-shadow: 0px 3px 0px #000;
		box-shadow: 0px 3px 0px #000;
	}

	.breadcrumbsDiv {
		margin-left: 0px;
	}

	.productGridDiv2 .gridBox {
		margin: 4px 0;
		width: 50%;
	}

	.productGridDiv .gridBoxcon {
		float: none;
		margin: 0 auto;
	}

	.footer .credit {
		font-size: 12px;
	}

	.footer .credit a,
	.footer .credit a:hover,
	.footer .credit a:focus {
		font-size: 12px;
	}

	.smt1 {
		width: 50%;
		margin: 0 0 20px;
	}

	.smt2 {
		width: 50%;
		margin: 0 0 20px;
	}

	.smt3 {
		width: 50%;
		margin: 0 0 20px;
	}

	.smt4 {
		width: 50%;
		margin: 0 0 20px;
	}

	.smtop {
		padding: 25px 0 0;
	}

	.smbtml,
	.smbtmr {
		width: 100%;
	}

	.smbtmr {
		padding-top: 10px;
	}

	.smbtmrc {
		float: left;
	}

	.EbE {
		text-align: center;
		width: 100%;
		float: left;
	}

	html,
	body {
		background: none;
	}

	#search-form {
		margin-right: 12px;
	}

	.logoDiv {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.hright {
		width: 100%;
	}

	.productGridDiv .gridBox {}

	.productDetailDiv {
		margin: 0;
	}

	.productDetailDiv .imageContainer,
	.productDetailDiv .imageContainer .feaImage {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	.productDetailDiv .prodInfoContainer {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
		border-left: 0px solid #ebebeb;
		padding-left: 0px;
	}

	#noticeDiv2 {
		margin: 0 0 10px 0;
	}

	.enquiryListDiv,
	.enquiryListDiv a,
	.enquiryListDiv .enquiryRow2 {
		font-size: 12px;
	}

	.captchaRight {
		text-align: left;
	}
}

@media screen and (max-width: 597px) {
	#sttotal {
		font-size: 12px;
		color: #000;
		line-height: 25px;
	}

	.cartDiv {
		color: #555555;
		font-size: 15px;
	}

	.sinfoDiv {
		width: 100%;
	}

	.sinfoCont {
		margin: 0;
		padding: 10px 0;
	}

	.sinfoCont2 {
		border-left: 0px solid #fff;
		border-top: 1px solid #fff;
		margin: 0;
		padding: 10px 0;
	}
}

@media screen and (max-width: 595px) {

	.productGridDiv .gridBox,
	.productGridDiv2 .gridBox {
		width: 100%;
	}

	.productGridDiv .gridBoxcon,
	.productGridDiv2 .gridBoxcon {
		width: 240px;
		padding: 10px;
	}
}

@media screen and (max-width: 550px) {

	.smt1,
	.smt2,
	.smt3,
	.smt4 {
		width: 100%;
		margin: 0 0 15px;
	}

	.smcon {
		margin: 0 15px;
	}

	.smtop {
		padding: 15px 0 0;
	}

	.smlist a,
	.smlist a:hover,
	.smlist a:focus {
		font-size: 13px;
		line-height: 22px;
	}

	.smtitle {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 500px) {
	.top1Div {
		width: 100%;
	}

	.top2Div {
		width: 100%;
	}

	.llcut {
		display: none;
	}
}

@media screen and (max-width: 480px) {

	.slideshow1,
	.slideshow2 {
		width: 100%;
		float: none;
		margin: 10px 0;
	}

	.cartInfoDiv,
	.searchDiv {
		float: none;
		margin: 0 auto;
	}

	.cartInfoDiv {
		width: 263px;
	}

	#search-form {
		margin-top: 0;
	}

	.footer .credit {
		font-size: 10px;
	}

	.footer .credit a,
	.footer .credit a:hover,
	.footer .credit a:focus {
		font-size: 10px;
	}

	.enquiryListDiv,
	.enquiryListDiv a,
	.enquiryListDiv .enquiryRow2 {
		font-size: 10px;
	}
}

@media screen and (max-width: 400px) {
	.formText {
		width: 100%;
	}

	.formField {
		width: 100%;
	}
}

@media screen and (max-width: 350px) {

	.productGridDiv .gridBoxcon,
	.productGridDiv2 .gridBoxcon {
		width: 220px;
	}

	.productGridDiv .pImage,
	.productGridDiv2 .pImage {
		height: 270px;
	}
}