@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');

#filter_options .filtertoggle, .fader, .filter_notice, #br-colours, .filter_wrap .product_filter, #resp_filtertags, #filter_container .hidefiltermenu, #browse_tp .label2, #pricerange_error{ display:none }

#footer{ padding-top:0px !important}

.sitewrap {
background-color: #F8F7F8 !important;
}

.pw_load {
width:100%;
font-size:20px;
color:#818181;
margin-top:10%;
text-align:center
}

.fader {
opacity:    0.6; 
background: #000; 
width:      100%;
height:     100%;
top:        0; 
left:       0; 
position:   fixed;
z-index:9998
}

#sitecontainer_browse {
padding:30px 20px;
max-width: 1800px;
box-sizing: border-box;
margin:0 auto
}

h1 {
padding:0;
font-size: 26px;
font-weight:normal;
font-family: 'Roboto Slab', serif;
font-weight:300
}

#browse_tp {
display: inline-flex;
align-items: center;
justify-content: space-between;
width:100%;
}

#product_sorter select {
padding:5px;
font-size:14px;
border:1px solid #cdc0cd;
background-color:#fff;
font-family: 'Roboto Slab', serif;
font-weight:300
}

#product_sorter label {
font-size:14px;
font-family: 'Roboto Slab', serif;
font-weight:200
}

#product_sorter  select option {
  margin: 40px;
  background: #ffffff94;
   font-family: "Zilla Slab", serif;
}

#browse_wrapper {
display:inline-flex;
justify-content: space-between;
width:100%;
margin: 20px 0 40px 0;
align-items: flex-start;
}

#filter_container {
background-color:#fefefe;
width:230px;
margin-right: 20px;
padding:10px;
box-sizing: border-box;
border-radius: 0px;
box-shadow:0px 3px 3px rgba(0,0,0,0.2);
position:sticky;
 top: 20px; /* remember to add a bigger margin for when the top bar appears on smaller devices - otherwise the top bar just covers it*/
}

#filter_container hr {
border: 0;
height: 1px;
width: 90%;
background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #969696));
opacity: 0.7;
}

#filter_container h3 {
font-family: 'Roboto Slab', serif;
margin:0 0 10px 0;
font-weight:normal;
font-size:18px;
color:#5b5258
}

#filter_container ul#filter_options {
list-style-type:none;
padding:0
}

#filter_container ul#filter_options li {
margin-bottom: 10px;
padding-left: 20px;
background-image:url("../../images/right.png");
background-repeat: no-repeat;
  background-size: 10px 10px;
background-position: left center;
}

.filtactive {
background-image:url("../../images/down.png") !important
}

#filter_container ul#filter_options li a{
text-decoration: none;
color:#000;
font-family: 'Roboto Slab', serif;
font-weight:300
}
#filter_container ul#filter_options li a:hover{
text-decoration: underline
}

#filter_options .filtertoggle {
background-color:#fdfdfd; 
padding:10px;
border:1px solid #f5f5f5; 
margin-top:5px; margin-bottom: 20px; 
font-size:13px;
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.filtertoggle .checkbox_item, .colour_filter {
font-family: 'Roboto Slab', serif;
font-weight:200;
color:#242424;
font-size: 12px
}

.filtertoggle .checkbox_item {
margin-bottom: 8px;
}

.filtertoggle .checkbox_item:last-child {
margin-bottom: 0px
}

#filter_options .checkbx {
accent-color:#767174
}

#filter_selection  {
margin: 20px 0 2
0px 0
}

#filter_selection .filter_item {
background-color: #f2f2f2;
font-size:12px; color:#000; border-radius:15px; padding:8px 10px; margin-bottom: 10px;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; position: relative; cursor:pointer;
font-family: 'Roboto Slab', serif;
font-weight:200;
}
#filter_selection .filter_item:last-child {
margin-bottom: 0
}
#filter_selection .filter_item:hover {
background-color: #E8E8E8;
}

#filter_selection .filter_item .closefilter {
position:absolute;
right:6px;
top:9px;
}

#filter_selection .filter_item .closefilter div{
background-image: url("../../images/close_filter.png");
background-size: contain;
width:16px;
height:16px;
opacity:0.6
}
#filter_selection #clearfilter{
text-align: center;
margin-top: 10px
}
#filter_selection #clearfilter a{
font-size:12px;
font-weight: 300;
font-family: 'Roboto Slab';
color:#a3a3a3;
}
#filter_selection #clearfilter a:hover{
color:#000;
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#togglestock_note {
text-align: center;
font-size:13px;
color:#736e71;
	font-family: 'Roboto Slab';
	font-weight:200;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.slider_input:checked + .slider {
  background-color:#a2a2a2;
}

