﻿/*------------------------------------------------*/
/* START LIST */
/*------------------------------------------------*/
.productlist {
    height: 380px;
    position: relative;
    width: 260px;
    vertical-align: text-top;
    margin-bottom: 20px;
}

.productlist .productlist-wrapper {
    display: inline-block;
    transition: box-shadow .15s ease;
    position: absolute;
    top: 0;
    background-color: #fff;
    padding-bottom: 51px;
    width: 100%;
    min-height: 100%;
    left: 0;
}

.productlist:hover .productlist-wrapper {
    box-shadow: 0 3px 10px 2px rgba(0,0,0,.15);
}

.productlist .img-list {
    display: block;
    position: relative;
    margin: 35px auto 25px;
    height: 220px;
}

.productlist h3 a {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-align: right;
}

.productlist:hover h3 a {
    text-overflow: clip;
    white-space: normal;
    height: auto;
}

.productlist .Price-list {
    color: #e51929;
    text-align: right;
    font-size: 16px;
    position: absolute;
    padding-top: 20px;
}

.productlist .Price-list .OldPrice {
    display: block;
    text-decoration: line-through;
    color: #6a6f6c;
    position: absolute;
    font-size: 13px;
    top: 0;
}

.productlist .Compare {
    margin-bottom: 10px;
}

.productlist .OutOfStock {
    text-align: right;
    color: #e51929 !important;
    font-size: 16px;
    padding-top: 20px;
    position: absolute;
}

.productlist .Compare a {
    background-color: #f5f6f7;
    color: #777;
    padding: 2px 20px;
    opacity: 0;
    transition: all 0.3s;
}

.productlist:hover .Compare a {
    opacity: 1;
}

.productlist .item-info {
    position: relative;
    width: 100%;
    /* bottom: 0; */
    height: auto;
    display: block;
    padding: 0 15px;
}
/******************END LIST*****************/

/*------------------------------------------------*/
/* END LIST */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START DETAIL */
/*------------------------------------------------*/
/******************START DETAIL*****************/
.Detail .EmailForPrice a:hover {
    background-color: #208de6;
}

.Detail .EmailForPrice {
    text-align: right;
}

.Detail .EmailForPrice a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    max-width: 313px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background-color: #2196f3;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    position: relative;
    padding-right: 58px;
    padding-left: 8px;
    transition: background-color 150ms ease 0s;
}

.Detail .EmailForPrice a:before {
    content: "\f095";
    background-color: #3a9de8;
    font-family: fontawesome;
    position: absolute;
    width: 50px;
    right: 0;
    font-size: 20px;
    border-radius: 0 4px 4px 0;
    transition: background-color 150ms ease 0s;
}

.Detail .SalePrice {
    color: #FFF;
}

.dis-detail {
    margin: 30px 0;
}

.dis-detail table {
    width: 100%;
    font-family: Avian,IRanian;
}

.dis-detail table td {
    padding: 10px;
    color: #7d7d7d;
    font-size: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.dis-detail table td:first-child {
    border-left: 1px solid #e5e5e5;
}

.dis-detail table td:last-child {
    text-align: center;
}

.dis-detail h3 {
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 27px;
    position: relative;
    font-size: 15px;
    color: #606060;
    font-weight: normal;
}

.dis-detail h3::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 11px;
    height: 5px;
    background-color: #d2051e;
    content: '';
}

/**********************/
.Detail .right {
    width: 36%;
    padding: 0px;
}

.Detail .out-top {
    display: inline-block;
    width: 100%;
}

.RelatedProducts {
    padding: 20px 0;
}

.RelatedProducts .Price {
    text-align: center;
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    margin: 5px;
    vertical-align: middle;
}

.Model {
    text-align: right;
    font-size: 15px;
    color: #2286d1;
    width: 100%;
}

.Detail .left {
    text-align: center;
    width: 60%;
}

.Detail .left .cart-btn {
    text-align: right;
    margin-top: 20px;
}

.Detail .left .Quantity {
    width: 20%;
    display: inline-block;
    text-align: right;
    float: right;
}

.Detail .left .Quantity .Label {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    vertical-align: top;
    margin-left: 6px;
    color: #555;
}

.Detail .left .Quantity .Value {
    display: inline-block;
}

.Detail .left .Quantity .Value > input {
    margin: 0;
    /*    height;*/
    width: 80px !important;
    padding: 0px 10px;
    background-color: #fff;
    border-radius: 6px !important;
    height: 38px;
    text-align: center;
    transition: all 0.3s;
}

