.btn-coral {
  position: relative;
  display: inline-block;
  background: none;
  border: 2px solid #c1a98f;
  color: #fff;
  font-size: 1rem;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-coral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-coral:hover::before {
  transform: translateX(0);
}

.btn-coral:hover {
  color: #000;
}
.container {
    max-width: 1290px;
}
.maintitle{
	margin-bottom: 1rem;
}
.breadcumb{
	display: block;
	margin-top: 0.3rem;
	background: #F2F6F9;
	padding: 15px 0;
}
.breadcumb .container{
	display: flex;
	align-items: center;
	column-gap: 10px;
	background: #F2F6F9;
}
.breadcumb a,
.breadcumb span{
	font-size: 0.965rem;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
}
.breadcumb .active{
	color: #C59B5B;
  text-decoration: underline;
}
.btn-contact {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 2px solid #c1a98f;
  color: #000;
  font-size: 1rem;
  line-height: 46px;
  padding: 0 25px;
  border-radius: 2px;
  margin-top: 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-contact:hover::before {
  transform: translateX(0);
}

.btn-contact:hover {
  color: #fff;
}
.productdetailbg{
	display: block;
	padding: 72px 0;
	background: #fff;
}
.carouosel-wrapper{
	display: block;
	position: relative;
}
.carouosel-wrapper .item{
	display: block;
}
.carouosel-wrapper .item img{
	display: block;
	width: 100%;
	height: auto;
}
.delte{
	display: block;
	min-height: 900px;
}
.captionbg{
	display: block;
	position: relative;
	padding-left: 2rem;
	position: -webkit-sticky;
	position: sticky;
  	top: 10px;
   flex-shrink: 0
}
.captionbg .t_caps{
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
	margin:1rem 0;
}
.captionbg ul{
	display: block;
}
.captionbg ul li{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
	margin:0.2rem 0;
	color: #414141;
	font-weight: 300;
}
.prducttitle{
	display: block;
	font-size: 1.9rem;
	line-height: 1.2;
	color: #414141;
	font-weight: 600;
	font-family: "Playfair Display", Sans-serif;
}
.brandbg{
	display: flex;
	border-top: 1px solid rgb(234,234,234);
	border-bottom: 1px solid rgb(234,234,234);
	gap: 15px;
	padding: 1rem 0;
	align-items: center;
	margin:2rem 0;
}
.brandbg span{
	font-size: 1.2rem;
	color: #000;
	line-height: 1.2;
}
.brandbg fig{
	padding-left: 1rem;
	border-left: 1px solid rgb(234,234,234);
}
.brandbg fig img{
	width: 120px;
	height: auto;
}
.specification{
	display: block;
	margin-top: 3rem;
}
.bor-bg {
    display: block;
    cursor: pointer;
    margin:0;
    border-top: 1px solid rgb(234,234,234);
}
.bor-bg:last-of-type{
  border-bottom: 1px solid rgb(234,234,234);
}
.tab-button {
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    padding: 1.8rem 0;
}
.tab-button::after {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 1.0rem;
    -webkit-text-stroke: 1px #fff;
    width: 20px;
    height: 20px;
    color: #000;
    text-align: center
}
.tab-caption {
    display: block;
    padding: 0rem 0 2rem;
}



.tab-caption p {
    font-size: 1rem;
    line-height: 1.7;
    color: #000000BA;
    display: block;
    font-weight: 400
}

.on {
    color: #000;
    border-top: 0
}

.on::after {
    content: '\f068';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 1.0rem;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #000;
    text-align: center;
    -webkit-text-stroke: 1px #fff
}
.owl-nav {
 position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 5;
}

.owl-nav button {
  background: #c1a98f !important;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #f4f4f4 !important;
}

.owl-nav i {
  color: #000;
  font-size: 18px;
/*  -webkit-text-stroke: 1px #202020;*/
}
.listingbg{
	display: block;
	width: 100%;
	background: #F2F6F9;
	margin:0;
	padding: 4.5rem 0;
}
.listingbg .widthmedium{
	margin-bottom: 2rem;
}
.listingbg [class*='col-']{
	margin:1rem 0;
}
.listingbg .column{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}
.listingbg .figure{
	display: block;
	width: 100%;
}
.listingbg .figure img{
	display: block;
	width: 100%;
	height: auto;
}
.listingbg .caption{
	display: block;
	padding: 1.5rem 15px 0.5rem;
	text-align: center;
	background: #303030;
}
.listingbg .caption .title{
	display: block;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #fff;
	font-family: "Playfair Display", Sans-serif;
}
.btn-contact {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 2px solid #c1a98f;
  color: #c1a98f;
  font-size: 1rem;
  line-height: 46px;
  padding: 0 25px;
  border-radius: 2px;
  margin-top: 1.5rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1a98f;
  transform: translateX(-101%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn-contact:hover::before {
  transform: translateX(0);
}

.btn-contact:hover {
  color: #000;
}
.seosection{
	display: block;
	padding: 72px 0;
	background: #fff;
}
@media screen and (max-width:767px){
  .breadcumb .container{
    flex-wrap: wrap;
  }
  .breadcumb a, .breadcumb span{
    white-space: nowrap;
  }
  .productdetailbg{
    padding: 1rem 0 4rem;
  }
  .captionbg{
    padding-left: 0;
    padding-top: 1.5rem;
  }
}