 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');



  .bbb_viewed_title_container  {
     display: block;
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
	 
	 
 }



 .bbb_main_container {
     background-color: #fff;
     padding: 11px
 }

 .bbb_viewed_title_container {
     border-bottom: solid 1px #dadada
 }

 .bbb_viewed_title {
     margin-bottom: 16px;
     margin-top: 8px;
	float:left;
	left::0;
	
 }

 .bbb_viewed_nav_container {
     position: relative;
     right: -5px;
     bottom: 14px
	 	float:left;
	left::0;
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
     width: 150px;
     height: 150px
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
 
 
 /*-------Carouser --- 2-----------*/
 
 
 .carousel2 {
	margin: 10px auto;
	padding: 0 70px;
}
.carousel2 .carousel-item {
	min-height: 200px;
	text-align: center;
	overflow: hidden;
	
}
.carousel2 .carousel-item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
	
}
.carousel2 .carousel-item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel2 .carousel-item h4 {
	font-size: 18px;
	margin: 0;
}
.carousel2 .carousel-item .btn {
	color: #333;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 5px;
	line-height: 16px;
}
.carousel2 .carousel-item .btn:hover, .carousel2 .carousel-item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel2 .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel2 .thumb-wrapper {
	text-align: center;
	
}
.carousel2 .thumb-content {
	padding: 5px;
	
}
.carousel2 .carousel-control-prev, .carousel2 .carousel-control-next {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}
.carousel2 .carousel-control-prev i, .carousel2 .carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.carousel2 .carousel-control-prev i {
	margin-left: -3px;
}
.carousel2 .carousel-control-next i {
	margin-right: -3px;
}
.carousel2 .carousel2 .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel2 .carousel2 .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel2 .carousel2 .item-price span {
	color: #86bd57;
	font-size: 110%;
}	
.carousel2 .carousel2 .carousel-indicators {
	bottom: -50px;
}
.carousel2 .carousel-indicators li, .carousel2 .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
	border: none;
}
.carousel2 .carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel2 .carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.carousel2 .star-rating li {
	padding: 0;
}
.carousel2 .star-rating i {
	font-size: 14px;
	color: #ffc000;
} 


/*-------Carouser --- 3-----------*/
.container-lg{

}
.carousel3 {
	margin: 0 auto;
}
.carousel3 .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel3 .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel3 .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel3 .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel3 .testimonial::before, .carousel3 .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel3 .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel3 .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel3 .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel3 .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel3 .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel3 .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel3 .overview {
	padding: 3px 0 0 15px;
}
.carousel3 .overview .details {
	padding: 5px 0 8px;
}
.carousel3 .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
.carousel3 .carousel-control-prev,  .carousel3 .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel3 .carousel-control-prev i, .carousel3 .carousel-control-next i {
	font-size: 16px;
}
.carousel3 .carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel3 .carousel-control-next {
	left: auto;
}
.carousel3 .carousel-indicators {
	bottom: -80px;
}
.carousel3 .carousel-indicators li, .carousel3 .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel3 .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel3 .carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.carousel3 .star-rating li {
	padding: 0 2px;
}
.carousel3 .star-rating i {
	font-size: 14px;
	color: #ffdc12;
}*/