/*error*/
.error {
    padding: 5px;
    margin: 5px 5px 20px 5px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.alert {
    /*padding: 0px 10px !important;*/
    /*border: solid 2px #FBD3C6 !important;*/
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
    /*border-radius: 5px !important;*/
    /* margin-bottom: 0 !important; */
    opacity: 1 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}


#header.sticky {
    z-index: 999;
  }

  @media screen and (max-width:767px){
    .videoBoxPlay__play{
        width: 50px !important;
    }
  }

  .productStepsList li p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    height: 90px;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
  }



  li.submenu2 {
    position: relative;
  }

  .megaMenu2 {
    display: none;
    padding: 12px 20px;
    background-color: #fff;
    min-width: 183px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 7px 10px 0 rgba(0,0,0,.15);
  }
  .megaMenu2 > ul {
    line-height: 30px;
    font-size: 14px;
  }

  .megaMenu2 > ul > li > a {
    border-radius: 5px;
    display: block;
    color: #000;
    font-size: 14px;
  }

  .megaMenu2 > ul > li > a:hover {
    padding-right: 10px;
    background-color: #f7f7f7;
    color: #0090fe;
  }


.productBigSlider .slick-next:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/nextHover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

}


.productBigSlider .slick-prev:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/prevHover.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  

}

.single_slideshow_mini{
  justify-content: flex-start;
}

.blogInnerMain__head--title {
  max-width:none;
}