/*--------------------------------------------------------------
# utilities css
--------------------------------------------------------------*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

/*** Button style *****/
.btn-default, .btn-primary{
	color:#fff;
	background:#000;
	transition:all ease .3s;
	border:medium none;
	border-radius:10px;
}
.btn-default:hover, .btn-primary:hover{
	background:#ffee1b;
	color:#000;
	border:medium none;
}
.btn-default a, .btn-primary a{
	color:#fff;
}
.btn-default a:hover, .btn-primary a:hover{
	color:#000;
}
.btn-view-more{
	color:#fff;
	background:#000;
	transition:all ease .3s;
}
.btn-view-more:hover{
	background:#ffee1b;
	color:#000;
}
.a-link{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
	transition:all ease .3s;
}
.a-link:hover{
	color:#444;
}
/*** Modal pop-up ***/
.modal .panel-heading{
	color:#fff;
}
.modal .panel-heading a{
	color:#fff;
}

/*** index *****/
.li-deals{
	margin-left:36px;
}
.top-right-link{
	display: inline-block;
	margin: 10px 0;
}
.top-right-link li{
	display: inline-block;
	list-style: none;
	padding: 0 0 0 10px;
	line-height: 14px;
	color: #000;
	position:relative;
}
.top-right-link li a{
	color:#fff;
	transition:all ease .3s;
}
.top-right-link li a:hover{
	color:#ffee1b;
}
.top-right-link li span.totalFavor{
	position:absolute;
	top:-10px;
	right:0;
	width:22px;
	height:22px;
	padding:3px;
	display:block;
	background:#ffee1b;
	color:#000;
	font-size:10px;
	text-align:center;
	border-radius:50%;
}
.top-right-link li span.totalCart{
	position:absolute;
	top:-10px;
	left:22px;
	width:22px;
	height:22px;
	padding:3px;
	display:block;
	background:#ffee1b;
	color:#000;
	font-size:10px;
	text-align:center;
	border-radius:50%;	
}
.btn-order-tracking{
	background:#1349b2;
	padding:10px 10px;
	border-radius:20px;
	border:0;
	color:#fff;
}
.btn-order-tracking a{
	color:#fff;
}
@media (max-width:414px){
	.top-right-link{
		margin:0;
		margin-top:6px;
	}
}
/** Pop up login box ***/
.login-box-logo{
	width:50%;
	margin:0 auto;
	text-align:center;
}
.login-content-grid{
	margin:10px 0;
	text-transform:initial;
	font-weight:normal;
}
.login-with-social-media{
	width:45%;
}
.login-facebook{
	margin:5px 0;
	padding:6px 15px 6px 10px;
	background:#3c5b9b;
	border-radius:6px;
}
.login-facebook a:hover{
	color:#fff !important;
}
.login-facebook i.fa{
	border-right: 1px solid #5677bb;
    border-radius: 0;
    margin-right: 6px;
}
.login-facebook i.fa:hover{
	background:#3c5b9b;
	color:#fff;
}
.login-google-plus{
	margin:5px 0;
	padding:6px 15px 6px 10px;
	background:#e43729;
	border-radius:6px;
}
.login-google-plus a:hover{
	color:#fff !important;
}
.login-google-plus i.fa{
	border-right: 1px solid #fd5b4d;
    border-radius: 0;
    margin-right: 6px;
}
.login-google-plus i.fa:hover{
	background:#e43729;
	color:#fff;
}
.login-choose-divider{
	padding:10px;
	margin:20px;
	width:42px;
	height:42px;
	background:#fff;
	border:1px solid #eee;
	border-radius:50%;
	display:flex;
	align-items:center;
	color:#aaa;
}
.line-divider{
	position:relative;
	z-index: 1;
    height: 200px;
    align-items: center;
    display: flex;
}
.line-divider:before{
	content:'';
	position:absolute;
	display:block;
	width:1px;
	height:100%;
	background:#dedede;
	top:0;
	left:40px;
	z-index:-1;
}
.login-with-email{
	margin:15px 0;
	width:45%;
}
.login-with-title-{
	margin:10px auto;
	text-align:center;
	text-transform:initial;
	font-size:16px;
	display:inline-block;
	width:100%;
}
.input-login-field{
	border-bottom:1px solid #eee;
}
.input-login-field input{
	border:0;
}
.login-content-field-icon{
	background:none;
	border:0;
}
.login-with-email label{
	font-weight:normal;
}
.login-content-footer{
	background:#efefef;
	padding:10px 0;	
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	text-align:center;
	text-transform:initial;
	font-weight:normal;
}
.login-content-footer a{
	color:#000 !important;
}
.login-content-footer a:hover{
	color:#888 !important;
}
@media (max-width:414px){
	.login-box-logo{
		width:100%;
	}
	.login-content-grid{
		display: flex;
		flex-direction: column-reverse;	
	}
	.login-with-social-media{
		width:100%;
	}
	.line-divider{
		justify-content:center;
		width:100%;
		height:auto;
	}
	.line-divider:before{
	    width:100%;
		height:1px;
		top:30px;
		left:0;
	}
	.login-choose-divider{
		margin:10px;
	}
	.login-with-email{
		width:100%;
		margin:0 0 0px;
	}
	
}
/** Pop up register box ***/
.register-content-grid{
	margin:30px 0;
	display:flex;
}
.exclusive-features{
	width:50%;
	font-weight:normal;
	margin-top:30px;
}
.exclusive-features ul{
	margin:0;
	padding:0;
}
.exclusive-features li{
	color:#000;
	list-style:none;
	display:block;
	padding:0;
	margin-bottom:10px;
}
@media (max-width:414px){
	.register-content-grid{
	    display: flex;
		flex-direction: column-reverse;
		margin:0 0 30px;
	}
	.exclusive-features, .register-form-card{
		width:100%;
		text-align:left;
	}
	.exclusive-features{
		margin-top:0px;
		border-top: 1px solid #eee;
		padding-top: 20px;
	}	
}

