/*! ########## Initial Body ########## */
.zolaku-app .c-headpanel {
  transition: all 0.2s ease-in-out;
}

.c-headpanel--shadow {
	box-shadow: rgba(0,0,0,.04) 0 2px 6px 0;
}

.zolaku-app .c-nav--owl .c-owl--prev,
.zolaku-app .c-nav--owl .c-owl--next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d2d7df;
  text-indent: 9999px;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}

.zolaku-app .c-nav--owl .c-owl--prev:before,
.zolaku-app .c-nav--owl .c-owl--next:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #989da8;
  top: -2px;
  left: 15px;
  z-index: 50;
  text-indent: 0;
}

.zolaku-app .c-nav--owl .c-owl--prev:hover, .zolaku-app .c-nav--owl .c-owl--prev:focus,
.zolaku-app .c-nav--owl .c-owl--next:hover,
.zolaku-app .c-nav--owl .c-owl--next:focus {
  background-color: #f0f1f4;
}
.zolaku-app .c-nav--owl .c-owl--prev:hover::before, .zolaku-app .c-nav--owl .c-owl--prev:focus::before,
.zolaku-app .c-nav--owl .c-owl--next:hover::before,
.zolaku-app .c-nav--owl .c-owl--next:focus::before {
  color: #585c64;
}
.zolaku-app .c-nav--owl .c-owl--prev:before {
  content: '\f104 ';
}
.zolaku-app .c-nav--owl .c-owl--next:before {
  content: '\f105';
}

/*! ########## Navbar Custom Style ########## */
.c-navbar-default--top .c-nav .c-nav--link {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
}

.c-navbar-faq .c-nav .c-nav--link {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: rgb(12, 12, 12);
}

.c-navbar-faq,
.c-navbar-default--top,
.c-navbar-default--middle,
.c-navbar-default--bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-navbar-default--top {
	height: 35px !important;
}
.c-navbar-default--middle {
	height: 60px !important;
}
.c-navbar-default--bottom {
	height: 35px !important;
}

.c-navbar-faq {
	height: 62px !important;
}

.c-navbar-default--middle .c-nav .c-nav--link,
.c-navbar-default--bottom .c-nav .c-nav--link {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
}

.c-nav--inline .c-nav--link:first-child {
	padding-left: 0!important;
}
.c-nav--inline .c-nav--link:last-child {
	padding-right: 0!important;
}

.c-nav--link.c-separator:after {
	content: ' | ';
	color: #FFFFFF;
	display: inline-block;
	width: 1px;
	height: 12px;
	position: absolute;
	align-items: center;
	margin-left: 5px;
	margin-top: 0px;
}
.c-nav--link.c-separator:last-child:after {
	content: "";
}

.c-nav--pills a.c-nav--link {
	padding-left: 20px;
}

.c-navbar-faq .c-nav--link.c-separator:after {
	content: ' | ';
	color: rgb(32, 32, 32);
	display: inline-block;
	width: 1px;
	height: 12px;
	position: relative;
	align-items: center;
	top: 3px;
	margin-left: 8px;
	margin-top: 0px;
}
.c-navbar-faq .c-nav--link.c-separator:last-child:after {
	content: "";
}

.c-nav--link.c-separator--slash:after {
	content: ' / ';
	color: #DC5054;
	display: inline-block;
	width: 1px;
	height: 12px;
	position: absolute;
	align-items: center;
	margin-left: 5px;
	margin-top: 1px;
}
.c-nav--link.c-separator--slash:last-child:after {
	content: "";
}

h1.c-logo {
	margin-bottom: 0!important;
}

.c-nav--link .c-nav-menu__icon {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
	width: 36px;
	height: 36px;
	position: absolute;
}

.c-nav-menu__badge {
	top: -10px;
	right: -20px;
	margin-right: 6px;
	margin-top: 3px;
	background-color: #DC5054;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 11px;
	height: 22px;
	width: 22px;
	line-height: 18px;
	position: relative;
	z-index: 1;
	display: inline-table;
	vertical-align: middle;
	justify-content: center;
}

