/*
Theme Name: Kartpul Layout7
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
See http://codex.wordpress.org/Right_to_Left_Language_Support
*/
@import url("../kartpul/rtl.css");

.left-block {
    float: right;
}
.right-block {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}
.box-category::before {
    right: 24px;
    left: auto;
}
.header-category.widget_product_categories {
    float: right;
}
.left-sidebar #primary, .home.blog.left-sidebar #primary {
    float: left;
}
.left-sidebar #secondary, .home.blog.left-sidebar #secondary {
    float: right;
}
.header-category.widget_product_categories {
    float: right;
}
.sidebar-category-inner .sub-container.mega, .sidebar-category-inner .sub-container.non-mega {
    right: 239px !important;
    left: auto !important;
}
.sidebar-category-inner .cat-parent .children.toggle-block.sub, .sidebar-category-inner li .sub-menu.sub {
    border-right-color: #c51414;
    border-left-color: #c51414;
}
.tmpmela-topbar-menu-links {
    float: left;
}
.header-offer {
    float: right;
    padding-left: 0px;
    padding-right: 20px;
}
.more-wrap {
    padding: 13px 13px 13px 13px;
}
.more-wrap::before {
    position: absolute;
    left: -16px;
	right: auto;
}
.box-category {
    padding: 16.5px 52px 16.5px 60px;
}
.blog-carousel .owl-controls .owl-buttons .owl-prev {
    right: auto;
    left: 0px;
}
.blog-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
    left: auto;
}
.entry-meta span {
    padding: 0 10px 0 0px;
}
.single .entry-main-content, .attachment .entry-main-content, .entry-meta .meta-inner {
    margin-left: 0px;
    margin-right: 10px;
}
.site-footer .widget_product_tag_cloud .title-outer {
    float: right;
}
.mega-menu ul li:first-child a {
    padding-right: 30px;
}.home-category .product-categories > li.cat-item a::before {
    float: right;
    content: "\f104";
    margin-left: 16px;
    margin-right: 0;
}
.home-category .product-categories > li.cat-item a.mega-hdr-a::before, .home-category .product-categories ul.children > li.cat-item a::before {
    display: none;
}
.home-category .sidebar-category-inner ul.children .row > li, .home-category .sidebar-category-inner ul.sub-menu .row > li{
    float: right;
}
.home-category ul > li{
    float: right;
    text-align: right;
}
@media only screen and (max-width: 1200px) {
.widget .title-outer::before, .widget .toggled-off .title-outer::before {
    left: 15px;
    right: auto !important;
}
.header-top-center {    
    float: left !important;
	padding-right: 0;
}
}
@media only screen and (max-width: 979px) {
.product-categories .hitarea {
    left: 10px;
}
.header-search {
    float: left !important;
    padding: 5px 30px 5px 5px;
}
.header-cart {
    margin-right: 5px;
	margin-left:0;
}
	.compare-counter {
		margin-right: 15px;
	    margin-left: 15px;	
	}
.wishlist-counter {
    margin-right: 0;
	margin-left: 15px;
}
}
@media only screen and (max-width: 767px) {
.mobile-navigation, .menu-toggle {
    padding: 0 15px 0 0 !important;
}
}
@media only screen and (max-width: 479px) {
.header-top-right {
    margin-top: 10px;
}
	.header-top-center {
		padding-right: 0 !important;
	}	
.mobile-navigation {
    padding: 0 !important;
}
.menu-toggle::before {
    background-position: right 0;
}
}

.page-title-inner {
    display: flex;
    justify-content: space-between;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
    display: flex;
}