/*** Mega menu css here ***/
/* ----------------------------------------------
	2.2 Navbar
----------------------------------------------- */

.navbar {
    border-radius: 0;
    margin: 0;
    padding:0px;
    background:#fafafa;
    color: #000;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    padding: 36px 0;
    display: inline-block;
    float: none;
}
.navbar > p {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    text-transform: uppercase;
    display: none;
}
.navbar-header .navbar-brand {
    height: auto;
}
.header.navbar, #category-menu.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* ----------------------------------------------
	2.3 megamenu
----------------------------------------------- */

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin: 10px 0 0;
    position: relative;
    padding: 0;
}

.navbar-nav>li>a {
    font-weight: 500;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown:hover .mega-dropdown-menu {
    display: block;
}
.mega-dropdown-menu {
    padding: 30px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
	margin-bottom:10px;
}
.mega-dropdown-menu>li>ul>li {
    list-style: none;
	margin:0;
}
.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 0px 20px;
    clear: both;
    color: #000;
    font-weight:normal;
	font-size:12px;
	line-height:24px;
    white-space: normal;
}
.mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #666;
    background-color: #eee;
}
.mega-dropdown-menu .dropdown-header {
	margin:5px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.navbar-nav > li{
    float: none;
    display: inline-block;
}
.navbar-collapse{
    background:#fff;
}
#mega-menu{
    height:50px;
    text-align: left;
    width: 100%;
}
#mega-menu>li>a {
    padding: 15px 18px;
    border-radius: 0;
    overflow: hidden;
    color: #000;
    font-weight: bolder;
	font-size:16px;
    text-transform: uppercase;
}
#mega-menu>li>a:hover, #mega-menu>li>a:focus {
    background-color: #f7f7f7;
    color: #000;
}
#mega-menu .mega-dropdown:hover>a, #mega-menu .mega-dropdown>a:hover, #mega-menu .mega-dropdown>a:focus, #mega-menu .dropdown:hover>a {
    background-color: #fff;
    color: #000;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #f8f8f8;
    color: #000;
}
#mega-menu>li>a::before {
    background: #e40001 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition-duration: 0.3s;
    z-index: -1;
}
#mega-menu .mega-dropdown:hover a::before, #mega-menu>li:hover>a::before, #mega-menu>li:focus>a::before {
    transform: scaleY(1);
}