input.slider_input:focus + .slider {
  box-shadow: 0 0 1px #a2a2a2;
}

input.slider_input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end switch */

/*filter price */
/*#filter_pricerange {
display:flex;
flex-direction: row;
justify-content: space-between;
align-items: center
}

#filter_pricerange input {
width:45px;
padding:6px 3px;
border:1px solid #aaa;
box-sizing: border-box;
font-size: 13px
}

#filter_pricerange label {
margin-right: 5px
}*/

#slider_val_wrapper button {
background:#a9a9a9;
color: #ffffff;
border: none;
cursor: pointer;
padding: 7px 12px;
border-radius: 6px;
font-size: 14px;
width: 30%;
margin-bottom: 1rem;
}

#slider_val_wrapper button:hover {
background:#939393
}

#pricerange_error {
background-color:#c17171;
color:#fff;
font-size: 12px;
padding:4px;
border-radius: 4px;
margin-top: 6px
}
/* end filter price */

/*slider price range */
:root {
  /* Color Palette */
    --lp1: #cbc5c5;
    --track: #a39c9c;
    --track-bg: #f9f9f9;
}

#slider_val_wrapper {
display:flex;
flex-direction: row;
justify-content: space-between
}

#value-display {
font-family: 'Roboto Slab';
text-align: center;
font-size: 0.8rem;
font-weight: 300;
color: #444444;
background-color: #f6f6f6;
padding: 0.5rem;
margin-bottom: 1rem;
width:55%;
border-radius: 0.5rem;
}

/* --- Slider Custom Styles --- */
.slider-container {
  position: relative;
  height: 20px;
}

/* Base styling for the visual track elements */
.slider-track, #slider-fill {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 9999px; /* Corresponds to rounded-full */
}

.slider-track {
  background-color: #e5e7eb;
}

#slider-fill {
  background-color: var(--lp1);
}

/* --- Input[type="range"] Base Styles --- */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}

/* The top slider's track needs to be invisible, but thumb must be interactive */
input[type="range"].z-10 {
  pointer-events: none;
}
input[type="range"].z-10::-webkit-slider-thumb { pointer-events: all; }
input[type="range"].z-10::-moz-range-thumb { pointer-events: all; }

/* --- Webkit (Chrome, Safari) Thumb and Track --- */
input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px; /* (thumb height - track height) / 2 */
  background-color: var(--track-bg);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--track);
  box-shadow: 0 0 0 3px rgba(94,76,94,0.25);
  transition: box-shadow 0.15s ease-in-out;
}

input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(94,76,94,0.25);
}

/* --- Mozilla (Firefox) Thumb and Track --- */
input[type="range"]::-moz-range-track {
  height: 4px;
  background: transparent;
  border: none;
}

input[type="range"]::-moz-range-thumb {
  background-color: var(--track-bg);
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--track);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  transition: box-shadow 0.15s ease-in-out;
}

input[type="range"]:active::-moz-range-thumb {
 box-shadow: 0 0 0 6px rgba(94,76,94,0.25);
}
/*end slider price range*/

#products_container{
flex:1;
}

hr.hr-16 {
  border: 0;
  border-top: 1px dashed #8c8c8c;
  text-align: center;
}

hr.hr-16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -13px;
  padding: 0 3px;
  background: #fff;
  color: #8c8c8c;
  font-size: 18px;
}

#sale_banner {
text-align: center;
margin: 0 0 25px 0;
font-size: 29px;
padding:15px;
box-sizing: border-box;
font-family: 'Roboto Slab';
font-weight:300;
color: #000;
border-top:1px dashed #ececec;
background-color: #f3f2f3;
box-shadow: rgb(0 0 0 / 24%) 0px 25px 20px -20px;
}


#sale_banner .countdown_wrapper {
font-size: 13px;
margin-top: 10px;
color:#888888
}
#sale_banner .countdown_wrapper span.cntdwn_lbl{
color:#817c85 !important
}

#sale_banner .offer_countdown {
display:inline-block;
padding:5px 8px;
border-radius: 8px 5px;
background-color:#799bc0;
color:#fff;
margin: 0 2px;
}

#sale_banner .oei {
margin-right: 5px
}

#sale_banner #timer {
display: inline-block
}

