﻿@charset "UTF-8";
@import url(iransans.css);
a { text-decoration: none !important; }

* { -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

.space-10 { height: 10px; opacity: 0; }

.space-20 { height: 20px; opacity: 0; }

.space-30 { height: 30px; opacity: 0; }

.space-50 { height: 50px; opacity: 0; }

.space-100 { height: 100px; opacity: 0; }

.space-200 { height: 200px; opacity: 0; }

body { background-image: url(../images/bb.jpg); background-repeat: repeat; background-size: cover; background-attachment: fixed; background-position: center; z-index: 1; font-family: IRANSans !important; font-weight: 300; direction: rtl; margin: 0; }


body, html { height: 100%; width: 100%; text-align: center; margin: 0; padding: 0; position: relative; }

/*PRELOADING------------ */
#overlayer { width: 100%; height: 100%; position: fixed; z-index: 1000; background: #252525; }

.loader { display: inline-block; width: 30px; height: 30px; position: absolute; z-index: 10000000; border: 4px solid #fff; top: 50%; animation: loader 2s infinite ease; }

.loader-inner { vertical-align: top; display: inline-block; width: 100%; background-color: #fff; animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(180deg); }
    50% { transform: rotate(180deg); }
    75% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loader-inner {
    0% { height: 0%; }
    25% { height: 0%; }
    50% { height: 100%; }
    75% { height: 100%; }
    100% { height: 0%; }
}

.main-nav { text-align: right; z-index: 99; background-color: #252525; width: 100%; min-height: 550px; padding: 20px; }
    .main-nav ul { list-style: none; }
        .main-nav ul li { margin-bottom: 20px; }
            .main-nav ul li .active { color: #fff; }
            .main-nav ul li a { font-size: 35px; color: gray; }
                .main-nav ul li a:hover, .main-nav ul li a:focus { color: #fff; }

.full-menu { visibility: hidden; display: table; position: fixed; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.5); -webkit-transform: scale(0.85); -ms-transform: scale(0.85); transform: scale(0.85); z-index: 100; }

.full-menu--open { visibility: visible; opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.full-menu--transition { -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }

.full-menu--middle { display: table-cell; vertical-align: middle; }

.menu-2 i { color: #fff; font-size: 40px; }

.menu-toggle { border: 0; color: #fff; background-color: transparent; position: fixed; top: 50px; right: 50px; z-index: 80; width: 40px; height: 40px; }

.menu-toggle--close { position: absolute; top: 30px; right: 30px; }
    .menu-toggle--close:before { content: ""; color: #000; font-size: 40px; margin: 0; }

.menu-toggle:hover .menuIcon span { width: 30px !important; background-color: #fff; }

@media screen and (max-width: 720px) {
    /* line 547, ../sass/main.scss */
    .img-container { height: 500px !important; }

    .menu-toggle { top: 20px; left: 20px; }
}
/* line 593, ../sass/main.scss */
.menuIcon span { display: block; background-color: #fff; height: 2px; width: 25px; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; }

    /* line 600, ../sass/main.scss */
    .menuIcon span:first-child { width: 30px; margin-bottom: 5px; }

    /* line 604, ../sass/main.scss */
    .menuIcon span:last-child { width: 20px; margin-top: 5px; }

input, select, textarea, button { transition: all 0.3s ease; border: 0px; border-bottom: 1px solid #5c5c5c; padding: 0; background-color: transparent; color: #fff; }
    input:focus, select:focus, textarea:focus, button:focus { outline: none; border-color: transparent; }
        input:focus + label, select:focus + label, textarea:focus + label, button:focus + label { color: #5c5c5c; font-size: 11px; }

html, body { position: relative; height: 100%; }

.swiper-container { width: 100%; height: 100%; position: relative; padding-top: 30px; padding-bottom: 30px; }

.swiper-slide { text-align: center; font-size: 18px; background: transparent; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
    .swiper-slide .img-container { width: 100%; height: 600px; overflow: hidden; }
        .swiper-slide .img-container img { width: 100%; height: 100%; }

.connect-us { color: #fff; position: absolute; top: 50%; left: 15px; width: 50px; height: 50px; z-index:200 }
    .connect-us .About i { font-size: 35px; }
    .connect-us .About:hover .children-about { opacity: 1; }
        .connect-us .About:hover .children-about li { left: 100px; bottom: 95px; right: auto; }
    .connect-us .About .children-about { list-style: none; opacity: 0; z-index: 999; }
        .connect-us .About .children-about li { position: relative; left: 100px; bottom: 95px; right: auto; margin: 10px; width: 35px; height: 35px; border-radius: 50%; border: 1px solid #fff; line-height: 42px; z-index: 9999; }
            .connect-us .About .children-about li:hover { background-color: #c7c7c7; }
                .connect-us .About .children-about li:hover a > span { display: block; }
            .connect-us .About .children-about li a { color: #fff; z-index: 9999; }
                .connect-us .About .children-about li a span { display: none; font-size: 18px; }
                .connect-us .About .children-about li a i { font-size: 20px; z-index: 9999; }

.label-n { font-size: 20px; color: gray; }

.a-n { font-size: 30px; color: #fff; }
    .a-n i { font-size: 25px; color: #fff; }
    .a-n:hover { color: gray; }
        .a-n:hover i { color: gray; }

.ul-edit { list-style: none; padding: 0px; display: inline-block; text-align: center; }
    .ul-edit li { display: inline-block; width: 40px; height: 40px; border: 1px solid transparent; border-radius: 50%; }
        .ul-edit li:hover { color: #fff; border-color: #fff; }
            .ul-edit li:hover a { color: #fff; }
                .ul-edit li:hover a i { color: #fff; }
        .ul-edit li + li { margin-right: 2px; }
        .ul-edit li a { color: gray; font-size: 18px !important; line-height: 42px; width: 100%; height: 100%; }
            .ul-edit li a i { font-size: 18px; color: gray; }

.mahya { position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); font-size: 16px; }

.img-container-2 { width: 100%; height: auto; }
    .img-container-2 img { width: 100%; height: auto; }

.text-container { text-align: right; color: #fff; padding: 20px; }
    .text-container .btn-new { background-color: #fff; color: #000; border: 1px solid #fff; padding: 10px; font-size: 19px; }
        .text-container .btn-new:hover { box-shadow: 1px 1px 15px rgba(255, 255, 255, 0.5); }

.back { position: absolute; top: 30px; left: 30px; z-index: 100; }
    .back a { color: #fff; }
        .back a i { position: relative; top: 3px; right: -5px; }
        .back a:hover { color: gray; }
            .back a:hover i { color: gray; }

.img-container-3 { width: 100%; height: auto; min-height: 400px; position: relative; overflow: hidden; }
    .img-container-3 img { width: 100%; height: 100%; }
    .img-container-3 .text { color: #fff; display: none; overflow: hidden; text-align: right; }

.menumobile { background: rgba(0, 0, 0, 0.8); position: fixed; }
    .menumobile .email { color: #c7c7c7; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
        .menumobile .email a { font-size: 18px; }
            .menumobile .email a:hover { background: transparent !important; color: #c7c7c7 !important; }

    .menumobile h1 { color: #ffffff; font-size: 25px; padding: 20px; margin: 0; font-weight: 300; background: rgba(0, 0, 0, 0.3); }

    .menumobile a { display: block; color: #fff; font-size: 1.1em; font-weight: 300; }

        .menumobile a:hover { background: #c7c7c7; color: #000; }

.menumobile { width: 340px; height: 100%; text-align: right; top: 0; z-index: 100000; }

    .menumobile a { text-decoration: none; padding: 0.7em 1.1em; }

.menumobile { right: 0px; }

.menumobile, .menuoff, .buttonmove, .menutoggle { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.menuoff { margin-right: -340px; }

.menutoggle { right: 2em; top: 1.5em; position: absolute; cursor: pointer; }

.buttonmove { position: absolute; margin-right: 260px; z-index: 99999999999; }

* { box-sizing: border-box; }


footer { text-align: center; padding: 10px; font-size: 16px; /* The footer will take up as much vertical space as it needs and not a pixel more. */ color: #c7c7c7; flex: 0 0 auto; }

/*# sourceMappingURL=custom.css.map */

.carousel-control { display:none !important }

.top-line { background-color: rgba(255, 255, 255, 0.1); width: 100%; box-shadow: 0 5px 3px -3px #1b1b1c; -ms-box-shadow: 0 5px 3px -3px #1b1b1c; -webkit-box-shadow: 0 5px 3px -3px #1b1b1c; padding:10px;  }
.top-btns { padding: 5px; float: left; margin:1px; color:#fff;font-size: 9pt; }
        .top-btns:hover .sm-left { color: #fff !important; }
        .top-btns:hover a { color: #888; }
         .top-btns:hover .wellcom-well a { color: #666; }
    .top-btns a { color: #fff; }

    .top-btns .fa, .top-btns .glyphicon-transfer { font-size: 12pt; color: #aaa; padding: 5px; border-radius: 50%;  }
    .top-btns .fa-user { padding: 5px 6px !important; }
    .top-btns .fa-lock { padding: 5px 7.5px !important; }

.page-header { font-size:20pt; color:#fff; border:0px !important }

.LoginPnl {  margin:auto; text-align:center; max-width:350px;  }
    .btn { width:100% !important;padding:13px;font-size:12pt; }
.form-control { max-width:350px; min-height:47px; font-size:12pt;}

.RegisterPnl { margin:auto; text-align:center; max-width:350px; }
.RegisterPnl .validation-error { position: absolute; font-size: 8pt !important; text-align: left; top: 0; left: 0px; /*background-color: #ffdada;*/  height: 55px; }

.CartPnl { margin:auto; text-align:center; max-width:800px; }
.CartPnl .validation-error { position: absolute; font-size: 8pt !important; text-align: left; top: 0; left: 0px; /*background-color: #ffdada;*/  height: 55px; }
.CartPnl .Drop { max-width: 100% !important;  position: relative; height: 55px; border: 1px solid #666; display: inline; border: 1px solid #aaa; }

.dropdown-menu { left: 0px; top: 50px; }

.wellcom-well .custom-modal { left: 5% !important; }

.wellcom-well > div { padding: 5px; text-align: right; }
.wellcom-well span { color: #E2382B; }
.wellcom-well .custom-modal a { color:#666 !important }

.userMenu { color:#38e881  !important }

.magnify { position: relative; cursor: none; }
.magnify-large { position: absolute; display: none; width: 200px; height: 200px; z-index:500 !important; -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }

.price { font-size: 20pt; color:#e6d216  }
.discount-price { text-decoration: line-through; color: #f83232; font-size: 13pt; margin-bottom:20%; }

.mt-4 {font-size: 19pt; color:#f7f7f7; padding-top:3%; }
.mt-5 {font-size: 15pt;   }

.cart-tbl { background:rgba(0,0,0,0.4) }
.cart-tbl td { text-align: center; color:#eee  !important }
.cart-tbl .success { background-color: #222 !important; }
.cart-tbl .fa { padding: 0px 6px 0px 6px !important; font-size: 16pt; }
.cart-tbl .fa-minus-circle { color: #f15858 !important; }
.cart-tbl .fa-plus-circle { color: #8cad4e !important; }
.cart-tbl .fa-trash { color: #fff; font-size:11pt; }

    .cart-tbl  .title { float: right; padding: 4px 10px 4px 4px; }
    .cart-tbl .value { float: right; padding: 3px; padding: 4px 10px 4px 4px; }
    .cart-tbl .recieve-time { padding: 10px; text-align: center; font-size: 12pt; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border:1px solid #888 !important }

.cart-login { padding: 5% 10%; background: rgba(0,0,0,0.5); min-height: 390px; margin-bottom: 2%; }
    .cart-login p { margin: 0 0 20px; font-size: 15pt; color: #afafaf; font-family:IRANSans !important }
    .cart-login .btn { width: 100%; min-height: 50px; font-size: 17pt !important; padding: 7px !important; }
    .cart-login .heading { text-align: center; font-size: 12pt; font-weight: bold; color: #444; }
        .cart-login .heading .fa { color: #afafaf; }
        .cart-login .heading small { color: #888; font-size: 9pt; font-weight: normal; }
    .cart-login .body { padding-top: 20px; }
        .cart-login .body .txtstyle { padding: 12px !important; }



.cart-pay { padding:3%; font-size:14pt; color:#eee }
.text-right { text-align:right !important }


.img-container-3  { min-height:500px; }
.logo { float: right; padding: 0px 40px; font-size: 18pt; color: #fefefe; }

.logo div { font-size: 55%; padding-top: 10px; color: #fefefe; text-align: right; }

    .detail-text {font-family: IRANSans !important; font-size: 16px; color:#eee !important; text-align:justify; padding-bottom:25px;   }
.detail-text img { /*width: 80%;*/ font-family: IRANSans !important; font-size: 16px; }
.detail-text p { line-height: 30px !important; font-size: 16px !important; font-family: IRANSans !important;color:#eee !important; }
.detail-text span { line-height: 30px !important; font-family: IRANSans !important; font-size: 16px !important;color:#eee !important; }
.detail-text div { line-height: 30px !important; font-family: IRANSans !important; font-size: 16px !important;color:#eee !important; }
.detail-text iframe { width: 100% !important; height: auto !important; min-height: 580px; border: 0px; }

@media (max-width:400px) {
    .logo { float:none !important; text-align:center}
        .logo img { max-height:80px; margin:auto }
}