#mega-menu .dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}
#mega-menu .dropdown-menu {
    min-width: 260px;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
#mega-menu .dropdown-menu li{
	margin-right:15px;
	float:left;
}
#mega-menu .dropdown-menu li ul li{
	float:none;
	display:block;
}
#mega-menu .dropdown-menu>li>a {
    padding: 8px 15px;
}
.right-btn{
	float:right !important;
}
@media (max-width:992px){
	#mega-menu>li>a{
		font-size:100% !important;
		padding:15px 10px;
	}
}
@media (max-width: 768px){
	.navbar-nav{
		margin:7.5px 0;
	}
	.navbar > p {
		display: block;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
    width: 100%;
    position: absolute;
    background:#fff;
    top: 50px;
	border-top: 1px solid transparent;
	border:1px solid #ccc;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    z-index: 3
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
		display:block;
	}
	#mega-menu {
		height: auto;
		text-align: left;
	}
	#mega-menu > li > a {
		padding: 10px 18px;		
	}
	.collapse.in {
		display: block !important;
	}
	.mega-dropdown-menu, #mega-menu .dropdown-menu {
		position: relative;
		width: 100%;
		background:#fff;
	}
	.navbar-nav .open .dropdown-menu {
		background:#ececec;
	}
	.dropdown.mega-dropdown .mega-dropdown-menu{
		display:none !important;
	}
	.dropdown.open .mega-dropdown-menu{
		display:block !important;
	}
	.dropdown.mega-dropdown .mega-dropdown-menu{
		box-shadow:none;
		padding:15px 0;
	}
	.right-btn{
		float:left;
	}
}
/*** end mega menu ***/

