.header-more-a::after {
    content: "+" !important;
    font-weight: bold !important;
        top: 0px !important;
}

.new-arrival-img-a{
    border-radius:unset !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){


.my-header-menu{
	padding-left:0px !important;
	padding-right:0px !important;
	
}


}


/***************************************************************************************************** RESPONSIVE CSS END **********************************************/