.Detail .left .Quantity .Value > input:focus {
    outline: none !important;
    border-color: #8a8a8a;
}

.Detail .left .cart-btn a:hover {
    background-color: #46a349;
}

.Detail .left .cart-btn a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 212px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background-color: #4caf50;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    position: relative;
    padding-right: 50px;
    transition: background-color 150ms ease 0s;
}

.Detail .left .cart-btn a:before {
    content: "\f217";
    background-color: #62b965;
    font-family: fontawesome;
    position: absolute;
    width: 50px;
    right: 0;
    font-size: 20px;
    border-radius: 0 4px 4px 0;
    transition: background-color 150ms ease 0s;
}

.Detail .left .cart-btn a:hover:before {
    background-color: #5cad5f;
}

.Reference .Label {
    color: #0051ba;
    font-size: 18px;
}

.Detail .Gallery.Image {
    border-radius: 6px;
}

.detail-container {
    display: inline-block;
    width: 100%;
}

.detail-container .new-product-title {
    box-shadow: 3px 3px 5px #ffc78b inset;
}

.Detail .image {
    background: #fff;
    /* border: 1px solid #d6d6d6; */
    padding: 2px;
    border-radius: 6px;
    position: relative;
    text-align: center;
    /* float: right; */
}

.Detail .image .no-item {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    z-index: 2;
    width: 130px;
    height: 130px;
}

.Detail .image .no-item > span {
    z-index: 2;
    color: #fff;
    right: 21px;
    font-size: 16px;
    position: absolute;
    top: 6px;
    cursor: default;
}

.Detail .image .no-item > i {
    color: #ff7272;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 20px;
    font-size: 16px;
}

.Detail .image .no-item:after {
    width: 0;
    height: 0;
    border-top: 130px solid #ff7272;
    border-left: 130px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.Detail .image > a {
    position: relative;
    height: 100%;
    display: block;
}

.Detail .image > a:before {
    content: "\f0b2";
    font-family: fontawesome;
    font-size: 18px;
    padding: 5px 8px 3px;
    position: absolute;
    border-radius: 6px;
    top: 5px;
    right: 5px;
    color: #999;
    background-color: #f5f5f5;
    display: none;
}

.Detail .image img {
    /* width: 100%; */
    /* padding: 10px; */
    /* max-width:  100% !important; */
}

.Detail .no-item-txt {
    padding: 6px 15px;
    text-align: right;
}

.Detail .name {
    padding: 10px;
    text-align: right;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
    background-color: #f5f6f7;
}

.Detail .name-right {
    width: 50%;
    display: inline-block;
}

.Detail .name-left {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

.Detail .name h1 {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    font-family: Avian,IRanian;
}

.Detail .name h4 {
    color: #818181;
    font-size: 12px;
    line-height: normal;
    margin-top: 6px;
}

.Detail .name .brand {
    color: #818181;
}

.Detail .name .brand span {
    color: #e00d21;
    display: inline-block;
    font-size: 12px;
}

.Detail .name span {
    text-align: right;
}

.Detail .like-section {
    text-align: right;
    font-size: 12px;
    color: #777777;
    right: 10px;
}

#divDisLike:after {
    font-size: 12px;
    font-family: IRanian;
    color: #8a5c5c;
    right: 10px;
}

.likesBtn {
    width: 55px;
    height: 25px;
    margin: 0;
    vertical-align: bottom;
    z-index: 4;
    text-align: right;
    border-radius: 4px;
    border: solid 1px #efefef;
    margin-right: 10px;
}

.likesBtn.Liked {
    /* background-color:#ffffff; */
}

#divLike:after {
    font-size: 12px;
    font-family: IRanian;
    color: #68965f;
    right: 10px;
    margin-top: -14px;
}

.Detail .like-section > div {
    display: inline-block;
}

.Detail .like-section > div.like,
.Detail .like-section > div.dislike {
    /* border-radius:  4px; */
    /* border: solid 1px #efefef; */
    /* margin-right:10px; */
    /* padding-left: 10px; */
    position: relative;
}

.Detail .like-section > div #LikeCount,
.Detail .like-section > div #DisLikeCount {
    position: absolute;
    left: 4px;
    z-index: 0;
}

.Detail .Price .pri {
    display: none;
}

.Detail .Price .OldRetailPrice {
    color: #777;
    font-size: 12px;
    direction: rtl;
}

