/*------------------------------------------------------------------
[Table of contents]
0. Global
1. Top menu
2. Main header
3. Home slider

4. Styles for devices(>1200px)
5. Styles for devices(>=992px and <=1199px)
6. Styles for devices(>=768px and <=992px)
7. Styles for devices(>=481px and <=767px)
8. Styles for devices(<=480px)

-------------------------------------------------------------------*/
/*---------------
[0. Global]
*/
.option3 .product-list li .product-price {
	color: #ff571e;
}
.option3 a:hover{
	color: #000;
	/*background-color:#fcb54d;*/
}
.option3 .open-cate a:hover, .option3 .open-cate:hover a, .option3 .all-category a:hover, .option3 .all-category span:hover a{
	color: #fff;
}
.option3 .scroll_top:hover{
	background: #ff571e;
}
.option3 .nav-center .owl-controls .owl-prev,
.option3 .nav-center .owl-controls .owl-next{
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden;
}
.option3 .nav-center .owl-controls .owl-prev{
	left: -30px;
}
.option3 .nav-center .owl-controls .owl-next{
	right: -30px;
}
.option3 .nav-center.owl-loaded:hover .owl-next {
  right: 0;
  visibility: inherit;
  opacity: 1;
}
.option3 .nav-center.owl-loaded:hover .owl-prev {
  left: 0;
  visibility: inherit;
  opacity: 1;
}

.option3 .owl-controls .owl-prev:hover, 
.option3 .owl-controls .owl-next:hover {
  background: #ff571e;
  color: #fff;
}
.option3 .product-list li .add-to-cart:hover {
  background-color: #ff571e;
}

.option3 .product-list li .quick-view a:hover{
	background-color: #ff571e;
}
/*---------------
[1. Top menu]
*/
.option3 .navbar-right{
	margin-right: 0;
}
.option3 .link-buytheme .fa{
	line-height: inherit;
	color: #ff571e;
}
.option3 .logo{
	margin-top: -20px;
}
.option3 .main-header{
	padding-bottom: 25px;
	padding-top: 25px;
}
.option3 .top-header .dropdown-menu{
	border-top: 2px solid #ff571e;
}
.option3 #user-info-opntop .dropdown-menu{
	border-top: 2px solid #ff571e;
}
.option3 .main-header .header-search-box .form-inline{
	border: 2px solid #f6f6f6;
}
.option3 .main-header .header-search-box .form-inline .select2{
	border-right: none;
}
.option3 .main-header .header-search-box .form-inline .form-category {
	height: 37px;
}
.option3 .main-header .header-search-box .form-inline .btn-search{
	background: #3e3d3d url("../images/search.png") no-repeat center center;
	width: 40px;
	height: 40px;
}
.option3 .main-header .header-search-box{
	padding: 0 15px;
	margin-top: 10px;
}
.option3 .main-header .shopping-cart-box{
	padding: 0 15px;
	margin: 0;
	margin-top: 10px;
}

.option3 .main-header-top-link li{
	display: inline;
	float: left;
}
.option3 .main-header-top-link li>a{
	padding: 0 5px;
	border-right: 1px solid #e4e4e4;
}
.option3 .main-header-top-link li:first-child>a{
	padding-left: 0;
}
.option3 .main-header-top-link li:last-child>a{
	padding-right: 0;
	border-right: none;
}
/*---------------
[2. Main header]
*/
.option3 .group-button-header{
	margin-top: 11px;
}
.option3 .group-button-header .btn-cart, 
.option3 .group-button-header .btn-heart,
.option3 .group-button-header .btn-compare,
.option3 .group-button-header .btn-login{
	width: auto;
	float: right;
	text-indent: inherit;
	padding-left: 30px;
	padding-top: 19px;
}
.option3 .group-button-header .btn-heart{
	background: url("../images/heart-icon.png") no-repeat center left;
	font-size: 14px;
}
.option3 .group-button-header .btn-login{
	background: url("../images/user-icon.png") no-repeat center left;
	font-size: 14px;
	height: 39px;
	margin-right: 16px;
}
.option3 .group-button-header .btn-cart{
	background: url("../images/cart-icon.png") no-repeat 7px 7px  #fc5b4e;
	font-size: 14px;
	margin-right: 0;
	width: 100%;
    padding: 10px 0px 10px 40px;
	
}
.option3 .group-button-header .btn-cart>a{
	font-size: 14px;
}
.option3 .group-button-header .btn-cart .notify-right{
	right: 0px;
    top: 11px;
    background: transparent;
}
.option3 span.notify-right{
	background: url('../images/notify-right-red.png') no-repeat;
}
.header-text{
	font-size: 13px;
	text-align: right;
}
.header-text .fa{
	line-height: inherit;
	font-size: 14px;
	color: #f9d717;
	margin-top: -1px;
}

