/*

====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    .search-result-content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 15px 20px 15px;
        margin-top: 35px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

    .search-items {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .search-items li a {
       
        padding: 12px 15px 12px 10px;
       box-shadow: none;
    }
    .search-items li {
        margin-bottom: 15px;
    }
    .search-result-content h1 {
        font-size: 24px;
       
    }
	
	.dropdown-menu {
		top: inherit;
	}

    .edit-search-wrap .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .edit-search li a {
        font-size: 15px;
    }

    #shirt {
        width: 28px;
        height: 17px;
        border-radius: 4px;
    }

    #Sweaters {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }

    #Blazers {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }









}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {	


   


    .search-result-content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 15px 20px 15px;
        margin-top: 35px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

    .search-items {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    .search-items li a {
       
        padding: 12px 15px 12px 10px;
       box-shadow: none;
       
    }
    .search-items li {
        margin-bottom: 15px;
    }
    .search-result-content h1 {
        font-size: 24px;
       
    }
	
	.dropdown-menu {
		top: inherit;
	}

    .edit-search-wrap .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .edit-search li a {
        font-size: 15px;
    }

    #shirt {
        width: 28px;
        height: 17px;
        border-radius: 4px;
    }

    #Sweaters {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }

    #Blazers {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }








}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {

    .search-result-content {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 15px 20px 15px;
        margin-top: 35px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }

    .search-items {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    .search-items li a {
       
        padding: 8px 15px 8px 10px;
       box-shadow: none;
       font-size: 11px;
    }
    .search-items li {
        margin-bottom: 15px;
    }
    .search-result-content h1 {
        font-size: 23px;
       
    }
   
	
	.dropdown-menu {
		top: inherit;
	}

    .edit-search-wrap .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .edit-search li a {
        font-size: 15px;
    }

    #shirt {
        width: 28px;
        height: 17px;
        border-radius: 4px;
    }

    #Sweaters {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }

    #Blazers {
        width: 28px;
        height: 17px;
        border-radius: 4px; 
    }
}

.search-result {
    direction: rtl;
    text-align: right;
}

.search-items li {
    margin-left: 10px;
}

.search-items li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #DEDDDD;
    padding: 12px 10px 12px 45px;
    border-radius: 33px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
}
.sticky-top {
    position: fixed;
    top: 98px;
    z-index: 20;
    left: 0;
    right: 0;
}
#shirt {
    margin-left: 8px;
}