/******FROM woocommerce-mod.css ************/
div.product p.stock{font-size:0.82em!important;padding-right:50px;}
span.onsale{padding:1px 4px;}
@media only screen and (min-width: 768px) {
    /*cart dropdown*/
    .cart_dropdown {
        position: absolute;
        right: 0px !important;
    }
}
@media screen and (max-width: 480px) {
    #top div.woocommerce-error a.button, #top div.woocommerce-message a.button{
        margin-top: unset;
    }
}
#top .price, #top .price span, #top del, #top  ins{
    direction: rtl;
}
#top  ins>span.amount{
    margin-right: 5px;
}
#top .price span.amount{
    float: right;
}
#top .price del>span.amount{
    text-decoration: line-through;
}

#top ul.products{
    direction: rtl;
}

#top .avia_cart_buttons .button{
    font-family: IRANSansFaNum,IRANSans,sans-serif;
}
#top div div.product .woocommerce-tabs ul.tabs li a {
    white-space: pre;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font-family: dashicons;
    content: "\f179";
    font-size: 1.5em;
}

.woocommerce .login .lost_password{
    display: contents;
}

/******************/
#top div.product .woocommerce-tabs ul.tabs {
    display: none;
}

#top div div.product .woocommerce-tabs .panel {
    display: block !important;
}

/*#comments nav.woocommerce-pagination {
    display: none;
}*/

#top .woocommerce-info input#mainsubmi {
    position: absolute;
    left: 10px;
    top: 7px;
}

#top .woocommerce-checkout #customer_details {
    display: none;
}

#top .woocommerce-checkout .log-info-container {
    display: none;
}

#top .woocommerce-message {
    direction: rtl;
    text-align: right;
    padding: 32px 36px 32px 32px !important;
}

body #top div.woocommerce-error a.button,
body #top div.woocommerce-message a.button {
    right: auto;
    left: 22px;
}

#top .woocommerce ul.digital-downloads li {
    list-style: none;
    margin: 0;
}

#top .woocommerce ul.digital-downloads li a {
    padding: 5px 10px;
    margin: 2px;
    display: block;
    background-color: #721854;
    color: #fff;
}

.order_item .product-name br {
    display: none;
}

.order_item .product-name small {
    display: block;
    background-color: #721854;
    color: #fff;
    margin: 2px 0;
}

.order_item .product-name small a {
    color: #fff;
}

#top .woocommerce .myaccount_user {
    display: none;
}

#top .woocommerce-message .button {
    right: auto !important;
    left: 22px;
}

#top .woocommerce .digital-downloads {
    /*overflow: hidden;*/
    /*margin: 0 0 -20px;*/
    /*padding: 0 0 20px;*/
}

#top .woocommerce .digital-downloads section:last-of-type {
    display: block !important;
    visibility: visible !important;
    width: 100%;
}

#top .woocommerce .digital-downloads section.av_toggle_section {
    width: 100%;
    display: flex;
}

#top .woocommerce .digital-downloads ul {
    margin: 0;
    padding: 0;
}

#top .woocommerce .digital-downloads ul li {
    list-style: none;
    color: #444;
    padding: 5px 0;
    border-bottom: 1px dashed #e1e1e1;
}

#top .woocommerce .digital-downloads ul li:before {
    font-family: FontAwesome, fantasy;
    content: "\f019";
    margin-left: .53em;
}

#top .woocommerce .digital-downloads ul li:hover,
#top .woocommerce .digital-downloads ul li a:hover {
    color: #721854;
}

#top .woocommerce .digital-downloads ul li:last-child {
    border-bottom: none;
}

#top .woocommerce #wc-account h2 {
    border: 1px solid #e7e7e7;
    padding: 10px;
    color: #666 !important;
    text-align: center;
}

#top .woocommerce .my_account_orders td:nth-child(7) {
    border-left: 1px solid #e1e1e1;
}

