.header-more-a::after {
    content: "+" !important;
    font-weight: bold !important;
        top: 0px !important;
}

.new-arrival-img-a{
    border-radius:unset !important;
}


.my-header-menu{
	padding-left:0px !important;
	padding-right:0px !important;
}


.my-header-menu .header-navbar{
	border-radius:0px !important;
}






/********************************************************************************************* RESPONSIVE CSS START **********************************************/




/************************************************************* For Tablet view ****************************/

@media only screen and (min-width:768px) and (max-width:912px) and (orientation:portrait){
	
	



}

/*************************************************************** For Mobile view ****************************/

@media only screen and (min-width:320px) and (max-width:480px) and (orientation:portrait){





}


/***************************************************************************************************** RESPONSIVE CSS END **********************************************/





modal {
    position: fixed;
    top: 60px !important;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}