﻿
.pagenavi .act, .pagenavi .pg {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 0px;
    color: #333;
    background: #fff;
    float: right;
    min-width: 20px;
    margin: 0px 3px;
}

.pagenavi .act {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bd2222;
    border-color: #bd2222;
    border-radius: 0px;
    border-width: 1px;
}

.pagenavi .pg:hover {
    border: 1px solid #ed6663;
    color: #fff;
    background: #ed6663;
}

.pagenavi .act:hover {
    border: 1px solid #ed6663;
    color: #fff;
    background: #bd2222;
}

.button-active {
    border: solid 1px #bd2222 !important;
    background-color: #bd2222 !important
}

.ddl {
    border-radius: 0 !important;
    font-size: 12px !important;
    padding: 5px !important;
}

.list-marked-2, .close-mob-filter, .show-mob-filter {
    display: none;
}


.lblKolPage {
    padding-top: 7px;
    position: absolute;
    margin: 0px 5px;
}

.prop-hed a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    padding: 5px;
    margin: 10px 0px;
    border-bottom: solid 2px #bd2222;
    display: inline-block;
}

#txtSearchTerm {
    width: 100%;
    padding: 6px;
    border: solid 1px #ccc;
}

.btn1 {
    margin: 10px;
    background: #444;
    padding: 15px 0;
    color: #fff;
    border: none;
}

.page-heading .page-title h2, .page-heading .page-title h1 {
    color: white;
}

.breadcrumbs strong, .breadcrumbs strong a {
    font-weight: 400;
    color: #bd2222 !important;
}

#txtSrchPro {
    display: none;
}

.navbar-collapse div[role="search"].active input {
    display: table-cell;
    opacity: 1;
    z-index: 100;
    border-radius: 0;
    border: none;
    line-height: 45px;
    height: 50px;
    font-size: 14px;
    padding: 0 25px;
    width: 315px;
    position: absolute;
    left: 0;
    outline: none;
    box-shadow: none;
    background: #f5f5f5;
    top: 80px;
    display: block !important;
}

.active .lnk-srch-pro {
    display: block;
    margin-top: 87px;
    position: absolute;
    z-index: 999999;
    left: 15px;
    padding: 5px 15px;
    background-color: #bd2222;
    color: #fff;
}

.lnk-srch-pro {
    display: none;
}

.cat2 .cat-title {
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 10px; 
    /*position: absolute;*/
    color: #111 !important;
    /* margin-right: 15px; */
    padding: 7px 10px 4px 10px;
    margin-right: 0px;
}

a.cat-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.cat2 .cat-title p {
    background-color: #fff;
    color: #bd2222;
    margin: 10px 0px;
    padding: 10px;
    font-size: 16px;
}

.cat-item {
    border: 3px solid transparent;
    border-radius: 15px;
    transition: all 0.3s;
    margin-bottom: 20px;
    padding: 10px 0;
}

.products-grid .item .item-inner {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
}

.search-closer {
    background: #bd2222 none repeat scroll 0% 0%;
    position: absolute;
    top: 0px;
    left: 0px !important;
    width: 32px;
    overflow: hidden;
    height: 34px !important;
    z-index: 1000000;
    color: #fff !important;
    /* padding: 4px 8px 9px 8px; */
    font-size: 15px !important;
    padding: 8px 10px 10px 1px;
    display: none;
}

.product-view .product-shop .price {
    font-size: 32px;
    color: #333e48;
    font-weight: 500;
    font-family: 'IRANSans', sans-serif;
}

.product-view .product-shop .special-price {
    /*display: inline-block;*/
    display:none;
    margin: 0;
    padding: 0;
    line-height: normal;
    width: 100%;
}

#compare-basket {
    position: fixed;
    bottom: 20px;
    left: 30px;
    background-color: #bd2222;
    border: 1px solid #252932;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 15px 10px 10px;
    width: 145px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    display: none;
}

#wrp-compare {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 142px;
    background-color: #fff;
    position: relative;
    bottom: 39px;
    position: absolute;
    border: solid 1px #444;
    left: 0;
    padding: 0 5px;
    border-bottom: none;
    display: none;
}

#compare-basket span {
    width: 55px;
    display: inline-block;
    text-align: center;
    color: #1b1e24;
    font-size: 15px;
}

.row-compare:first-child {
    border-top: none;
    color: #444;
}

.row-compare a {
    background-color: #777;
    color: #fff;
    border-radius: 7px;
    padding: 2px 5px 0;
    margin-left: 7px;
}

    .row-compare a:hover {
        background-color: #bd2222;
    }

.row-compare {
    border-top: dashed 1px #444;
    color: #444;
    padding: 5px;
}

#compare-basket:hover #wrp-compare {
    display: block !important
}

.loading-box {
    background-image: url(/theme/images/Loading3.gif);
    background-position: center 40%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    display: none;
    background-color: #fff;
    opacity: .7;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
}

