@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
html ,body {
    height: 100%;
    position: relative;
}
body {
    font-family: IRANSans !important;
    font-weight: 300;
    line-height: 27px;
    background-color: #ffffff;
}
a , a:hover , a:focus , a:active , button , button:hover , button:focus {
    outline: none !important;
    text-decoration: none
}


section {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    float:right
}
.tooltip  {
    font-family: inherit;
}




/*---------------------------------page register user------------------------------------*/
.vdivide{
    position: relative;
}
.oror {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 30px;
    z-index: 2;
}
.row.vdivide [class*='col-md-6 vd']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    min-height: 70px;
}

.modal-dialog.verify_mobile{
    margin: 120px auto;
    width: 500px;
}
.modal-dialog.verify_mobile .modal-content{
    border-radius: 0;
}
.modal-dialog.verify_mobile .form-control{
    font-size: 23px;
    color: #7ED321;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}
.modal-dialog.verify_mobile .btn{
    margin-top: 10px;
    height: 40px;
    border-radius: 50px;
}
.modal-dialog.verify_mobile .help-block{
    text-align: center;
}













/*--------------------------------------address-------------------------------*/
.address_user{
    display: flex;
    color: #777;
    border:1px solid #eee;
    margin-bottom: 10px;
    cursor: pointer;
}

.address_user.active{
    border: 2px solid #4ca20b;
}
.radiocontrol{
    align-self: center;
    flex: 0 0 74px;
    order: 1;
    text-align: center;

}

.radiocontrol input, .radiocontrol label{
    cursor: pointer
}
.fileds{
    flex-grow: 9;
    order: 2;
}

.address_user .form-control{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.address_user .select2-container--krajee .select2-selection{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}


.transport{
    display: flex;
    color: #777;
    border:1px solid #eee;
    margin-bottom: 10px;
    padding: 15px;
    padding-right: 0;
    padding-left: 0;
}
.transport .radiocontrol{
    align-self: center;
    flex: 0 0 120px;
    order: 1;
    text-align: center;
}
.transport .fileds{
    border-right: 1px solid #eee;
    padding-right: 15px;
    flex-grow: 9;
    order: 2;

}


.table-noborder tbody tr th{
    border: 0px
}

.cart-factor{
    box-shadow:  0 0 20px rgba(0,0,0,0.05);
    padding: 10px;

}

.ghablepardakht{
    font-weight: 800;
    font-size: 20px;
    color:green
}

.with-errors ul li:before {
    display: block;
    position: absolute;
    content: "!";
    right: -10px;
    bottom: 2px;
    font-size: 16px;
}
.with-errors ul li {
    position: relative;
}








/*--------------------------------------count down----------------------------*/
#clock{
     background-color: transparent;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0, 0, 0, 0.1);
    display: inline-block;
    left: 0;
    margin: 31px 31px 31px 35px;
    padding: 6px;
    position: absolute;
    top: 0;
    z-index: 5;
    color: red
}
.hours{
    float: left;
    position: relative;
    width: 50px;
    text-align: center;
    font-weight: bold
}
.hours:after{
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    content: ":";
    right: 0;
}
.minutes{
    float: left;
    position: relative;
    width: 50px;
    text-align: center;
    font-weight: bold
}
.minutes:after{
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    content: ":";
    right: 0;
}
.seconds{
    float: left;
    position: relative;
    width: 50px;
    text-align: center;
    font-weight: bold
}









.full-width {
    overflow: hidden;
    margin-right: -50.7vw;
    position: relative !important;
    right: 50%;
    width: 100vw !important;
}



.prod_introduction{     
    background-color: #FAFAFA;
    color: #888;
    padding: 30px; 
    margin-top: 0px;
    margin-bottom: 30px;
/*    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;*/
    position: relative; 
}

.prod_introduction > div.text {
    height: 265px;
    overflow: hidden;
}
.ProductDescription-handler {
    background: #fff none repeat scroll 0 0;
    bottom: 0px;
    color: #4d4d4d;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.ProductDescription-handler::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 20px;
    content: "";
    height: 105px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.ProductDescription-handler.disabled::after {
    display: none;
}
.ProductDescription-handler i {
    margin-left: 10px;
}
.ProductDescription-handler.disabled i {
    background-position: -35px -706px !important;
}


/*serach*/
.main-search{
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    width: 80%;
    float: left;
    transition: 0.5s;
    outline: none !important
}
.main-search .btn{
    transition: 0.5s;
}
.main-search input{
    background-color: #F4F4F4;
    border: 1px solid transparent;
    box-shadow: none;
}
.main-search input:focus{
    border: 1px solid transparent;
    box-shadow: none;
    background-color: #fff;
}
.main-search button{
    padding: 3px 7px;
    border-right: 1px solid #9F9F9F;
}
.main-search i{
    display: flex;
    font-size: 18px;
}


.off-p {
    background-image: url("../img/theme/off-tag.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 40px;
    position: absolute;
    right: 0;
    margin-right: 21px;
    top: 0;
    width: 20px !important;
}
.vip-p {
    background-image: url("../img/theme/off-tag-vip.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50px;
    position: absolute;
    right: 0;
    margin-right: 21px;
    top: 0;
    width: 20px !important;
}
.sara-p {
    background-image: url("../img/theme/sarapub-tag.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 88px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px !important;
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.col-md-2.namad,.col-md-6.enamad{padding:0;}
.samandehi.col-md-6 > img {
    margin-top: -5px;
    width: 116px;
}

.prod_introduction > div.text
{
height:auto !important;
}
.prod_introduction img {
    float: right;
    padding-left: 15px;
}

.social.clearfix {
    float: left;
}

.social.clearfix {
    float: left;
}

.telegram-sec {
    margin-right: 2px !important;
    float: left;
    margin-top: -3px;
}
.social-buttons h6 {
    margin-right: 70px;
}

.navbar-nav
{
margin-left:9%;
}
