@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');

*{
  box-sizing: border-box;
  }
  body{
    font-family: "Roboto", serif;
      margin: 0px;
  }
  
  .container{
      max-width: 1440px;
      width: 100%;
      margin: auto;
      padding: 0px;
  }
  .nav{z-index: 99999 !important;}
  
.inner_search_main{
  margin-top: 16px;
}
  .grid{
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      justify-content: space-between;
      text-align: left !important;
      z-index: inherit !important;
  }
  .MsoNormalTable{
    width: 100% !important;
  }
  .productImagesSlider .slick-track{
    width: 100% !important;
  }
.productImagesSlider{
    width: calc(60% - 10px);
}
.productForm{
    width: calc(35% - 10px);

}
.productUlSlider{
    width: 76px;
}
.productImagesMainSlider .grid{
    position: sticky;
    top: 10px;
}
.product_detail{
    margin-top: 10px;
    /* border-top: 1px solid #e3e0e0; */
    padding-top: 10px;
    /* box-shadow: 0px -1px 2px 0px #ABABAB40; */
}
.productMainSLider{
    width: calc(88% - 10px);
    position: relative;
}
.thumbnail-slider img {
    width: 75px;
    height: 75px;
    cursor: pointer;
    border: 1px solid #0000002b;
    transition: border-color 0.3s;
    margin: 9px 0px;
}
.thumbnail-slider .thumbNailVideo{
position: relative;
cursor: pointer;
}
.thumbnail-slider .thumbNailVideo::before{
  content: "";
  background-color: #fbfbfb78;
  width: 100%;
  height: 97%;
  position: absolute;
  margin: 0px;
  right: 18px;
  margin: auto;
  left: 0px;
}

.thumbnail-slider .thumbVideo::after{
    content: "";
    background: url(../../../../img.tradeindia.com/new_website1/design2024/product-details/play-button.png);
    width: 48%;
    height: 41%;
    position: absolute;
    z-index: 100;
    left: 0px;
    display: block;
    /* background-color: red; */
    background-size: 35px;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.thumbnail-slider img{
  border: 1px solid #CDC5C5;
  border-radius: 6px;
}
.thumbnail-slider iframe{
  border: 1px solid #CDC5C5;
  border-radius: 6px;
  height: 75px;
}
.thumbnail-slider .active {
  border: 1px solid #000000;
  border-radius: 6px;
}
.thumbnail-slider .slick-slide{
    opacity: 1;
}
.maintenanceModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
 background: rgb(0 0 0 / 95%);
  align-items: center;
  justify-content: center;
  display: flex;
}

.maintenanceModalContent {
  max-width: 700px;
  height: auto;
  /* background: #000; */
  padding: 30px;
  border-radius: 6px;
  position: relative;
  width: 100%;
}

.maintenanceModalClose {
    width: 64px;
    height: 42px;
    color: #000;
    text-align: center;
    border-radius: 4px;
    top: 10px;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    /* text-decoration: underline; */
    background-color: #fff;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animate__animated {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .pop-image-slider img{
    margin: 0px 10px;
} */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.productImagesDetails .poroductBrad{
    list-style: none;
}
.productImagesDetails .poroductBrad li{
    display: inline-block;
    margin-right: 9px;
    position: relative;
}
.productImagesDetails .poroductBrad li::before{
    content: ">";
    position: absolute;
    right: -10px;
    font-size: 12px;
    color: #000000ab;
    top: 4px;
}
.productImagesDetails .poroductBrad li:last-child::before{
    content: "";
}
.productImagesDetails .poroductBrad li a{
    font-size: 12px;
    color: #737C84;
}
.productImagesDetails .poroductBrad li:last-child a{
    color: #000;
}
.productImagesDetails .share-your-product{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 9px
}

.breadcrumb{
    margin: 0px !important;
    padding-left: 0px !important;
    list-style: none !important;
    gap: 17px;
    display: flex;
}
.breadcrumb li{
    position: relative;
}
.breadcrumb li:after{
    content: ">";
    position: absolute;
    right: -13px;
    top: 2px;
    color: #726D6D;
}
.breadcrumb li:last-child::after{
    content: "";
}
.breadcrumb li a{
    color: #726D6D;
    font-size: 14px;
    text-decoration: none;
}
.product_detail .product_title h1{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* border-bottom: 1px solid #dddddd; */
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Roboto';
    
}
.product_detail .product_price_div{
    box-shadow: 0px 1px 22px 0px #B2B2B240;
    border-radius: 8px;
    padding: 30px 26px 90px 30px;
    min-height: calc(15% - 18px);
    position: relative;
}

.product_detail .product_price_div h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000;
    margin: 0px;
    margin-bottom: 20px;
    padding-left: 12px;
}