.Detail .Price .OldRetailPrice .oldprice {
    text-decoration: line-through;
    font-size: 13px;
    /* float: right; */
}

.Detail .Price .Off-price {
    margin-right: 20px;
    display: inline-block;
    /* background-color: #ff7272; */
    color: #fff;
}

.Detail .Price .Off-price .off-text {
    padding: 3px 12px 3px 8px;
    background-color: #ff7272;
    position: relative;
}

.Detail .Price .Off-price .off-text::before {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
}

.Detail .Price .Off-price #Sale-Price {
    background-color: #ff5252;
    padding: 3px 8px 3px 12px;
}

.Detail .Price .Off-Currency {
    background-color: #ff5252;
    padding: 3px 0px 3px 12px;
}

.Detail .Price .Sale {
    margin-top: 15px;
}

.Detail .Price {
    padding: 10px 0;
    color: #383838;
    display: block;
    text-align: right;
    vertical-align: middle;
    font-size: 18px;
    direction: ltr;
    font-family: inherit;
    margin-bottom: 5px;
}

.Detail .Price .greenprice {
    color: #4caf50;
    margin-right: 20px;
}

.divItems {
    padding: 10px;
    font-size: 14px;
}

.divItems:empty {
    height: 0;
}

.divItems > div > div:first-child {
    width: 25%;
    background-color: #f0f1f2;
    padding-right: 15px;
    padding: 0px 21px;
    margin-left: 19px;
}

.divItems > div > div:last-child {
    width: 75%;
    background-color: #f7f9fa;
    padding-right: 15px;
    padding: 0px 21px;
    margin-left: 19px;
}

.divItems > div {
    background: url(images/config-icon.jpg) no-repeat right center;
    margin-bottom: 9px;
    display: inline-flex;
    line-height: 41px;
    font-size: 12px;
}

.Detail .GalleryWrapper {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.Detail .GalleryOuter:first-child .GalleryInner {
}

.Detail .GalleryOuter {
    display: inline-block;
    float: left;
}

#dnn_AllDepartmanPane .Price span {
    color: #0051ba;
    font-size: 20px;
}

.Detail .GalleryInner {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 10px 10px 10px 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
}

.Models.Row .Label {
    text-align: right;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 0;
}

.Models.Row .Model {
    color: #9169af;
}

.Models.Row .Model label {
    direction: ltr;
}

.Models.Row .Value {
    margin-bottom: 20px;
}

.summary {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
    text-align: right;
    color: #777;
    border-bottom: solid 1px #efefef;
}

.summary ul {
    list-style-type: none;
    padding: 10px;
    color: #676767;
}

.summary ul li {
    color: #676767;
    text-align: right;
    position: relative;
    font-size: 17px;
    font-weight: normal;
    padding: 3px 13px;
}

.summary ul li::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #cacaca;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
}

.Detail .GalleryInner a:focus {
    outline: medium none;
}

.name-2 {
    color: #555 !important;
    font-size: 14px;
    padding: 10px 0;
}

.name-2 span {
    color: #007dd1;
}

.ProductDescripton {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    text-align: justify;
}

.ProductDescripton p {
    font-size: 14px !important;
    margin-bottom: 0;
}

.Detail .InformationPanel {
    display: inline-block;
    margin: 10px 0 !important;
    width: 100%;
}

