﻿.big_button {
    display: inline-block;
    border-radius: 6px;
    color: #ffffff;
    background-color: #e80566;
    text-align: center;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 700;
}

    .big_button:hover {
        color: #ffffff;
        background-color: #c71b65;
    }

@media (max-width:400px) {
    .big_button {
        padding: 20px 30px;
        font-size: 18px;
    }
}

#user_mainmenu {
    position: relative;
}

    #user_mainmenu:hover .mainmenu_container {
        display: block;
    }

.mainmenu_container {
    position: relative;
    display: none;
    width: 150px;
    padding: 0px;
    position: absolute;
    color: #fff;
    background-color: #fff;
    z-index: 5000;
    border: 1px solid purple;
}

.shop_cart_li {
    float: left;
    border-right: 1px dotted #616161;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.shop_cart_count {
    background-color: red;
    color: white;
    border-radius: 50%;
    font-family: iranyekan;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 8px 0px 8px;
    left: -16px;
    top: -5px;
    position: absolute;
}

.shop_cart_span {
    font-size: 30px;
    color: purple;
}

.mainmenu_container li a {
    color: #3e0783 !important;
    background-color: #ffffff;
    width: 150px;
    display: inline-block;
    border-bottom: 1px solid #e4dede;
    font-size: 13px;
    margin: 0;
    padding: 8px !important;
}

    .mainmenu_container li a:hover {
        background-color: #e80566;
        color: #fff !important;
    }

#customer_name_a:hover {
    background-color: #cc0f60;
    color: #fff !important;
}

.radio_active {
    background-color: #e80566;
    color: #fff;
    font-weight: 700 !important;
}

.radio_deactive {
    background-color: #f1eded;
    color: #858585;
    font-weight: 300 !important;
}

.switch_item {
    padding: 10px;
    display: inline-block;
    min-width: 110px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #f80bc1;
    text-align: center;
}

    .switch_item i.fa-check-circle {
        margin-left: 5px;
        font-size: 14px;
        color: #fff;
    }

.switch_item_right {
    border-radius: 0 5px 5px 0;
    margin-left: -3px;
}

.switch_item_left {
    border-radius: 5px 0 0 5px;
    margin-right: -2px;
}

.grecaptcha-badge {
    z-index: 1000000;
}

.display_block {
    display: block;
}

.margin_right_10 {
    margin-right: 10px !important;
}

.margin_right_15 {
    margin-right: 15px !important;
}

.margin_right_20 {
    margin-right: 20px !important;
}

.margin_right_30 {
    margin-right: 30px !important;
}

.margin_left_10 {
    margin-left: 10px !important;
}

.margin_left_20 {
    margin-left: 20px !important;
}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.margin_bottom_15 {
    margin-bottom: 15px !important;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_30 {
    margin-bottom: 30px !important;
}

.padding_top_10 {
    padding-top: 10px !important;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_15 {
    padding: 15px !important;
}

.padding_left_10 {
    padding-left: 10px !important;
}

.padding_left_15 {
    padding-left: 15px !important;
}

.padding_left_20 {
    padding-left: 20px !important;
}

.padding_left_30 {
    padding-left: 30px !important;
}

.padding_right_10 {
    padding-right: 10px !important;
}

.padding_right_15 {
    padding-right: 15px !important;
}

.padding_right_20 {
    padding-right: 20px !important;
}

.padding_right_30 {
    padding-right: 30px !important;
}

#password_area {
    border-right: 2px solid #65258a;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #fff;
}

    #password_area .fa {
        margin-left: 5px;
    }

.valid_password {
    color: green !important;
}

.invalid_password {
    color: red !important;
}

#eye_span:hover {
    cursor: pointer;
}

.msg_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.text_center {
    text-align: center;
}

.display_none {
    display: none !important;
}

.img_product {
    height: 357px;
    width: auto;
    max-width: 100%;
}

.product_title {
    height: 140px;
    overflow: hidden;
    border-top: 1px solid #bbb1dd;
    margin: 0 15px;
}

.product_desc {
    padding: 10px 0;
    overflow: hidden;
    height: 90px;
    display: inline-block;
}

.div_buy {
    height: 56px;
    padding: 10px 0px;
    text-align: center;
    margin: 0px 15px;
    border-top: 1px solid #bbb1dd;
}

.a_price_show_product {
    cursor: pointer;
    margin-left: 30px;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    background-color: #8121b9 !important;
}

.a_price {
    cursor: pointer;
    color: #fff !important;
    width: 80px;
    background-color: #8121b9 !important;
    float: right;
}

