@charset "utf-8";
/* CSS Document */

#carousel {
	background-color: #efefef;
}
#wrapper-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background-color: #efefef;
}
#carousel img {
	display: block;
	float: left;
}
#prev, #next {
	top: 49%;
	position: absolute;
	z-index: 999;
	margin: 0;
	border: none;
	background: #000000a1;
	padding: 2rem;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 3rem;
	width: 30px;
	height: 30px;
	display: flex !important;
	justify-content: space-around;
	align-items: center;
}
#prev {
	left: 0;
}
#next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
#prev i, #next i {
/*font-size: 60px;
	font-weight: lighter;
	position: absolute;
	top: 43%;
	color: #666;
	left: 0;
	right: 0;*/
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: none !important;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.carousel-control {
	width: 8%;
	width: 0px;
}
.carousel-control.left, .carousel-control.right {
	margin-right: 20px;
	margin-left: 20px;
	background-image: none;
	opacity: 1;
}
.carousel-control > a > span {
	color: white;
	font-size: 29px !important;
}
.carousel-col {
	position: relative;
	min-height: 1px;
	padding: 5px;
	float: left;
}
.active > div {
	display: none;
}
.active > div:first-child {
	display: block;
}
.carousel-inner.grid-listing {
	width: 100%;
	float: none;
	left: 0;
}
.carousel-inner.grid-listing .listingbox {
	width: calc(100% - 8px);
}
.carousel-inner .grid-prod-desc, .grid-prod-desc a {
	font-size: 18px;
	color: #252322;
	font-weight: 400;
}
.carousel-inner .rrp-price {
	color: #444;
}
.carousel-inner .selling-price {
	color: #5eac15;
}
.carousel-inner .search_page .live-deals-block {
	padding-bottom: 0;
}
/*.carousel-inner .rrp-price, .carousel-inner .selling-price {
	font-size: 15px;
}*/
#hero-banner #myCarousel {
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: none;
}
#myCarousel .carousel-inner > .item > a > img, #myCarousel .carousel-inner > .item > img {
	border-radius: 0px;
}
#brandCarousel .carousel-control.left, #brandCarousel .carousel-control.right {
	color: #fff;
}
.hero-banner-content {
position: absolute;
  top: 75px;
  right: 150px;
  display: flex;
  flex-direction: column;
  width: 30rem;
  padding: 20px 45px 25px;
  background: #ffffff1f;
  border-radius: 9px;
  transform: translate(0px, 0px);
  flex-wrap: wrap;
}
.hero-banner-content > div {
	margin: 10px 0 10px;
}
.carousel-inner .hero-banner-content .rrp-price {
	font-size: 24px;
	margin-right: 10px;
}
.carousel-inner .hero-banner-content .selling-price {
	font-size: 34px;
	color: #ffffff !important;
	font-weight: 400;
}
.carousel-inner .hero-banner-content .deal-name-text {
	font-size: 30px;
	font-weight: 500;
	line-height:40px;
}
.carousel-inner .hero-banner-content .btn {
	padding: 17px 35px 15px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 16px;
	font-size: 16px;
	border: 0;
	letter-spacing: 2px;
}

/*xs*/
@media (max-width: 767px) {
.carousel-inner .active.left {
	left: -50%;
}
.carousel-inner .active.right {
	left: 50%;
}
.carousel-inner .next {
	left: 50%;
}
.carousel-inner .prev {
	left: -50%;
}
.carousel-col {
	width: 50%;
}
.active > div:first-child + div {
	display: block;
}
#top-seller-block #theCarousel .carousel-control .glyphicon-chevron-left {
	margin-left: -5px;
}
#top-seller-block #theCarousel .carousel-control .glyphicon-chevron-right {
	margin-right: -5px;
}
#theCarousel .carousel-control .glyphicon-chevron-left {
	margin-left: 3px;
	font-size: 28px;
	color: #777;
	text-shadow: none;
	top: 38%;
}
#theCarousel .carousel-control .glyphicon-chevron-right {
	margin-right: 7px;
	font-size: 30px;
	color: #777;
	text-shadow: none;
	top: 38%;
}
.carousel-indicators{
	background: none !important;
    justify-content: center;
    bottom: -35px !important;
    left: 0;
    right: 0 !important;
    width: auto !important;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators li{
	background-color:#dbdbdb;	
}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left {
	left: -50%;
}
.carousel-inner .active.right {
	left: 50%;
}
.carousel-inner .next {
	left: 50%;
}
.carousel-inner .prev {
	left: -50%;
}
.carousel-col {
	width: 50%;
}
.active > div:first-child + div {
	display: block;
}
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
.carousel-inner .active.left {
	left: -33%;
}
.carousel-inner .active.right {
	left: 33%;
}
.carousel-inner .next {
	left: 33%;
}
.carousel-inner .prev {
	left: -33%;
}
.carousel-col {
	width: 33%;
}
.active > div:first-child + div {
	display: block;
}
.active > div:first-child + div + div {
	display: block;
}
}

/*lg*/
@media (min-width: 1200px) {
.carousel-inner .active.left {
	left: -25%;
}
.carousel-inner .active.right {
	left: 25%;
}
.carousel-inner .next {
	left: 25%;
}
.carousel-inner .prev {
	left: -25%;
}
.carousel-col {
	width: 25%;
}
.active > div:first-child + div {
	display: block;
}
.active > div:first-child + div + div {
	display: block;
}
.active > div:first-child + div + div + div {
	display: block;
}
.active > div:first-child + div + div + div + div {
	display: block;
}
.active > div:first-child + div + div + div + div + div {
	display: block;
}
.active > div:first-child + div + div + div + div + div + div {
	display: block;
}
}
.block {
	width: 306px;
	height: 230px;
}
.red {
	background: red;
}
.blue {
	background: blue;
}
.green {
	background: green;
}
.yellow {
	background: yellow;
}
.caroufredsel_wrapper {
	margin: 0 auto !important;
}
.carousel-indicators .active {
	background-color: #5eac15 !important;
}