/*** our latest collection *****/
.product-list-grid{
	margin-bottom:30px;
}
.product-list-grid ul{
	margin:0;
	padding:0;
}
.product-list-grid li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
	width:25%;
}
.product-hover{
	position: absolute;
    bottom: 126px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display:none;
    width: 95%;
	text-align:center;
}
.product-hover > ul{
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    margin: 0 6px;
    padding:0px;
	display:flex;
	justify-content:center;
}
.product-details .product-hover li{
	text-align:center;
	display:inline-block;
	float:none;	
	width:auto;
}
.product-block:hover .product-hover {
	display:block;
	transition:all ease .3s;
}
.product-hover .wish,
.product-hover .compare
{
	width:35px !important;
	background:#2b282f;
	padding:6px;
	color:#fff;
	border:1px solid #000;
}
.product-hover .wish a,
.product-hover .compare a{
	color:#fff;
}
.product-hover .addtocart{
	margin:0 5px !important;
}
.product-hover .addtocart:hover{
	background:#000;
	border:1px solid #000;
}
@media (min-width: 576px){
	/*.product-list-grid li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}*/
}
@media (max-width: 767px){
	.product-list-grid .product-block{
		background:#fff;
		padding:0.726rem;
		margin:0 2px !important;
	}
	.product-list-grid li{
		margin-bottom:5px;
	}
	.product-hover {
		display: block;
		position: static;
		margin: 10px auto 0;
	}
}
@media (max-width:414px){	
	.product-list-grid li{
		width:50%;
	}
	.product-hover > ul{
		padding:0;
	}
	.product-details .product-hover li{
		float:left;
		width:33.33% !important;
	}
	.product-hover .wish{
		/*background: #2b282f url("../image/widh-comp.png") no-repeat scroll 8px 11px !important;*/
	}
	.product-hover .compare{
		/*background: #2b282f url(../image/widh-comp.png) no-repeat scroll 8px -26px !important;*/
	}
	.product-hover .wish, .product-hover .compare{
		width:34px !important;
	}
	.product-hover .addtocart{
		padding:6px;
		margin:0 !important;
	}
	.addtocart{
		width:70% !important;
		background:#222 !important;
	}
}
.card-product-link{
	background:#fff;
	display:block;
	color:#000;
	transition:all ease .3s;
}
.card-product-item{
	margin:10px;
	padding:0px;
	width:90%;
	background:#fff;
	transition:all ease .3s;
	position:relative;
	border:1px solid #ececec;
}
.card-product-item:hover{
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
.offer-price-tag{
	position:absolute;
	top:10px;
	right:20px;
	background:#000;
	width:43px;
	height:43px;
	color:#ffee1b;
	line-height:2.5;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border-radius:50%;
}
.card-product-img{
	width:200px;
	height:200px;
	margin:0 auto;
}
.card-product-content{
	padding:15px;
}
.card-product-title{
	font-weight:bold;
	margin-bottom:10px;
	height:40px;
	display:table;
}
.card-product-title a{
	color:#000;
}
.card-product-title span{	
	display:table-cell;
	vertical-align:middle;
}
.card-product-des{
	padding:10px 0;
	height:100px;
}
.card-product-price{
	font-size:14px;
	display:flex;
	align-items:center;
}
.price-orignal{
	display:inline-block;
	text-decoration: line-through;	
}
.price-offer{
	font-size:24px;
	font-weight:bold;
	color:#ff9800;
}
.card-product-remark{
	font-size:12px;
	color:#999;
}
.button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}
/*** we accept payment with *****/
#we-accept-payment{
	padding:30px 0 50px;
	border-top:1px solid #eee;
}
.payment-gateway-accept ul{
	margin:0;
	padding:0;
	text-align:center;
}
.payment-gateway-accept li{
	list-style:none;
	display:inline-block;
	text-align:center;
}
.payment-gateway-accept li img{
	max-width:62px;
}
/*** subscription section *****/
#subscribe-us{
	padding:30px 0 0;
	border-top:1px solid #eee;
	position:relative;
	background:#fff;
}
#subscribe-us:before{
	/*content:'';
	background:url(../image/grey-space.jpg) no-repeat bottom;
	background-size:100%;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;*/
}
/*** footer *****/
.footer-header{
	width:100%;
	padding:30px 0;
	margin-top:-60px;
	position:relative;
	z-index:-1;
}
.footer-header:before{
	content:'';
	display:block;
	position:absolute;
	background:url(../image/grey-space.png) no-repeat bottom;
	background-size:100%;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
}
.get-latest-news{
	margin:10px 0;
}
.get-latest-news p{
	margin-bottom:5px;
}
.whatsapp-us{
	padding:10px 0;
	font-size:22px;
	font-weight:bold;
}
.whatsapp-us img{
	max-width:36px;
	margin-right:6px;
}
.whatsapp-us a{
	color:#fff;
}
.whatsapp-us a:hover{
	color:#ffee1b;
}
/*** progree bar css ****/
div.dioprogress_size_l { height: 45px; }

div.dioprogress_size_xl { height: 20px; }

div.dioprogress_padding { padding: 0px; }

div.dioprogress_bar { }
#progress1 , #progress2 , #progress3 , #progress4 {
    margin-left: 45px;
}
#progress1 > h5 , #progress2 > h5 , #progress3 > h5 , #progress4 > h5 {
    color: #000;
    font-weight: 400;
    margin: 0 0 -45px;
    padding: 15px;
}
/*** cart.html *****/
#cart-page-contain{
	padding:0px 0 60px;
}
.btn-checkout{
	background:#00842f;
	transition:all ease .3s;
}
.btn-checkout:hover{
	background:#ffee1b;
}
.input-number{
	margin:0 6px;
	width:40px !important;
	height:40px !important;
	border:0;
}
.quantity-left-minus{
	padding:10px;
	border:0;
	background:#f8f8f8;
	transition:all ease .3s;
}
.quantity-right-plus{
	padding:10px;
	border:0;
	background:#f1f1f1;
	transition:all ease .3s;
}
.quantity-left-minus:hover, .quantity-right-plus:hover{
	background:#ccc;
}
@media (max-width:768px){
	.item-name-td{
		width:200px;
		display:block;
	}
}