.c-nav-menu__badge-cart-count {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*! ########## Default Searchbar ########## */
.c-default-searchbar {
	font-family: 'Montserrat', sans-serif;
	color: #555555;
	border: 2px solid #DC5054;
	border-radius: 3px;
	box-sizing: border-box;
	height: 38px;
	width: 70%;
	margin-top: 5px;
}
.c-default-searchbar::before {
	content: "";
	display: table;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

.c-default-searchbar--layout-center {
	float: left;
	width: 100%;
}

.c-default-searchbar--layout__input {
	margin-top: 1px;
	margin-right: 58px;
}

.c-default-searchbar--layout__input input {
	vertical-align: middle;
	color: inherit;
}

.c-default-searchbar--form__input {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	width: 100%;
	outline: 0;
	border: 0;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 15px;
}

/* typeahead custom */
.typeahead:focus {
  	border: 0;
}

.tt-query {
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  	color: #999
}

.tt-menu {
	width: 650px;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #DC5054;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #DC5054;

}

.tt-suggestion p {
  	margin: 0;
}

strong .tt-highlight {
	font-weight: 600!important;
	color: #4D4D4D!important;
}

.gist {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
}
/* typeahead custom */


.c-default-searchbar--layout-left {
	float: left;
	margin-left: 0;
	margin-top: -33px;
}

.c-default-searchbar--select__icon {
	position: absolute;
	top: 7px;
	right: 5%;
	font-size: 12px;
	height: 22px;
	transition: all 275ms;
}

.c-default-searchbar--select__cat {
	position: relative;
	float: left;
	min-width: 170px;
	min-height: 36px;
	border-right: 1px solid rgba(220,80,84,.4);
	transition: all 375ms ease-in-out;
}

.c-default-searchbar--select__cat select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}

.c-default-searchbar--select__list-item li,
p.c-default-searchbar--select__option {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	line-height: 22px;
	color: #777;
}

.c-default-searchbar--select__list {
	position: relative;
	float: left;
	width: 100%;
}

.c-default-searchbar--select__list-item {
	position: absolute;
	left: -1px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 101%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
.c-default-searchbar--select__list-item li {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	list-style-type: none;
	padding: 10px 7%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}
.c-default-searchbar--select__list-item li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}
.c-default-searchbar--select__list-item li:hover {
	background-color: #eeeeee;
}
.c-default-searchbar--select__list-item .active {
	background-color: #FFFFFF;
}

.c-default-searchbar--select__option {
	padding: 7px 7%;
	width: 96%;
	display: block;
	margin: 0px;
	cursor: pointer;
}


.c-default-searchbar--layout-right {
	width: 60px;
	margin-left: -60px;
	float: right;
	margin-top: -34px;
}

.c-default-searchbar--btn-wrap {
	height: 36px;
	overflow: hidden;
}

.c-default-searchbar--btn {
	border: 0;
	width: 60px;
	height: 34px;
	background: #DC5054;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	position: relative;
	top: 1px;
	right: -2px;
}

.c-default-searchbar button {
	outline: 0;
	cursor: pointer;
}

.c-searchbar-icon--search i {
	margin-top: 0;
}


/*! ########## Banner Container ########## */
.l-banner-content {
	margin-top: 125px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	background-color: #DC5054 !important;
}

.l-main-content {
	padding-top: 35px !important;
	padding-bottom: 85px !important;
	background-color: #FFF6F6 !important;
}

.l-banner-faq {
	padding-top: 62px !important;
	padding-bottom: 50px !important;
	margin-top: 0!important;
}


/*! ########## Banner Custom ########## */
.c-card--banner__v1 {
	width: 65% !important;
}
.c-card--banner__v2 {
	min-width: 100% !important;
	padding-right: 25px;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*! ########## Board Media ########## */
.c-board--text {
	margin-left: 30px;
}

.c-board--text h6,
.c-board--text p,
.c-board--text a {
	color: #24607E;
	margin-bottom: 15px;
}

.c-board--text h6 {
	font-size: 18px;
	font-weight: 600;
}

.c-board--text p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.c-board--text a {
	font-size: 12px;
	font-weight: 600;
}



/*! ########## Badge Background Gradient ########## */
.u-bg--badge__silver {
	background: #e8e8e8;
	background: linear-gradient(230deg,#e8e8e8 0%, #ffffff 50%, #e1e1e1 100%);
	background: -webkit-linear-gradient(230deg,#e8e8e8 0%, #ffffff 50%, #e1e1e1 100%);
	background: -moz-linear-gradient(230deg,#e8e8e8 0%, #ffffff 50%, #e1e1e1 100%);
	border-color: #E5E5E5 !important;
	color: #858585;
}
.u-bd--badge__silver {
	border-color: #E5E5E5 !important;
}

.u-bg--badge__gold {
	background: #ce9627;
	background: linear-gradient(230deg,#ce9627 0%, #ffd174 50%, #ce9627 100%);
	background: -webkit-linear-gradient(230deg,#ce9627 0%, #ffd174 50%, #ce9627 100%);
	background: -moz-linear-gradient(230deg,#ce9627 0%, #ffd174 50%, #ce9627 100%);
	border-color: #F3B82E !important;
	color: #FFFFFF;
}
.u-bd--badge__gold {
	border-color: #F3B82E !important;
}

.u-bg--badge__blue {
	background: #174564;
	background: linear-gradient(230deg,#174564 0%, #4493e2 50%, #278bce 100%);
	background: -webkit-linear-gradient(230deg,#174564 0%, #4493e2 50%, #278bce 100%);
	background: -moz-linear-gradient(230deg,#174564 0%, #4493e2 50%, #278bce 100%);
	border-color: #80B1DC !important;
	color: #FFFFFF;
}
.u-bd--badge__blue {
	border-color: #80B1DC !important;
}


/*! ########## Card Category ########## */
.c-content--category__home {
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
	-moz-box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
}

.c-category--item {
	display: flex;
	justify-content: start;
	align-items: center;
}
.c-category--item:last-child {
	margin-right: 0;
}

p.c-content--cat__title {
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	margin-left: 15px;
}

/*! ########## Card Category : Bounty ########## */
.c-bounty--width {
	width: 100%;
	transform: translate(0px, 0px);
	transition: all 500ms ease 0s;
}

.c-bounty--item {
	display: flex;
	position: relative;
	padding: 0;
	margin: 0;
}

.c-bounty--item__box {
	width: 148,38px;
	height: 111,84px;
	position: relative;
	padding: 25px 20px;
}

.c-card--bounty {
	width: 13.2857%;
	margin: 1%;
	padding: 0;
	align-self: center;
	overflow-x: hidden;
	float: left;
}

p.c-bounty--title {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	height: 38px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	display: -webkit-box;
}


/*! ########## Content Title ########## */
h3.c-content--title {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #000000;
	margin-bottom: 0!important;
}
p.c-content--subtitle {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	margin-left: 25px;
}


/*! ########## Footer Section ########## */
ul.c-footer--list__2-col {
	column-count: 2;
	-webkit-column-count: 2;
  	-moz-column-count: 2;
}

li a.c-footer--list {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	color: #717171;
}


/*! ########## Flash Sale Section ########## */
.c-flash-sale--timer {
	height: 52px;
	border-radius: 10px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
}

#flash_sale .row .col-4 {
	flex: 0 0 33.3333333333%;
  	max-width: 329px !important;
}

.c-timer--title {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	margin-right: 20px;
}

.c-timer--count-title,
.c-timer--count-value {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	color: #FFFFFF;
}

.c-timer--count-title {
	margin-right: 10px;
}

.c-flash-sale {
	position: relative;
}

.c-product--body {
	position: relative;
	display: inline-block;
	height: auto;
	margin-right: 1.2%;
	background: #FFFFFF;
	border-radius: 5px;
}

a.c-product--body__link {
	position: relative;
	display: block;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	align-items: center;
	-ms-flex-align: center;
	transition: all ease 150ms;
}

.c-product--display__top {
	position: relative;
}

.c-product--badge {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
}

.c-ribbon {
	width:34px;
	height:30px;
	background-color:#A41D21;
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
}
.c-ribbon:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -20px;
	border-left: 17px solid #A41D21;
	border-right: 17px solid #A41D21;
	border-bottom: 20px solid transparent;
}

.c-product--image {
	position: relative;
	width: 100%;
	height: 0;
	border-radius: 5px;
	padding-bottom: 100%;
	background: #FFFFFF;
}

.c-product--image .c-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.c-product--image .c-image.c-entered {
	opacity: 1;
	transition: all 0.5s;
}

.c-product--title {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	color: #363636;
	height: 41px;
	letter-spacing: normal;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
}

.c-product--price__discount {
	font-size: 0.9286rem;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	text-decoration: line-through;
	color: #AEAEAE;
}

.c-product--price__normal {
	font-size: 1.286rem;
	font-weight: 600;
	text-align: left;
	padding-bottom: 10px;
	color: #EC6E6E;
	margin-top: 3px;
}

.c-flash--sale__load {
	width: 60%;
}

.c-flash-sale-progress-bar {
	padding: 0;
	margin-bottom: 5px;
}

.c-flash-sale-progress-bar--complete {
	height: 16px;
	position: relative;
	border-radius: 20px;
	background: #FFDCDE;
}

.c-flash-sale-progress-bar--complement {
	width: 100%;
	background: transparent;
	overflow: hidden;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	height: 16px;
	border-radius: 20px;
}

.c-flash-sale-progress-bar--complement-bar {
	background: #DC5054;
	float: left;
	position: relative;
	height: 16px;
	border-radius: 20px;
}

.c-flash-sale-progress-bar--complement-color {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DC5054;
}

.c-sale--info {
	font-size: 12px;
	font-weight: 500;
	color: #363636;
	text-align: left;
}

.c-product--poin {
	border-radius: 20px;
	height: 25px;
	width: 40%;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin-left: 15px;
}

.c-product--share {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #DC5054;
	color: #FFFFFF;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-product--ratting {
	display: flex;
	align-items: center;
	color: #F3B82E;
}
.c-product--ratting i:nth-child(1n+1) {
	margin-right: 5px;
}
.c-product--ratting i:last-child {
	margin-right: 0;
}


/*! ########## FAQ Searchbar Section ########## */
.c-faq-searchbar__section {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: center;
	width: 700px;
	height: 30px;
	position: relative;
}

.c-faq-searchbar__section .c-faq-searchbar {
	width: 100%;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.09);
}

.c-faq-searchbar--focus {
	box-shadow: 0 0 12px 0 rgba(0,0,0,.09);
}

.c-faq-searchbar {
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	background: #FFFFFF;
}

.c-faq-searchbar__main {
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
}

.c-faq-searchbar-input {
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	box-sizing: border-box;
	padding-left: .625rem;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

input {
	line-height: normal;
}

.c-faq-searchbar-input__txt {
	display: flex;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	align-items: center;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
}

button {
	-webkit-appearance: button;
	font: inherit;
	margin: 0;
}

.c-faq-searchbar .c-faq-searchbar__main .c-btn {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	flex-direction: column;
	font-size: 14px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.09);
	border-radius: 2px;
	border: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	outline: 0;
	cursor: pointer;
}

.c-faq-searchbar .c-faq-searchbar__main .c-btn-solid--red {
	background: #CC2A2A;
	color: #FFFFFF;
}

.c-btn--inline {
	display: inline-flex;
}

.c-btn--faq__search {
	height: 34px;
	padding: 0 15px;
	min-width: 60px;
	max-width: 190px;
}



/*! ########## Input Searchbar Popover ########## */
.c-faq-searchbar--popover {
	position: absolute;
	top: 36px;
	left: -2px;
	width: 632px;
	z-index: 600;
}

.c-faq-searchbar-hints {
	margin-top: .5rem;
	margin-left: -.1875rem;
	background-color: #FFFFFF;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.26);
	border-radius: 3px;
	overflow: hidden;
}

.c-faq-searchbar-hints__help-quest {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	color: rgba(0,0,0,.8);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.0625rem;
	padding: .625rem;
}

a.c-faq-searchbar-hints__help-quest {
	background-color: transparent;
}

.c-faq-searchbar-hints__input-text {
	color: rgba(0,0,0,.8);
	white-space: nowrap;
	line-height: 1.0625rem;
}


/*! ########## FAQ Content Section ########## */
.c-faq--overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-color: rgba(59, 59, 59, 0.3) !important;
	display: flex;
	align-items: center;
}

.c-faq-content--topic {
	border-bottom: 1px solid rgba(190, 190, 190, .6);
}

.c-faq-content--topic__select {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.c-faq-content--topic-item {
	width: 10.285%;
	height: auto;
}

.c-faq--topic-item__card {
	text-align: center;
}

.c-faq--topic-item__card img {
	margin: 18px auto 10px;
	border-radius: 10px;
}
.c-faq--topic-item__card p {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: #4D4D4D;
	height: 34px;
	word-break: normal;
}

.c-faq-content__read-more {
	border-bottom: 1px solid rgba(190, 190, 190, .6);
}

.c-faq-content__read-more__layout {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.c-faq-list {
	border-left: 1px solid rgba(190, 190, 190, .6);
	padding-left: 35px;
}

.c-card.c-faq-list--item {
	border-top: 1px solid rgba(190, 190, 190, .6);
	border-bottom: 1px solid rgba(190, 190, 190, .6);
}

a.c-faq-list--title {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #363636;
}
a.c-faq-list--title:hover {
	color: #717171;
}

p.c-faq-list--answer {
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	color: #4D4D4D;
}

.c-faq-list--rating {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.c-faq-list--rating p {
	font-size: 12px;
	font-weight: 500;
	color: #717171;
}


/*! ########## Product List : Filter ########## */
.l-product-list-filter {
	margin-top: 130px !important;
	background-color: #FEF5F5;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.c-produt-list-filter h6.is-title {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
}

.c-produt-list-filter .c-card {
	border: 1px solid #EBE5E5;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
	-moz-box-shadow: 0px 2px 20px 0px rgba(164,164,164,0.16);
	padding: 0 15px 25px 15px;
}

.c-produt-list-filter .c-product-list-filter--card-title {
	background-color: #A41D21;
	padding: 15px 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	justify-content: center;
	top: 0;
	margin-left: 45px;
	margin-right: 45px;
}
.c-produt-list-filter .c-product-list-filter--card-title p {
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}


/*! ########## Breadcrumb With Arrow ########## */
ol.c-breadcrumb-arrows {
	padding: 0;
	margin-bottom: 30px;
}
.c-breadcrumb-arrows { white-space: nowrap; }
.c-breadcrumb-arrows li {
    display: inline-block;
    line-height: 12px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}

.c-breadcrumb-arrows li:first-child {
	padding-left: 10px;
}

.c-breadcrumb-arrows li::before,
.c-breadcrumb-arrows li::after {
    border-right: 4px solid #E86262;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: skewX(45deg);
}
.c-breadcrumb-arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.c-breadcrumb-arrows li:last-of-type::before,
.c-breadcrumb-arrows li:last-of-type::after {
    display: none;
}

.c-breadcrumb-arrows li a {
	 font-family: inherit;
	 font-size: 14px;
	 font-weight: 500;
	 font-style: normal;
	 color: #000000;
   text-decoration: none;
}

.c-breadcrumb-arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); }
.c-breadcrumb-arrows li:nth-of-type(2) a { color: hsl(0, 0%, 25%); }
.c-breadcrumb-arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); }
.c-breadcrumb-arrows li:nth-of-type(4) a { color: hsl(0, 0%, 45%); }


/*! ########## Range Slider ########## */
.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
	display: block;
	justify-content: center;
  font-weight: normal;
  font-family: inherit;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none;
}

.value i {
  font-style: normal;
}

.ui-widget-content {
  border: 1px solid #ECECEC !important;
  border-radius: 10px;
  background: #ECECEC;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #D1D1D1;
  border-radius: 50%;
	background: #FFFFFF;
	width: 25px;
	height: 25px;
	cursor: grab;
}
.ui-state-default::before,
.ui-widget-content .ui-state-default::before,
.ui-widget-header .ui-state-default::before {
	background-color: #DC5054;
	border-radius: 50%;
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	margin-top: 6px;
	margin-left: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}

.ui-widget-header {
  background: #DC5054;
}

.value-none .price-range-min.value,
.value-none .price-range-max.value {
	display: none;
}


/*! ########## New Arrival Tablist ########## */
.c-nav--prd-arrival a.nav-link {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: #8F8F8F;
	padding: 15px 40px;
}

.c-nav--prd-arrival a.nav-link.active {
	color: #FFFFFF;
}

.nav-link.new_arrival.active {
	border-radius: 0;
	border-top-left-radius: 10px;
}
.nav-link.popular_product.active {
	border-radius: 0;
	border-bottom-right-radius: 10px;
}


/* slider swiper custom */
#bonus_game .swiper-button-next__bonus-game.c-btn--next__custom,
#bonus_game .swiper-button-prev__bonus-game.c-btn--prev__custom {
	background-image: none !important;
	background-color: #FFFFFF !important;
	color: #FF0000 !important;
	border-radius: 50%;
	text-align: center !important;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bonus_game .swiper-button-next__bonus-game.c-btn--next__custom,
#bonus_game .swiper-button-prev__bonus-game.c-btn--prev__custom i {
	font-size: 32px;
}

#bonus_game .swiper-button-next__bonus-game.c-btn--next__custom {
	right: 0 !important;
}

#bonus_game .swiper-button-prev__bonus-game.c-btn--prev__custom {
	left: 0 !important;
}

#bonus_game .swiper-wrapper.o-swiper-bonus-game {
	margin-left: 0 !important;
}

#bonus_game .swiper-container {
	margin: 0;
}


#flash_sale .swiper-button-next__flash-sale.c-btn--next__custom,
#flash_sale .swiper-button-prev__flash-sale.c-btn--prev__custom {
	background-image: none !important;
	background-color: #FFFFFF !important;
	color: #FF0000 !important;
	border-radius: 50%;
	text-align: center !important;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#flash_sale .swiper-button-next__flash-sale.c-btn--next__custom,
#flash_sale .swiper-button-prev__flash-sale.c-btn--prev__custom i {
	font-size: 32px;
}

#flash_sale .swiper-button-next__flash-sale.c-btn--next__custom {
	right: 0 !important;
}

#flash_sale .swiper-button-prev__flash-sale.c-btn--prev__custom {
	left: 0 !important;
}

#flash_sale .swiper-wrapper.o-swiper-flash-sale {
	margin-left: 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#flash_sale .swiper-container {
	margin: 0;
}