.product_detail .product_price_div h4 span{
    font-weight: 400;
}
.product_price_div .pdfLink{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
}
.product_price_div .pdfLink{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}
.product_price_div .pdfLink:hover{
    text-decoration: underline;
}
.product_price_div .pro_details{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    border-bottom: 1px solid #E5E7EC;
    padding: 10px 12px;
    margin: 0px;
}
.product_price_div .pro_details li{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
}
.product_price_div .pro_details li:nth-child(1){
    width: 60%;
}
.product_price_div .pro_details li:nth-child(2){
    width: 40%;
}
.product_price_div  .product_price_btn{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 52px);
    bottom: 30px;
}
.product_price_div .product_price_btn .getBtn{
    max-width: 200px;
    width: 100%;
    background-color: #ed1818;
    /* height: 48px; */
    text-align: center;
    border-radius: 25px;
}
.product_price_div .product_price_btn .getBtn:hover{
    opacity: 0.7;
}
.product_price_div .product_price_btn .getBtn a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 0px;
}
.product_price_div .product_price_btn .requestBtn{
    max-width: 207px;
    width: 100%;
    /* height: 48px; */
    text-align: center;
    border-radius: 25px;
    border: 1px solid #000000;
}
.product_price_div .product_price_btn .requestBtn:hover{
    border: 1px solid #ed1818;
    background-color: #ed1818;
}
.product_price_div .product_price_btn .requestBtn:hover a{
    color: #fff;
}
.product_price_div .product_price_btn .requestBtn a{
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 0px;
}
.product_detail .pro_det_other h5{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;  
    margin: 13px 0px;
}
.product_detail .pro_det_other p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}