#sale_banner #ended_notice {
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 12px;
    margin-top: 8px;
    font-size: 14px;
    color: #c76868;
    border: 1px solid #e4a3a3;
    border-radius: 8px;
}
#sale_banner a#moreoffers {
  color: #4a4a4a;
  padding: 8px 12px;
  font-size: 14px;
  margin-left: 10px;;
  text-decoration: underline #999;
  }

#itemscounter{
text-align: left;
font-size: 14px;
color:#b2adb2;
display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight:200
}

#products_wrapper {
 display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#products_wrapper::after {
  content: "";
  flex: auto;
}

#products_wrapper .product_box {
background-color: #fff;
flex: 1 23%;
max-width:23%;
margin:1%;
box-sizing: border-box;
box-shadow:0px 3px 3px rgba(0,0,0,0.1);
border-radius:5px;
overflow: hidden
}

#products_wrapper .product_box hr {
border: 0;
height: 1px;
width: 90%;
background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #dadada));
opacity: 0.7;
}


#products_wrapper .product_box .prodimg img{
width:100%;
transition: transform 0.3s ease-in-out;
transform-origin: center center;
}
.prodimg a:hover img {
    transform: scale(0.97);
}

#products_wrapper .product_box .proddetails{
padding:10px;
text-align: center
}

#products_wrapper .product_box .proddetails h3{
font-weight:400;
font-family: 'Roboto Slab';
font-size:15px;
margin:0 0 10px 0;
}

#products_wrapper .product_box .proddetails h3 a{
color:#000;
text-decoration: none;
font-weight:300
}
#products_wrapper .product_box .proddetails h3 a:hover{
color:#333
}

#products_wrapper .product_box .proddetails .prodprice{
font-weight: 350;
font-family: 'Roboto Slab';
font-size:18px;
margin:10px 0;
}

#products_wrapper .product_box .proddetails button.qview{
background-color: #fff;
color:#747474;
border:none;
font-family: 'Roboto Slab', serif;
font-size:14px;
font-weight: 300;
padding:6px 10px;
cursor:pointer;
border-radius:24px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
margin-bottom:5px;
}

#products_wrapper .product_box .proddetails button.qview:hover{
color:#000000
}

.srater_container {display:flex; justify-content: center; align-items: center}
.srater_container span {margin-left: 5px; font-family: 'Roboto Slab', serif; color:#8d8d8d; font-weight:100; font-size: 12px}

#loadmore {
width:150px;
padding:8px 18px;
border-radius:5px;
text-align: center;
font-size: 16px;
background-color:#8f888f;
color:#fff;
display:block;
margin:30px auto 20px auto;
cursor:pointer;
}

#loadmore:hover{
background-color:#7a747a;
}

#colour_group {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

.colour_filter {
display:flex;
flex-direction: row;
flex: 1 50%;
max-width: 50%;
align-items: center;
margin-bottom: 10px;
cursor:pointer;
}
.colour_filter:hover .colourcode {
opacity:1.0
}

.colour_filter .colourcode {
border-radius:50%; height:16px; width:16px; display:inline-block; margin-right:4px; border:1px solid #979797; opacity:0.7; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.colour_White, .colour_Null {
background-color: #fff
}
.colour_Black {
background-color: #000
}
.colour_Green {
background-color: #008000
}
.colour_Yellow {
background-color:#FFFF00
}
.colour_Cream {
background-color: #FFFDD0
}
.colour_Blue {
background-color:#0000FF
}
.colour_Red {
background-color:#FF0000
}
.colour_Orange {
background-color:#ff8c00
}
.colour_Brown {
background-color: #a52a2a
}
.colour_Purple {
background-color: #800080
}
.colour_Pink {
background-color: #ff1493
}
.colour_Silver {
background-color:silver
}
.colour_Bronze {
background-color: #Cd7f32
}
.colour_Grey {
background-color: #ccc
}
.colour_Transparent {
background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}
.colour_Gold {
background-color:gold
}
.colour_Multi-colour {
background: linear-gradient(
  90deg,
  rgba(255, 0, 0, 1) 0%,
  rgba(255, 154, 0, 1) 10%,
  rgba(208, 222, 33, 1) 20%,
  rgba(79, 220, 74, 1) 30%,
  rgba(63, 218, 216, 1) 40%,
  rgba(47, 201, 226, 1) 50%,
  rgba(28, 127, 238, 1) 60%,
  rgba(95, 21, 242, 1) 70%,
  rgba(186, 12, 248, 1) 80%,
  rgba(251, 7, 217, 1) 90%,
  rgba(255, 0, 0, 1) 100%
);
}

