.uk-button.uk-button-secondary {
	position:relative;
	overflow:hidden;
}
.uk-button.uk-button-secondary::before {
    background: #ffa700;
    content: "";
    height: 155px;
    left: -95px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
    width: 50px;
    z-index: 2;
}
.uk-light .uk-button.uk-button-secondary::before {
	    background: #fff;
}
.uk-button.uk-button-secondary:hover::before {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.uk-navbar-nav > li > a.uk-button-primary {   
	color: #fff;
}
div.mod-languages li {
    margin: 0;
    padding: 0;
}
.sec-box{
	border-radius:8px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);	
}
.rtl .star-rating span {
    left: 0 !important;
    right:auto !important;
    font-family: WooCommerce !important;
}
.uk-noconflict .uk-sortable {
    display: none !important;
}