.option3 #form-search-opntop{
	height: 40px;
}
.option3 #form-search-opntop form{
	/*background: #3e3d3d;*/
    height: 51px;
	color: #fff;
}
.option3 #form-search-opntop .btn-search:before {
	color: #fff;
}
.option3 #form-search-opntop:hover form {
  border: 1px solid #3e3d3d;
  background: #3e3d3d;
}
.option3 #form-search-opntop ::-webkit-input-placeholder {
   color: #fff;
}

.option3 #form-search-opntop :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.option3 #form-search-opntop ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.option3 #form-search-opntop :-ms-input-placeholder {  
   color: #fff;  
}
.option3 #user-info-opntop,
.option3 #user-info-opntop .dropdown,
.option3 #user-info-opntop a.current-open{
	height: 51px;
}
.option3 #user-info-opntop a.current-open{
	padding-top: 16px;
}
.option3 #user-info-opntop a.current-open:before{
	color: #fff;
}
.option3 #user-info-opntop .dropdown-menu {
	top: 40px;
}
.option3 #shopping-cart-box-ontop {
	height: 51px;
	padding-top: 6px;
    background: #adca69;
}
.option3 #shopping-cart-box-ontop .fa{
	line-height: 40px;
	color: #fff;
}

/*---------------
[3. Home slider]
*/
.option3 .header-top-right{
	border-top: none;
}
.option3 .header-top-right .header-top-right-wapper{
	display: table;
}
.option3 .header-top-right .homeslider{
	width: 79%;
	display: table-cell;
	float: inherit;
}
.option3 .header-top-right .header-banner{
	width: 21%;
	display: table-cell;
	float: inherit;
	background: #fff;
	max-width: 190px;
}
.option3 .header-top-right .homeslider .bx-controls-direction .bx-prev, 
.option3 .header-top-right .homeslider .bx-controls-direction .bx-next{
	background: #ff571e;
}
.trending .trending-title{
	height: 33px;
	line-height: 33px;
	background: #ff571e;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.option3 .header-top-right .header-banner img{
	width: inherit;
	margin: 0 auto;
	vertical-align: middle;
}
.trending  .trending-product li{
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
.trending  .trending-product li:last-child{
	border:none;
}
.trending  .trending-product li .product-name{
	margin-top: 8px;
}
.trending  .trending-product li .product-price{
	line-height: 30px;
}
.trending  .trending-product li .price{
	font-size: 18px;
	color: #ff571e;
}
.trending  .trending-product li .price-old{
	text-decoration: line-through;
	margin-left: 11px;
	color: #666;
}
.services-wapper{
	background-color: #8373ce;
    background-image: url('../images/school-sketch-elements-4.png');
    background-position: center top;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}
.services-wapper .service{
	margin-top: 0;
	border:none;
}
.option3 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item{
	width: 10px;
	height: 10px;
}
.option3 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
  width: 100%;
  height: 100%;
  float: left;
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: 0px;
  border-radius: 90%;
  color: #666;
  border: 1px solid #fff;
  padding-left: 1px;
  background: #fff;
  font-size: 0;
}
.option3 .header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a.active{
	background: #ff571e;
	border-color: #ff571e;
}
.option3 .vertical-dropdown-menu .mega-group-header span{
	border-color: #ff571e;
}
.option3 .header-top-right .homeslider .bx-wrapper .bx-pager, 
.option3 .bx-wrapper .bx-controls-auto{
	display: none;
}

