body {
	font-family: 'Rubik', sans-serif;
	color: #404041;
}

/* Oyster featured */
.oyster-featured .nav-tabs {
  margin-bottom: 12px;
  border-bottom: none;
  padding-top: 20px;
}

.oyster-featured .nav-tabs>li>a, .oyster-featured .nav-tabs>li.active>a, .oyster-featured .nav-tabs>li.active>a:focus, .oyster-featured .nav-tabs>li.active>a:hover {
  font-size: 16px;
  font-weight: 600;
  color: #59595b;
}

.oyster-featured .nav-tabs>li.active>a, .oyster-featured .nav-tabs>li.active>a:focus, .oyster-featured .nav-tabs>li.active>a:hover {
  font-size: 16px;
  font-weight: 600;
  color: #0079c1; 
}

.oyster-featured .nav-tabs>li>a {
  border: none;
}

.oyster-featured .nav-tabs>li>a:hover {
  border-color: transparent;
  background-color: transparent;
}

.oyster-featured .nav-tabs>li.active>a, .oyster-featured .nav-tabs>li.active>a:focus, .oyster-featured .nav-tabs>li.active>a:hover {
  border: none;
}

.oyster-featured .nav>li>a {
  padding: 10px 16px 10px 0px!important;
}

p.price {
  display: block;
  }

.oyster-featured .product-thumb {
    margin-bottom: 0px;
    background: white;
}

.oyster-featured {
    background: #E6E6E6;
    margin-top: 30px;
    padding-top: 36px;
}

.oyster-featured .swiper-viewport {
    background: #E6E6E6;
}

@media (max-width: 991px) {
  .oyster-featured p {
  display: none;
  }
}
/* Oyster featured ENDS */


/* Oyster four ads */
.oyster-four-ad {
  background: #E6E6E6;
  padding-top: 36px;
  padding-bottom: 36px;
  }

.oyster-four-ad .swiper-viewport {
  background: #E6E6E6;   
 }

.oyster-four-ad .swiper-slide {
  border: 2px solid white;
}
/* Oyster four ads ENDS */


/* Brands slider styling */
#oyster-brand-slider0 {
  margin-top: 48px;
  margin-bottom: 0px;
}
/* Brands slider styling ENDS */


/* Other Ads */
.oyster-sponsored-ad {
  padding-top: 30px;
  padding-bottom: 28px;
  margin-bottom: -30px;
  margin-top: 0px;
}

.oyster-sponsored-ad, .oyster-sponsored-ad .swiper-container {
  background: white;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
/* Other Ads ENDS */


/* Footer general styling */
footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    color: #404041;
}
footer a:hover {
	color: #404041;
    text-decoration: underline;
}
footer h5 {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404041;
}
/* Footer general styling ENDS */


/* Desktop footer */
.desktop-footer ul li {
  padding-bottom: 8px;
}
/* Desktop footer ENDS */


/* Mobile footer */
.mobile-footer .panel-default>.panel-heading {
  background-color: #d6e9f5;
}

.mobile-footer h4 {
  font-weight: 600;
  color: #404041;
}

.mobile-footer .panel-default {
  border-color: #d6e9f5;
}

.mobile-footer .panel-group .panel {
  border-radius: 0px;
}

.mobile-footer .panel {
  box-shadow: none;
  background-color: #d6e9f5;
}

.mobile-footer .list-unstyled {
  font-size: 15px;
}

.mobile-footer .list-unstyled li {
  padding: 8px 0 8px 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.panel-heading a {
    width: 100%!important;
    display: block;
}

.panel-heading a.collapsed::after {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    content: "\f078";
    font-weight: 600;
}

.panel-heading a::after {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    content: "\f077";
    font-weight: 600;
}
/* Mobile footer ENDS */


/* @media */
/* Anything up to 767px */
@media (max-width: 767px) {
	.swiper-pager-slideshow0 {
		display: none!important;  
	}
	#oyster-pages .swiper-wrapper .swiper-slide img { 
		width: 100%;
	}
}

/* Anything over 768px */
@media (min-width: 768px) {
	#slideshow0 {
		display: block;
	}	
	
	#slideshow1 {
		display: none;
	}
  
	.slideshow1.swiper-pagination, .swiper-pager-slideshow1 {
		display: none!important;  
	}
}

/* Anything over 992px */
@media (max-width: 991px) {
	.oyster-featured .featured .product-thumb .caption p {
		display: none;
	}
	.oyster-featured .product-thumb .caption {
		min-height: 95px;
	}
	.desktop-footer {
		display: none;
	}
}

/* Anything up to 992px */
@media (min-width: 992px) {
	.mobile-footer {
		display: none;
	}
}
/* @media ENDS */