/*reset*/
.grid-container {
	max-width: 1070px!important;
}
.grid-container.full {
	max-width: 100%!important;
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: 0;
	left: 0;
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	border: 0;
	background: #9226af;
	width: 100%;
	margin: 0;
	color: #FFFFFF;
}
.callout {
	padding: 1rem;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	margin: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(116,6,163,1);
	-moz-box-shadow: 0px 0px 7px -2px rgba(116,6,163,1);
	box-shadow: 0px 0px 7px -2px rgba(116,6,163,1);
}
.callout img {
	max-width: 100px;
}
.callout h5 {
	padding-top: 5px;
	color: #f8bf0d!important;
	font-weight: 800;
}
.margin-bottom-0 {
	margin-bottom: 0
}
/*reset end*/

/* new */
#main-content {
	color: #3f4042;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.catemenu {
	background-color: #9226af;
	display: block;
	position:relative;
	top:0;
	width:100%;
	z-index:99;
}
.catemenu.fixed{
	position:fixed;
	}
.catemenu .menu {
	display: flex;
}
.catemenu .menu.active {
	display: flex;
}
.catemenu .btn-cate, .btn-slide {
	position: relative;
	color: #FFFFFF!important;
	font-size: 16px;
	line-height: 28px!important;
	/*padding-bottom: 8px;*/
	background-color: #9226af!important;
	font-weight: 800;
}
.btn-slide {
	display: block;
	padding: 8px 15px;
}
.catemenu .btn-cate:hover, .catemenu .btn-cate.active {
	background-color: #FFFFFF!important;
	color: #3f4042!important;
}
.highlight a {
	display: block;
	position: relative;
	border-radius: 20px;
	text-align: center;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(244,98,109,1);
	-moz-box-shadow: 0px 0px 7px -2px rgba(244,98,109,1);
	box-shadow: 0px 0px 7px -2px rgba(244,98,109,1);
	color: #252525!important;
}
.highlight a .name {
	font-size: 14px;
	padding-bottom: 10px;
}
.highlight a .price {
	color: #f87e7b!important;
	padding-bottom: 20px;
	line-height: 16px;
}
.highlight a del {
	font-size: 12px;
	color: #4E4E4E!important;
}
.highlight a .discount {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 50%;
	color: #FFFFFF!important;
	background-color: rgba(244,98,109,1);
	font-size: 14px;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
#page-main-content section {
	padding: 60px 0!important;
	
}
#page-main-content section h2 {
	color:#9425af;
		padding: 5px 10px;
    margin-bottom: 30px;
    border-radius: 0px;
		text-align:center;
		font-size:24px;
		font-weight:900;
}
#page-main-content section h2 span{
	font-size:28px;
}
#page-main-content section h3 {
	  background: rgb(250,207,68);
background: linear-gradient(132deg, rgba(250,207,68,1) 0%, rgba(253,161,124,1) 100%);
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 30px;
    border-radius: 0px;
		text-align:center;
		font-size:24px;
		font-weight:900;
}
#page-main-content section h3 span{
	    vertical-align: text-top;
			color:#FFFFFF;
			
	}
#page-main-content section h3 small {
	font-size: 0.6em;
	line-height: 12px;
	color: #000000;
	padding: 0 10px;
}
#page-main-content section h3:not(:first-child) {
	margin-top: 60px;
}
.product-item {
	position: relative;
}
.product-item .discount {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #ff675c;
    font-size: 16px;
    height: 60px;
    width: 60px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    border: 2px solid #ff675c;
    font-weight: 800;
}
.product-item .topmsg {
	font-size: 12px;
	padding: 0 15px;
	margin-bottom: 5px;
}
.product-item .topmsg span {
	padding: 5px;
	color: #FFFFFF;
	background-color: #f61036;
}
.product-item .description {
	font-size: 14px;
	padding: 0 15px;
}
.product-item .name {
	font-size: 18px;
	padding-bottom: 20px;
	padding: 0 15px;
}
.product-item .offer {
	font-size: 14px;
	color: #8a2d28;
	text-align: center;
}
.product-item .price {
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}
.product-item .offer span, .product-item .price span {
	font-size: 24px;
	font-weight: 800;
}
.product-item .srp {
	font-size: 12px;
	color: #b0b0b0;
	text-align: center;
	padding-bottom: 20px;
}
.product-item .free, .product-item .redeem, .product-item .delivery, .product-item .sonnion {
	background-color: #fac052;
	padding: 8px 8px 8px 50px;
	font-size: 14px;
	position: relative;
}
.product-item .free2 {
	background-color: #9bbec2;
	color:#FFFFFF;
	padding: 8px 8px 8px 50px;
	font-size: 14px;
	position: relative;
}
.product-item .free3 {
	background-color: #9bbec2;
	color:#FFFFFF;
	padding: 8px;
	font-size: 14px;
	position: relative;
}
.product-item .free2 strong, .product-item .free3 strong{
	color: #2f2f2f;
	font-size:16px;
	}
	.product-item .free strong{
	color: #FFFFFF;
	font-size:16px;
	}
