/*
* Theme Name: Orchid store
* Package: Orchid store
* Contributor: Themebeez
* Author url: https://themebeez.com/
* File: RTL css 
* Uses: We generate RTL CSS file using gulp. Generated RTL CSS is located at assets/dist/css/. This RTL CSS file overwrites generated RTL CSS file.
*/


/*
====================================
=
= RTL direction
=
==========================
*/

body.rtl {

	direction: rtl;
	unicode-bidi: embed;
}


/*
====================================
=
= General styles
=
==========================
*/


/* menu */ 

body.rtl .sub-toggle .fa-angle-right {
	
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

body.rtl .sub-toggle .fa-angle-left {
	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* post metas */
.entry-date {
	float: left;
}

/* back to top */

body.rtl .orchid-backtotop {

	right: 20px;
	left: auto;
}

/* carousel */

body.rtl .owl-carousel {

    direction: rtl; 
}

body.rtl .owl-carousel .owl-item {

	float: right; 
}

.owl-carousel.owl-rtl {

    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {

    float: right;
}

.woocommerce .woocommerce-pagination .page-numbers li a.prev,
.woocommerce .woocommerce-pagination .page-numbers li a.next {

	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    transform: scaleX(-1);
}


/*
==================================================
=
= Base default widget styles
=
====================================
*/

body.rtl .widget_product_categories ul.children li a::before {

	content: '\f104';
}

/*
====================================
=
= Woocommerce styles 
=
==========================
*/


body.rtl .yith-wcwl-add-button > a i {

	margin-right: 0;
}

body.rtl #yith-quick-view-close {

	top: 1px;
    left: 15px;
    right: auto;
}

body.rtl.woocommerce ul.products li .product-hover-items .add_to_wishlist i {

	margin-right: 0;
}

body.rtl.woocommerce-page .woocommerce-MyAccount-navigation ul li::before {

	content: '\f104';
}

body.rtl .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,
body.rtl .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {

	content: '';
	display: none;
}

.product-main-wrap{
	height: 100%;
}

/* Add Font By HamyarWP.COM */
@font-face {
	font-family: Shabnam;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Shabnam-Light-FD.eot');
	src: url('fonts/Shabnam-Light-FD.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/Shabnam-Light-FD.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/Shabnam-Light-FD.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/Shabnam-Light-FD.ttf') format('truetype');
}

body, a, ul, li, table, h1, h2, h3, h4, h5, h6,input, textarea, select, button, select, option, p, .woocommerce-Price-amount, .amount, .count, .cart-amount {
	font-family: Shabnam !important;
	letter-spacing: normal !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

.lnr {
    font-family: 'Linearicons-Free' !important;
}



