@import url('fontiran.css');
body{
	font-family: IRANSans !important;
	text-align: right !important; 
	text-rendering: optimizeLegibility;
    letter-spacing: -0.0157em;
    line-height: 1.9rem !important;
    color: #777;
    background: #fff;
    font-size: 13px;
}
table {
    direction: rtl;
}
td, th {
    text-align: center;
    direction: rtl;
    font-size: 13px;    
}
.right-text{
    direction: rtl;
}
.wrapper{
	background: #FFFFFF;
    min-height: 1000px;
}
#main-slider{
    direction: ltr;
}
.panel-wrapper > img {
    width: 100%;
    height: 418px;
    margin-left: 0px;
}
.liquid-slider {
    height: 418px !important;
}
.ls-wrapper {
    height: 418px;
}
.ls-nav .current a::after {
    bottom: 0px !important;
    border-width: 0px;
}
.ls-nav .current a {
    background: #efefef;
}
nav{
	direction: rtl;
}
.header-fix .logo {
    padding: 0px 0;
}
header.header-fix .header-top {
    background-color: #626262;
}
.login {
    margin-right: 0px;
    color: #fff;
    direction: rtl;
    font-size: 12px;
}
.header-dropdown .dropdown-button.btn {
    color: #fff;
}
.button-collapse .mdi-navigation-menu {
    color: #fff;
}
.header-fix .news-category-dropdown li:hover ul {
    top: 55px;
    right: 0;
    left: auto;
}
.news-category-dropdown li ul::after {
    right: 30%;
    left: auto;
}
.news-category-dropdown li ul li a {
    font-size: 12px;
    text-align: right;
}
.news-category-dropdown .fa-angle-down {
    float: left;
    padding-right: 4px;
}
.news-category-dropdown li ul::after {
    right: 45%;
    left: auto;
}
.header-dropdown .dropdown-content {
    width: 220px !important;
}
.header-dropdown .dropdown-content li > a, .dropdown-content li > span {
    text-align: right;
}
.search-content {
    /*background-color: #fff;*/
    padding-top: 215px;
    padding-bottom: 20px;
}
.search-page{
	padding: 0 0 10px 0;
	/*overflow: hidden;*/
}
.input-field{
	direction: rtl;
}
.input-field label {
    right: 0.75rem;
    /*z-index: 9999999;*/
}
.search-button {
    border: 2px solid #e77817;
    color: #e77817;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    height: 51px;
    letter-spacing: 0;
    margin: 16px 10px 0 0;
    padding: 2px 19px;
}
.search-button:hover{
	background: #FFFFFF !important;
}
.search-button:focus {
    outline: none;
    background-color: #fff;
}
.cart-icon {
    font-size: 75px;
    color: #009852;
    float: left;
}
.package-sidebar{
	/*background: #f0f0f000;*/
}
.news-box {
    border-bottom: 1px solid #ff7143;
}
.sidebar-title {
    color: #e77817;
    padding: 15px 5px;
}
footer.page-footer {
    background-color: #353535cc;
}
.page-footer li a {
    color: #fff;
}
footer.page-footer .footer-copyright {
    background-color: #3c3c3c;
    color: #fff;
}
.social-icon .fa {
    color: #e77817;
}
.page-footer ul {
    width: 25%;
}
.discussion .comment-title {
    border-bottom: 2px solid #e77817;
    padding-bottom: 15px;
    float: none;
    margin-bottom: 25px;
}
.comment-title {
    color: #5d5d5d;
    float: left;
    font-size: 22px;
    font-weight: bold;
}
.select-wrapper input.select-dropdown {
    text-align: right;
}
.select-wrapper .mdi-navigation-arrow-drop-down {
    left: 0;
    right: auto;
}
.product-price{
	direction: rtl;
}
.single-product-detail {
    background-color: #e3e3e3;
    min-height: 520px;
}
.single-product-detail .product-price {
    color: #777;
    line-height: 51px;
}
.single-product-detail .add-button > a, .single-product-detail .cost-delivery {
    color: #777;
}
.shop.sidbar-box .collapsible-header i {
    float: left;
}
.about > p{
    direction: rtl;
    padding: 0 10px 0 0;
}
.login-page {
    padding: 15px 0;
}
.part-detail{
    background-color: #7773;
}
.table-header > th{
    background-color: #ff7b33;
    border-width: 0px !important;
    color: #FFFFFF;
    border-radius: 0px !important;
}
.product-name {
    height: 25px;
    overflow: hidden;
}
.img-caption{
   margin: 0 10px !important;
}
.footer-button .mdi-action-history:hover {
    background-color: #e78534;
}
.select-wrapper {
    position: relative;
    z-index: 1;
}
select.browser-default {
    display: block;
    text-align: right;
    direction: rtl;
}
#preloader {
    background: #a19f9f33   url(../images/loading.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    right:0;
    top: 0;
    overflow: visible;
    position: absolute;
    z-index: 999999999;
}

