.sliderrbg{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 1rem;
	background: #eee;
	padding: 30px 0 20px;
	text-align: left;
}
.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;
}
.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: #000;
}
.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;
}
.productdetailbg{
	display: block;
	position: relative;
	padding: 60px 0 30px;
}
.productdetailbg::after{
	content: '';
	display: block;
	clear: both;
}
.productdetailbg .figurebg{
	display: block;
	position: relative;
	width: 100%;
}
.slider {
  width: 100%;
  background: white;
  border-radius: 12px;
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
}

.slider-main img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.slider-thumbnails-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 10px 0;
  margin-top: 1.5rem;
   justify-content: space-evenly; 
}

.slider-thumbnails {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 0 0px;

}

.slider-thumbnails::-webkit-scrollbar {
  height: 6px;
}
.slider-thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.thumb {
  width: 130px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: border 0.3s;
  max-height: 87px;
}
.thumb img{
	max-height: 87px;
}
.thumb.active {
  border: 2px solid #333;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  transition: background 0.3s;
}

.scroll-btn:hover {
  background: #eee;
}

.scroll-btn.left {
  left: -15px;
}

.scroll-btn.right {
  right: -15px;
}
.captionbg{
	display: block;
	position: relative;
	padding-left: 30px;
}
.inventory_status{
	display: block;
	font-size: 0.95rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	color: #666;
	font-weight: 600;
	etter-spacing: -0.4px;
}
.productitle{
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.4px;
	color: #000;
	font-weight: 600;
	margin-bottom: 1rem;
}
.price{
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	color: #B82C3A;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-bottom: 1rem;
}
.price del{
	padding: 0 15px;
	color: #666;
}
.price span{
	color: #000;
}
.deldate{
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 0.9rem;
	line-height: 17px;
	font-weight: 600;
	color: #999;
	text-align: left;
	margin-bottom: 1rem;
}
.deldate::before{
	content: '';
	display: block;
	width: 19px;
	height: 17px;
	background: url(../images/shipicon.jpg) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.rmoveprd{
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: red;
	color: #fff;
	line-height: 32px;
	font-size: 1.1rem;
	top: -16px;
	right: -16px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.rmoveprd i::before{
	-webkit-text-stroke: 1px red;
}
.description{
	display: block;
	margin: 1rem 0;
}
.description h3{
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
	margin-bottom: 0.5rem;;
}
.description p{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	color: #555555;
}
.description ul{}
.description ul li{
	display: block;
	position: relative;
	font-size: 1rem;
	line-height: 1.6;
	margin:0.5rem 0;
}
.description ul li::before{
	content: '\2713';
	position: static;
	top: 0;
	left: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #B82C3A;
	font-weight: 600;
	margin-right: 10px;
	font-family: 'FontAwesome';
}
.description ul li:last-child{
	margin-bottom: 0;
}
.prdincluded{
	display: block;
}
.prdincluded ul{}
.prdincluded ul li{
	display: block;
	font-size: 1.0rem;
	line-height: 24px;
	color: #3d3d3d;
	font-weight: 500;
	position: relative;
	padding-left: 15px;
	margin-bottom: 1rem;
}
.prdincluded ul li::after{
	content: '\f105';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	line-height: 24px;
	color: #33CB79;
	font-family: 'FontAwesome';
	font-weight: 400;
}
.materialbg{
	display: block;
}
.materialbg ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.materialbg ul li{
	display: flex;
	flex: 0 0 50%;
	max-width: calc(50% - 5px);
	align-items: center;
	gap: 10px;
	font-size: 0.85rem;
	color: #3d3d3d;
}
.materialbg ul li span{
	display: block;
	width: 26px;
	height: 26px;
	border:1px solid #ddd;
	padding: 1px;
}
.materialbg ul li span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.productlisting{
	display: block;
	padding: 10px 0 60px 0;
	position: relative;
}
.productlisting [class*='col-']{
	margin:1.5rem 0;
}
.productlisting .column{
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #f3f2f2;
	position: relative;
	height: 100%;
}
.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;
}
.productlisting .column .price{
	font-size: 0.85rem;
	line-height: 1.2;
	color: #B82C3A;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.productlisting .checkoverlay{
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
}
.maintitle{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #414141;
	margin-bottom: 0.0rem;
	text-align: left;
	letter-spacing: -0.4px;
}
.addtocart{
	display: block;
	background: #202020;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: -0.4px;
	line-height: 42px;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	margin-top: 2rem;
}
.tabbg{width: 100%;margin:0;padding: 0  0 60px 0;overflow: hidden;background: #fff;margin:0px 0}
.tab-pane{
	display: block;
	padding: 2.0rem;
	margin-top: 5px;
	background: #F8F9FA;
}
.tab-pane p{
	display: block;
	font-size: 1rem;
	line-height: 1.8;
	color: #414141;
	margin: 1rem 0;
}
.tab-pane table, .description table{
	width: 100%;
}
.tab-pane table th, .description table th{
	padding: 0 15px;
	background: #ddd;
}
.tab-pane table td, .description table td{
	padding: 0 15px;
	background: #fff;
}
.tab-pane h2{
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	letter-spacing: -0.4px;
	margin-top: 1rem;
}
.imagecontainer{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 1rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
.imagecontainer .figure{
	flex: 0 0 200px;
	max-width: 200px;
}
.imagecontainer .figure img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.caps{
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	flex: 0 0 400px;
	max-width: 400px;
	letter-spacing: -0.4px;
}
.imagecontainer .pricebgs{
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
	letter-spacing: -0.4px;
}
.includedprd{
	display: block;
	width: 100%;
	margin:0;
	padding: 0 0 60px;
	position: relative;
}
.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

/* Unchecked state */
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff; /* White background when unchecked */
  border: 2px solid #C11D10;
  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: 5px;
}

/* Checked state – background becomes red */
.form-group input:checked + label:before {
  background-color: #C11D10;
}

/* 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 #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newcardisplybg{
	display: block;
	position: relative;
	height: 100%;
	text-align: center;
}
.newcardisplybg .innerdisply{
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-70%);
	border-left: 1px solid #ddd;
	padding: 50px 0 50px 30px;
}
.newcardisplybg .pricebg{
		display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.newcardisplybg .addcartsbg{
	display: inline-block;
	max-width: 250px;
	float: none;
	margin-top: 1rem;
}
.newcardisplybg .addcarts{
	  display: block;
    background: #202020;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.4px;
    line-height: 42px;
    text-align: center;
    padding: 0 15px;
    width: 100%;
}

/*--added--*/
.collectionbg{
	display: block;
	position: relative;
	padding: 1rem 1.5rem;
	background: #F8F9FA;
	border:1px solid #ddd;
	border-radius: 8px;
}
.collectionbg [class *='col-']{
	margin:0;
}
.collectionprd .row{
	margin-left: -25px;
	margin-right: -25px;
}
.collectionprd [class *='col-']{
	position: relative;
	margin:0;
	padding-left: 25px;
	padding-right: 25px;
}
.collectionprd [class *='col-']::after{
	content: '+';
	display: block;
	position: absolute;
	top: 20%;
	right: -7.5px;
	font-size: 2rem;
	color: #000;
	font-weight: 400;
}
.collectionprd [class *='col-']:last-of-type::after{
	display: none;
}
.collectionprd .column .title{
	font-size: 1rem;
}
.brndimg{
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 150px;
}
.brndimg img{
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 5px;
}
		