#top .woocommerce .my_account_orders span.footable-sort-indicator {
    float: left;
}

#top .woocommerce table.my_account_orders .order-actions {
    display: table-cell !important;
}

#top .woocommerce table.my_account_orders tr.order td {
    width: 25%;
}

#top .woocommerce-pagination {
    clear: both;
    overflow: hidden;
}

#top .woocommerce-pagination .page-numbers .prev,
#top .woocommerce-pagination .page-numbers .next {
    display: none;
}

#top .woocommerce-pagination .page-numbers li .page-numbers {
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

#top .woocommerce-pagination .page-numbers li .page-numbers.current{
    background: #721854;
    color: white;
}

#top .woocommerce-checkout-payment .button {
    margin-top: 0;
}

.rtl .woocommerce-MyAccount-navigation {
    float: right;
    margin-right: 0;
    margin-left: 50px;
}

.rtl table.shop_table {
    margin: 0 0 24px -1px;
}

#top .single-product-summary p.price {
    float: left;
    /*position: absolute;*/
}

.rtl ul.woocommerce-error {
    padding-left: 26px !important;
}

#top .woocommerce-MyAccount-content {
    overflow: visible;
    padding-top: 70px;
}

#top .woocommerce-MyAccount-navigation {
    margin: 0;
    width: 100%;
}

#top .woocommerce-MyAccount-navigation ul li {
    float: right;
}

#top .woocommerce-Message a.woocommerce-Button.button {
    float: left;
}

#top div.product .woocommerce-tabs .panel {
    border: none;
}

#top .woocommerce-Tabs-panel.woocommerce-Tabs-panel--related {
    background: #ffffff;
}

#top .woocommerce-MyAccount-navigation ul li a {
    min-width: 20px;
}

.js_active .toggler {
    padding-left: 20px;
}

#top .woocommerce-checkout-payment .button.edit_cart {
    float: left;
}

#top .woocommerce-checkout-payment #place_order,
#top #tab-related .single_add_to_cart_button.button.alt,
#top .product .summary .single_add_to_cart_button.button.alt,
#top .cart-collaterals .checkout-button.button.alt.wc-forward {
    background-color: #8ABF51;
    color: black;
}

#top .woocommerce-checkout-payment #place_order:hover,
#top #tab-related .single_add_to_cart_button.button.alt,
#top .product .summary .single_add_to_cart_button.button.alt:hover,
#top .cart-collaterals .checkout-button.button.alt.wc-forward:hover {
    background-color: #70a23b;
}

#top .single-product-summary p.price del,
#top .single-product-summary p.price ins {
    display: block;
}

#reviews #comments h2 {
    display: none;
}

#top .single-product .av-share-box {
    margin-bottom: 20px;
}

#top #tab-related .cart {
    float: none;
    clear: both;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    #top .single-product-main-image {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
}

#top form.cart .single_add_to_cart_button {
    float: right;
}

#top .single-product-summary p.price {
    float: right;
}

@media only screen and (max-width: 767px) {
    .responsive #top.rtl .cart_dropdown {
        position: absolute;
        top: 50%;
        right: auto;
        left: -2px;
        margin: -23px 0 0 0;
    }
}

#top.rtl .cart_dropdown .dropdown_widget {
    left: 7px;
    right: auto;
}

#top.rtl .cart_dropdown .dropdown_widget .avia-arrow {
    display: none;
    right: auto;
    left: 10px;
    margin-left: 0;
    border-right: none;
}

@media only screen and (min-width: 768px) {
    .html_visible_cart #top.rtl .cart_dropdown {
        right: initial;
        left: 13px;
    }
}

#top.rtl .cart-collaterals .cart_totals {
    float: right;
}

@media only screen and (max-width: 767px) {
    #top .woocommerce-MyAccount-navigation ul li {
        width: 50%; /*Ebrahim 33.33%; */
    }
}

#top.rtl .order_details li {
    width: 100%;
}

