/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Jul 2020, 05:24:32
    Author     : enkhzolsanchir

voisnap pink:#ed3e9e
voisnap blue:#2bb7e2
*/

.homeTitle{
    font-size:18px;
    font-weight:600;
    padding-left:5px;
}

.top-banner .slick-dots {
                bottom: -5px;
}
.scrolling-wrapper {
    min-height:0.25vw;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.main_slider div:focus{
    outline:none !important;
}

.main_slider {
  width: 100%;
}

.slider_dots {
  width: 100%;
  height: 50px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slider_dots{
    padding:5px !important;
}

.slick-dots li {
  margin: 0 0px;
}


.slick-dots li.slick-active button {
  background: lightgrey;
}

.slider_dots .slider_navigators {
    width:auto;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px;
    /*transform: scale(0.4);*/
    outline: none;
    cursor: pointer;
    background: lightgray;
     color: black;
}

.slider_dots .slider_navigators.slick-active {

}

.slider_navigators.slick-active.slick-current {
  background: #ed3e9e;
  color: white;
}


body{
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.scrolling-category{
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.scrolling-category::-webkit-scrollbar{
    display: none;
}


@media (min-width:601px){
    
    .homeTitle{
        font-size:25px;
        font-weight:600;
        padding-left:8px;
    }
    
    .scrolling-wrapper {
        min-height:150px;
    }
}