.sliderrbg{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 1rem;
	background: #eee;
	padding: 40px 0;
	text-align: center;
}
.sliderrbg img{
	width: 100%;
	height: auto;
}
.sliderrbg h1{
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.4px;
	line-height: 1.2;
	color: #414141;
	font-weight: 600;
}
.sliderrbg p{
	display: block;
	font-size: 1rem;
	line-height: 1.8;
	color: #414141;
	letter-spacing: -0.4px;;
}
.bredcumb{
	display: block;
	position: relative;
}
.bredcumb ul{
	display: inline-block;
}
.bredcumb ul li{
	display: inline-block;
	font-size: 0.95rem;
	line-height: 20px;
	position: relative;
	padding: 0 15px;
	float: left;
}
.bredcumb ul li::after{
	content: '\f105';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	line-height: 20px;
	color: #000;
	font-family: 'FontAwesome';
}
.bredcumb ul li a{
	display: inline-block;
	font-size: 0.95rem;
	line-height: 20px;
	position: relative;
	color: #B82C3A;;
}
.bredcumb ul li:first-child{
	padding-left: 0;
}
.bredcumb ul li:last-child{
	padding-right: 0;
}
.bredcumb ul li:last-child::after{
	display: none;
}
.titleline{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 0.5rem;
}
.titleline span{
	display: inline-block;
	width: 20px;
	position: relative;
}
.titleline span img{
	width: 100%;
	height: auto;
}
.titleline span::before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	left: -65px;
}
.titleline span::after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	right: -65px;
}
.detailbg{
	display: block;
	position: relative;
	padding: 70px 0;
}
.catdisplay{
	display: block;
	position: relative;
	background: #F8F9FA;
	border:1px solid #ddd;
	border-radius: 6px;;
}
.catdisplay ul{
	display: block;
	padding: 0 1rem;;
	margin: 0;
}
.catdisplay ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.sidebartitle {
    color: #000;
    padding:  8px 1rem;
    background: #ddd;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}
.count {
		display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f1f1f1;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.form-group {
  display: block;
  margin:0;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

/* Unchecked state */
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff; /* White background when unchecked */
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

/* Checked state – background becomes red */
.form-group input:checked + label:before {
  background-color: #fff;
}

/* Checked state – white checkmark */
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

a.addtocart, .addtocart {
    display: block;
	width: 100%;
	box-sizing: border-box;
    background: #202020;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: -0.4px;
    line-height: 42px;
    text-align: center;
    padding: 3px 30px;
    margin-top: 1rem;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}
a.addtocart:hover, .addtocart:hover {
    display: block;
    background: #707070;
}
.productlisting{
	display: block;
	padding: 0px 0;
	position: relative;
}
.productlisting [class*='col-']{
	margin-bottom:2rem;
}
.productlisting .column{
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #f3f2f2;
	position: relative;
	height: 100%;
	background: #F8F9FA;;
}
.productlisting .column .figure{
	display: block;
	width: 100%;
	position: relative;
}
.productlisting .column .overlay{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.productlisting .column .addcartbg{
	width: 40px;
	background: #2C2C2C;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	padding: 3px 5px;
	position: absolute;
	top: 15px;
	right: 0px;
	transform: rotateY(-90deg);
	transform-origin: 100% 50%;
	transition: all 0.3s ease-in-out;
}
.productlisting .column:hover .addcartbg{
	transform: rotateY(0deg);transform-origin: 100% 100%;
}
.productlisting .column .addcartbg ul{}
.productlisting .column .addcartbg ul li{
	display:inline-block;
	margin:7px 0;
}
.productlisting .column .addcartbg ul li a{
	display:inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #3a3d45;
	font-size: 17px;
	background: #f1f1f1;
	transition: all 0.3s ease-in-out;
}
.productlisting .column .addcartbg ul li a:hover{
	background: #3a3d45;
	color: #fff;
}
.productlisting .column .figure img{
	width: 100%;
	height: auto;
}
.productlisting .column .caption{
	display: block;
	padding: 1rem;
	text-align: left;
}
.productlisting .column .title{
	display: block;
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #202020;
	letter-spacing: -0.4px;
	min-height: 2.6rem;
}
.productlisting .column .price{
	font-size: 1.2rem;
	line-height: 1.2;
	color: #B82C3A;
	font-weight: 600;
	margin: 1rem 0;
}
.productlisting .column .deldate{
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 0.9rem;
	line-height: 17px;
	font-weight: 600;
	color: #999;
	text-align: left;
}
.productlisting .column .deldate::before{
	content: '';
	display: block;
	width: 19px;
	height: 17px;
	background: url(../images/shipicon.jpg) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.productmarker