.product-item .period {
	font-size: 18px;
    text-align: center;
    padding: 3px;
    color: #FFF;
    font-weight: 800;
    background-color: #8f28ab;
}
.product-item .free:before {
	content: '';
	background: url(../images/icon/free.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: 100%;
}
.product-item .free2:before {
	content: '';
	background: url(../images/icon/free.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: 100%;
}
.product-item .redeem:before {
	content: '';
	background: url(../images/icon/redeem.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: 100%;
}
.product-item .delivery:before {
	content: '';
	background: url(../images/icon/delivery.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: 100%;
}
.product-item .sonnion:before {
	content: '';
	background: url(../images/icon/sonnion.png);
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	left: 10px;
	background-size: 100%;
}
.product-item .buy-now {
	margin: 30px 10px;
	text-align: center;
}
.product-item .buy-now .btn-buy {
	background-color: rgba(251, 67, 81, 1.0);
	font-weight: bold;
	color: #FFFFFF!important;
	border-radius: 0;
	padding: 10px 30px;
	font-size: 18px;
}
.product-item .btn-sold {
	text-align: center;
	background-color: #454545;
	font-weight: bold;
	color: #FFFFFF!important;
	border-radius: 0;
	padding: 10px;
	font-size: 18px;
}
.product-item .buy-now .btn-count {
	background-color: #333;
	font-weight: bold;
	color: #FFFFFF!important;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 18px;
}
.product-item .swiper-slide {
	text-align: center;
}
.product-item .swiper-slide img {
	width: 80%;
}
.swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(153,153,153,1);
	box-shadow: 0px 0px 1px 1px rgba(153,153,153,1);
}
.swiper-pagination-bullet-active {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(254,228,109,1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(254,228,109,1);
	box-shadow: 0px 0px 2px 2px rgba(254,228,109,1);
}
.tnc {
	margin-top: 60px;
	border: 1px solid #9226af;
	color: #3f4042;
}
.tnc strong{
	color:#FFFFFF;}
.tnc .grid-x:first-child {
	background-color: #9226af;
}
.tnc .grid-x:first-child strong {
	display: block;
	padding: 5px;
}
.tnc .grid-x:first-child span {
	background-color: #ffffff;
	display: block;
	padding: 5px;
}
.tnc .grid-x:first-child a {
	background-color: #000000;
	color: #ffffff;
	display: block;
	padding: 5px;
}
.tnc .grid-x ol {
	font-size: 12px;
	list-style: decimal;
	margin: 0 12px!important;
}
.btn-redeem {
	background-color: rgba(251, 67, 81, 1.0);
	font-weight: bold;
	color: #FFFFFF!important;
	border-radius: 0;
	padding: 5px 20px;
	font-size: 16px;
	margin-top: 30px;
}
.font-bold {
	font-weight: bold;
}
.text-underline {
	text-decoration: underline;
}
.fc-red {
	color: rgba(244,98,109,1)!important;
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #9226af!important;
    color: #fefefe!important;
		font-style:18px;
}
.radius10{
	border-radius:10px;}
.is-dropdown-submenu-parent.is-active a .fa-caret-down:before{
	content: "\f0d8";
	
	}
#page-main-content section .tab{
		background-color: #9425af;
		color:#FFFFFF;
    padding: 5px 10px;
		font-size: 20px;
    font-weight: 900;
		display:block;
		border-radius: 20px;
		    margin: 5px 0;
}
/* new end*/

@media (max-width: 575.98px) {
.catemenu .menu {
	display: none;
}
.catemenu .grid-container {
	padding-right: 0;
	padding-left: 0;
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	position: relative;
}
section {
	padding: 30px 0!important;
}
#page-main-content section h3 small {
	padding: 0;
}
#page-main-content section h3 {

		font-size:20px;
}
#page-main-content section{
	padding: 30px 0!important;
	}
	
	#page-main-content section h2{
		font-size: 20px;
		}
		#page-main-content section h2 span {

    font-size: 24px;
}
}