@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
body,input{
	text-align:right;
	font-family: 'Cairo', sans-serif !important;

}
h2{
	font-family: 'Cairo', sans-serif !important;
    font-size: 15px;
}

.h2_title_homepage{
	width: 100%;
}
.a_title_homepage{
	 white-space: normal !important;
}

.img_homepage{
	height: 217.5px !important;
}
.header-search select{
	direction: rtl;
	font-family: 'Cairo', sans-serif !important;
}
.header-search .form-control{
	direction: rtl;
	font-family: 'Cairo', sans-serif !important;
}
.menu>li>a{
	    font-family: 'Cairo', sans-serif !important;
}

.cart-dropdown .dropdown-toggle::before {
    display:none !important;
}

.menu .megamenu.megamenu-fixed-width{
	left: auto;
    right: 0;
    width: 640px;
}

.catAccordion .accordion-btn{
	left: 0px;
}
.sidebar-shop .widget-title a::before, .sidebar-shop .widget-title a::after{
	left: .5rem;
}

.breadcrumb-nav{
	direction: rtl;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: '\e81a';
    font-family: 'porto';
    padding-left: 1.2rem;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -.2rem;
    transform: scale(-1);
    color: #000;
}

 
.menu.sf-arrows .sf-with-ul::after{
right: auto !important ;
left: 6px; !important;
}
.menu.sf-arrows ul .sf-with-ul::after {
    left: 0 !important;
    right: auto !important;
    transform: rotate(180deg) !important;
}

.menu ul ul{
    top: -1rem !important;
    right: 100% !important;
    left: auto !important;
}

.header-dropdown>a::after {
    position: absolute;
    top: 50%;
     right: auto !important; 
    width: 0;
    /* left: 0 !important; */
    height: 0;
    margin-top: -2px;
    margin-left: -9px;
    border-width: 4px 3px 0;
    border-style: solid;
    border-color: #999 transparent transparent;
    content: '';
}

.header-search .select-custom::after {
    right: auto;
    color: #8d8d8d;
    font-size: 1.4rem;
    left: 25px;
}

.toolbox-pagination{
    direction: rtl;
}

.toolbox .pagination{
    margin-right: auto;
    margin-left: -8px;
}
#select_product select{
    text-align: right;
    direction: rtl;
    float: right;
}

.homepage_product_category{
    font-size: 12px;
}