/*** check-out *****/
.checkout-step-subtitle{
	margin:10px 0 15px;
	font-weight:bold;
	font-size:14px;
}
.checkout-step-subtitle span{
    padding: 5px;
	margin-right:6px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
}
#checkout-step-contain{
	padding:0 0 60px;
}
#choose-method{
	padding:0 0 60px;
}
.order-stick{
	background:#f5f5f5;
	color:#000;
	border:1px solid #ececec;
	padding:10px;
}
.choose-method-way{
	margin:10px 0;
}
.choose-your-method li{
	padding:20px;
	text-align:center;
}
.choose-your-method li a{
	padding:20px;
	transition:all ease .3s;
	opacity:.3;
}
.choose-your-method li a:hover{
	background:none;
}
.choose-your-method li img{
	width:100px;
	height:100px;
}
.choose-your-method > li.active > a, .choose-your-method > li.active > a:hover, .choose-your-method > li.active > a:focus{
	background:#ddd;
	border-radius: 50%;
    padding: 20px;
	margin:auto;
	width:150px;
	height:auto;
	opacity:1;
}
.remark-red{
	color:red;
}
.store-pick-up{
	margin:0 0 20px 0;
}
.store-pick-up h4{
	margin:20px 0;
}
.store-pick-up ul{
	margin:0;
	padding:0;
}
.store-pick-up li{
	list-style:none;
	width:24.22%;
	padding:15px;
	margin-bottom:10px;
	display:inline-flex;
	transition:all ease .3s;
}
.store-pick-up li:hover{
	box-shadow:0 0 12px rgba(0,0,0,.15);
}
.store-name{
	font-size:14px;
	font-weight:bold;
	padding-bottom:6px;
}
.store-address{
	min-height:86px;
}
.store-address, .store-operation-hours{
	padding-bottom:6px;
}
.store-info-buttom{
	padding:10px 0;
}
@media (max-width: 992px){
	.store-pick-up li{
		width:30%;
	}
}
@media (max-width:414px){
	.choose-your-method{
		justify-content:center;
	}
	.choose-your-method li{
		padding:10px;
	}
	.choose-your-method li img{
		width:52px;
		height:52px;
	}
	.store-pick-up li{
		width:100%;
		border-bottom:1px solid #ddd;
	}
	.btn-w-100{
		width:100% !important;
	}
}

#check-out-form{
	padding:0 0 60px;
}

.rate-select{
	background:#f7f5ee;
	padding:20px;
}
.custom-select{
	padding:15px;
}
.pick-store{
    background: #fff;
    border: 1px solid #f1f1f1;
}
.pick-store ul{
	margin:0;
	padding:0;
}
.pick-store li{
	display:block;
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ececec;
}
.pick-store-name{
	font-weight:bold;
}
.select-box {
  cursor: pointer;
  position : relative;
  width: 100%;
}

