/*
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 : 15.Mar.2022, 16:48:20
    Author     : Ayberk
*/

@media only screen and (max-width: 600px) {

    .mobile-none{
        display: none !important;
    }
    .mobile-show{
        display: block !important;
    }
    .sptb{
        padding-top: 4.5rem;
    }
    .bg-background-1:before,
    .horizontal-main{
        background: transparent !important;
    }
    .horizontal-main{
        box-shadow: none !important;
    }
    .item-all-cat .item-all-card{
        background:  #fff;
    }
    .section-title{
        padding-bottom: 1rem;
    }
    .icon-width{
        width: 2.5em !important;
    }
}