﻿.no-access-box{
	margin-top:50px;
	line-height:2;
	text-align:center;
	padding:100px 0;
}
.no-access{
	line-height:2;
	text-align:center;
	display:block;
	font-size:16px;
	border:2px solid #ff1744;
	border-radius:10px;
	padding:10px;
	color:#000;
}
.no-access a{
	line-height:2;
	display:block;
	width:200px;
	margin:20px auto 10px auto;
}
.pnlDetails {
    width: 100%;
    /*width: 1108px;*/
}

    .pnlDetails table {
        /*width: 1170px;*/
        width: 100%;
    }

    .pnlDetails th {
        color: #777;
        padding-top: 20px;
        background-color: #fff;
        font-weight: normal;
        font-size: 16px;
    }

    .pnlDetails tr {
        background-color: #f0f0f0;
    }

        .pnlDetails tr:nth-child(2n) {
            background-color: #eaeaea;
        }

        .pnlDetails tr:hover, pnlDetails tr:nth-child(2n):hover {
            background-color: #ddd;
        }

    .pnlDetails td {
        padding: 6px 5px;
        vertical-align: middle;
        /*background-color: #F3F3F3;*/
        margin: 2px;
        text-align: right;
        border: 1px solid #fff;
    }

        .pnlDetails td.value * {
            direction: ltr;
            font-family: Tahoma;
            text-align: right;
        }

.right-cell {
    background-color: #999;
    color: #fff;
}

    .right-cell.price-fix-title {
        background-color: #509700;
        color: #fff;
        text-align: center;
    }

.price-fix-val {
    background-color: #e0ffbc;
}

    .price-fix-val * {
        text-align: center !important;
        font-family: Yekan !important;
        direction: rtl !important;
    }

    .price-fix-val h5 {
        margin-bottom: 10px;
    }

.compare-item-box {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    margin: auto;
    width: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

    .compare-item-box img {
        max-height: 90px;
        max-width: 90px;
        margin-bottom: 5px;
    }

    .compare-item-box .closeCompare:hover {
        color: red;
    }

    .compare-item-box h6 {
        height: 50px;
        font-size: 11px;
        line-height: 1.5;
    }

    .compare-item-box a {
        color: #333;
        font-size: 12px;
        display: block;
    }

        .compare-item-box a:hover {
            color: #f00;
        }

.compareProcutContainer {
    width: 180px;
    padding: 0px;
    /*float:right;*/
    margin: 0px auto;
}

.compare-item-box .closeCompare {
    font-size: 18px;
    cursor: pointer;
    /*margin-top:-8px;*/
    width: 100%;
    text-align: right;
    color: #777;
    position: absolute;
    right: 5px;
    top: 0;
}

    .compare-item-box .closeCompare:hover {
        color: red;
    }

.row.new {
    padding-bottom: 0;
}

.view_model.products-bread-crumb {
    margin-bottom: 0;
}


.compareSearch {
}

    .compareSearch input[type=text] {
    }



.more-details {
    display: inline-block;
    margin-top: 20px;
}

    .more-details span {
        display: inline-block;
        border: 1px solid #bbb;
        margin-left: 5px;
        cursor: pointer;
        border-radius: 2px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        position: relative;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

        .more-details span.selected {
            background-color: #00aa38;
            border-color: #00aa38;
        }

            .more-details span.selected:after {
                content: "˗";
                font-family: fontello;
                color: #fff;
                position: absolute;
                top: -1px;
                right: 3px;
                font-size: 12px;
                width: 14px;
                height: 14px;
                line-height: 16px;
            }

    .more-details label {
        color: #333;
        font-size: 13px;
        cursor: pointer;
    }

@media (min-width: 768px) {
    .compare-headerContainer {
        height: 295px;
    }
    
}
@media (max-width: 768px) {
   .price-fix-title {
        display:none !important
    }
    .compare-item-box {
        width:auto;
    }
    .compare-item-box img{
        display:none;
    }
     .compare-item-box h6{
        font-size:10px;
        padding-top:30px;
    }
        .compare-item-box .closeCompare {
            text-align:center;
        }
}