.select,
.label {
  color: #414141;
  display: block;
  font: 400 17px/2em 'Source Sans Pro', sans-serif;
  text-align:left;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box1 {
  background: #ececec;
}

.label {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
.open .label::after {
   content: "▼";
}
.label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
}
.label span.label-desc{
	white-space:normal;
}
.select option strong{
	font-weight:bold;
}
/* The container */
.custom-tick {
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  bottom:10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-tick:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-tick input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-tick input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-tick .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** about-us.php ****/
.profile-card{
	margin-bottom:5px;
	padding:15px 20px;
	background:#f3f3f3;
	border-radius:10px;
}
.profile-card p{
	margin-bottom:0px !important;
}
/*** outlets.php *****/
.outlet-grid{
	margin-bottom:20px;
}
.outlet-gallery{
	background:#eee;
	width:100%;
	margin-bottom:10px;
}
.outlet-gps-map{
	margin-bottom:10px;
}
#index .outlet-gallery .customNavigation a {
	position: absolute;
	top: -52;
}
#index .outlet-gallery .customNavigation a.prev {
	left: 0;
	right: auto;
}
#index .outlet-gallery .customNavigation {
	position: relative;
	top: -52px;
}
#index .outlet-gallery .customNavigation a.prev:hover, #index .outlet-gallery .customNavigation a.next:hover{
	background:#ffee1b !important;
	border:1px solid #ffee1b !important;
	color:#000 !important;
}
.outlet-detail ul li{
	margin-bottom:6px;
}
.outlet-detail ul li i.fa{
	margin-right:5px;
}
.outlet-name{
	margin:5px 0;
	font-size:16px;
	font-weight:bold;
}
.google-maps{
	margin:10px 0;
	transition:all ease .3s;
}
.google-maps:hover{
	opacity:.5;
}
.icon-google-map{
	width:23px;
	height:23px;
	margin-right:6px;
}
@media (max-width:414px){
	.outlet-grid{
		padding-bottom:15px;
		border-bottom:1px solid #eee;
	}
}
/*** FAQ.php *****/
#default-contents-section{
	padding:0 0 70px;
}
.faq-grid{
	padding:20px 0;
	margin:10px 0;
}
.faq-pills-tab .nav-item{
	margin:5px;
	width:23.99%;
}
.faq-pills-tab .nav-link{
	padding:20px;
	background:#eee;
	transition:all ease .3s;
}
.faq-pills-tab .nav-item.active{
	box-shadow:0 0 8px rgba(0,0,0,.15);
}
.faq-tab-content{
	padding:10px;
	margin:10px 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header {
    background-color: transparent;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card .card-header a{
	display:block;
}
.card .card-header a.card-link:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card .collapse.show{
	background:#f7f7f7;
	transition:all ease .3s;
}
.faq-card .a-link{
	font-weight:bold;
	text-decoration:underline;
	transition:all ease .3s;
}
.faq-card .a-link:hover{
	color:#444;
}
.faq_collapse .card{
	margin-bottom:6px;
}
.faq_collapse a.card-link{
	color:#000;
}
.faq_collapse .faq-title{
	font-size:14px;
	font-weight:400;
}
.faq_collapse .faq-title i.fa{
	font-size:14px;
	font-weight:bold !important;
}
.faq_collapse p{
	margin-bottom:6px;
}
.related-tag{
	font-size:12px;
	font-style:italic;
	color:#555;
}
.point-list{
	margin-bottom:10px;
}
.point-list li{
	list-style:disc;
	margin-left:20px;
}
@media (max-width:992px){
	.faq-pills-tab .nav-item{
		width:48.22%;
	}
}
@media (max-width:414px){
	.faq_collapse .faq-title{
		font-size:100%;
	}
	.faq-pills-tab .nav-item{
		margin:0 0 5px 0;
		width:100%;
	}
	.faq-pills-tab .nav-link{
		padding:10px 10px;
	}
}
/*** order-tracking.php *****/
.status-paid{
	color:#279403;
}
.status-pending{
	color:#e09100;
}
.status-refund{
	color:#d00;
}
/*** product view page *****/
.tab-content{
	padding:15px;
}
.table-specification{
	font-size:12px;
}
#color-available .customNavigation{
	bottom:200px;
}
#color-available-select{
	padding: 10px;
	margin: 15px 0;	
}
/*** category page *****/
.search-product-list{
	margin-bottom:20px;
	background:#fff;
	border:1px solid #eee;
	transition:all ease .3s;
}
.search-product-list:hover{
	border-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
.search-product-list h4{
	line-height:normal;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.search-product-list-top{
	padding:10px 15px 0px;
	position:relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-stock-status{
	font-weight:bold;
}
.best-price-guarantee img{
	width:100px;
	height:50px;
}
.search-product-list .caption{
	padding:10px;
	word-break:break-word;
}
.product-color-available{
	padding:6px 10px;
}
/*** buy with prescription *****/
.wrapar{
	background:#fff;
	position:fixed;
	top:0;
	width:100%;
	height:100vh;
	z-index:3;
	overflow:scroll;
}
.wrapar #bread-crumb{
	margin-bottom:15px;
	border-bottom:1px solid #eee;
}
.prescription-step-tab li{
	position:relative;
	width:24.666%;
}
.step-tag{
	width:40px;
	height:40px;
	margin:10px auto;
	padding:10px;
	background:#dedede;
	border-radius:50%;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
.prescription-step-tab li.active .step-tag{
	background:#3886fb;
	color:#fff;
}
.prescription-step-tab li a.nav-link{
	background:none;
	color:#000;
	text-align:center;
}
.prescription-step-tab>li.active>a, .prescription-step-tab>li.active>a:hover, .prescription-step-tab>li.active>a:focus{
	background:none;
	color:#000;
	text-align:center;	
}
.step-desc{
	color:#3886fb;
	text-align:center;
}
.ps-box{
	border:0;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	transition:all ease .3s;
}
.ps-box:hover{
	box-shadow:0 0 10px rgba(0,0,0,.35);
}
.prescription-grid{
	padding:20px;
	line-height:normal;
}
.prescription-grid h3,
.prescription-grid h4{
	line-height:normal;
}
.prescription-grid h4{
	font-weight:bold;
	color:#3886fb;
}
.prescription-grid p{
	padding:15px 5px;
	margin-bottom:5px;
}
.add-on-card{
	padding:10px;
}
.add-on-title{
	padding:10px 0;
	text-align:center;
}
.add-on-body{
	padding:15px 0;
}
.add-on-title .add-on-content-back{
	width:32px;
	height:32px;
	padding:5px;
	border-radius:50%;
	background:#ccc;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	float:left;
	cursor: pointer;
}
.table-enter-manually>tbody>tr>td{
	border:0;
}
.select-wrapper{
	position:relative;
	display:block;
}
.select-wrapper:after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 40%;
    right: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}
.custom-select{
	display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size:14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.choose-lens-grid{
	max-width:300px;
	margin:0 auto;
	padding:30px 20px;
	border:0;
	box-shadow:0 0 25px rgba(90,90,90,0.1);
	transition:all ease .3s;	
}
.choose-lens-grid:hover{
	border:0;
	box-shadow:0 0 15px rgba(0,0,0,.15);
}
.choose-lens-grid h4{
	margin-bottom:5px;
	font-weight:bold;
	font-size:26px;
	text-align:center;
}
.choose-lens-grid img{
	width:165px;
	margin:20px auto;
	display:block;
}
.choose-lens-grid.selected{
	border:1px solid #3886fb;
}
.choose-lens-grid.selected:hover{
	border:1px solid #3886fb!important;
}
.choose-lens-grid.selected:before{
	position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top-right-radius: 3px;
    border: solid 27px #3886fb;
    border-left: solid 27px transparent;
    border-bottom: solid 27px transparent;
}
.choose-lens-grid.selected:after{
	position:absolute;
	font-family: 'FontAwesome';
	content:'\f00c';
	top:8px;
	right:8px;
	color:#fff;
}
.sub-options-item-description{
	text-align:center;
	font-style:italic;
}
.sub-options-item-price{
	text-align:center;
}
.sub-options-item-current-price{
	color:#3886fb;
	font-size:26px;
}
.sub-options-item-origin-price{
	color:#000;
	text-decoration: line-through;
}
.sub-options-details{
	padding:0 3em;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left:65px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tints-option-tab li{
	width:30%;
	height:120px;
	margin:10px !important;
	border:1px solid #dedede;
	float:left;
	background:#fff;
	cursor:pointer;
	opacity:.35;
	transition:all ease .3s;
}
.tints-option-tab li:hover{
	opacity:1;
	-webkit-box-shadow: 0 15px 15px 0 rgb(1 1 1 / 10%);
    -moz-box-shadow: 0 15px 15px 0 rgba(1,1,1,.1);
    box-shadow: 0 15px 15px 0 rgb(1 1 1 / 10%);	
}
.tints-option-tab li a:hover{
	background:none;
}
.tints-option-tab > li.active > a, .tints-option-tab > li.active > a:hover, .tints-option-tab > li.active > a:focus{
	background:none;
}
.tints-option-tab li.active{
	border:0;
	opacity:1;
	position:relative;
    -webkit-box-shadow: 0 15px 15px 0 rgb(1 1 1 / 10%);
    -moz-box-shadow: 0 15px 15px 0 rgba(1,1,1,.1);
    box-shadow: 0 15px 15px 0 rgb(1 1 1 / 10%);	
}
.tints-option-tab li.active:before{ 
	position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top-right-radius: 3px;
    border: solid 27px #3886fb;
    border-left: solid 27px transparent;
    border-bottom: solid 27px transparent;
}
.tints-option-tab li.active:after{ 
    content: "★";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
.tints-option-tab li.active .choose-option:after{
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: rotate(45deg);
    background: #fff;
}
.tints-options-content-wrapper{
	color:#000;
	text-align:center;
	display: table-cell;
    vertical-align: middle;
}
.tints-title{
	font-size:24px;
}
.tints-price-detail{
	color:#3886fb;
	font-size:16px;
}
.tints-price-ori{
	color:#000;
	font-size:14px;
	text-decoration: line-through;
}
.tints-content-section{
	display:none;
	padding:15px;
	text-align:center;
}
.tints-content-section p{
	margin-bottom:10px;
}
.tints-content-section.active{
	display: block;
    -webkit-animation: fadeIn ease-in-out .5s;
    -o-animation: fadeIn ease-in-out .5s;
    animation: fadeIn ease-in-out .5s;
}
.color-selector ul{
	margin:0;
	padding:0;
}
.color-selector li{
	display:inline-block;
	list-style:none;
	margin:0 6px;
	opacity:.35;
	transition:all ease .3s;
}
.color-selector li:hover{
	opacity:1;
}
.color-selector li.selected{
	opacity:1;
}
.color-selector li a{
	cursor:pointer;
}
/** transition options **/
.transition-options{
    width:320px;
    padding: 20px;
	margin:0 10px;
    background-color: #fff;
    position: relative;
    min-height: 390px;	
	-webkit-box-shadow: 0px 0px 10px 0 rgb(1 1 1 / 10%);
    -moz-box-shadow: 0px 0px 10px 0 rgba(1,1,1,.1);
    box-shadow: 0px 0px 10px 0 rgb(1 1 1 / 10%);
	cursor:pointer;
}
.transition-options.active{
	-webkit-box-shadow: -1px 0px 20px 0 rgb(1 1 1 / 10%);
    -moz-box-shadow: -1px 0px 20px 0 rgba(1,1,1,.1);
    box-shadow: -1px 0px 20px 0 rgb(1 1 1 / 10%);
}
.transition-options.active:before{
	position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top-right-radius: 3px;
    border: solid 27px #3886fb;
    border-left: solid 27px transparent;
    border-bottom: solid 27px transparent;
}
.transition-options.active:after{
	position: absolute;
    font-family: 'FontAwesome';
    content: '\f00c';
    top: 8px;
    right: 8px;
    color: #fff;
}
.transition-logo{
	margin:8px 0;
}
.gen8-transitions-option .tints-options-image{
	display:none;
}
.gen8-transitions-option .tints-options-image.active{
	display:inline-block;
}
.transition-icons-wrapper{
	width:170px;
	padding:6px 0;
	margin:0 auto;
}
.color-select .color-select-txt{
	color:#3886fb;
	font-weight:bold;
}
.transitions-color{
    margin-left: 10px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #fff;
    text-align: center;	
}
.transitions-color.selected{
	border:1px solid #3886fb;
}
.transitions-color span{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-indent: -99999px;	
}
.transitions-color.grey span{
    display: block;
    background-color: #363636;	
}
.transitions-color.brown span{
    display: block;
    background-color:#5f3817;	
}
.xtractive-transitions-option .tints-options-image{
	display:none;
}
.xtractive-transitions-option .tints-options-image.active{
	display:inline-block;
}
/** End transition options **/
/** tints options **/
.tints-sub-options{
	width:320px;
	margin:0 10px;
}
.tints-sub-options ul{
	margin:6px 0;
	padding:0;
}
.tints-sub-options li{
	display:inline-block;
	list-style:none;
	cursor:pointer;
	opacity:.35;
	transition:all ease .3s;
}
.tints-sub-options li:hover{
	opacity:1;
}
.tints-sub-options li.selected{
	opacity:1;
}
.transparency-options ul{
	margin:6px auto;
	padding:0;
}
.transparency-options li{
	margin:0 10px;
	list-style:none;
	display:inline-block;
}
.transparency-options li a{
	display:block;
}

.rx-wrapar-footer{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow: 0 -5px 10px 0 rgb(1 2 2 / 5%);
    -moz-box-shadow: 0 -5px 10px 0 rgba(1,2,2,.05);
    box-shadow: 0 -5px 10px 0 rgb(1 2 2 / 5%)
}