/*-------------------
[2. Latest deals products]
*/
.latest-deals-product{
  margin-top: 20px;
  position: relative;
}
.latest-deals-product .count-down-time2{
  position: absolute;
  top: -61px;
  right: 80px;
}
.latest-deals-product .product-list li{
  border: 1px solid #eaeaea;
  overflow: hidden;
  padding-bottom: 5px;
}
.latest-deals-product .product-list li:hover{
  border: 1px solid var(--primary-color);
}
.latest-deals-product .owl-next{
  top: -40px;
}
.latest-deals-product .owl-prev{
  top: -40px;
  left: inherit;
  right: 26px;
}


/*
[4. Header ]
*/

a:hover{
	color: var(--techblue-color);
}

.main-header .header-search-box{
	padding-right: 0;
}
.main-header .header-search-box .form-inline .form-category{
	float: right;
	margin-right: 40px;
	border-left: 1px solid #eaeaea;
}
.main-header .header-search-box .form-inline .input-serach{
	padding-top: 9px;
}
.main-header .header-search-box .form-inline .btn-search{
	background-color: var(--primary-color);
}


#main-menu {padding-left: 15px; padding-right: 15px;
     margin-left: 0;}
#main-menu .navbar{
	border-radius: 0;
	background: var(--primary-color);
}
#main-menu .navbar-default .navbar-nav>li>a{
	color: #fff;
	border-right: none;
}
#main-menu .navbar-default .navbar-nav>li:last-child>a{
	background: none;
}
#main-menu .navbar .navbar-nav>li:hover, 
#main-menu .navbar .navbar-nav>li.active{
	background-image: none;
	background: var(--techblue-color);
}
#main-menu .navbar .navbar-nav>li:hover a, 
#main-menu .navbar .navbar-nav>li.active a{
	background: none;
}
#main-menu li.dropdown>a:after{
	position: absolute;
	left: 46%;
	-ms-transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
	top: 15px;
	font-size: 12px;
}
#main-menu li.dropdown:hover:before{
	display: none;
}


.header-top-right{
	border-top: none;
	margin-left: 0; 
     padding-left:15px;padding-right:15px;
}
.header-top-right .homeslider {
	width: 100%;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev, 
.header-top-right .homeslider .bx-controls-direction .bx-next{
	background: var(--primary-color);
}
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: var(--primary-color);
}


.page-heading{
	font-size: 16px;
	font-weight: bold;
}
.page-heading span.page-heading-title{
	border-bottom: 3px solid var(--primary-color);
}

.owl-controls .owl-prev:hover, 
.owl-controls .owl-next:hover {
  background: var(--primary-color);
  color: #fff;
}

.content-page {
	background: #eaeaea;
}
#main-menu .dropdown-menu .block-container .group_header>a{
	border-color: var(--primary-color);
}

/*
[5. Category featured]
*/

