.recentNewsBlock {
		margin-bottom:2rem;	
}
.recentNewsBlock:last-child {
	margin-bottom:0px;
}

.prodBlock {
    max-width: 100%;
    margin: 0 auto 2.5rem;
}
.prodBlock .prodBlockImg {
	position: relative;
    display: block;
		color:#fff;
} 
.prodBlockPrice {
	position:absolute;
	padding: 9px 12px;
	background-color: rgb(0 0 0 / 60%);
	color:#fff;bottom:0px;
	display: block;
	width: 100%;
}
.prodInfo {
	background-color: #e3f2d5;
	padding: 10px 10px 15px 10px;
	border-radius: 0px 25px 0px 25px;
}
.colourSwatchBox {
	width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.colourSwatch {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0px 2px;
}

input.prodQtyForm::-webkit-outer-spin-button,
input.prodQtyForm::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
		text-align:center;
}

input.prodQtyForm[type=number] {
		text-align:center;
    -moz-appearance:textfield; /* Firefox */
}

.shelfQty {
	width: 105px;
}

.shelfQty .btn {
	line-height: 24px;
}

@media (max-width:991px) {
	.recentNewsBlock {
		max-width:400px;
		margin:0 auto 2rem;
	}
}

ul.tabs {  
  margin: 0;
  padding: 0px;
  list-style: none;
  width: 100%;
	z-index: 2;
  position: relative;
}

ul.tabs li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	background-color:#eee;
	border: 1px solid #c5c5c5;
	margin: 1px .2em 0 0;
	padding: 0;
	white-space: nowrap;
	padding: .5em 1em;
}
/*ul.tabs li.active {
	background-color:#fff;
	border-bottom-color:#fff;
}*/


/*ul.tabs li:hover {
  background-color: #ccc;
  color: #333;
}

ul.tabs li.active {
  background-color: #fff;
  color: #333;
  display: block;
}*/

.tab_container {
  width: 100%;
  background: #fff;
	    border-top: 1px solid #c5c5c5;
    margin-top: -1px;
}

.tab_content {
	padding:10px 0px 0px;
  display: none;
	
}

.tab_drawer_heading { display: none; }

@media (max-width: 767px) {
	ul.tabs { 
  	padding: 0px;
	}
  .tab_container {
    width: 100%;
  	padding: 0px;
		margin-top:0px;
		border-top:none;
  }
	.tab_container .row {
		margin:0px;
	}
	.tab_content {
		padding:10px 0px;
	}

  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #eee;
    margin: 0;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
	
	/*.tab_drawer_heading.d_active {
		    background-color: #9d1b3c;
    border-color: #9d1b3c;
    color: #ffffff;
	}*/
  /*.d_active {
    background-color: #666;
    color: #fff;
  }*/
}