.alert {
    @extend .card-panel, .lighten-4, .text-darken-4;

    &.alert-success {
        @extend .green, .green-text;
    }

    &.alert-info {
        @extend .blue, .blue-text;
    }

    &.alert-warning {
        @extend .yellow, .yellow-text;
    }

    &.alert-danger {
        @extend .red, .red-text;
    }

    .close {
        position: absolute;
        top: 50%;
        right: 0.5rem;

        color: inherit;
        margin-top: -18px;
    }
}
.pd{
    height: 50px;
}
.side-nav .collapsible-header .fa-angle-right {
    font-size: 16px;
    float: left;
    transition-duration: 0.5s;
    padding: 0;
}
.text-red{
    color: red;
}
.table-header-info{
    background-color: #777;
}
footer.page-footer {
    margin: 0;
    background-color: #626262;
    padding-top: 0;
}
.news-box {
    padding: 10px;
}
.modal{
    top: 5%;
    max-height: 90% !important;
}
.pagination li {
    float: right;
    background: #d8d8d8;
}
.pagination li.active {
    background-color: #fe7f03;
    color: #ffffff;
}
.toast {
    background: #1ad85a;
}
.btn-count {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.btn-count-top {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    top: -20px;
    left: 12px;
    font-size: 10px;
}
.image-thumb {
    height: 130px !important;
}
form p {
    margin-bottom: 10px;
    text-align: right;
}

.checkbox-label{
    width: 170px;
    font-size: 10px !important;
    color: black !important;
    font-weight: bold;
}
.comment-content {
    float: right;
    margin: 5px 15px 0 15px;
}
.comment-name,.comment-title {
    direction: rtl;
}
.comment-image img {
    border-radius: 0%;
}
.cart-count{
    float: left;
}

/* data table*/
table.dataTable thead th {
 border-bottom: 1px solid #d0d0d0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
 border-radius: 2px;
 transition: all .3s ease-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
 box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);
 background-color: #2bbbad;
}

[type="checkbox"] + label {
    padding-right: 15px;
}
.help-text{
    font-size: 20px;
    direction: rtl;
    line-height: 45px;
}
.help-title{
    color: #ff6300;
    font-weight: bold;
    direction: rtl;
}
.guarantee {
    position: absolute;
    width: 140px;
    left: 330px;
}
.alert-bes{
    margin-right: 15px;
}
.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
#modalBanner{
    overflow-y:hidden;
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    overflow-x:hidden;
}
.banner-modal{
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0px !important;
    height: 455px !important;
}
.img-banner{
    padding: 0px !important;
    margin: 0px !important;

}
.bannermodal{
    margin: 0 !important;
    padding: 0 !important;
}
#getting-started {
    direction: ltr;
    text-align: center;
    padding: 14px 5px 14px 0;
    background-color: #ff6256;
    color: #FFFFFF;
    font-size: 28px;
    border: 5px dashed #ffcf26;
    font-weight: 400;
}
.menu-title{
    font-weight: bold;
    font-size: 15px !important;
    padding-top: 16px !important;
    color: #ff9800 !important;
}
.tabs .tab a {
    color: #000;
}
.tabs .tab a.active{
    background-color: #e4e4e4 !important;
    color: #e77b1d;
    font-weight: bold;
    font-size: 15px;
}
.box-header-show{
    border: 2px solid #000;
    padding: 10px;
}
.news-title > a{
    direction: rtl;
}
#timers{
    position: fixed;
    width: 75px;
    height: 25px;
    border-radius: 3px;
    background-color: #77777726;
    margin: 30px 0 0 -100px;
    text-align: center;
}
.alert-cart{
    padding: 20px;
    display: block;
    position: fixed;
    width: 300px;
    height: 350px;
    border-radius: 10px;
    background-color: #4caf50e6;
    top: 150px;
    right:20px;
    z-index: 1000;
    box-shadow: 0px 0px 10px #888888;
}
.alert-cart p{
    color: #FFFFFF;
}
.offor-pricees{
    display: block !important;
    color:red;
    height: 25px;
}
span.badge {
    position: relative;
    border-radius: 15px;
    font-size: 12px;
}
.menuTitle{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: orange;
    padding-right: 5px

}
.menuTitle a{
    color:white;
    font-size: 20px;
    font-weight: bold;
}