.show-brand .navbar-brand{
	width: 200px;
	position: relative;
	padding-left: 10px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
.show-brand .navbar-brand img{
	margin-right: 10px;
	margin-top: -5px;
}
.show-brand .navbar-brand>a:hover{
	color: #fff;

}
.show-brand .navbar-brand:after{
	content: '';
	width: 12px;
	height: 20px;
	position: absolute;
	right: 5px;
	color: #fff;
	font-weight: normal;
	background: url("../images/icon-angle-right.png") no-repeat right center;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-menu{
	margin-bottom: 0;
}
.nav-menu .nav>li>a{
	background: none;
	padding: 14px 15px;
	margin-left: 10px;
}
.nav-menu .nav>li>a:after{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d8";
	position: absolute;
	bottom: -40px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
	  -o-transition: all 0.3s ease-out 0s;
	  transition: all 0.3s ease-out 0s;
	  opacity: 0;
	  visibility: hidden;
}
.nav-menu .nav>li>a:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #fa8334;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: scale(0, 1);
}
.nav-menu .navbar-collapse {
	background: #fff;
	border-bottom: 2px solid #fa8334;
}
.nav-menu .nav>li:hover a,
.nav-menu .nav>li.active a{
}

.nav-menu .nav>li:hover a:before,
.nav-menu .nav>li.active a:before{
	transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.nav-menu .nav>li:hover a:after,
.nav-menu .nav>li.active a:after{
	color: #fa8334;
	bottom: -6px;
	opacity: 1;
	visibility: inherit;
}

.product-featured{
	margin-top: 0;
}

.product-featured .product-featured-tab-content .box-left{
	width: 40%;
	float: left;
	border-left: 1px solid #eaeaea;
}
.product-featured .product-featured-tab-content .box-right{
	width: 60%;
	float: left;
}

.product-featured .product-list{
	margin-left: 0;
	margin-right: 0;

}
.product-featured .product-list li{
	padding: 0;
	min-height: inherit;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	padding-bottom: 3px;
	min-height: 286px;
}

.product-featured .owl-prev, 
.product-featured .owl-next {
  background: transparent;
  width: 28px;
  height: 28px;
  color: #ccc;
  text-align: center;
  padding-top: 0;
  font-size: 48px;
}
.product-featured .owl-next{
	background: url("../images/next.png") no-repeat center center;
}
.product-featured .owl-prev{
	background: url("../images/prev.png") no-repeat center center;
}
.product-featured .owl-prev .fa, 
.product-featured .owl-next .fa{
	font-weight: normal;
	line-height: 28px;
	display: none;
}
.product-featured .owl-prev:hover{
	background: url("../images/prev.png") no-repeat center center;
}

.product-featured .owl-next:hover{
	background: url("../images/next.png") no-repeat center center;
}

.product-featured .deal-product{
	line-height: 24px;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 23px;
}
.product-featured .deal-product .deal-product-head{
	text-align: center;
}
.product-featured .deal-product .deal-product-head h3{
	position: relative;
    z-index: 1;
    margin-top: 15px;
}
.product-featured .deal-product .deal-product-head h3:before{
	border-top: 1px solid #eaeaea;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 40%; left: 40px; right: 40px; bottom: 0;
    width: 95%;
    z-index: -1;
    width: 300px;/*
    -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.product-featured .deal-product .deal-product-head h3>span{
	background: #fff; 
    padding: 0 5px; 
    font-size: 14px;
    font-weight: bold;
}

.product-featured .deal-product .price{
	margin-top: 4px;
}
.product-featured .deal-product .price span{
	margin-right: 10px;
}
.product-featured .deal-product .price .product-price{
	color: var(--primary-color);
	font-size: 18px;
}
.product-featured .deal-product .price .old-price{
	text-decoration: line-through;
}
.product-featured .deal-product .price .sale-price{
	background: url("../images/sale-bg.png") no-repeat;
	color: #fff;
	padding: 0 7px;
}

.product-featured .deal-product .product-desc{
	margin-top: -3px;
}
.product-featured .deal-product .show-count-down{
	overflow: hidden;
	margin-top: 11px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	line-height: normal;
}
.product-featured .deal-product .show-count-down .dot{
	display: none;
}
.product-featured .deal-product .show-count-down .box-count{
	font-size: 20px;
	color: #717171;
	background: #f6f6f6;
	text-align: center;
	width: 45px;
	height: 47px;
	display: table-cell;
	float: left;
	margin-right: 5px;
}
.product-featured .deal-product .show-count-down .box-count .number{
	width: 45px;
	font-size: 18px;
	display: table;
	margin-top: 4px;
}
.product-featured .deal-product .show-count-down .box-count .text{
	width: 45px;
	font-size: 14px;
	display: table;
}

.product-list li .add-to-cart:hover{
	opacity: 1;
}

.display-product-option li.selected span, .display-product-option li:hover span{background-color:var(--primary-color);}
.pagination .active a,.pagination a:hover{background-color:var(--primary-color);}
/** OPTION CATEGORY **/

/** jewelry **/

.category-featured .navbar-brand{
	background: var(--primary-color);
}
.category-featured .navbar-brand a:hover{
	color: #fff;
}
.category-featured .nav-menu .navbar-collapse {
	background: #fff;
	border-bottom: 2px solid var(--primary-color);
}
.category-featured .nav-menu .nav>li:hover a,
.category-featured .nav-menu .nav>li.active a{
	color: var(--primary-color);
}
.category-featured .nav-menu .nav>li>a:before{
	background: var(--primary-color);
}
.category-featured .nav-menu .nav>li:hover a:after,
.category-featured .nav-menu .nav>li.active a:after{
	color: var(--primary-color);
}
.category-featured .product-list li .add-to-cart {
	background-color: var(--primary-color);
}
.category-featured .product-list li .add-to-cart {
	background-color: rgba(109, 104,85, 0.7);
	background: rgba(109, 104,85, 0.7);
	color: rgba(109, 104,85, 0.7);
}
.category-featured .product-list li .add-to-cart:hover {
	background-color: var(--primary-color);
}

.category-featured .product-list li .quick-view a.search:hover{
	background-color: var(--primary-color);
	opacity: 0.9;
}
/****/




/*--------------
[9. Footer]
*/
#footer{
	margin-top: 60px;
}
#mail-box .btn{
	background: var(--primary-color);
}

.scroll_top:hover{
	background: var(--primary-color);
}


/** REPONSIVE **/
/*----------------
[11. Styles for devices(>1200px)]
*/
@media (min-width: 1201px){
	
}
/*----------------
[12. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
	.group-button-header{
		width: 25%;
		float: right;
	}
	.sub-category-wapper{
		width: 15%;
		display: none;
	}
	.col-right-tab{
		width: 100%;

	}
	
}
/*--------------------
[13. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
	.group-button-header{
		width: 30%;
		float: right;
	}
	.nav-menu .nav>li>a{
		padding: 14px 10px;
		margin-left: 0;
	}
	.product-featured .product-featured-tab-content .box-left{
		width: 100%;
	}
	.product-featured .product-featured-tab-content .box-right{
		width: 100%;
		border-left: 1px solid #eaeaea;
	}
	.sub-category-wapper{
		width: 20%;
	}
	.col-right-tab{
		width: 80%;
	}
	.show-brand .navbar-brand{
		width: 21%;
		padding-right: 30px;
		font-size: 14px;
		font-weight: bold;
	}
	
	
}
/*--------------------
[14. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
	.group-button-header{
		width: 100%;
		margin-top: 30px;
	}
	
	.main-header .header-search-box{
		padding-right: 15px;
	}
	#main-menu .container-fluid{padding:0;}
	#main-menu .navbar{
		background: none;
	}
	#main-menu .navbar-header{
		background: var(--primary-color);
		margin-left:0;
	}
	#main-menu .navbar-default .navbar-nav>li>a{
		background: none;
		color: #999;
	}
	#main-menu li.dropdown>a:after {
	  position: absolute;
	  left: inherit;
	  right: 10px;
	  -ms-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  top: 50%;
	  font-size: 12px;
	}
	#main-menu .navbar .navbar-nav>li:hover,
	#main-menu .navbar .navbar-nav>li.active{
		background: none;
	}
	.latest-deals-product .count-down-time2{
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.latest-deals-product .owl-prev {
	  top: 50%;
	  left: 0;
	  right: inherit;
	}
	.latest-deals-product .owl-next {
	  top: 50%;
	}
	.content-page{
		margin-top: 30px;
	}
	.nav-menu{
		background: #ccc;
	}
	.nav-menu .nav>li>a{
		margin-left: 0;
		padding: 5px 15px;
	}
	
	.nav-menu .nav>li>a:after{
		display: none;
	}
	.product-featured .sub-category-wapper{
		width: 100%;
		padding: 15px;
		display: none;
	}
	.product-featured .product-featured-tab-content .box-left{
		width: 100%;
		display: none;
	}
	.product-featured .product-featured-tab-content .box-right{
		width: 100%;
		border-left: 1px solid #eaeaea;
	}
	
	
	.product-featured .product-list li{
		width: 50%;
		float: left;
	}
	
}
/*--------------------
[15. Styles for devices(<=480px)]
*/

@media (max-width: 480px) {
	.group-button-header{
		width: 100%;
		margin-top: 30px;
	}
	
	#main-menu .container-fluid{padding:0;}
	#main-menu .navbar-collapse{margin-left:0;}
	.main-header .header-search-box{
		padding-right: 15px;
	}
	#main-menu .navbar{
		background: none;
	}
	#main-menu .navbar-header{
		background: var(--primary-color);
		margin-left:0;
	}
	#main-menu .navbar-default .navbar-nav>li>a{
		background: none;
		color: #999;
	}
	#main-menu li.dropdown>a:after {
	  position: absolute;
	  left: inherit;
	  right: 10px;
	  -ms-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  top: 50%;
	  font-size: 12px;
	}
	#main-menu .navbar .navbar-nav>li:hover,
	#main-menu .navbar .navbar-nav>li.active{
		background: none;
	}
	.latest-deals-product .count-down-time2{
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.latest-deals-product .owl-prev {
	  top: 50%;
	  left: 0;
	  right: inherit;
	}
	.latest-deals-product .owl-next {
	  top: 50%;
	}
	.content-page{
		margin-top: 30px;
	}
	.nav-menu{
		background: #ccc;
	}
	.nav-menu .nav>li>a{
		margin-left: 0;
		padding: 5px 15px;
	}
	
	.nav-menu .nav>li>a:after{
		display: none;
	}

	.product-featured .sub-category-wapper{
		display: none;
	}
	.product-featured .product-featured-tab-content .box-left{
		width: 100%;
		display: none;
	}
	.product-featured .product-featured-tab-content .box-right{
		width: 100%;
	}
	
	
	
	.product-featured .product-list li{
		border-right: none;
	}
	

}
/*--------------------
[16. Styles for brand]
*/
.brand-list{
	margin-top: 20px;
	position: relative;
  }
  .brand-logo{display: flex;align-items: center;justify-content: center; overflow: hidden;height:60px;border:1px solid #eaeaea;}
  .brand-logo img{height:80%; vertical-align: middle;
	transition: all 0.3s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);}
	.brand-logo:hover img{height:100%;}
  .brand-title{text-align: center;margin:10px 0;height:40px; overflow: hidden;text-overflow: ellipsis;}
  .qrcode>img{width:100px;}