.products-list .actions .add-to-links a.link-view:before {
    content: "\f002" !important;
    font-family: 'FontAwesome';
}

.products-list .actions .add-to-links a.link-view {
    background-color: #bd2222;
    color: #fff;
}

.ai_sign a {
    font-size: 12px;
    color: #aaa;
}

.ai_sign {
    margin-top: -5px;
}

.availability.no-stock span {
    color: #777;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    border: 2px #777 solid;
    padding: 5px 12px;
    border-radius: 999px;
    font-weight: 700;
}

.lnk-size {
    padding: 5px;
    display: inline-block;
    padding: 0 .5em;
    text-transform: uppercase;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #3d3d3d;
    border-radius: 3px;
    border: solid 1px #323232;
    margin: 5px;
    cursor: pointer;
}

    .lnk-size:hover, .size-active {
        background-color: #bd2222;
        color: #fff;
        border: solid 1px #565354;
    }

#tbl-pro-color {
    /*display: none;*/
}
#mc_pnlColorStocks {
    display: none;
}

.item-content {
    direction: rtl;
}

.fl-cart-contain .product-details .price {
    color: #bd2222;
    width: auto;
    float: none;
    font-weight: 400;
    padding-right: 0px;
    font-size: 12px;
}

.green-check {
    background-color: #fff;
    padding: 7px;
    color: #5cb85c;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 5px;
    border: solid 2px #5cb85c;
}

.price, .breadcrumbs li strong, .product-details span.price, #recently-viewed-items .price-box .special-price .price, #recently-viewed-items .price-box .regular-price .price, .availability.out-of-stock span {
    color: #bd2222;
}

.price {
    font-size: 12px;
    color: #333;
    white-space: nowrap !important;
}

#tempCart span.price {
    white-space: normal !important;
}

#lnk-compares span {
    color: #fff;
}

.frm-center {
    margin:60px 35%;
    border: solid 1px #ccc;
    padding: 0 40px;
    line-height: 25px;
}

.float-right {
    float: right;
}

.btn-indo {
    background-color: #bd2222;
    color: #fff;
}

input[type=checkbox] {
    margin-left: 5px;
}

#mc_ModLogin_lnkRegister, #mc_lnkRegister {
    color: #bd2222;
    font-weight: bold;
}

#hc_lblMap2 a {
    font-weight: 400;
    color: #bd2222 !important;
}

#hc_lblMap2 span {
    display: none
}

.videobtn {
    position: absolute;
    z-index: 999;
    max-width: 40px;
    height: 40px;
    top: 40%;
    left: 40%;
    opacity: 0.8;
    filter: drop-shadow(2px 4px 6px black);
}

.pagenavi .numPage a {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 0px;
    color: #333;
    background: #fff;
    float: right;
    min-width: 20px;
    margin: 0px 3px;
}

.pagenavi .numPage span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bd2222;
    border-color: #bd2222;
    border-radius: 0px;
    min-width: 20px;
    display: inline-block;
    float: right;
    border-width: 1px;
    display: inline-block;
    padding: 6px 11px;
}

.pagenavi .numPage a:hover {
    color: #fff;
    background: #ed6663;
}

.pagenavi .numPage span:hover {
    color: #fff;
    background: #bd2222;
}

.closemenu {
    background-color: #000;
}

    .closemenu a {
        color: #fff !important;
    }

#mobile-menu {
    width: 100% !important;
}

.mm-toggle .icon-align-justify:before {
    vertical-align: middle !important;
    color: #d9534f;
}


.mm-toggle {
    float: right;
}

.toolbar .pager .pages {
    float: right;
    margin-right: 15px;
}

.category-products {
    clear: both
}

.search-closer {
    background: #bd2222 none repeat scroll 0% 0% !important;
}
.sidebar .block{
    margin-top:5px !important
}

.emp-msg {
    padding: 50px;
    font-weight: bold;
    text-align: center;
}
.ad-in-img{
    height:485px !important;
}
ul.products-list .product-name a {
    font-size: 16px !important;
    color: #292929 !important;
    font-weight: 500;
    text-align: right;
}
    ul.products-list .product-name a:hover {
        color: #ed6663 !important;
        text-decoration:none !important
    }
#tbl-pro-color {
    border: none
}
    #tbl-pro-color td {
        border: none;
        border-bottom: 1px solid silver;
    }

    
    #tbl-pro-color tbody tr:nth-child(2n) {
        background: #efecec;
    }
    #tbl-pro-color thead tr {
        background-color: #bd2222;
        color: #fff;
        border-bottom: 1px solid #bd2222;
        text-align: right;
        line-height: 20px;
        padding: 10px 20px;
        font-weight: 500;
        font-size: 14px;
    }
    #tbl-pro-color tbody tr:hover {
        background: #bd22223d;
        /*color: #fff;*/
    }