/** REPONSIVE **/
/*----------------
[4. Styles for devices(>1200px)]
*/
@media (min-width: 1201px){
	
}
/*----------------
[5. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
	.option3 #home-slider .header-top-right .homeslider, 
	.option3 #home-slider .header-top-right .header-banner{
		border:none;
	}
	
	/*.option3 #main-menu .navbar .navbar-nav>li>a{
		font-size: 13px;
		border:none;
		padding: 0 7px;
	}*/
	.option3 #main-menu .navbar .navbar-nav>li:hover>a,
	.option3 #main-menu .navbar .navbar-nav>li.active>a{
		border: none;
	}
}
/*--------------------
[6. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
	.option3 .logo{
		margin-top: 25px;
	}

	.option3 .main-header .header-search-box{
		margin-top: 25px;
	}
	.option3 .group-button-header {
		margin-top: 25px;
	}
	.option3 #box-vertical-megamenus{
		width: 40px;
		/*display: none;*/
	}
	.option3 #main-menu .navbar .navbar-nav>li>a{
		padding: 0 10px;
		border-left: none;
		font-size: 13px;
	}
	.option3 #main-menu{
		margin: 0;
		padding-left: 45px;
		width: auto;
	}
	.option3 .navbar-right{
		display: none;
	}
	.option3 .box-vertical-megamenus .title-menu{
		display: none;
	}
	.option3 .box-vertical-megamenus .title .btn-open-mobile{
		margin-left: 0;
		float: left!important;
	}
	.option3 #form-search-opntop,
	.option3 #user-info-opntop,
	.option3 #shopping-cart-box-ontop{
		display: none;
	}
	.option3 .header-top-right .header-banner{
		display: none;
	}
	

	
}
/*--------------------
[7. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
/*	.option3 .top-main-header{
		display: none;
	}*/
	.product-container h5.product-name-hvr {
    display: block;
}
	.product-container h5.product-name {
    display: none;
}
	.option3 .group-button-header{
		width: 100%;
		margin-top: 25px;
	}
	.option3 .logo {
		margin-top: 0;
	}
	.option3 .main-header .header-search-box{
		margin-top: 25px;
	}
	.option3 #main-menu .navbar-header .navbar-brand{
		line-height: 40px;
		min-height: 40px;
	}
	.option3 #main-menu .navbar-header .navbar-toggle{
		margin-top: 7px;
		padding: 0;
	}
	.option3 #main-menu .navbar-header{
		height: 40px;
	}
	.option3 .navbar-brand{
		height: auto;
	}
	.option3 #main-menu .navbar .navbar-nav>li:hover>a, 
	.option3 #main-menu .navbar .navbar-nav>li.active>a{
		border-right: none;
	}
	.option3 #main-menu li.dropdown>a:after{
		top: 0;
	}
	
	.block-banner .block-banner-left, 
	.block-banner .block-banner-right {
		width: 100%;
		padding: 0;
	}
	.block-banner .block-banner-right{
		margin-top: 10px;
	}
	
	.option3 #home-slider .slider-left{
		display: none;
	}
}
/*--------------------
[8. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
	.product-container h5.product-name-hvr {
    display: block;
}
	.product-container h5.product-name {
    display: none;
}
	/*.option3 .top-main-header{
		display: none;
	}*/
	.option3 .group-button-header{
		width: 100%;
		margin-top: 25px;
	}
	.option3 .logo {
		margin-top: 0;
	}
	.option3 .main-header .header-search-box{
		margin-top:5px;
	}
	.option3 #main-menu .navbar-header .navbar-brand{
		line-height: 40px;
		min-height: 40px;
	}
	.option3 #main-menu .navbar-header .navbar-toggle{
		margin-top: 7px;
		padding: 0;
	}
	.option3 #main-menu .navbar-header{
		height: 40px;
	}
	.option3 .navbar-brand{
		height: auto;
	}

	.option3 #main-menu .navbar .navbar-nav>li:hover>a, 
	.option3 #main-menu .navbar .navbar-nav>li.active>a{
		border-right: none;
	}
	.option3 #main-menu li.dropdown>a:after{
		top: 0;
	}
	#main-menu li.dropdown>a:after{

	}
	.option3 #home-slider .slider-left{
		display: none;
	}
	
	
	.block-banner .block-banner-left, 
	.block-banner .block-banner-right {
		width: 100%;
		padding: 0;
	}
	.block-banner .block-banner-right{
		margin-top: 10px;
	}
	
}

#bbi_cart a{color:#fff;}

.muli-color{}
.muli-color li {}

.muli-color1{
 border-bottom: solid #fcb54d 2px; background: #fff3e2;
}

.muli-color2{
  border-bottom: solid #fc5b4e 2px; background: #ffecea;
}

.muli-color3{
  border-bottom: solid #adca69 2px; background: #f0fad8;
}

.muli-color4{
border-bottom: solid #84bed6 2px; background: #d9eef7;
}
.muli-color5{
  border-bottom: solid #c389ce 2px; background: #f5e4f8;
}
.muli-color6{
  border-bottom: solid #fcb54d 2px; background: #fff3e2;
}
.muli-color7{
  border-bottom: solid #fc5b4e 2px; background: #ffecea;
}
.muli-color8{
  border-bottom: solid #c389ce 2px; background: #f5e4f8;
}
.muli-color li a{color:#000}

.carousel-control:focus, .carousel-control:hover{background: transparent !important;}

.option3 a h4:hover{color:#fcb54d;}