/*****************************
02. Helper CSS
*****************************/

  .bg--black {
    background-color: #000000;
  }

  .white-bg {
    background-color: #fff;
  }
  
  .grey-color {
    background-color: #f6f6f6;
  }
  
  .logo-box {
    display: block;
  }
  
  .logo-box img {
    padding: 22px 0px;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
  
  .owl-carousel .owl-item img {
    width: auto;
  }
  
  .owl-item .roshid-box-image img {
    margin: 0 auto;
  }
  
  .line {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    margin-bottom: 0;
  }
  
  .scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    overflow: hidden;
    z-index: 999;
    background: #333333;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .scroll-to-top:hover {
    background: #000;
    color: #fff;
  }
  
  .display-none {
    display: none;
  }
  
  .available {
    color: #4cbb6c;
  }
  
  .out-stock {
    color: #ea4a30;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  img {
    max-width: 100%;
  }
  
  a:hover {
    color: #333;
    text-decoration: none;
  }
  
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  a, a:hover, a:focus, a:active, button, button:focus, input, select {
    outline: none;
  }
  