#top.rtl .order_details .wc-item-downloads {
    display: none;
}

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

    .responsive #top.rtl #wrap_all .main_menu {
        left: 0;
        right: auto;
    }

}

#top.rtl .sidebar_right .comment_container {
    padding-right: 0;
    padding-left: 50px;
}

#top.rtl div #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
}

#top.rtl div #reviews #comments ol.commentlist li .avatar {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .html_visible_cart #top.rtl .cart_dropdown {
        right: 0px;
        left: initial;
    }

    #top.rtl .cart_dropdown .dropdown_widget {
        right: 7px;
        left: auto;
    }

    #top.rtl .cart_dropdown .dropdown_widget .avia-arrow {
        left: auto;
        right: 10px;
    }
}

#top .main_menu {
    /*background-color: white;*/
}

#top .product-sorting {
    display: none;
}

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

    #top.rtl .sidebar_right .comment_container {
        padding: 0;
    }

    #top.rtl div #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 0;
    }

    /*#top.rtl ol.commentlist li .avatar {
        display: none;
    }*/

    #top.rtl div.product .woocommerce-tabs .panel {
        border-width: 0;
        padding: 0;
    }

    #top.rtl p.woocommerce-verification-required {
        padding: 0 10px;
    }

    #top.rtl .toggle_content.invers-color {
        padding: 10px;
    }
}

#top.rtl em.woocommerce-review__awaiting-approval {
    display: block;
    padding: 5px;
    color: white;
    border-radius: 3px;
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #c24a4a;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    #top #payment div.payment_box {
        width: 100%;
        padding: 0;
    }

    #top #payment ul ol {
        margin: auto;
    }

    #top .payment_box.payment_method_wallet {
        text-align: justify;
    }

    #top #payment ul.payment_methods li {
        text-align: justify !important;
    }

    #top.single-product span {
        line-height: normal;
    }
}

#top.rtl .main_color div.product .woocommerce-tabs .panel {
    background-color: #fff;
}

#top.rtl #payment ul.payment_methods li img {
    width: 40px;
    float: right;
    height: 40px;
    cursor: pointer;
}

#top.rtl #payment ul.payment_methods li {
    padding: 15px 15px 25px;
}

#top.rtl #payment div.payment_box {
    clear: both;
    width: 100%;
}

#top.rtl .woocommerce #customer_login .col-1,
#top.rtl .woocommerce #customer_login .col-2 {
    background-color: #ffffff;
}

#top.rtl .woocommerce form.login,
#top.rtl .woocommerce form.register {
    text-align: right;
}

#top.rtl .woocommerce .button {
    float: left;
}

#top.rtl form.woocommerce-form.woocommerce-form-register.register {
    overflow: hidden;
}

#top.rtl input#username.woocommerce-Input,
#top.rtl input#password.woocommerce-Input,
#top.rtl input#reg_email.woocommerce-Input,
#top.rtl input#reg_billing_phone.woocommerce-Input {
    /*direction: ltr;*/
}

#top.rtl .woocommerce-MyAccount-navigation ul li a {
    border-bottom-style: none;
    border-bottom-width: 0;
}

#top.rtl .woocommerce-password-strength.bad,
#top.rtl .woocommerce-password-strength.short {
    color: white;
    background: red;
    padding: 3px 5px;
}

#top.rtl .woocommerce-password-strength.strong {
    color: white;
    background: green;
    padding: 3px 5px;
}

#top.rtl .woocommerce .lost_reset_password .button {
    float: right !important;
}

#top.rtl .avia_message_box_content ul.woocommerce-info,
#top.rtl .avia_message_box_content ul.woocommerce-success,
#top.rtl .avia_message_box_content ul.woocommerce-error,
#top.rtl .avia_message_box_content .woocommerce-message {
    list-style: none;
    background-color: transparent;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}


#top.rtl .avia_message_box_content .woocommerce-info {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

/*****************/