.Detail .main-content {
    display: inline-block;
    margin: 10px 0 !important;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.deliver {
    /* border: solid 1px #d3d3d3; */
    padding-top: 4px;
    background-color: #f8f8f8;
    padding-bottom: 4px;
    color: #545454;
}

.deliver p:after {
    position: absolute;
    content: '';
    background-color: #5f5f5f;
    width: 4px;
    height: 4px;
    right: 0;
    top: 11px;
    border-radius: 50%;
}

.deliver p {
    position: relative;
    margin-bottom: 0;
    font-size: 12px !important;
    padding-right: 10px;
}

.deliver h4 {
    font-size: 14px;
    line-height: normal;
    font-weight: bold !important;
    color: #272727 !important;
}

.icons {
    color: #777;
    text-align: right;
    border-bottom: solid 1px #efefef;
    margin-bottom: 6px;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.icons .ic {
    padding-right: 0;
}

.icons .ic p {
    padding-right: 34px;
    margin-bottom: 10px;
    font-size: 12px !important;
}

.tabbable-panel {
    padding: 20px 0;
}

.tabbable-line > div {
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.tabbable-line > div.Desc {
    padding: 20px 15px 30px 15px;
}

.tabbable-line > div > div {
    line-height: normal;
    color: #616161;
    text-align: justify;
}

.Detail .Desc > div {
    line-height: normal;
    color: #616161;
    text-align: justify;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.tabbable-line > div > div li {
    list-style-type: none;
}

.tabbable-line > div.related > h4 {
    background-color: #fdfdfd;
}

.tabbable-line > div > h4 {
    background-color: #fff;
}

.tabbable-line > div > h5 {
    font-size: 13px;
    margin-bottom: 40px;
    color: #999;
    font-weight: 100;
}

.tabbable-line > div > h4 > span {
    color: #666;
    display: inline-block;
    padding-right: 15px;
    font-size: 13px;
}

.tabbable-line > div > h4.desc-title > span {
    font-size: 20px;
    margin: 0px 0 25px;
    color: #4d4d4d;
    padding-right: 0;
}

.tabbable-line > div > h4 > span > i {
    position: relative;
    top: 2px;
    right: -15px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line .nav > li {
    background: transparent url(images/tab-divider.jpg) no-repeat 0 center;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 0;
}

@media all and (max-width:767px) {
    .Detail .like-section .like-title {
        display: block;
        margin-bottom: 5px;
    }

    .Detail .likesBtn {
        margin: 0;
    }
}

@media all and (max-width:767px) {
    .Detail {
        padding: 0;
    }

    .Detail .left .cart-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50% !important;
        z-index: 1000;
        border-right: 1px #fff solid;
        margin: 0;
        height: 55px;
    }

    .Detail .left .cart-btn a {
        width: 100%;
        border-radius: 0;
        font-size: 13px;
        padding: 0px !important;
        line-height: 55px;
    }

    .Detail .left .cart-btn a:before {
        display: none;
    }

    .Detail .Price {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50% !important;
        background-color: #4caf50;
        margin: 0;
        color: #fff;
        padding: 0;
        height: 55px;
        z-index: 1000;
    }

    .Detail .Price .greenprice {
        color: #fff;
        font-size: 14px;
        margin: 0;
        text-align: center;
        direction: rtl;
    }

    .Detail .Price .price-text {
        display: none;
    }

    .Detail .Price .Sale {
        margin: 0;
        direction: rtl;
        text-align: center;
        line-height: normal !important;
    }

    .Detail .Price .OldRetailPrice {
        /* position:  absolute; */
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
    }

    .Detail .Price .Off-price {
        display: none;
    }

    .Detail .Price .RetailPrice {
        line-height: 55px;
        text-align: center;
        width: 100%;
        display: inline-block;
        direction: rtl;
    }

    .divItems > div {
        display: inline-block;
    }

    .divItems > div > div:first-child {
        line-height: normal;
        width: 100%;
        margin: 0;
        line-height: 41px;
    }

    .divItems > div > div:last-child {
        width: 100%;
        float: none;
        margin: 0;
    }

    .Detail .name-left, .Detail .name-right {
        width: 100%;
        float: none;
        text-align: right;
    }

    .Detail .right, .Detail .left {
        width: 100%;
    }
}
/******************END DETAIL*******************/
/******************START RELATED*******************/

.Detail .RelatedWrapper {
    text-align: center;
}

.Detail .RelatedOuter > div > a {
    position: relative;
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 15px 0;
}

.Detail .RelatedOuter > div > a > .related-img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.Detail .RelatedOuter .Name {
    color: #333;
    font-size: 14px;
    padding: 10px 0;
}

.Detail .RelatedOuter .Name a {
    color: #525050;
}

.Detail .RelatedInner img {
    transition: all 0.2s ease-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Detail .RelatedOuter {
    width: 200px;
    display: inline-block;
    margin: 0 30px;
    height: 210px;
    transition: all 0.2s ease-out;
    vertical-align: top;
}

.Detail .RelatedOuter:hover img {
    transform: translateY(-5px);
}

.Detail .RelatedInner {
    padding-top: 10px;
}

.Detail .RelatedOuter .Price {
    width: 100%;
    padding: 5px 0;
    color: #6b6b6b;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
/************END RELATED*************/
/************START TEXT SHORTER*************/
p.shorter {
    text-align: center !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-bottom: 0;
    vertical-align: text-bottom;
    padding-top: 33px;
    cursor: pointer;
    transition: all 0.4s;
}

.shorterX {
    padding-top: 0 !important;
}

p.shorter > i {
    margin-left: 8px;
    font-family: fontawesome !important;
}
/************END TEXT SHORTER*************/

/*------------------------------------------------*/
/* END DETAIL */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START Models */
/*------------------------------------------------*/
.Models .Value label {
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    font-weight: normal;
    transition: all 0.3s;
}

.Models .Value input[type="radio"]:empty,
.Models .Value input[type="checkbox"]:empty {
    display: none;
}

.Models .Value input[type="radio"]:empty ~ label,
.Models .Value input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 32px;
    padding-right: 45px;
    padding-left: 15px;
    margin-top: 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: left;
}

.Models .Value input[type="radio"]:empty ~ label:before,
.Models .Value input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    text-align: center;
    display: block;
    top: -1px;
    line-height: 37px;
    bottom: -1px;
    right: -1px;
    content: '';
    width: 32px;
    background: #e2e2e2;
    border-radius: 0px 3px 3px 0px;
    transition: background-color 0.3s;
}

.Models .Value input[type="radio"]:hover:not(:checked) ~ label,
.Models .Value input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.Models .Value input[type="radio"]:hover:not(:checked) ~ label:before,
.Models .Value input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    color: #C2C2C2;
}

.Models .Value input[type="radio"]:checked ~ label,
.Models .Value input[type="checkbox"]:checked ~ label {
    color: #777;
}

.Models .Value input[type="radio"]:checked ~ label {
    background-color: #fff7ff !important;
    border-color: #65346c;
    text-align: left;
}

.Models .Value input[type="radio"]:checked ~ label:before,
.Models .Value input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    color: #fff;
    background-color: #65346c;
}

.Models .Value input[type="radio"]:checked ~ label:before,
.Models .Value input[type="checkbox"]:checked ~ label:before {
}

.Models .Value input[type="radio"]:focus ~ label:before,
.Models .Value input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

#spnModelName {
    margin-left: 25px;
    direction: rtl;
    float: right;
}

#spnModelPrice {
    /* float: right; */
}