.filter_wrap .product_filter{
width:100%;
align-items: center;
justify-content: center;
text-align: center;
padding:8px;
box-sizing: border-box;
background-color:#e8e6e7;
font-family: 'Roboto Slab';
font-weight: 250;
margin-top: 5px;
border-radius:8px;
box-shadow: rgba(50, 50, 93, 0.07) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
cursor:pointer
}

.filter_wrap .product_filter img{
width:16px;
height:16px
}

@media (max-width: 1400px) {
#products_wrapper .product_box {
flex: 1 31%;
max-width:31%;
}
}

@media (max-width: 1200px) {
#filter_container {
top: 40px; /* sticky menu clash  */
}
}

@media (max-width: 850px) {

#sale_banner {
font-size: 24px;
}

.icsp {display: none}

#itemscounter {
position:absolute;
bottom:40px;
left: 50%;
transform: translateX(-50%);
}

#resp_filtertags {
	display:flex; flex-direction: row; justify-content: flex-start; margin-top:18px; flex-wrap: wrap
}
#resp_filtertags .ftag{
	display:block;
	/*background-color:#7a7478;*/
	padding:5px 25px 5px 10px;
	color:#fff;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom:5px;
	margin-left:5px;
	font-family: 'Roboto Slab';
font-weight: 200;
	font-size:13px;
	background-color: #988f97;
	position: relative;
	box-shadow:rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor:pointer
}
	
	#resp_filtertags .ftag .close {
		position:absolute;
		top:6px;
		right:5px;
		background-image: url("../../images/close_filter.png");
		background-size: contain;
		width:16px;
		height:16px;
		display:inline-block;
		opacity: 0.55
	}

#resp_filtertags .filter_arrow img{
	width:20px
}
	
.filter_wrap .product_filter{
display:flex;
}

.filter_wrap .product_filter:hover{
border:1px solid #F7F7F7;
}

.filter_wrap img{
	width:18px;
    height:18px;
    margin-right:8px
}

.filter_notice {
text-align: center;
padding-top: 10px;
font-size: 14px;
font-family: 'Roboto Slab';
font-weight: 200;
color: #808080;
}

.filter_notice a{
color:#808080;
text-decoration: none;
border-bottom:1px dashed #bfbfbf;
padding-bottom:1px
}

#filter_container {
display:none;
background-color:#f7f6f7;
max-width:300px;
min-width:300px;
position: fixed;
top: 0;
bottom: 0;
right: -20px; 
overflow-y: scroll;
padding:30px;
box-sizing: border-box;
z-index: 9999;
}
#filter_selection .filter_item{
background-color: #8e858d;
	color:#fff
}#filter_selection .filter_item:hover {
background-color: #7E757D;
}

#filter_container .hidefiltermenu {
display:block;
position:fixed;
background-color:#f7f6f7;
padding:8px;
box-sizing: border-box;
top:0;
right:298px;
cursor:pointer;
border-bottom-left-radius: 10px;
border-right:1px solid #f7f6f7
}

#filter_container .hidefiltermenu div{
background-image: url("../../images/closemnu.png");
background-size: contain;
width:25px;
height:25px;
}

}

@media (max-width: 500px) {
#sale_banner #ended_notice {
    display: block;
    margin-bottom:10px
}

#sale_banner {
font-size: 18px;
	margin:0 0 15px 0
}
	
#sitecontainer_browse {
padding:20px 10px;
}

#browse_tp h1{
font-size:19px
}

#browse_tp select{
width:140px;
font-size:12px
}

#browse_tp label{
display:none;
}

#browse_tp .label2 {
background:url("../../images/sort.png");
background-size: cover;
display: inline-block;
line-height: 20px;
vertical-align: middle;
height: 20px;
width: 20px;
}

#products_wrapper .product_box {
flex: 1 46%;
max-width:46%;
margin:2%;
}
}

@media (max-width: 400px) {
#sitecontainer_browse {
padding:10px 10px 20px 10px;
}

#products_wrapper .product_box .proddetails h3 {
font-size: 14px
}

#sale_banner #timer {
display: block;
margin-top:5px
}

#sale_banner .oei {
margin-right: 0px;
display: block;
margin-bottom: 5px
}

}

@media (max-width: 359px) {
#filter_container {
  max-width:250px;
  min-width:250px;
}

#filter_container .hidefiltermenu {
right:248px;
}
}