import "/node_modules/flag-icons/css/flag-icons.min.css";

html {
  scroll-behavior: smooth;
}
@media only screen and (max-width: 991px) {
    .navbar-toolbar {
     display: none!important;
    }
  }

  .zandgar__wizard {
    display: block;
    height: 100%;
    position: relative;
  }
  
  .zandgar__wizard .zandgar__step {
    display: none;
  }
  .zandgar__wizard .zandgar__step.zandgar__step__active {
    display: block;
  }
  .tns-controls button{
    color: #fff;
    background-color: #E97777!important;
    border-color: #E97777!important;
    box-shadow: unset;
  }
  .product-gallery-thumblist-item img{

    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-gallery-preview {
    position: relative;
    width: 100%;
    height: 250px;
}

.product-gallery-preview-item>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
