/* Generating Color Pack*/
.color-highlight {
    color: #4A89DC !important;
  }
  
  .bg-highlight {
    background-color: #4A89DC !important;
    color: #FFF !important;
  }
  
  .border-highlight {
    border-color: #4A89DC !important;
  }
  
  .gradient-highlight {
    background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
  }
  
  .footer-bar-2 .active-nav,
  .footer-bar-5 strong,
  .footer-bar-4 strong,
  .splide__pagination__page.is-active {
    background-color: #4A89DC !important;
  }
  
  .footer-bar-1 .active-nav i,
  .footer-bar-1 .active-nav span,
  .footer-bar-3 .active-nav i {
    color: #4A89DC !important;
  }
  
  .form-floating-over > .form-control:focus ~ label {
    color: #4A89DC;
  }
  
  .form-floating-over > .form-control:not(:placeholder-shown) ~ label {
    color: #4A89DC;
  }
  
  .form-floating-over > .form-select ~ label {
    color: #4A89DC;
  }
  
  .color-highlight {
    color: #4A89DC;
  }
  
  .bg-highlight {
    background-color: #4A89DC;
    color: #FFF !important;
  }
  
  .interest-check input:checked ~ label {
    color: #FFF !important;
    background-color: #4A89DC !important;
  }


  .input-style.error input {
    border-color: #e74c3c;
  }

  .input-style small {
    color: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }
  
  .input-style.error small {
    visibility: visible;
  }

span .test .rtl {
    direction: rtl;
}
span .test .ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}


.specification{
  padding:5px!important;
  }
  .specification table{
  font-size: 12px;
  width:100%
  }
  
  .specification th{
      width: 20%;
  
  }
  .specification .nfo{
      width: 55%;
    padding-bottom:5px;
    line-height: 1.6;
  }
  .specification .ttl{
      width: 25%;
      padding-bottom:5px;
      font-size:13px
  
  }
  .specification table{
      border-bottom: 1px solid;
      margin-top:5px;
      margin-bottom: 5px;
  
      }

      .home .bg-theme{
        background-color: #006bb5!important;
        height: 33px;
            width: 33px;
        }
        .home .icon-xxs i{
        color:#fff;
        }
        

        .product_index .bg-theme{
          background-color: #006bb5!important;
          height: 33px;
              width: 33px;
          }
          .product_index .icon-xxs i{
          color:#fff;
          margin-top:6px
          }