#spnModelCurrency {
    /* float:left; */
}
/*------------------------------------------------*/
/* END Models */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START TAB */
/*------------------------------------------------*/
.Detail #tabs {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    padding: 0;
}

.Detail #tabs ul {
    background: #f5f6f7;
    border: none;
    padding: 0;
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.1) inset;
    border-radius: 0;
}

.Detail #tabs ul li {
    border-radius: 0;
    background: #f4f5f6;
    border: none;
    float: right;
    margin: 0;
}

.Detail #tabs ul li a {
    padding: 20px 40px;
    border-left: 1px solid #e3e3e3;
    color: #707580;
    font-size: 13px;
}

.Detail #tabs ul li a i {
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.Detail #tabs ul li.ui-state-active {
    background-color: #fff;
    border-top: solid 2px #2196f3;
}

.Detail #tabs ul li.ui-state-active a {
    color: #2196f3;
}

.Detail #tabs > div {
    box-shadow: 0 -1px 6px -2px #ccc;
    -moz-box-shadow: 0 -1px 6px -2px #ccc;
    -webkit-box-shadow: 0 -1px 6px -2px #ccc;
    -ms-box-shadow: 0 -1px 6px -2px #ccc;
    -o-box-shadow: 0 -1px 6px -2px #ccc;
}
/*------------------------------------------------*/
/* END TAB */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* END NB_STORE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* END NB_STORE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* Start Checkout */
/*------------------------------------------------*/
.Checkout {
    text-align: center;
}

.Checkout fieldset {
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #fff;
    margin: 10px auto;
    width: 50%;
}

.Checkout legend {
    font-size: 16px;
    color: #0879cf;
    padding: 10px 15px;
    display: inline-block;
    width: auto;
    background-color: #ccc;
    border-radius: 5px;
}

.Checkout div[id*="CheckOut_pnlAddressDetails"] input[type="text"] {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !IMPORTANT;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: bottom;
    margin: 11px 0;
    width: 235px;
}

.Checkout div[id*="CheckOut_pnlAddressDetails"] input[type="checkbox"] {
    margin: 5px;
    vertical-align: middle;
}

table[id*="CheckOut_cartlist1_dgCartList"] {
    border: 1px solid #ccc;
}

table[id*="CheckOut_cartlist1_dgCartList"] tr:nth-child(2n+1), table[id*="CheckOut_cartlist2_dgCartList"] tr:nth-child(2n+1) {
    background-color: #ebebeb;
}

