/*-----------------------------------------------------------------------------------

    Template Name: Marketshop eCommerce HTML Template
    Author: MrCode.ir
    Author URI: https://mrcode.ir

-----------------------------------------------------------------------------------*/
div {
	direction:rtl;
}

.rev_slider_wrapper, div.rev_slider_wrapper, .rev_slider_wrapper div {
	direction : ltr;
}
/*===================================================================================*/
/*  Layout
/*===================================================================================*/
#container { text-align:right; }
/*===================================================================================*/
/*  Header
/*===================================================================================*/
#header .links { float:right; }
#header #welcome { float:left; }
#header #welcome a {
	border-right:none;
	border-left:1px dotted #5B9AD4;
}
.wrapper-box #header #welcome { border-right:1px dotted #7B97B2; }
/**===== Mini Cart =====**/
#header #cart { text-align:left; }
#header #cart .dropdown-menu {
	right:auto;
	left:0;
}
#header #cart .heading .cart-icon {
	float:right;
	margin-left: 5px;
}
#header #cart .checkout, .mini-cart-total { text-align:left; }
#header.style2 #cart { text-align:right; }
#header.style2 #cart .dropdown-menu {
	right:0;
	left:auto;
}
#header.style3 #cart { text-align:left; }
/**===== Search Bar =====**/
#header .button-search {
	left:0;
	right:auto;
}
#header #search input { padding:0 10px 0 36px; }
/**===== Language & Currency =====**/
#language, #currency {
	float:right;
	border-left:1px dotted #5B9AD4;
	border-right:none;
}
#language ul, #currency ul {
	right:0;
	left:auto;
}
#top .dropdown-menu li a, #currency ul li .currency-select, #language ul li .language-select { text-align:right; }
#language img, #header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope {
	margin-right:0px;
	margin-left:5px;
}
#header .links > ul > li.wrap_custom_block > a b {
	margin-left:0px;
	margin-right:3px;
}
/**===== Menu =====**/
#menu .nav > li.mega-menu > div > .column a span, #menu .nav > li.categories > div > .column a span, #menu .nav > li > div > ul li a span, #menu .nav > li.custom-link-right {float:left;left: 8px;right: auto;}
#menu .nav > li > .dropdown-menu li .dropdown-menu { right:100%; }
/*===================================================================================*/
/*  Category Accordion
/*===================================================================================*/
.box-category .down {
	right:auto;
	left:0;
}
.box-category > ul > li ul {
	padding-left:0px;
	padding-right: 10px;
}
.box-category > ul > li ul li a {
	margin-left: 16px;
	margin-right:0;
}
.box-category ul li a, .list-item li a {
	padding:5px 12px 5px 0;
	background:url("../image/bullet-dark-rtl.png") no-repeat right 11px;
}
.box-category > ul > li ul li a:hover, .list-item a:hover {
	margin-left: 16px;
	margin-right:0;
}
/*===================================================================================*/
/*  Product Item for Left and Right Panel
/*===================================================================================*/
#column-right .side-item .product-thumb .image, #column-left .side-item .product-thumb .image {
	float:right;
	margin-right:0px;
	margin-left: 10px;
}
#column-right .side-item .product-thumb .caption, #column-left .side-item .product-thumb .caption {
	text-align:right;
	float:right;
}
/*===================================================================================*/
/*  List Product
/*===================================================================================*/
.product-list .image {
	float:right;
	margin-left: 20px;
	margin-right:0px;
}
.product-list .product-thumb .button-group .btn-primary, .product-list .product-thumb .button-group .add-to-links { float:right; }
.product-list .product-thumb .button-group .btn-primary {
	margin-right:auto;
	margin-left:5px;
}
#list-view, #grid-view {
	margin-right:auto;
	/*margin-left:10px;*/
}
/*===================================================================================*/
/*  Product Page
/*===================================================================================*/
.product-info .cart div { float:right; }
.product-info .cart div .wishlist {
	margin-left:auto;
	margin-right:15px;
}
.product-info .cart div .qty {
	float: right;
	margin-left:20px;
	margin-right:0;
}
.qty .control-label {
	margin-left: 10px;
	margin-right:0px;
	float:right;
}
#tab-description ul {
	margin-left:auto;
	margin-right:15px;
}
.product-info .image-additional a {
	float:right;
	margin-right:7px;
	margin-left:0px;
}
.category-list ul {
	float:right;
	margin-left: 12px;
	margin-right:0px;
}
.product-tab .tabs li {
	float:right;
	margin-right:0px;
}
.manufacturer-list ul { float:right; }
/*===================================================================================*/
/*  Tabs
/*===================================================================================*/
.nav-tabs > li > a {
	border-radius:0px;
	margin-right:auto;
	margin-left:-2px;
}
.category-module .tabs {
	left:70px;
	right:auto;
}
.category-module .tabs li { float:right; }
/*===================================================================================*/
/*  Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { float: right; }
/*===================================================================================*/
/*  Sitemap Page
/*===================================================================================*/
.sitemap li a { padding:5px 0px 5px 8px; }
.sitemap li ul {
	border-right:1px solid #ccc;
	border-left:none;
	margin:0px 4px 0px 0px;
}
.sitemap li ul li { padding:0px 22px 0px 0; }
.sitemap li ul li:before {
	left: auto;
	right: 0px;
	top:15px;
}
/*===================================================================================*/
/*  Footer
/*===================================================================================*/
#footer .contact > ul > li > .fa {
	margin-right:0px;
	margin-left:10px;
}
#footer .social a { float:right; }
/*===================================================================================*/
/*  Extra
/*===================================================================================*/
.alert {
	padding-left:15px;
	padding-right:50px;
}
.alert .fa { right: 18px; }
.text-left { text-align:right; }
.text-right {text-align: right;}
.owl-carousel .owl-wrapper-outer { direction:ltr }
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right:auto;
	left:0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:auto;
	left:32px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-radius:0px!important;
}


