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

.prodBlock {
	max-width: 263px;
	margin: 0 auto 2.5rem;
}
.prodBlock .prodBlockImg {
	position: relative;
  display: block;
	color:#fff;
	border: 1px solid #ccc;
} 

.prodBlockImg {
	max-width: 263px;
		border: 1px solid #ccc;
}
.prodBlockPrice {
	position:absolute;
	padding: 9px 12px;
	background-color: rgb(0 0 0 / 60%);
	color:#fff;bottom:0px;
	display: block;
	width: 100%;
	z-index: 3;
}
.colourSwatchBox {
	width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.colourSwatch {
	width: 35px;
	height: 35px;
	/*border-radius: 50%;*/
	margin: 0px 2px;
	border: 1px solid #000000;
}

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;
}

.sidebarNav .active a {
	font-weight:bold;
}

.prodImgDefault {
}

.prodImgDefault,
.prodImgMain {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.prodSlider {
	position:relative;
}

.prodSlider:not(.owl-loaded).owl-carousel {
  display: block;
}
.prodSlider:not(.owl-loaded) .prodImgDefault {
	z-index:2;
	opacity:1;
}

.prodSlider:not(.owl-loaded) .prodImgMain {
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
}

.prodSlider:not(.owl-loaded):hover .prodImgDefault {
	opacity:0;	
}

.prodSlider:not(.owl-loaded):hover .prodImgMain {
	opacity:1;	
}

.prodSlider .owl-dots {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -29px;
    margin-top: 7px !important;
    padding: 5px 5px 0px;
    background: rgb(0 0 0 / 60%);
		border-radius:5px;
}

.prodSlider.owl-theme .owl-dots .owl-dot span {
    background:#959595;
}

.prodSlider.owl-theme .owl-dots .owl-dot.active span, .prodSlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.bold {
    font-weight: bold;
}

.sidebar-shop .widget {
    padding-bottom: 1.5rem;
}
.sidebar-shop .widget {
    margin: 0;
}


.sidebar-shop .widget-title, .sidebar-shop .widget-link {
    margin: 0;
    letter-spacing: .05em;
    padding-bottom: 1rem;
    border-bottom: .2rem solid #dfdfdf;
}

.sidebar-shop .widget-title {
		font-size:1.0rem;
		line-height:1.1;
    letter-spacing: normal;
}

.sidebar-shop .widget-title a {
    color: #000;
    display: block;
    position: relative; 
		padding-right: 1rem;
}

.sidebar-shop .widget:last-child {
	padding-bottom:0px;
}


.sidebar-shop li:last-child .widget-title, 
.sidebar-shop li:last-child .widget-link {

    border-bottom: none;
}

.cat-list li:last-child {
	margin-bottom:0px;
}

.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
    color: inherit;
    text-decoration: none;
}

.sidebar-shop .widget-title a::before, .sidebar-shop .widget-title a::after {
    content: '';
    position: absolute;
    display: inline-block;
    right: .5rem;
    bottom: 7px;
    width: 10px;
    height: 2px;
    background-color: #000;
    margin-top: -1px;
    transition: all .35s;
}
.sidebar-shop .widget-title a.collapsed::after {
    transform: rotate(-90deg);
}
.sidebar-shop .widget-body {
    padding-top: 1.7rem;
    padding-left: 1.5rem;
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-list li {
    margin-bottom: 1.1rem;
}

.cat-list a {
	display:block;
	color:inherit !important;
} 


.cat-list a:hover {
	text-decoration:none;
} 


@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;
  }*/
}