.a_price_remove_show_product {
    cursor: pointer;
    margin-left: 30px;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    background-color: #ef1b1b !important;
}

.a_price_remove {
    cursor: pointer;
    color: #fff !important;
    width: 100px;
    background-color: #ef1b1b !important;
    float: right;
}

.span_price {
    font: iranyekan;
    font-size: 20px;
    font-weight: 700;
    color: #8121b9;
    float: left;
}

@media screen and (max-width:320px) {
    .a_price, .a_price_remove {
        width: 100%;
        margin-bottom: 10px;
    }

    .span_price {
        text-align: center;
    }
}

.span_tooman {
    font-size: 13px;
    color: #8e6da2;
}

.style_bg {
    background-color: #b65ad0;
    color: #fff;
}

.cart_td_a_button {
    cursor: pointer;
    margin-left: 30px;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 12px;
}

.cart_a_add {
    background-color: #8121b9;
}

.cart_a_remove {
    background-color: #e80566;
}

.product_in_basket_a {
    background-color: #dd3333 !important;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_right_3 {
    margin-left: 5px;
}

.margin_top_8 {
    margin-top: 8px;
}

.margin_top_20 {
    margin-top: 20px;
}

.cursor_pointer {
    cursor: pointer;
}

.button_disable {
    background-color: #bbb1dd !important;
    color: gray !important;
    text-decoration: line-through !important;
}

.tr_sum_price {
    color: #3e0783;
    font-weight: 600 !important;
    border-top: 3px solid #8121b9;
    font: 13px;
}

    .tr_sum_price:hover {
        background-color: #f7e7f7 !important;
    }

.basketpage_buy_div {
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    border-bottom: 5px solid #dd3333;
    color: #3f3f3f;
}

.basketpage_cart_count {
    font-family: iranyekan;
    background-color: #dd3333;
    color: white;
    border-radius: 50%;
    font-size: 14PX;
    font-weight: 500;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
    line-height: 22px;
    text-align: center;
}

.basketpage_cart_count_pos {
    left: -16px;
    top: 0px;
    position: absolute;
}

.remove_shopcart {
    color: red;
    font-size: 13px;
}

    .remove_shopcart span {
        font-size: 20px;
    }

.basketpage_cart_footer_inner_div {
    display: inline-block;
    margin-bottom: 20px;
}

.basketpage_cart_footer_sum_span {
    font-weight: 500;
    font-size: 15px;
    margin-left: 5px;
}

.basketpage_cart_footer_price_span {
    font-family: iranyekan;
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
}

.basketpage_cart_footer_tooman_span {
    font-weight: 600 !important;
    color: #3f3f3f !important;
    font-size: 11px !important;
    margin-left: 20px;
    margin-right: 5px;
}

.basketpage_cart_footer_div {
    margin: 10px 0 0 0;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
}

.table_shop_cart td {
    border-top: none;
}

.table_shop_cart tr {
    border-bottom: 1px solid #e5e5e5;
}

    .table_shop_cart tr:last-child {
        border-bottom: none;
    }

.display_flex {
    display: flex;
    align-items: center;
}

.btn_product_title {
    text-decoration: none;
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    float: right;
    margin-top: 13px;
    color: #fff !important;
}

.span_price_sum {
    float: left !important;
    font-size: 15px;
    font-weight: 600 !important;
    margin-left: 0;
    border: 1px solid purple;
    border-radius: 5px;
    background-color: #fff;
    color: purple;
}

.product_img_cart {
    width: 50px;
    height: auto;
}

.width_full {
    width: 100%;
}

.width_250 {
    width: 250px;
}

.width_150 {
    width: 150px;
}

