.select2 {
    width: auto !important;
}

.ps-select {
    height: 50px;
}

.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
    border: 1px solid #dddddd !important;
}

.btn-round {
    height: 35px !important;
    width: 70px !important;
    border-radius: 50px !important;
    background: #29a713 !important;
}
.ps-cart__content{
    height: 500px;
    overflow-y: scroll;
    
}
        
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px  white; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:  white; 
}
        @media only screen and (max-width: 600px) {
            .ps-cart--mini .ps-cart__content {
    position: absolute;
    min-width: 320px;   
    right: -123px;
    
    padding-top: 10px;
    transform: translate(0 20px);
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
 
}
            .icon-cross{
                margin-right: -30px;
            }
            .ps-product__content{
                position: relative!important;
            }
            .ps-cart--mini figure .ps-btn {
padding: 15px;
                margin-bottom: 20px;
}
        }
 /*index page*/
.home-slider{
height:583px;
}
@media only screen and (max-width: 600px) {
.home-slider{
height:245px;
}
}