@charset "UTF-8";

/* ----- start Shpping cart ----- */

.editAddressBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000aa;
    top: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.modifyadress {
    position: relative;
    z-index: 100;
    width: 96%;
    max-width: 550px;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.modifyadress li {
    width: 100%;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modifyadress li .custom-dropdown select {
    width: 100% !important;
    box-sizing: border-box;
}
.modifyadress li input{
    width: 60%;
    padding: 9px;
    height: inherit !important;
    box-sizing: border-box;
}
.modifyadress li textarea {
    width: 60%;
    padding: 10px 15px;
    height: 100px;
    width: 100%;
    margin-top: 5px;
}
.modifyadress li:last-child{
    justify-content: flex-end;
}
.modifyadress .custom-dropdown{
    width: 60%;
}
.closeBox {
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 1.4em;
    color: #F14848;
    background: #fff;
    line-height: 0;
    border-radius: 50%;
    cursor: pointer;
}
.shopingCartTitle {
    font-size: 1.3em;
    margin: 20px 0px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
}
.shopingCartTitle .icon-shopping-cart-full {
    font-size: 1.5em;
    line-height: 0;
    color: #ff6a00;
    margin-left: 10px;
}
.CountSelect {
    background-color: #fff;
    font-size: inherit;
    padding: 4px .6em 4px 2em;
    margin: 0;
    text-indent: 0.01px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border: 1px solid #9E9E9E;
    font-family: iranyekan;
    color: #464646;
    line-height: 1.5;
    width: inherit !important;
}
.CountSelect:hover,
.CountSelect:focus{
    box-shadow: none;
    background-color: #f3f3f3;
}
.custom-dropdown::before, .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.custom-dropdown::after { 
    content: "\e003";
    font-family: landikaiconfont;
    height: 1em;
    line-height: 1;
    left: 15px;
    top: 49%;
    transform: translate(0,-50%);
    color: #646464;
    font-size: 1.2em;
}
.CountSelect[disabled] {
    color: rgba(0,0,0,.3);
}

.itemImg{
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-left: 15px;
}

.Dispatchs{
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box
}
.paymentPlan{
    padding: 20px 30px;
    flex: 2 0 0;
    width: 70%;
}
.paymentInfo{
    overflow: hidden;
    flex: 1 0 0;
    width: 30%;
    margin-right: 25px;
}

.DispatchHolder{
    position: relative;
    width: 100%;
    grid-template-columns: 5% 30% auto;
    grid-template-rows: auto auto;
    margin-bottom: 25px;
    font-size: .9em;
}
.DispatchHolder:last-child{
    margin-bottom: 0;
}

.DispatchNum {
    grid-area: 1 / 1 / 1 / 1;
    border-radius: 0 12px 12px 0;
    position: relative;
    font-weight: bold;
}

.DispatchNum .RotateNum{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    color: #fff;
    white-space: nowrap;
}

.DispatchList{
    grid-area: 1 / 2 / 1 / 4;
    border-radius: 20px 0 0 20px;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.DispatchDetail{
    grid-area: 2 / 3 / 2 / 4;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.DispatchDetail::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 100%;
    left: 0;
    z-index: -1;
}

.DispatchLine{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  position: relative;
}
.DispatchLine:last-child{
    margin-bottom: 0;
}

.DispatchDetail ul{
    justify-content: space-between;
    color: #fff;
    font-size: .9em;
}

.itemColor,
.itemSendDate{
    margin: 10px 0 0 40px;
    color: #464646;
    font-weight: 300;
    font-size: .9em;
    white-space: nowrap;
    line-height: 1.5;
}
.itemSendDate {
    margin-left: 0;
    max-width: 350px;
    overflow: hidden;
}

.itemSinglePrice{
    margin-top: 8px;
    font-size: .8em;
    color: #9E9E9E;
}

.itemNumSelect{
    justify-content: center;
    align-items: center;
}

.itemNumSelect .CountSelect{
    margin-left: 10px;
}

.itemPriceBefor{
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.itemPriceBefor .ipbNum{
    font-size: .9em;
    color: #9E9E9E;
    text-decoration: line-through;
}
.itemPriceBefor .ipbNum span:last-child{
    font-size: .8em;
    font-weight: 300;
    margin-left: 8px;
}

.itemPriceBefor .ipnDiscount {
    background: #ff6a00;
    color: #fff;
    padding: 5px 10px 3px;
    font-size: .8em;
    border-radius: 50px;
}
.itemPriceAfter{
    font-weight: bold;
    font-size: 1.1em;
    color: #464646;
    text-align: center;
}
.itemPriceAfter span:last-child{
    font-size: .85em;
    font-weight: 400;
}

.itemDelete{
    font-size: .9em;
    color: #F14848;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    flex: 1 0 0;
    text-align: center;
    max-width: 80px;
}

.itemDelete span{
    position: relative;
    transition: all .3s ease;
}

.itemDelete span::after{
    content: "";
    position: absolute;
    width: 0;
    height: 110%;
    top: -5%;
    left: -25%;
    background: #F14848;
    border-radius: 50px;
    z-index: -1;
    transition: all .3s ease;
}

.itemDelete span:hover::after{
    width: 150%;
}
.itemDelete span:hover{
    color: #fff
}
.itemName{
    align-items: center;
    max-width: 45%;
    flex: 6 0 0;
}

.itemCount{
    flex: 2 0 0;
    text-align: center;
}
.itemPrice{
    flex: 2 0 0;
}

.itemNameHolder .itemTop span:first-child {
    line-height: 1.5;
}
.productGift::before {
    content: "|";
    margin: 0 10px;
}
.productGift {
    font-size: .9em;
    color: #757575;
    font-weight: 300;
}
.giftRow::after {
    width: 0 !important;
}
.giftRow:hover {
    color: #f14848 !important;
}
.deliveryDate {
    margin-right: 6px;
}
.DispatchHolder:nth-child(4n+1) .DispatchNum {
    background: #0088dc;
}
.DispatchHolder:nth-child(4n+1) .DispatchList{
    border: 1px solid #0088dc80;
    background: #FAFBFF;
}
.DispatchHolder:nth-child(4n+1) .DispatchDetail{
    background: #0088dc;
}
.DispatchHolder:nth-child(4n+1) .DispatchDetail::after{
    background: #0088dc;
}


.DispatchHolder:nth-child(4n+2) .DispatchNum {
    background: #54AE05;
}
.DispatchHolder:nth-child(4n+2) .DispatchList{
    border: 1px solid #54AE0580;
    background: #FAFFF9;
}
.DispatchHolder:nth-child(4n+2) .DispatchDetail{
    background: #54AE05;
}
.DispatchHolder:nth-child(4n+2) .DispatchDetail::after{
    background: #54AE05;
}

.DispatchHolder:nth-child(4n+3) .DispatchNum {
    background: #DCA100;
}
.DispatchHolder:nth-child(4n+3) .DispatchList{
    border: 1px solid #DCA10080;
    background: #fffcf3;
}
.DispatchHolder:nth-child(4n+3) .DispatchDetail{
    background: #DCA100;
}
.DispatchHolder:nth-child(4n+3) .DispatchDetail::after{
    background: #DCA100;
}

.DispatchHolder:nth-child(4n+0) .DispatchNum {
    background: #B24873;
}
.DispatchHolder:nth-child(4n+0) .DispatchList{
    border: 1px solid #B2487380;
    background: #fff7fa;
}
.DispatchHolder:nth-child(4n+0) .DispatchDetail{
    background: #B24873;
}
.DispatchHolder:nth-child(4n+0) .DispatchDetail::after{
    background: #B24873;
}


.selectedAddress{
    background: #ff6a00;
    color: #fff;
    position: relative;
    border-radius: 0 10px 10px 0;
    min-width: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.selectedAddress i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.3em
}
.AddressDetail{
    border: 1px solid #9E9E9E;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    transition: all .3s ease;
    width: 100%;
}
.AddressDetail:hover{
    border: 1px solid #666;
}

.addressList{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
}
.addressList>li:not(:last-child){
    min-width: 25%;
}
.addressList>li{
    max-width: 30%;
    margin-left: 25px;
    cursor: pointer;
}

.AddressDetail li span{
    font-size: .9em;
    color: #464646;
    margin: 10px 0;
    display: inline-block;
}

.active .selectedAddress{
    min-width: 25px;
}

.active .AddressDetail{
    border: 1px solid #ff6a00;
    border-radius: 10px 0 0 10px;
}


.AddressDetail li span:first-child{
    font-weight: 300;
}

.AddressDetail li p{
    display: inline-block;
    line-height: 1.7;
}

.AddMoreAddress{
    border: 1px solid #ccc;
    color: #999;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.AddMoreAddress i{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin-bottom: 15px;
}

.AddMoreAddress:hover{
    border: 1px solid #aaa;
    color: #777;
}
.AddMoreAddress:hover i{
    border: 1px solid #aaa;
}

.editAddress{
    position: absolute;
    top: 10px;
    left: 20px;
    color: #54AE05;
}

.editAddress span{
    max-width: 0;
    position: absolute;
    font-size: .8em;
    left: -12px;
    top: 0;
    color: #fff;
    background: #54AE05;
    display: inline-block;
    white-space: nowrap;
    padding: 6px 0;
    border-radius: 50px;
    overflow: hidden;
    transition: all .3s ease;
}

.editAddress i{
    position: relative;
    top: 2px;
    z-index: 2;
    transition: all .3s ease;
}

.editAddress:hover i{
    color: #fff;
}

.editAddress:hover span{
    max-width: 200px;
    padding: 6px 15px 6px 35px;
}
.CartPatment{
    justify-content: space-between;
}
.accountCrdit{
    font-size: .85em;
    color: #9E9E9E;
    margin: 8px 35px 0 0;
}
.peymentCheckBox{
    margin: 25px 0;
}
.discountCodeBox{
    margin: 10px 35px 0 0;
    display: none;
}

.discountCode::placeholder{
    text-align: right;
    color: #757575;
}
.discountCode{
    border: 1px solid #D4D4D4 !important;
    color: #464646 !important;
    font-family: iranyekan;
    padding: 6px 20px !important;
    width: 235px !important;
    border-radius: 6px !important;
    text-align: left;
    direction: ltr;
    font-size: 100%;
    box-sizing: border-box;
    height: inherit !important;
}

.SecBtn{
    border: 1px solid #ff6a00;
    padding:4px 25px;
    border-radius: 6px;
    color: #ff6a00;
    cursor: pointer;
}

.SecBtn:hover{
    background: #ff6a0012;
}

.disBtn{
    margin-right: 13px;
}

.disCountError span{
    background: #FFE2E2;
    padding: 3px 10px 3px 10px;
    color: #F14848;
    font-size: .9em;
    float: right;
    width: 93%;
    box-sizing: border-box;
    line-height: 200%;
}
.disCountError{
    width: 100%;
    margin-top: 12px;
    display: none;
}

.dashboardBoxTitle{
    font-size: 1.2em;
    margin: 15px 0;
}


.BanksLogoHolder{
    margin-right: 35px;    
}

.BanksLogoHolder .BankLogo{
    margin-top: 20px;
    margin-left: 25px;
}
.BanksLogoHolder .bankImg{
    padding: 30px 20px;
    height: 80%;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 120px;
    min-width: 120px;
    border: 1px solid #9E9E9E;
    cursor: pointer;
}
.BankLogo input[type="radio"]:disabled ~ .bankImg {
    filter: grayscale(1);
    opacity: .3;
}
.OnlinePeyment .radioLabel input[type="radio"]:disabled ~ span, .codPeyment .radioLabel input[type="radio"]:disabled ~ span {
    opacity: .3;
}
.BanksLogoHolder .BankLogo input[type='radio']{
    position: absolute;
    display: none;
}
.BanksLogoHolder .BankLogo input[type='radio']:checked ~ .bankImg{
    border: 2px solid #0088dc;
    box-shadow: 0 3px 6px rgba(0,0,0,.1)
}
.codPeyment{
    margin: 15px 0;
}
.codPeyment p{
    font-size: .9em;
    color: #969696;
    margin-top: 15px;
    line-height: 1.6;
}

.priceLine{
    justify-content: space-between;
}

.tomanAfter::after{
    content: "تومان";
    font-size: .9em;
    font-weight: 300;
    color: #646464;
    margin-right: 7px;
}

.QMarkInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #bbb;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-weight: bold;
}

.sendingPriceInfo{
    position: relative;
    top: -5px;
    margin-right: 15px;
    cursor: pointer;
}

.primBtn{
    background: #ff6a00;
    color: #fff;
    font-weight: bold;
    padding: 10px 35px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}
.primBtn:hover {
    background: #ea6100;
}
.tirdBtn{
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    padding: 10px 35px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.payCart,
.tirdBtn{
    margin: 0 8px;
    width: 50%;
}

.lightOrangeBG{
    background: #FFF6F0;
}

.paymentInfo .priceLine{
    padding: 20px 30px;
}

.priceLineList{
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.DiscountLine{
    margin-bottom: 15px;
}

.DiscountLine .CheckBoxHolder{
    width: 100%;
}
.DiscountLine .CheckBoxLabel{
    margin-right: 20px;
    font-size: .9em;
    color: #0088dc;
    text-decoration: underline;
}

.FinalPayment{
    font-weight: bold;
    color: #0088dc;
    font-size: 1.1em;
}

.discountSuccess{
    justify-content: space-between;
    font-size: .9em;
    width: 100%;
    background: #edffdd;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #54AE05
}
/* ----- end Shpping cart ----- */
.cnt2{
    max-width:600px;
}
.cent-div{
    text-align: center;
    float: right;
    width: 100%;
    margin: 50px 0;
}
.titlehideshop{
    display:none;
}
.cent-div > img{
    margin-bottom: 15px;
}
.cent-div > p{
    padding:10px 0;
}
.hideafteri{
    background: #b5b5b5 !important;
    color: white !important;
}
.cent-div .btm{
    float: none;
    display: inline-block;
    border-radius:0;
}
.shopphide{
    display:none;
}
/*///////////////////////////findme///////////////////////////////////*/
.find-me-center {
    width: 95%;
    max-width: 800px;
    height: 450px;
    background-color: #fff;
    margin: auto;
    position: fixed;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #777;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.myacc {
    color: green;
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: justify;
    line-height: 1.5;
}
.find-me-center-right a{
    float: left;
    padding: 10px;
    background: #ff6a00;
    color: white;
    margin-left: 20px;
    border-radius: 7px;
}

.find-me-center-right {
    width: 50%;
    float: right;
    padding-top: 25px;
}

.find-me-center-left {
    width: 50%;
    float: left;
}

.find-me-center-midline {
    width: 3px;
    background-color: #ccc;
    height: 85%;
    position: absolute;
    left: 50%;
    top: 40px;
}

.find-me-close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 6px 7px;
    ;
    background-color: #fff;
    border: 2px solid red;
    border-radius: 100%;
    color: red;
    cursor: pointer;
}

.find-me-center-left img {
    max-width: 100%;
    margin: auto;
}

.left-center {
    width: 85%;
    margin: 0 auto;
}
.emalwrapper{
    display: inline-block;
    position: relative;
}
.code-btn a {
    padding: 4% 20px;
    direction: rtl;
    text-align: right;
    font-family: 'Mada', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 160%;
}

.code-block {
    width: 70%;
    margin: 20px auto;
}

.code-block > p {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: justify;
}

.code-code {
    padding: 5px !important;
    border-radius: 6px !important;
    background-color: #dfdfdf !important;
    color: #333 !important;
    font-weight: bold;
    width: 70% !important;
    text-align: center;
    margin: 10px 15%;
}

.code-btn {
    background-color: #00b050;
    max-width: 60%;
    border-radius: 10px;
    margin: auto;
    box-shadow: 4px 4px 0 #0e5b31;
    cursor: pointer;
}

.code-btn:active {
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: 2px 2px 0 #0e5b31;
}

.code-btn p {
    text-align: center;
    color: #fff;
    padding: 6px 30px;
}

/* --------------------   Similar Product   -------------------- */

.simGoodRegDetail{
    width: 60%;
    margin: 15px auto;
    border: 1px solid #ff6a00;
    border-radius: 8px;
    padding: 10px;
    justify-content: space-between;
}

.simGoodRegDetail img{
    height: 100px;
}

.simGoodRegTitle{
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    margin-right: 20px;
}
.simGoodRegTitle p{
    align-self: flex-start;
}

.simGoodRegTitle a{
    background: #ff6a00;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 300;
    font-size: .9em;
}

.ChooseRegType{
    justify-content: space-around;
    margin: 35px 0 40px;
}

.regTypeHolder{
    width: 30%;
    border: 2px solid;
    border-radius: 8px;
    padding: 25px 15px;
}

.regTypeHolder a{
    font-size: 1.4em;
    text-align: center;
    display: block;
    margin: 15px 0;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.regTypeHolder p{
    line-height: 1.7;
    text-align: justify;
    margin-top: 10px;
}

.regDes{
    border: 1px solid;
    padding: 20px 20px 30px;
    margin: 20px auto;
    line-height: 1.8;
    border-radius: 8px;
    width: 90%;
    box-sizing: border-box;
}
.regDes h2{
    font-size: 1.3em;
}

.regSample{
    width: 90%;
    text-align: justify;
    margin: 20px auto;
    line-height: 1.6;
    color: #757575;
    font-size: .9em;
}

.simReg{
    border-color: #0088dc;
}

.sameReg{
    border-color: #54AE05;
}


.simReg a{
    background: #0088dc;
}

.sameReg a{
    background: #54AE05;
}

.regDes ul {
    margin: 10px 30px;
}

.regDes ul li{
    color: #464646;
}

.regDes ul li::before{
    content: "\e048";
    color: #ff6a00;
    font-family: landikaiconfont;
    margin-left: 13px;
}



@media only screen and (max-width: 700px) {
  .simGoodRegDetail {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}
  .cartBtnLine {
    flex-wrap: nowrap;
}
  .simGoodRegTitle p {
    margin: 10px 0;
    line-height: 1.6;
}
  .simGoodRegTitle {
    margin-right: 0;
}
  .regTypeHolder {
    width: 96%;
    margin: 10px auto;
    padding: 15px 10px;
}
  .regDes {
    padding: 10px 5px 15px;
    margin: 10px auto;
    width: 100%;
}
  .regDes ul {
    margin: 10px 5px;
}
  .regDes h2 {
    text-align: center;
}
  .regDes ul li {
    margin-top: 15px;
    text-align: justify;
}
  .ChooseRegType {
    justify-content: space-around;
    margin: 35px 0 40px;
    flex-wrap: wrap;
}
    .find-me-center-right {
        width: 100%;
    }

    .find-me-center-midline {
        display: none;
    }

    .find-me-center-right p {
        padding: 1% 20px 3%;
    }

    .left-center {
        margin: 2% auto;
    }

    .find-me-center-left {
        width: 38%;
    }
}

/*/////////////////////////////findmeend///////////////////////////////////*/

/*///////////////////////ShoppingCart/////////////////////////*/

.profileul4 span.ccbox {
    position: absolute;
    top: 90%;
    left: 50%;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.profileul4 li label:first-child input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.profileul4 li label:first-child:hover .ccbox {
    background-color: #bbb;
}

.profileul4 li label:first-child input:checked ~ .ccbox {
    background-color: #ff6a00 !important;
    border: none;
}

.profileul4 .ccbox::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    position: absolute;
    display: none;
    transform: translate(-50%,-50%);
}

.profileul4 li label:first-child input:checked ~ .ccbox::after {
    display: block;
}

.line-loading {
    position: absolute;
    top: -15%;
    left: -15%;
    height: 130%;
    width: 130%;
}
p.innotetxt {
    font-size: 90%;
    line-height: 150%;
    padding: 10px;
}

.wrapper{
    width: 100%;
    background: #fff;
    min-height: 400px;
    overflow: hidden;
    direction: rtl;
    float: right;
    margin: 15px 0;
    box-sizing: border-box;
    padding: 20px;
}
.postprice0:before{
    content: "-";
    position: absolute;
    left: 52%;
    top: 23px;
    background: red;
    line-height: 0;
    width: 60%;
    height: 2px;
    color: rgba(255, 0, 0, 0);
    transform: rotate(-18deg);
}
.pagewraper{
    float: right;
    width: 100%;
    min-height: 500px;
    direction: rtl;
    padding: 40px 0;
}
.maintitle {
    font-size: 140%;
    color: #2092d8;
    margin-bottom: 30px;
}
.innertitle:before{
    content: '\f196';
    font-family: fontawesome;
    float: right;
    margin-left: 7px;
}
.innertitle{
    color: #1bbf1b;
    padding: 0px 25px 20px;
    cursor: pointer;
    float: right;
}
.pagecontent{
    float: right;
    width: 96%;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 12px;
    background: white;
    font-size: 90%;
    color: gray;
    line-height: 180%;
}
.shop-step1 .row{
    height: 80px;
    border-bottom: 1px solid #ddd !important;
    font-size: 0;
    position: relative;

}
.seloptcart{
    float: right;
    width: 40%;
    border-radius: 3px;
    margin: 20px 30%;
    border-color: #c7c5c5;
    font-size: 110%;
    direction: ltr;
}

.profileul4 li label{
    float: right;
    width: 12%;
    font-size: 90%;
    box-sizing: border-box;
    position: relative;
}
.profileul4 li input{
    float:right;
    margin: 2px 10px;
}
.customeraddress{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    color: #6d6d6d;
}

.changebtm {
    float: left;
    font-size: 80%;
    padding: 8px 20px;
    border: 1px solid #ff6a00;
    border-radius: 5px;
    color: #ff6a00;
    margin: 10px 0;
    cursor: pointer;
}

.freebas{
    height: 80px;
    border: 1px solid #ddd !important;
    position: relative;
    text-align: center;
    color: red;
    font-weight: bold;
    line-height: 72px;
    font-size: 110%;
    float: right;
    width: 100%;
    box-sizing: border-box;
}
.wrapper{
    margin: 30px 0;
}
.shop-step1{
    width:100%;
    border: 1px solid #f0f1f2 !important;
    border-radius: 2px;
    margin-bottom: 12px;
    background: white;
}
.finishbank .shop-step1{
    border: 3px solid #e4e4e4 !important;
    border-radius: 10px;
    margin-bottom: -2px;
    box-sizing: border-box;
}
.finishbank .description {
    width:44%;
}
.afterbuys{
    float: right;
    width: 60%;
    line-height: 200%;
    padding: 10px;
    color: #616161;
}
.afterbuys li:first-child{
    font-size: 120%;
    font-weight: bold;
    color: #05c305;
    padding: 15px 0;
}
.modikhan{
    float: right;
    width: 100%;
}
.finishbank .count, .finishbank .totalprice {
    width: 11%;
}

.finishbank .head {
    border-top: 1px solid #e4e4e4;
}
.head{
    background:#f7f9fa;
    border-bottom: solid #f0f1f2;
    font-size:0;
    height:35px;  
    line-height:35px;
}
.description,.count,.unitprice,.totalprice,.removeshop{
    display: inline-block;
    color: #666666;
    text-align: center;
    border-left: 1px solid #f0f1f2 !important;
    vertical-align: top;
    font-size: 13px;
    box-sizing:border-box;
    position:relative;
    height: 100%;
}
.dishint{
    display: inline-block;
    margin-right: 5px;
    color: gray;
    font-size: 90%;
}
.carthint{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.desc h2{
    margin: 5px 0 7px;
}
.desc h3{
    font-size: 90%;
    color: #bdbcbc;
}
.description{width:40%;}
.count{width:11%;}
.unitprice{width:11%;}
.totalprice{width:10%;}
.removeshop{
    width:6%;
}
.descriptionshop{width:34%;}
.kaddo{width:7%;
    display:none;
}
.kaddo input{
    cursor: pointer;
}
.removeshop i{
    line-height: 70px;
    cursor:pointer;
    font-size:110%;
}
.row .count,.row .unitprice,.row .totalprice{
    line-height:74px;
}
/*----------------------------second row-------------------------------------*/
.pic{
    float: right;
    margin-top: -10px;
    max-height: 65px;
}
.desc {
    margin-right: 90px;
}
.container{
    padding:20px;
}

.btncancle{
    background: #ffedee url('../images/close-icon.png') center center  no-repeat;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
    text-align: center;
    width: 30px;
    border-right: 1px solid #f0f1f2 !important;
    box-sizing: border-box;
}
.showpostp{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.34);
    top: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
}
.postbody{
    position: fixed;
    width: 100%;
    max-width: 880px;
    background: white;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    transform: translate(50%);
    right: 50%;
    top: 20%;
    max-height: 500px;
    overflow: auto;
    direction: ltr;
    text-align: right;
}
.postbody h2{
    color: #646464;
    margin: 10px 0;
}
.postbody > p{
    font-size: 90%;
    line-height: 150%;
    color: gray;
    margin: 10px 0;
}
.postbody li label{
    float: right;
    width: 100%;
    margin-top: 10px;
}
.postbody .fa{
    float: left;
    font-size: 130%;
    color: red;
    cursor: pointer;
}
.postbody ul li{
    float: right;
    width: 100%;
    padding: 6px;
    font-size: 85%;
    line-height: 150%;
    box-sizing: border-box;
    color: #646464;
}
.postbody ul li:nth-child(2n+1){
    background: #faebff;
}
.postbody ul li span{
    float: right;
    width: 20%;
}
.postbody ul li div{
    float: right;
    width: 49%;
    border-right: 1px solid #c7c5c5;
    box-sizing: border-box;
    padding-right: 5px;
    border-left: 1px solid #c7c5c5;
    margin-left: 1%;
}
.postbody ul li section{
    float: right;
    width: 30%;
    direction: rtl;
}
.postbody ul li span a{
    font-size: 110%;
    color: blue;
}
/*--------------------------------------------------------*/
.Notify{
    float: right;
    text-align: justify;
    background-color: #fffce0;
    padding: 14px;
    border-radius: 3px 0px 3px 0;
    border: 1px solid #FFE2B4 !important;
    width: 100%;
    line-height: 135%;
    font-size: 92%;
    box-sizing: border-box;
}
.halfshop{
    float:right;
    width:50%;
}

.notediscount{
    background: white;
    border: 1px solid gainsboro !important;
    border-top: none !important;
}
.notediscount input{
    width: 140px;
    height: 35px;
    box-sizing: border-box;
    border-color: #cccccc;
    text-align: center;
    direction: ltr;
}
.notediscount span{
    display: inline-block;
    margin: 0 20px 0 0;
    background: #038e43;
    color: white;
    padding: 4px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 90%;
}
.finalprice{
    border: 1px solid #c0f0c1;
    border-top: none;
    border-bottom: none;
    border-radius: 2px;
    margin-bottom: 28px;
    width: 35%;
    position: relative;
    float: left;
}

.pay-price {
    background: #e2f5e2;
    height: 60px;
    line-height: 60px;
}

.finalprice span.label {
    color: #818181;
    font-size: 12px;
    display: inline-block;
    width: 130px;
}
.finalprice span.label-price {
    color: #777777;
    float: left;
    padding-left: 80px;
    font-size: 18px;
    position:relative;
}
.finalprice p{
    border-bottom:1px solid #c0f0c1 !important;
    padding-right:40px;
    height:55px;
    line-height:55px;
}
.finalprice p:last-child *{
    color:#4caf50 !important;
}
.finalprice p .fa{
    font-size: 150%;
    color: #ff6a00;
    cursor: pointer;
}
.shopmon{
    float:right;
    width:100%;
    line-height: 200%;
}

.shopmonhide div {
    display: inline-block;
    margin: 0 1%;
}

.payacc{
    background: white;
    border: 1px solid gainsboro !important;
    width: 100%;
    box-sizing: border-box;
    border-top: none !important;
}
.payacc:last-child{
    margin-bottom:20px; 
    color: gray;
    font-size:90%;
}
.shopmon .a3 input{
    float: right;
    transform: scale(1.2);
    margin: 12px 12px 0 10px;
}
.payacc:last-child input{
    transform: scale(1);
    margin: 9px;
}
.shopmon .a2{
    float: right;
    width: 100%;
    color: gray;
    box-sizing: border-box;
    padding: 2px 12px;
    font-size: 90%;
}
.shopmon .a4{
    overflow: hidden;
    padding: 0;
    transition: all .3s ease;
    max-height: 0;
    border-right: 8px solid #ff6a00;
    margin-right: 35px;
    background: #ff6a0015;
    color: #464646;
}
.shopmon .a5{
    padding: 5px 13px;
    max-height: 130px;
}
.shopmon .a4 span, .shopmon .a4 label{
    color: #ff6a00;
    font-size: 110%;
}
.Podshopping{
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    border: 1px solid gainsboro;
    border-radius: 5px;
}
.Podshopping > p{
    margin: 10px;
    font-size: 90%;
    line-height: 140%;
    text-align: justify;
}
.label-price span{
    font-size: 85%;
    font-weight: 300;
}
/*----------------------------------------------------*/
.sendtype{
    width:580px;
    float:left;
    overflow:hidden;
    clear:both;
}
.sendtype p{
    width: 70%;
    float: right;
}
div.btnchoise{
    background:#4eaf50;
    color:#fff;
    text-align:center;
    float:left;
    position:relative;
    cursor:pointer;
    min-width:90px;
    min-height:30px;
}
div.btnchoise a{
    width: 100%;
    float: right;
    padding: 7px 20px;
    box-sizing: border-box;
}
div.btnchoise> .icon{
    padding-right: 14px;
    font-size: 15px;
}
/*---------------------------------------step2-------------------------------------*/
.adresspanel{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f0f1f2 !important;
    font-size: 0;
    position: relative;
    height: 152px;
    overflow: hidden;
    color:#777;
    box-sizing:border-box;
}
.adresspanel .rightcol{
    width:8%;
    text-align:center;
}
.adresspanel .centercol{width:89%;}
.adresspanel .leftcol{
    width:3%;
}
.adresspanel .rightcol ,.adresspanel .centercol,.adresspanel .leftcol{
    display:inline-block;
    box-sizing:border-box;
}
.adresspanel .row{
    padding-right: 10px;
}
.line{
    width: 1px;
    height: 100%;
    background: #ddd;
    display: inline-block;
    position: absolute;
}
.adresspanel .leftcol.longer {
    width:25%;
}
.adresspanel .rightcol.longer{width:15%;}
.adresspanel .centercol.smaller{width:60%;padding-right:2%;} 
.vertical-line{
    width:100%;
    height:1px;
    background:#eee;
}
.adresspanel .leftcol .btncancle {
    background: #ffedee url(../images/close-icon.png) center center no-repeat;
    position: absolute;
    height: 75px;
    width: 35px;
    top: 75px;

}
.adresspanel .leftcol .btnedit {
    position: absolute;
    height: 75px;
    width: 35px;
    text-align: center;
    background: #d2e6f5;
    color: #3589c7;
    font-size: 20px;
    line-height: 75px;
    top:0;
}
.heading{
    text-align: center;
    font-size: 140%;
    color: #2092d8;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
}
.centertxt{
    float: right;
    width: 100%;
    text-align: center;
    font-size: 95%;
    margin: 20px 0;
    line-height: 160%;
}
.fullrow2{width:100%;float:right;margin-bottom:10px;box-sizing: border-box;}
.fullrow2 span{
    float: right;
    color: gray;
    margin-top: 5px;
}
.fullrow2 input,.fullrow2 select{float:left;width:63%;box-sizing:border-box;padding:16px 5px;border-color: #c3c3c3;}
.fullrow2 select{
    padding:0;
}
.fullrow2 textarea{width:100%;height:150px;box-sizing:border-box;padding:10px;border-color: #c3c3c3;}
.mainvio{
    background: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    float: right;
    box-sizing: border-box;
}
.fullrow2 .btm{
    margin-right: 7px;
    width: 90px;
}
.whylandika{
    padding: 20px;
    font-size: 120%;
}
.whylandika > p{
    line-height: 200%;
    text-align: justify;
    margin-top: 15px;
    float: right;
    width: 100%;
}
.whylandika > ul{
    float: right;
    width: 90%;
    margin: 10px 5%;
}
.whylandika > ul li{
    float: right;
    width: 100%;
    margin-bottom: 10px;
    color: #292929;
    font-size: 85%;
    font-weight: bold;
}
.whylandika > h2{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 5px;
    color: #ff6a00;
    font-size: 110%;
}
.whylandika > img{
    max-width:100%;
}
.loginpage {
    min-height: 290px;
    display: inline-block;
    width: 90%;
    margin: 20px auto;
    background: white;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    direction: rtl;
    max-width: 1000px;
}

.login {
    max-width: 700px;
    min-width: 300px;
    margin: auto;
    border-bottom: none;
    color: #797b7d;
    width: 95%;
}

.login .row {
    margin-bottom: 20px;
    float: right;
    width: 100%;
}

.login .row::after {
    clear: both;
}

.login .row::before {
    clear: both;
}

.login .cell {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 100%;
}

.login .cell::after {
    clear: both;
}

.login .cell::before {
    clear: both;
}


.login label {
    font-size: 14px;
    float: right;
    padding: 7px;
    color: black;
    width: 65px;
}

.login a {
    color: #0090ff;
    font-size: 11px;
}

.login input {
    color: #002541;
    border: 1px solid #dadada !important;
    box-shadow: none;
    padding: 5px;
}
.areg{
    margin-top: 10px !important;
    height: 27px;
    padding-top: 12px !important;
    background: #2192d9 !important;
}
.login .button {
    padding: 0px;
    width: 110px;
    background: #00b050;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    margin-left: 8%;
}

.login .button:hover {
    background:green;
}

.login .editor {
    padding: 0px;
}
.halflogin {
    float: right;
    width: 50%;
    box-sizing: border-box;
}
.halflogin span{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    font-size: 90%;
    line-height: 150%;
    text-align: justify;
}

/* ---------------  spinner ----------------- */
.bg-dark {
    background-color: #000000a3;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.fh-info-box{
    width: 1000px;
    transform: translate(-50%,-50%);
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding: 25px;
    border-radius: 6px;
    height: 600px;
}

.contenedor{
    width:100%;
    height:auto;
    position:relative;
    direction: ltr;
}
.copyme{
    display: block;
    margin-top: 10px;
    background: #00b500;
    color: white;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.result{
    font-size:1.5em;
}

.start-btn{
    margin:20px auto;
    max-width: 20%;
    clear: both;
    position: relative;
    top: 20px;
}

.start-btn button{
    border: 1px solid #333;
    background: red;
    color: #fff;
    font-size: 1.3em;
    border-radius: 5px;
    text-align: center;
    width: 148px;
    line-height: 170%;
    position: relative;
    z-index: 200;
    direction: rtl;
    font-family: iranyekan;
}

.pico{
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top: 28px solid #40c400;
    margin:0;
    z-index:99999;
    position:absolute;
    left:48%;
    top:10px;
}

#Rueda{
    margin:0 auto;
    width:500px;
    height:500px;
    background:transparent url('/userfiles/images/landing/gardone-min.png') 0 0 no-repeat;
    background-size:contain;
    transition-timing-function: cubic-bezier(0.09, 0.02, 0, 1.01);
    transition-duration: 8s;
    position: absolute;
}
.spinnerLight1{
    position:absolue;
    left:50%;
}
.spinner img{
    width: 500px;
    position: absolute;
}


.reward-box{
    width: 50%;
    float: right;
    text-align: right;
}

.spinnerHandle{
    transition-duration: 8s;
    transition-timing-function: cubic-bezier(0.09, 0.02, 0, 1);
    position: absolute;
    left:0;
}

.spinnerLight{
    transition-duration: 8s;
    transition-timing-function: cubic-bezier(0.09, 0.02, 0, 1);
}

.spinnerLight1 .box-title{
    color: #fff;
    font-size: 40px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
}

.wheel-start{
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    padding: 30px 40px;
    background-color: #f7f7f7;
    border-radius: 8px;
}

.wheel-start li::before{
    content: "\f00c";
    font-family: fontawesome;
    color: #ff6a00;
    padding-left: 15px;
}

.wheel-start .ws-btn,.team-section .ws-btn{
    padding: 5px 30px;
    background-color: #00b050;
    margin:50px 30px 0 10px;
    color: #fff;
    float: left;
    border-radius: 6px;
    cursor: pointer;
}
.spinner-des{
    height: 100%;
    position: absolute;
    direction: rtl;
    top: 8%;
    right: 5%;
    width:40%;
}
.spinner-des ul{
    height: 70%;
    box-sizing: border-box;
    overflow-y: scroll;
    padding-left: 30px;
    padding-right: 40px;
    position: relative;
    direction: ltr;
}

.spinner-des ul li{
    width: 100%;
    direction: rtl;
    text-align: justify;
    line-height: 125%;
    border-bottom: 1px solid gainsboro;
    padding: 15px 0;
    position: relative;
}
.spinner-des ul li span:first-child{
    position: absolute;
    color: #ff6a00;
    font-weight: bold;
    font-size: 120%;
    right: -36px;
    top: 35%;
}

.spinner-des ul li span:first-child::before{
    content: "\f053";
    font-family: fontawesome;
    font-size: 80%;
    padding-right: 5px;
}

/* width */
.spinner-des ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.spinner-des ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dcdcdc; 
    border-radius: 10px;
}

/* Handle */
.spinner-des ul::-webkit-scrollbar-thumb {
    background: #ffb482; 
    border-radius: 10px;
}

/* Handle on hover */
.spinner-des ul::-webkit-scrollbar-thumb:hover {
    background: #ff6a00;
}

/* ---------------  end of spinner ----------------- */


@media only screen and (max-width: 1000px){
    .kaddo input{
        float: right;
        margin: 0px 36% 20px 10px;
    }  

    .fh-info-box {
        width: 350px;
        height: auto;
    }
    .start-btn button {
        margin-left: -40px;
    }
    .resultgrs{
        right: 10px;
        max-width: 310px;
    }
    .halfshop {
        width: 100%;
    }
    .spinner {
        transform: scale(0.75);
        margin: -21%;
    }
    .shop-step1 .row div section{
        width: 200px;
        display: inline-block;
        text-align: left;
        font-size: 120%;
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }
    .spinner-des {
        display: none;
    }

    .removeshop i {
        line-height: 15px;
        font-size: 150%;
        color: red;
        margin-right: 20px;
    }

    .removeshop .shopphide {
        float: none;
        display: inline-block;
    }
    .seloptcart {
        width: 80px;
        margin: -9px 0 0;
        float: left;
    }
    .shop-step1 .head{
        display:none;
    }
    .shop-step1 .row{
        height:auto;
    }
    .description {
        width: 100% !important;
    }
    .row .count, .row .unitprice, .row .totalprice {
        width: 100% !important;
        line-height: 1;
        text-align: center;
        margin: 15px 0 15px;
    }

    .removeshop {
        width: 100%;
        margin: 15px 0 20px;
    }
    .desc {
        margin-right: 0;
    }
    .shopphide{
        display: block;
        float: right;
    }
    .finalprice{
        width:100% !important;
    }
    .afterbuys {
        width:96%;
    }
    .hideafteri{
        display:none;
    }
    .profileul4 li label b{
        display:block;
    }
    .profileul4 li label {
        width: auto !important;
    }
    .shopmon .a5 {
        white-space: normal;
    }
}
@media only screen and (max-width: 750px){
    .fullrow2 span {
        width: 100%;
    }
    .fullrow2 input, .fullrow2 select {
        width: 100%;
        margin: 8px 0;
    }
    .center-all{
        display:none;
    }
    .shopmon {
        width: 100%
    }
    .shopmon:first-child{
        border:none;
        padding: 0;
    }
    a.btnchoise{
        margin-left: 12px !important;
    }
    .halflogin {
        width: 100%;
        border: none !important;
    }
    .finalprice span.label-price {
        padding-left: 12px;
    }
    .finalprice span.label {
        width: 140px;
    }
    .giftgif {
        padding-top:0;
    }
    .shop-step1 .row div section {
        padding: 11px 0 15px;
    }
    .row .count, .row .unitprice, .row .totalprice {
        margin: 0px 0 0px;
    }
    .stlforshoping  .count,.stlforshoping .unitprice,.stlforshoping .totalprice {
        margin: 8px 0 18px;
        text-align: left;
        padding: 0 20px;
    }
    .description, .count, .unitprice, .totalprice, .removeshop{
        border: none !important;
    }
    .finalprice .lastprice:last-child{
        padding-left: 10px !important;
    }
    .titlehideshop{
        display:block;
        float: right;
        width: 70px;
        text-align: right;

    }


    .shop-step1{
        background: initial;
    }

    .shop-step1 .row {
        border-bottom: 1px solid #ddd !important;
        font-size: 0;
        position: relative;
        border: none !important;
        background-color: #fff;
        width: 95%;
        margin: 5px auto 25px;
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.20);
    }


    .pic {
        width: 25%;
        margin: 0 8px;
    }
    .desc h2 {
        margin-bottom: 5px;
        line-height: 150%;
    }
    .desc h3 {
        font-size: 85%;
        color: #aaa;
    }

    .shop-step1 .row div section {
        width: 80%;
        display: inline-block;
        text-align: left;
        font-size: 110%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .removeshop i {
        line-height: 15px;
        font-size: 150%;
        color: red;
        margin-right: 10px;
        float: left;
    }

    .removeshop .shopphide {
        float: left;
        display: inline-block;
        color: red;
        font-weight: 300;
    }


    .row .description .container {
        padding: 10px 0;
        display: flex;
        align-items: center;
        text-align: right;
    }

    .removeshop section {
        border: none !important;
    }

    .unitprice section {
        color: #058e43;
    }

    .unitprice section label {
        color: #646464;
    }
    .totalprice section label {
        color: #646464;
    }
    .totalprice section {
        color: #ff6a00;
    }

    .row div section span {
        font-weight: 300;
        font-size: 90%;
    }
    .notediscount {
        border-bottom: 1px solid #ccc !important;
    }
    .customeraddress {
        width: 95%;
        margin: 0 2.5%;
    }


    .activ-address {
        opacity: 1 !important;
        color: #646464 !important;
    }

    .payacc:last-child {
        margin-bottom: 0;
        color: #646464;
        padding: 10px;
    }

    .notediscount span {
        padding: 5px 15px;
    }

    .active-address{
        opacity: 1 !important;
    }

    .profileul4 li label {
        position: relative;
        padding: 10px 20px !important;
    }


    .profileul4 li {
        background-color: #fff !important;
        opacity: 0.6;
        box-sizing: border-box;
    }

    .profileul4 span.ccbox {
        top: 50%;
        left: 15px;
        transform: translate(0,-50%);
    }

    .halfshop {
        background-color: #fff;
        overflow: hidden;
        width: 95%;
        margin: 0 2.5% 20px;
        padding: 0;
        box-sizing: border-box;
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.20);
    }

    .label-price span {
        font-size: 80%;
        font-weight: 300;
    }
    .finalprice {
        border: 1px solid #c0f0c1;
        width: 105% !important;
        left: -2.5%;
        background: #fff;
    }

    .finalprice p {
        padding: 0 25px;
        height: 40px;
        line-height: 40px;

    }

    .finalprice span.label-price {
        padding-left: 0;
    }

    .Notify {
        border: none !important;
        line-height: 150%;
        font-size: 85%;
    }
    .finalprice p:last-child {
        line-height: 70px;
        height: 70px;
    }
    .active-address {
        border: 1px solid #ff6a00;
        color: #646464 !important;
    }
    .profileul4 {
        border-radius: 0 !important;
    }

    .shopmonhide > div {
        width: 30%;
        margin: 1%;
    }
}
@media only screen and (max-width:480px) {
    .notediscount span {
        margin: 0;
        float: left;
    }
    .emalwrapper {
        float: left;
        margin-top: 2px;
    }
}
/*///////////////////////////////////////SEND/////////////////////////////////////////*/
.center-all{
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0px;
}

.line-down{
    background-color: #E3E3E3;
    z-index: 1;
    width: 96%;
    margin: 0 auto;
    max-width: 1300px;
    opacity: 0.9;
}

.telegram{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #A7E2FF;
    z-index: 3;
    height: 60px;
    width: 12%;
    align-content: center;
}

.pos{
    position: relative;
    top: 0px;
    width: 100%;
    right: 0px;
    z-index: 5;
    height: 60px;
}

.insta{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #D2B1EC;
    width: 12%;
    height: 60px;
}

.pic-trunk{
    position: absolute;
    top: 7px;
    right: 70%;
    z-index: 8;
    height: 50px;
}
.wheel{
    position: absolute;
    top: 33px;
    left: 14px;
    height: 15px;
    transform: rotate(0deg);
    animation-name: Moving-wheel;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.wheel2{
    left: 60px;
}

.line-m1{
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: #ff6a00;
    top: 15px;
    right: 102%;
    border-radius: 5px;
    animation-name: speed-line1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.line-m2{
    width: 25px;
    top: 23px;
    animation-name: speed-line2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.line-m3{
    width: 20px;
    top: 31px;
    animation-name: speed-line3;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@keyframes Moving-wheel {
    0%   {transform: rotate(0deg);}
    100%  {transform: rotate(360deg);}
}

@keyframes speed-line1{
    0%   {width: 0px;}
    80%   {width: 30px;}
    100%   {width: 0px;}
}
@keyframes speed-line2{
    0%   {width: 0px;}
    80%   {width: 25px;}
    100%   {width: 0px;}
}
@keyframes speed-line3{
    0%   {width: 0px;}
    80%   {width: 20px;}
    100%   {width: 0px;}
}
.text-paraph{
    color: #fff;
    text-align: center;
    font-size: 95%;
    height: 50px;
    display: inline;
    margin-top: -10px;
}

.socail-icon{
    margin-top: -3px;
    height: 48px;
    display: inline;
}

.cen-tex{
    margin: auto;
    width: 30%;
    padding-top: 10px;
    text-align: center;
}
.text-send-rul{
    position: absolute;
    width: 60%;
    height: 60px;
    top: 0;
    right: 20%;
    z-index: 15;
    padding: 20px 3px;
    cursor: default;
    box-sizing: border-box;
}

.sending-text-p{
    color: #3A3A3A;
    font-size: 105%;
    margin: -11px 0;
    text-align: right;
}
.ertype{
    padding: 20px 46px 0 0;
    text-align: right;
    color: #4e4e4e;
    font-weight: bold;
    font-size: 120%;
}

/* -------- Help Center -------- */


.helpCenterHeader{
    height: 40vh;
    background: #fff;
    padding: 50px 20px 100px;
    direction: rtl;
}

.helpVector{
    height: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px 20px;
  	transition: all .3s ease;
}

.helpSearch{
    text-align: center;
    position: relative;
  	transition: all .3s ease;
}
.helpSearch h1{
    font-size: 1.7em;
    margin-bottom: 5px;
}

.helpSearch p{
    color: #A2A2A2;
    margin-bottom: 15px;
}

.helpSearchBox{
    width: 600px;
    margin: 0 auto;
    position: relative;
  	transition: all .3s ease;
}

.helpSearchText{
    width: 100% !important;
    padding: 10px 25px !important;
    border-radius: 100px !important;
    border: 1px solid #C2C2C2 !important;
    font-family: iranyekan;
    box-sizing: border-box;
}

.helpSearchBox::after{
    content: "\e02a";
    font-family: landikaiconfont;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
    color: #a2a2a2
}

.helpTitleList{
    justify-content: space-between;
    margin-top: -80px;
  	transition: all .3s ease;
}
.helpTitle{
    max-width: 900px;
    margin: 0 auto;
  	transition: all .3s ease;
}
.helpTitleList li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    border-radius: 8px;
    cursor: pointer;
}
.helpTitleList li i[class*="icon-"] {
    font-size: 5em;
    color: #0088dc;    
}
.helpTitleList li span{
    font-size: 1.2em;
}

.helpRows{
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.helpRows ul li{
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
}

.HelpRowDetail{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.helpRows ul:not(:first-child) li{
    display: none;
}

.questionHolder{
    border-left: 1px solid #d1d1d1;
    width: 100%;
    margin-left: 20px;
}
.questionHolder h3{
    color: #0088dc;
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 13px;
}

.questionHolder p{
    color: #9E9E9E;
    line-height: 1.8;
    font-size: .9em;
    text-align: justify;
    padding-left: 20px;
}

.questionMore{
    font-size: .9em;
    color: #0088dc;
    font-weight: 300;
}


.secondHeader{
    display: flex;
    height: 100px;
    background: #fff;
    padding: 20px 20px;
    display: none;
}

.secondHeader .helpVector{
    width: 40%;
    height: 100%;
}

.secondHeader .helpSearch{
    width: 100%;
    text-align: right;
}

.secondHeader .helpSearchBox{
    margin: 0;
    width: 80%;
}

.secondBody .helpTitle{
    transform: scale(0);
    height: 0;
}

.secondBody .helpTitleList{
    margin: 0;
}

.impBold{
    font-weight: bold;
    color: #212121;
}

.nesRedText{
    color: #F14848;
    font-size: .9em;
}

.runAjax{
    cursor: pointer;
}

.mainHelpText {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    line-height: 1.8;
    float: right;
}

.NumList img {
    display: block;
    width: 80%;
    margin: 10px auto;
}

.NumList {
    padding: 0 50px;
    counter-reset: headings;
    color: #555;
    text-align: justify;
}

.NumList>li {
    margin-bottom: 20px;
}

.NumList>li::before {
    color: #ff6a00;
    font-size: 1.6em;
    content: counter(headings) ". ";
    counter-increment: headings;
    margin-right: -30px;
    font-weight: bold;
}
#helpPages .groupmap {
    float: right;
    padding: 1px 15px 1px 55px;
    margin: 13px -4px;
    background: white;
    border-radius: 25px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

.linkFormat{
    color: #0088dc;
    text-decoration: underline;    
}

.subNumList {
    margin-right: 20px;
}

.fontSize9{
    font-size: .9em
}
.fullAnswer {
    display: none;
    color: #464646 !important;
    line-height: 2.1;
    padding: 4px 40px;
    text-align: justify;
}
.showAnswer {
    cursor: pointer;
}
.helpTextHolder {
    line-height: 2.5;
}

/* -------- main Responsive -------- */


@media only screen and (max-width: 1100px) {
    .itemNameHolder .itemBot {
        flex-wrap: wrap;
    }
    .addressList>li:not(:last-child) {
        min-width: 45%;
    }
    .paymentInfo {
        flex: 1 0 0;
        width: 45%;
        font-size: .9em;
    }
    .paymentPlan {
        flex: 1 0 0;
        width: 45%;
    }
    .BanksLogoHolder .bankImg {
        padding: 20px 10px;
        height: 85%;
        max-width: 90px;
        min-width: 90px;
    }
    .BanksLogoHolder .BankLogo {
        margin-left: 20px;
    }
    .discountCode {
        width: 60% !important;
    }
    .payCart, .tirdBtn {
    	padding: 10px 10px 0px;
    }

    .discountCode::placeholder{
        font-size: .9em;
    }
    .AddressDetail li:last-child span {
        margin: 0;
    }
   .itemDetail.d_flex {
    flex-wrap: nowrap !important;
}
  .addressList>.d_flex {
    flex-wrap: nowrap;
}

}

@media only screen and (max-width: 850px) {
    .DispatchHolder {
        grid-template-columns: 5% 10% auto;
    }
    .DispatchLine {
        flex-wrap: wrap;
        position: relative;
        border-bottom: 1px solid #C9C9C9;
        padding-bottom: 15px;
    }

    .DispatchLine:last-child {
        border-bottom: 0;
    }
    .DispatchLine .itemDetail {
        width: 100%;
        min-width: 98%;
        text-align: right;
    }
    .itemPriceBefor {
        justify-content: flex-start;
    }
    .itemPriceAfter {
        text-align: right;
    }
    .itemNumSelect {
        justify-content: flex-start;
    }
    .DispatchLine .itemDetail:not(:nth-child(2)) {
        margin: 10px 96px 15px 0;
        min-width: calc(98% - 100px);
    }
    .itemPrice {
        display: flex;
        align-items: center;
    }
    .itemPriceBefor {
        margin: 0 0 0 15px;
    }
    .itemDetail.itemDelete {
        position: absolute;
        bottom: 5px;
        left: 5px;
        text-align: left;
        width: auto;
        min-width: initial !important;
        margin: 0 !important;
    }
    .addressList>li:not(:last-child) {
        min-width: 60%;
    	margin: 10px auto;
    }
    .paymentPlan,.paymentInfo {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }
    .CartPatment {
        flex-wrap: wrap;
    }
    .paymentInfo {
        margin-right: 0;
    }


}

@media only screen and (max-width: 650px) {
    .DispatchHolder {
        grid-template-columns: 5% 50% auto;
    }
    .DispatchNum {
        grid-area: 1 / 1 / 1 / 3;
        border-radius: 12px 12px 0 0;
    }
    .DispatchList {
        grid-area: 2 / 1 / 2 / 4;
        border-radius: 20px 0 0 0;
    }
    .DispatchDetail {
        grid-area: 3 / 1 / 3 / 4;
        padding: 10px 15px 0;
    }
    .DispatchNum .RotateNum {
        position: relative;
        top: 0;
        left: 0;
        transform: rotate(0);
        text-align: center;
        padding: 10px;
    }
    .DispatchDetail ul {
        flex-wrap: wrap;
    }
    .DispatchDetail ul li {
        min-width: 100%;
        margin-bottom: 12px;
    }
    .addressList>li:not(:last-child) {
        min-width: 95%;
    	margin: 10px auto;
    }
    .AddressDetail {
        font-size: .9em;
    }
  .addressList>li:last-child {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
}
  .AddMoreAddress {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
}
  .AddMoreAddress i {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 34px;
    margin-left: 15px;
}

}

@media only screen and (max-width: 480px) {

    .BanksLogoHolder .BankLogo {
        margin-left: 13px;
        width: 28%;
    }
    .BanksLogoHolder .bankImg {
        padding: 20px 10px;
        height: 85%;
        max-width: 100%;
        min-width: 100%;
    }
    .itemSendDate {
        white-space: inherit;
    }
    .Dispatchs {
        padding: 20px 10px;
    }
    .DispatchList {
        padding: 15px 10px;
    }
    .itemName>a{
        align-self: flex-start;
    }
    .itemImg {
        width: 60px;
        height: 60px;
    }
    .DispatchLine .itemDetail:not(:nth-child(2)) {
        margin: 15px 75px 15px 0;
        min-width: calc(98% - 100px);
    }
  	.itemDetail.itemCount {
   	 	margin-bottom: 5px !important;
	}
    .itemDetail.itemPrice {
        display: block;
    }
    .itemPriceBefor {
     	margin: 0 0 15px 15px;
    }
  	.CountSelect {
		height: 25px !important;
    	line-height: 1;
	}
    .custom-dropdown::after {
    	top: 50%;
    }
    .postbody ul li section{
  width: 49%;
  } 
}