.pro_det_other .pro_details_list{
  list-style: none;
  padding-left: 0px;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-width: 1px 1px 0px 1px;
  border-color: #DDDDDD;
  border-style: solid;
  background-color: #f6f6f6;
}
.pro_det_other .pro_details_list li{
  width: 50%;
  padding: 14px 10px;
}
.pro_det_other ul.pro_details_list li:nth-child(2){
  padding-left: 25px;
  background-color: #fff;
}
.pro_det_other ul.pro_details_list li:nth-child(1){
  background-color: transparent;
}
.pro_det_other .pro_details-div ul.pro_details_list:last-of-type{
  border-width: 1px 1px 1px 1px;
}
.product_detail .pro_det_other img{
  margin-top: 20px;
  max-width: 700px;
  text-align: left;
  width: auto;
}
  .product_detail .pro_det_other h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;  
  }
  .product_detail .pro_det_other .faqText{
    border: 1px solid #D2DAE0;
    padding: 20px;
    margin-top: 20px;
  }
  .product_detail .pro_det_other .faqText h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    margin: 5px;   
  }
  .product_detail .pro_det_other .faqText p{
      margin: 0px;
  }

  .inner_text_area, .pro_details-div{
    text-align: left !important;
    margin-top: 16px !important;
    text-align: left !important;
  }


  .gallery-image{
    text-align: center;
  }
  .gallery-image .imgCnt{
            min-width: 500px;
            min-height: 500px;
            border: solid 1px #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 35px;
            margin-top: 20px;
        }
  .gallery-image img{
    max-width: 100% !important;
    margin-top: 20px !important;
    max-height: 500px;
  }
  .thumbNailVideo.slick-slide iframe{
    height: 75px;
    margin-top: 0;
  }
  .thumbNailVideo iframe{
    height: 450px;
    margin-top: 20px;
  }
  .expolore{
      margin-top: 40px;
      padding-top: 40px;
  }
  .expolore .grid{
    justify-content: start;
    gap: 20px;
  }
  .expolore .container4{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0px 10px;
  }
  .expolore .expoloreTitle{
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .expolore .expolore_col_3{
      width: calc(25% - 15px);
  }
  .expolore .expolore_col_3 .expolor_div{
    box-shadow: 0px 1px 14px 0px #8D8B8B40;
    padding: 20px 20px 80px 20px;
    position: relative;
    height: 100%;
  }
  .expolore .expolor_Images{
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #ddd;
      height: 250px;
      overflow: hidden;
  }
  .expolore .expolor_Images img{
      max-height: 248px;
      width: 100%;
      max-width: 250px;
      transform: scale(1.1);
  }
  .expolore .expo_pro{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;  
    margin-top: 16px; 
  }
  .expolore .expo_pro a{
    color: #000;
  }
  .expolore .exp_price{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px; 
    margin: 5px 0px;  
  }
  .expolore .exp_price span{
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;   
  }
  .expolore .exp_btn{
    max-width: 212px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    /* height: 48px; */
    border: 1px solid #ed1818;
    text-align: center;
    border-radius: 8px;
    left: 50%;
    transform: translate(-50%, 4px);
  }
  .expolore .exp_btn:hover{
      background-color: #ed1818;
  }
  .expolore .exp_btn:hover a{
      color: #fff;
  }
  .expolore .exp_qua{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0px 10px 0px;   
    padding: 0 !important;
  }
  .exp_dis{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 0px 0px 10px 0px;
    padding: 0 !important;
  }
  .expolore .exp_btn a{
      text-decoration: none;
      color: #ed1818;
      display: block;
      padding: 13px 0px;
      font-weight: bold;
  }
  .mcSendInqQty{
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
.productMainSLider .mainSliderImagesDiv .zoomImages{
  max-height: 490px;
  max-width: 490px;
  width: 100%;
}
.productMainSLider .mainSliderImagesDiv{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin: 0px 5px;
  min-height: 490px;
}

.productUlSlider .slick-prev,.productUlSlider .slick-next{
  box-shadow: 0px 2px 7.6px 0px #A5A0A040;
}
.productUlSlider .slick-prev:before{
  background: url(../../../../tiimg.tistatic.com/new_website1/design2025/product-details/sliderarrow.png);
  background-repeat: no-repeat;
  top: 3px;
  left: 3px;
  transform: rotate(180deg);
}
.productUlSlider .slick-next:before{
    background: url(../../../../tiimg.tistatic.com/new_website1/design2025/product-details/sliderarrow.png);
    background-repeat: no-repeat;
    top: 15px;
    left: 13px;
    transform: rotate(0deg);
}
.productUlSlider .slick-prev {
  left: 50%;
  margin-left: -19px;
}
.productUlSlider .slick-next {
  left: 50%;
  margin-left: -19px;
}
.productUlSlider .slick-prev{
  top: 10px;
}
.productUlSlider .slick-next{
  top: calc(100% - 10px);
}
.main-image-slider .mainSliderImagesDiv iframe, .productImagesPop .pop-image-slider .popImageVideo {
  height: 490px;
}
.videoMainBox{
  width: 100%;
}
.shareSection{
  position: absolute;
  top: 11px;
  right: 24px;
}
.shareSection .shareBtn{
  box-shadow: 0px 1px 4px 0px #ABA5A540;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.shareSection .shareBtn a{
  display: block;
    padding: 9px;
}
.shareSection .shareBtn img{
  display: block;
}
.shareSection .pdfile{
  box-shadow: 0px 1px 4px 0px #ABA5A540;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 15px;
}
.shareSection .pdfile a{
  display: block;
    padding: 9px;
}
.shareSection .pdfile img{
  display: block;
}

.product_price_btn2{
  display: flex;
  align-items: center;
  margin-top: 30px;
  /* justify-content: space-between; */
  position: fixed;
  width: calc(100% - 10px);
  bottom: 0px;
  background-color: #fff;
  z-index: 1000;
  padding: 10px 0px;
  gap: 10px;
}
.product_price_btn2 .getBtn{
max-width: 200px;
width: 100%;
background-color: #ed1818;
/* height: 48px; */
text-align: center;
border-radius: 8px;
}
.product_price_btn2 .getBtn:hover{
opacity: 0.7;
}
.product_price_btn2 .getBtn a{
display: block;
color: #fff;
text-decoration: none;
font-weight: 700;
font-size: 16px;
padding: 12px 0px;
}
.product_price_btn2 .requestBtn{
max-width: 207px;
width: 100%;
/* height: 48px; */
text-align: center;
border-radius: 8px;
border: 1px solid #000000;
}
.product_price_btn2 .requestBtn:hover{
border: 1px solid #ed1818;
background-color: #ed1818;
}
.product_price_btn2 .requestBtn:hover a{
color: #fff;
}
.product_price_btn2 .requestBtn a{
display: block;
color: #000;
text-decoration: none;
font-weight: 700;
font-size: 16px;
padding: 13px 0px;
}
.phone{
  display: none;
}
/* shareSection */
.shareSection .shareBtn{
  position: relative;
}
.shareSection .socialIconeDiv{
  position: absolute;
  display: flex;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  padding: 5px 13px;
  right: 50px;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.shareSection .socialIconeDiv a{
  padding: 4px;
  width: 32px;
  transition: auto;
}
.shareSection .socialIconeDiv.showSocialIcon{
  visibility: visible;
  transition: all 0.25s ease-in-out;
}
.shareSection .jssocials-shares{
  display: flex;
}
.shareSection #whatsapp-share-link{padding-top: 9px;
  margin-left: 7px;}
.zoom-box img{max-width: fit-content;}
.product_detail #sendInquiry_normal{
  display: block;
    box-shadow: 0px 1px 12.1px 0px #8E888840;
    padding: 30px 5px;
    border-radius: 8px;
    position: sticky;
    top: 10px;
    height: 100%;
    max-width: 436px;
    width: 100%;
    background-color: #fff;
}
.product_detail .mcSendInqPro{
  border-radius: 0px;
  background-color: #ffeeee00;
  border: none;
  padding: 0px;
  padding-bottom: 10px;
}
.mcSendInqPro .mcInfoCnt{
  width: 100% !important;
}
.product_detail .mcSendInqPro .mcInfoCnt .mcProName{
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0 5px 0;
    line-height: 26px;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
}
.product_detail .mcSendInqPro .mcInfoCnt .mcProPrice{
  font-weight: 700;
    font-size: 22px;
    color: #ed1818;
    margin: 0px;
}
.product_detail .mcSendInqPro .mcImgCnt {
  width: 108px;
  height: 93px;
  background-color: #fff;
  border: none;
  display: none;
}
.product_detail .mcSendInqPro {

  align-items: center;
  padding-bottom: 10px;
  gap: 12px;
}
.product_detail .mcFormDetailCnt .mcBtnCnt .mcBtn{
    max-width: 233px;
    width: 100%;
    height: 48px;
    border-radius: 8px !important;
    text-align: center;
    background: #ed1818;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border-radius: 25px;
    padding: 0px;
    margin: 0 0;
}
.inner_text_area ul{
  padding: 0px;
}
/* shareSection */
.pro_det_other h2{
  font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 13px 0px;
}
@media only screen and (max-width: 768px) {
  .productForm {
    width: calc(100% - 0px);
  }
  .productImagesSlider {
    width: calc(100% - 0px);
  }
  .product_detail .product_title h1 {
    font-size: 20px;
  }
  .productUlSlider{
    width: calc(23% - 10px);
  }
  .productMainSLider{
    width: calc(76% - 10px);
  }
  .expolore .expolore_col_3 {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .product_price_div .product_price_btn .requestBtn a{
    font-size: 14px;
  }
  .product_price_div .product_price_btn .getBtn{
    font-size: 14px;
  }
  .product_detail .pro_det_other img{
    width: 100%;
  }
  .product_detail #sendInquiry_normal{
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .product_detail .product_title h1 {
    font-size: 20px;
  }
  .productUlSlider{
    width: calc(23% - 10px);
  }
  .productMainSLider{
    width: calc(76% - 10px);
  }
  .expolore .expolore_col_3 {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .radio-group label {
    padding: 3px 15px;
    font-size: 14px;
  }
  .product_price_div .pro_details li{
    font-size: 16px;
  }
  .product_detail .product_price_div{
    padding: 30px 26px 30px 30px;
  }
  .product_detail .product_price_div .desktop{
    display: none;
  }
  .phone{
    display: flex;
  }
  .productMainSLider .mainSliderImagesDiv {
    min-height: 296px;
}
}


/*************** footer sticky ********************/
.footer_sticky_details_tab{
  background-color: #fff;
  box-shadow: rgb(101 103 104 / 20%) 0px 8px 24px;
}
.footer_sticky_details_tab_fixed{
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  left: 0;
}
.footer_sticky_details_pro{width: 50%;}
.footer_sticky_details_tab .footer_sticky_details_sec{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

.footer_sticky_details_tab .footer_sticky_details_div{
  display: flex;
  gap: 11px;
  align-items: center;
}
.footer_sticky_details_tab .footer_sticky_details_div .footer_sticky_details_pro_img {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E7861D;
  width: 60px;
}
.footer_sticky_details_tab .footer_sticky_details_div .footer_sticky_details_pro_img img{
  width: 59px;
  height: 60px;
  display: block;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_sendBtn{
  max-width: 233px;
  border: 1px solid #ED1818;
  border-radius: 25px;
  width: 100%;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_pro_title{
   max-width: 330px;
    width: 100%;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_pro_title h3{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;  
  margin: 0px 0px;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_pro_price{
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0%;
  padding: 0px;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_pro_price p{
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0%;
  padding: 0px;
}


.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_pro_price_tag{
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
}

.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_sendBtn a{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #ED1818;
  display: block;
  padding: 12px 0px;
  text-decoration: none;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_sendBtn:hover{
  opacity: 0.6;
}
.footer_sticky_details_tab .footer_sticky_details_sec .footer_sticky_details_sendBtn:hover a{
  opacity: 0.6;
}
.footer_sticky_details_tab_hide{display: none;}

@media only screen and (max-width: 960px) {
  .footer_sticky_details_tab{
    display: none;
  }
}

