
.cstm-p7{
	padding: 7px;
}
.bg-956{
	background-color: #ac6956;
}

.hom-cat-main{
	background-color: #fdf3f4;
	padding: 60px 0px;
	padding-bottom: 40px;
	position: relative;
	/*background-image: url(../../assets/img/bg-imgs/7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
}
.hom-cat-main:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(../../assets/img/borders/17.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 40px;
	left: 40px;
}
.hom-cat-main:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(../../assets/img/borders/1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 20px;
	right: 50px;
}
.hom-cat-img{
	padding: 3px;
    background-color: #ffffff;
    margin-bottom: 8px;
    /*border: 2px dashed #ac6956;*/
}
.hom-cat-img h6{
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 31px;
}

.prod-btn{
	padding: 7px 9px;
	border-radius: unset;
	margin: 0px 2px;
}
.prod-wts-icon{
	font-size: 25px;
    position: relative;
    top: 3px;
}
.prod-ph-icon{
	font-size: 20px;
    position: relative;
    top: 3px;
}


/*HOME PAGE PAR VIDEO KE LIYE CSS*/

.home-video-sec {
      height: 75vh;
      position: relative;
      
  }
  .home-video-sec::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000000;
      z-index: 1;
      opacity: 0.4;
  }
  .home-video-sec video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .home-video-sec .home-content {
      position: relative;
      color: #fff;
      text-align: center;
      z-index: 9;
      padding: 175px 0;
  }


/*.hom-cat-img:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../../assets/img/borders/25.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
}*/

/* Home page me mene tino buttun sath me rkhne ke liye yah class add kri hai  */

/*SHOP DETAILS PAGE ME MULTIPAL PRODUCTS KE LIYE YAH CSS HAI */

.shop-dtls-slider .carousel-indicators button.thumbnail {
  width: 100%;
}
.shop-dtls-slider .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.shop-dtls-slider .carousel-indicators {
  position: static;
  min-height: 85px;
}

@media screen and (max-width: 767px) {
    
    .style-3 h6 {
     writing-mode: unset !important; 
     transform: unset !important; 
}
    .style-3{
        display: unset !important;
        text-align: center;
    }
    .home-pg-main-tille h2{
        font-size: 20px;
    }
    
    
}

@media screen and (min-width: 992px) {
  .carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}


@media (min-width: 300px) and (max-width: 991.98px) {

.prod-btn{
	padding: 0px 5px;
	border-radius: unset;
	margin: 0px 2px;
}
.prod-enq-btn-name{
	font-size: 10px;
}
.prod-wts-icon{
	font-size: 17px;
    position: relative;
    top: 0px;
}
.prod-ph-icon{
	font-size: 16px;
    position: relative;
    top: 1px;
}
.fs-10{
  font-size: 10px !important;   
}
.fs-11{
  font-size: 11px;   
}
.fs-12{
  font-size: 12px;   
}

 }


@media (min-width: 991px) { 

.prod-btn{
	padding: 0px 8px;
	border-radius: unset;
	margin: 0px 2px;
}
.prod-enq-btn-name{
	font-size: 13px;
}

}

@media (min-width: 1264px) { 

.prod-btn{
	padding: 0px 8px;
	border-radius: unset;
	margin: 0px 2px;
}
.prod-enq-btn-name{
	font-size: 13px;
}

}

/*end*/