table[id*="CheckOut_cartlist1_dgCartList"] tr:nth-child(2n), table[id*="CheckOut_cartlist2_dgCartList"] tr:nth-child(2n) {
    background-color: #fff;
}

table[id*="CheckOut_cartlist1_dgCartList"] td, table[id*="CheckOut_cartlist2_dgCartList"] td {
    border: 1px solid #ccc;
}

table[id*="CheckOut_cartlist1_dgCartList"] table td, table[id*="CheckOut_cartlist2_dgCartList"] table td {
    border: 0;
    padding: 0;
}

table[id*="CheckOut_cartlist2_dgCartList"] table tr:nth-child(2n) {
    background-color: transparent;
}

table[id*="CheckOut_cartlist1_dgCartList"] table tr {
    background-color: transparent !important;
}

td.NBright_cartheader {
    padding: 10px;
    background-color: #0071b0;
    color: #fff;
    font-size: 16px;
}

table[id*="CheckOut_cartlist1_dgCartList"] tr td a, table[id*="CheckOut_cartlist2_dgCartList"] tr td a {
    color: #000 !important;
}

.NBright_CartItem td, .NBright_AltCartItem td {
    text-align: center;
    padding: 5px;
}

table[id*="CheckOut_cartlist1_dgCartList"] tr td input {
    margin-bottom: 0 !important;
}

.Checkout {
    text-align: center;
}

.Checkout fieldset {
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #fff;
    margin: 10px auto;
}

.Checkout legend {
    font-size: 16px;
    color: #0879cf;
    padding: 10px 15px;
    display: inline-block;
    width: auto;
    background-color: #ccc;
    border-radius: 5px;
}

.Checkout div[id*="CheckOut_pnlAddressDetails"] input {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !IMPORTANT;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: bottom;
    margin: 5px;
}

.NBright_ClientButton.Button.ReturnPrevious {
    background-color: #999;
}

.NBright_ClientButton.Button.ContinueOrder {
    background: #309e00;
}

.AddressCollector td {
    padding: 4px;
}

input[id*="CheckOut_radBilling"], input[id*="CheckOut_radShipping"], input[id*="CheckOut_chkSaveAddrCookie"] {
    height: auto !important;
    margin-left: 5px;
}

.AddressCollector .Value {
    text-align: right;
}

.AddressCollector .Label {
    font-weight: normal;
    white-space: nowrap;
    width: 110px;
}

.NBright_ClientButtonDivLeft {
    text-align: left;
    padding-left: 5px;
}

.NBright_ClientButtonDivRight {
    text-align: right;
    padding-right: 5px;
}

.Checkout div a[href="/tabid/90/Default.aspx"], .NBright_ClientButtonDivLeft a, .NBright_ClientButtonDivRight a {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: 134px;
    background-color: #2f3d4d;
    transition: all 0.3s ease-out;
    text-align: center;
}

.NBright_ClientButtonDivLeft a, .NBright_ClientButtonDivRight a {
    margin: 0;
    display: inline-block;
}

.NBright_RecalcButtonDiv a {
    background-color: #c02d3b;
    padding: 5px 15px;
    color: #fff !important;
}

.Checkout div a:hover {
    background-color: #ccc !important;
    color: #232f3e !important;
}

.NBright_ClientButton.Button.ContinueOrder:hover {
    background-color: #268000 !important;
    color: #fff !important;
}

.NBright_ClientButton.Button.CancelOrder {
    background-color: #d60000;
}
/*------------------------------------------------*/
/* End Checkout */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START TAB */
/*------------------------------------------------*/
.tabbable-panel {
    padding: 20px 0;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 0;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: 0;
    color: #232f3e;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    background-color: #aaa;
    border: 0;
    border-radius: 0;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
    background-color: #0071b0;
}

.tabbable-line > .nav-tabs > li.active > a {
    color: #fff;
}

.tabbable-line > .nav-tabs > li:first-child {
    margin-right: 15px;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 3px solid #8d8d8d;
    padding: 15px;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    line-height: 24px;
    text-align: justify;
}

.tab-content > .active {
    text-align: justify;
    line-height: 24px;
}

.tabbable-line .nav {
    display: table;
}

.tabbable-line .nav li a, .tabbable-line .nav li span {
    padding: 10px 15px;
}

.tabbable-line .nav li a::before, .tabbable-line .nav li a::after {
    height: 0;
    width: 0;
}
/*------------------------------------------------*/
/* END TAB */
/*------------------------------------------------*/