/*  Parishani
/*===================================================================================*/

.CategoryStaylHomePage {
	background-color: #222327;
	border-radius: 15px;
	margin-right: 10px;
	min-height: 350px;
}
.CategoryStaylHomePageImage {
	border-radius: 15px 15px 0 0;
}

.block-title {
	order: initial;
}
.title.module-title {
	font-size: 14px;
	color: rgba(245,245,245,1);
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin-bottom: 10px;
	white-space: normal;
	overflow: visible;
	text-overflow: initial;
}
.block-body .title {
	width: 100%;
}
.title {
	font-family: IRANSans-Light-web;
	font-weight: 700;
	font-size: 22px;
	color: rgba(245,245,245,1);
	text-align: right;
	text-transform: none;
	text-decoration: none;
	background: none;
	border-style: none;
	padding-bottom: 7px;
	padding-right: 0px;
	margin-bottom: 7px;
	white-space: normal;
	overflow: visible;
	text-overflow: initial;
}
	.title.block-title {
		/*margin-top: -34px;*/
		z-index: 2;
		border-style: unset;
		padding-right: 10px !important;
		padding: 7px;
		background: #22232761;
	}
h3.title.module-title.block-title {
	position: absolute;
	width: 100%;
	padding-top: 12px;
}
.wrapper-wide {
	background-color: #000;
}
.container {
	width: 100%;
}
.product-thumb h4 a, .product-thumb h4  {
	color: rgba(255, 255, 255, 1) !important;
}
.owl-carousel .product-thumb {
	background: #ef4056 !important;
}
.owl-carousel .product-thumb {
padding:0 !important;
}
span.price-new {
	color: #fff !important;
}
.price-old {
	color: #ffff42 !important;
}
.saving {
	
	font-size: 13px;
	color: rgba(231,40,77,1) !important;
	font-weight: 700;
	text-align: center;
	word-break: break-word;
	background: rgba(255,255,255,1) !important;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(231,40,77,1);
	border-radius: 15px;
	left:10px;
}
h3.title.module-title.block-title.BestVisit {
	background: rgba(245, 245, 245, 1) !important;
	color: #000;
	text-align: center;
}

.TitleStyle {
	margin: 20px 18px 5px 0;
	font-size: 25px !important;
}
.product-thumb.clearfix.borderCircle {
	direction: ltr;
	/*min-height: 437px !important;*/
}
.GridImage {
	padding: 0px;
	width: calc(100% / 1 - 0.01px);
	border-radius: 10px;
}
.savingIran{
	width: 80px !important;
	height: 25px !important;
	border-color: #000;
	color: #000 !important;
	line-height: 25px;
	border-radius: 10px;
	border-width: 2px;
}
.unavailable {
	width: 80px !important;
	height: 25px !important;
	color: #fff !important;
	line-height: 25px;
	border-radius: 10px;
	border-width: 0px;
	background: rgba(231,40,77,1) !important;
}
.Calling {
	width: 80px !important;
	height: 25px !important;
	color: #fff !important;
	line-height: 25px;
	border-radius: 10px;
	border-width: 0px;
	background: #1a5691 !important;
}
img.img-responsive1 {
	height: auto;
	background: white;
	border-radius: 50%;
	padding: 12px;
}
img.img-responsive2 {
	height: auto;
	border-radius: 15px;
	
}
footer#footer {
	background: rgb(26, 26 ,26);
}
.footerIcon {
	color: white;
	background: rgb(43, 61, 71);
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding-top: 11px;
	margin: 20px 0;
}
.info-block-title {
	color: rgba(245, 245, 245, 1) !important;
	font-weight: 700;
	display: block;
}
.info-block-text {
	font-size: 11px;
	color: rgba(204, 204, 204, 1) !important;
	display: block;
}

