/*
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 : 8-mag-2020, 10.52.24
    Author     : pubbliSHARK
*/

@media (max-width: 480px) {
    .navbar-full .container{padding: 0px;}
    .nav.navbar-nav .menu-item{padding-left: 0 !important;     margin: -5px 0px;}
    .navbar-search .input-group{text-align: center;}
    .btn.btn-secondary.search-header{    border-radius: 60px !important; height: 60px;margin-top: -5px;}
    .woocommerce-breadcrumb span.delimiter {    margin: 0 0.3em;}
    .woocommerce-breadcrumb span.delimiter + a {    padding: 0.3em 0.5em;  }
    #search-param-for-ajax{
        max-width: 80%;
        border-radius: 0;
    }
    .input-group-btn .btn-secondary{
        border-radius: 0; 
    }
    .yamm .yamm-content {
        padding: 5px;
        padding-right: 0px;
    }
    .departments-menu .menu-item-has-children > .dropdown-menu > li, .departments-menu .departments-menu-dropdown > li {
        padding: 5px;
        padding-right: 0px;
    }

    .menu-item-has-children::before {
        content: '+';
        color: #aeaeae;
        font-size: 25px;
        float: right;
        position: fixed;
        font-weight: bold;
        margin-top: 6px;
        margin-right: 8px;
        right: 0px;
    }
    a.category-selected,.navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a{    width: 90%;margin-right: 10%;display: table-cell  !important;}

    .departments-menu .menu-item-has-children a[data-toggle="dropdown"]::after {display: none;}
    .departments-menu .menu-item-has-children > .dropdown-menu{
        border: none !important;
        border-left: 2px solid #febd11 !important;
    }
    .departments-menu-dropdown .menu-item-has-children > .dropdown-menu {margin: 0.4em 0;}
    .navbar-primary #header-v3 .navbar-nav .dropdown-menu .menu-item > a, 
    .primary-nav .nav-inline .dropdown-menu .menu-item > a, .top-bar .nav-inline .dropdown-menu .menu-item > a {padding: 0.5em 0.4em;}
    .departments-menu .departments-menu-dropdown .menu-item-has-children:hover ul.dropdown-menu{}

    .single-product div.thumbnails-all a img {
        display: block;
        max-width: 90px;
        height: auto;
        margin-top: 10px;
        border: none;
    }
    .single-product div.thumbnails-all a {
        display: inline-block;
        border: none;
    }
}