.font_12 {
    font-size: 12px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_20 {
    font-size: 20px !important;
}

.td_trash {
    min-width: 180px;
    text-align: right;
}

.gender_icon {
    font-size: 20px;
    margin-left: 5px;
}

.span_fullname {
    background-color: #fff;
    font-weight: 600;
    padding: 9px 10px;
    color: #e80566;
    margin-right: 20px;
    border-radius: 8px;
    font-size: 13px !important;
    border: 1px solid #e80566;
}

.float_right {
    float: right;
}

.navbar > .container, .navbar > .container-fluid {
    justify-content: normal !important;
    padding-left: 25px;
}

.product_container {
    border: 2px solid #8c7dc1;
    border-radius: 10px;
    text-align: center;
}

.product_image {
    max-height: 370px;
    max-width: 98%;
    width: auto;
    height: auto;
    margin: 5px 1% 5px 1%;
}

.content_image {
    height: 375px;
    padding: 0 5px;
    margin: 0;
    text-align: center;
}

.color-pink {
    color: #e80566 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.color-purple {
    color: purple !important;
}

.read_more {
    border: 1px solid #e80566;
    padding: 5px;
    color: #e80566;
}

    .read_more:hover {
        background-color: #e80566 !important;
        color: #fff !important;
    }

.play_video_button {
    font-size: 50px;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 30%;
    opacity: 0.7;
    position: absolute;
    z-index: 20;
}

    .play_video_button:hover {
        color: #e80566 !important;
    }

.video_overlay {
    background-color: #8c8c8c;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 298px;
    z-index: 10;
}

    .video_overlay:hover ~ .play_video_button {
        color: #e80566 !important;
    }

.video_text {
    height: 100px;
    overflow: hidden;
    font-size: 13px;
    color: #7c7c7c;
}

.location {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 200;
}

.alternative:nth-child(2n+1) {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,213,236,1) 100%);
}

.package_header {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(227,156,186,0.4) 100%);
    color: #3e1c62;
    border-radius: 10px 10px 0 0 !important;
    border: 1px solid #b27bd1;
    border-bottom: none !important;
    padding: 20px 5px 30px 5px !important;
    margin-bottom: 0 !important;
}

.package_desc {
    padding: 10px 5px;
    margin: 0 !important;
    background-color: #f8f8f8;
    border: 1px solid #b27bd1;
    border-bottom: none !important;
    border-top: none !important;
}

.package_pic {
    padding: 10px 20px;
    border: 1px solid #b27bd1;
    border-bottom: none !important;
    border-top: none !important;
}

.img_price {
    background: rgb(248,248,248);
    background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(181,168,221,0.64) 100%);
    color: #3e1c62;
    font-size: 18px;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    padding-top: 25px !important;
    border: 1px solid #b27bd1;
    border-top: none;
    font-weight: 900;
}

.cover_img {
    border-bottom: none;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.lh-35 {
    line-height: 35px;
}

.package_category {
    border: 1px solid #8121b9;
    border-radius: 8px;
    padding: 4px 10px;
    font-weight: 500;
    color: #8121b9;
}

    .package_category:hover {
        color: #fff;
        border-color: #ee5d9b;
        background-color: #ee5d9b;
        -webkit-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

.focus_bg_gradient {
    background: rgb(232,5,102);
    background: radial-gradient(circle, rgba(232,5,102,1) 0%, rgba(244,208,223,1) 100%);
}

.header_logo_round_bg {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    padding: 12px 9px 9px 9px;
    text-align: center;
    height: 50px;
    border: 1px solid #f681b3;
    margin-top: -5px;
}

.footer_logo_round_bg {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 58px;
    padding: 9px;
    text-align: center;
    height: 58px;
    border: 1px solid #e80566;
}

.submenu_color, .menu_color {
    color: #353535 !important;
}

    .submenu_color:hover {
        color: #fff !important;
        border-bottom: none !important;
    }

    .menu_color:hover {
        color: #000 !important;
    }

    .submenu_color:hover i {
        color: #fff !important;
    }

.blogfilter {
    padding: 2px 15px;
    border-radius: 20px;
    background-color: #fff;
    color: #e80566;
    margin: 10px 4px;
    font-weight: 400;
    border: 1px solid #e80566;
}

.activeblog {
    background-color: #e80566;
    color: #fff;
    font-weight: 600;
}

.blogfilter:hover {
    background-color: #f8e9e9;
    color: #ae1858;
}

.activeblog:hover {
    background-color: #d30c61;
    color: #fff;
}

.border_table {
    border: 1px solid #616161;
}

    .border_table td, .border_table th {
        border: 1px solid #616161;
        padding: 10px;
        line-height: 20px;
        vertical-align: central;
    }

    .border_table th {
        border: 2px solid #616161 !important;
        padding: 10px;
    }

    .border_table th {
        font-weight: 900;
    }

    .border_table tr {
        height: auto;
    }

        .border_table tr:nth-child(2n+1) {
            background-color: #fef7f7;
        }

.call_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: fixed;
    top: -50px;
    left: 15px;
    z-index: 10;
    color: #e80566;
    opacity: 0.7;
}

    .call_icon:hover {
        opacity: 0.95;
    }
        .call_icon:hover img {
            content: url(image/call-alt-reverse.png);
        }
        .call_start_show {
            top: 0px;
        }

.call_hide {
    transition: top 1s ease;
    top: -50px;
}

.call_show {
    transition: top 1s ease;
    top: 50%;
}