.borderCircle {
	border-radius: 15px 15px 5px 5px !important;
}

/*@media only screen and (max-width: 993px)  {
	.htopBase {
		display: none;
	}
	.TopMin {
		display: block !important;
	}
	.homepage-slider {
		margin-top: 0px !important;
	}
}*/

.drop-icon {
	color: #fff !important;
}
nav#top {
	background-color: #2b3d47;
	padding: 15px 0 0 0 !important;
	margin-top: -20px;
}
.ColorIcon{
color:white;
font-size:15px;

}
.TopMin {
	position: absolute !important;
	width: 100%;
	top: 0;
	height: 40px;
	z-index: 111;
	padding-top: 15px !important;
	box-shadow: 0 -3px 12px;
}

.htopBase {
	position: fixed !important;
	top: 0;
	height: 90px;
	z-index: 11111111111111;
	width: 100%;
	box-shadow: 0 -3px 12px;
}
.BrandTitle {
	background: rgba(245, 245, 245, 1) !important;
	color: #000;
	text-align: center;
	font-size: 14px;
}
i.fa.fa-angle-left, i.fa.fa-angle-right {
	color: white;
}




.breadcrumbAfrod {
	/*	background: #393a3c !important;*/
	padding: 10px !important;
	display: flex;
	align-items: center;
}

.vertical-text {
	/*float: right;
	display: inline-block;
	transform: rotate(-90deg);
	margin-top: 85px;
	margin-right: -85px;
	background: #e3e2e2;
	padding: 10px;
	opacity: 0.8;
	font-size: 1.3em;*/

	transform: rotate(-90deg);
	padding: 10px;
	color: #fff !important;
	text-align: center;
	width: auto;
	height: 100px;
}






.itemPage {
	display: none;
}

.active {
	display: block;
}

#pagination {
	margin-top: 20px;
}

#pageNumbers span {
	margin: 0 5px;
	cursor: pointer;
	user-select: none;
}

.activePage {
	font-weight: bold;
	color: white;
	background: rgba(231,40,77,1);
}

div#pagination {
	text-align: center;
	margin: 20px 0;
}

.NextAndPrev {
	border: none;
	color: white;
	background: rgba(231,40,77,1);
	border-radius: 3px;
	box-shadow: inset 0px 0px 7px rgb(201 201 201), inset 0 0px 5px rgb(235 232 232);
}

#pageNumbers span {
	margin: 0px 4px;
	cursor: pointer;
	padding: 1px 10px;
	user-select: none;
	box-shadow: inset 0px 0px 7px rgb(201 201 201), inset 0 0px 5px rgb(235 232 232);
	border-radius: 3px;
}




.ArticleDetileCommentDiv {
	border: 3px dashed #00000020;
	padding: 20px;
	margin-top: 50px;
}

.ArticleDetileComment {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px dashed #00000020;
	padding: 10px;
}


.OtherMarketForProductDiv {
	min-height: 70px;
	align-items: center;
	display: flex;
	box-shadow: inset 0px 0px 7px #ef405661;
	margin: 10px;
	padding: 0 20px;
	border-radius: 10px;
}

	.OtherMarketForProductDiv:hover {
		border-radius: 0px;
		box-shadow: 0px 0px 7px #ef405661;
	}

	.OtherMarketForProductDiv i {
		font-size: larger;
		color: #ef4056;
		margin-left: 5px;
	}

.OtherMarketForProductPrice {
	text-align: left;
	direction: ltr;
	font-weight: bold;
}

table.TableSize th {
	border: 1px solid;
}

table.TableSize td {
	border: 1px solid #e2e2e2;
}

table.TableSize tbody {
	overflow: hidden !important;
	text-align: center !important;
	height: auto !important;
}
