﻿

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

/* ---- modal -----*/

.sp {
    color: #fff;
    padding: 0 10px;
}

.hiddenBtn {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
}

.tr_wating {
    opacity: 0.5 !important;
}

[data-bskmode] {
    transition: all 0.2s ease 0s;
    cursor: pointer;
}

    [data-bskmode]:hover {
        color: orangered !important;
        transition: all 0.2s ease 0s;
    }

.openChangePassModal {
    cursor: pointer;
}

.modal.show .modal-dialog {
    /*margin-top: 18rem;*/
    margin-top: 9rem;
}

.msgErrorUl {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
}

    .msgErrorUl li:first-child {
        border: none;
        color: #555;
    }

    .msgErrorUl li {
        display: inline-block;
        margin: 0 4px 0 0;
        border: solid 1px #e8e2e2;
        padding: 4px 8px;
        color: orangered;
        border-radius: 3px;
    }

.rtl_page .msgErrorUl li {
    margin: 0 0 0 4px;
}

.lblErrorIcon {
    color: orangered;
    font-size: 17px;
    line-height: 17px;
}

.adr_edit {
    float: left;
    color: #19bfd3;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

    .adr_edit:hover {
        transition: all 0.2s ease 0s;
        color: #117d8a;
    }

.adr_text {
    line-height: 30px;
    padding: 10px 12px;
}

    .adr_text i {
        margin-left: 4px;
    }


/* ========== radio style start*/
.wrpRadioBox label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.4em;
}

    .wrpRadioBox label input {
        position: absolute;
        right: -9999px;
    }

        .wrpRadioBox label input:checked + span {
            background-color: #19bfd324;
        }

            .wrpRadioBox label input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #19bfd3;
            }

    .wrpRadioBox label span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.375em 0.375em 0.75em;
        border-radius: 99em;
        transition: 0.25s ease;
    }

        .wrpRadioBox label span:hover {
            background-color: #19bfd324;
        }

        .wrpRadioBox label span:before {
            display: flex;
            flex-shrink: 0;
            content: "";
            background-color: #fff;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-left: 0.375em;
            transition: 0.25s ease;
            box-shadow: inset 0 0 0 0.125em #19bfd3;
        }
/* ========== radio style end*/

.close[data-dismiss] {
    background: none !important;
    font-size: 18px;
    opacity: 0.6;
}

    .close[data-dismiss]:hover {
        color: #19bfd3;
        opacity: 1;
    }

.adr_title {
    color: #888787;
    font-size: 14px;
    font-weight: normal;
}

.modal-body .adr_title {
    margin: 9px 0px 19px 0 !important;
}

.modal_btn_wrraper {
    font-size: 12px;
    margin: 17px 10px 45px 10px;
}

a.modalBtn {
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

    a.modalBtn:hover {
        color: #19bfd3;
        transition: all 0.2s ease 0s;
    }

.add_addr {
    float: left;
}

.update_addr {
    float: right;
}

.modal_btn_wrraper a i {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #19bfd3;
}


/*select2 custom style*/
.select2-container--bootstrap .select2-results__option {
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #ececec;
}

    .select2-container--bootstrap .select2-results__option[aria-selected="true"] {
        background-color: #d9f1f3;
        color: #13889b;
    }


.select2-results__options {
    width: 100%;
}

    .select2-results__options .select2-results__option:nth-child(even) {
        background-color: #f2f2f2;
    }

    .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected]:nth-child(even) {
        background-color: #05B6BF;
    }

    .select2-results__options .select2-results__option:hover {
        background-color: #05B6BF;
        color: #fff;
    }


/*
.select2 {
    font-family: IRANSans_FaNum, 'IranYekan';
    font-size: 14px;
    font-weight: 300;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-family: IRANSans_FaNum, 'IranYekan';
}
.select2-container--bootstrap .select2-search__field {
    font-family: IRANSans_FaNum, 'IranYekan';
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    direction: rtl;
}

.select2-container--bootstrap .select2-results__option {
    width: 100%;
    font-family: IRANSans_FaNum, 'IranYekan';
}*/


.RESULT_2COL div, .RESULT_3COL div {
    text-align: right;
    display: inline-block;
}


    .RESULT_3COL div:nth-child(1) {
        width: 15%;
        padding-right: 10px;
    }

    .RESULT_3COL div:nth-child(2) {
        width: 45%;
    }

    .RESULT_3COL div:nth-child(3) {
        width: 40%;
    }

    .RESULT_2COL div:nth-child(1) {
        width: 20%;
        padding-right: 10px;
    }

    .RESULT_2COL div:nth-child(2) {
        width: 80%;
        text-align: center;
    }

.modal .form-control {
    font-size: 0.80rem !important;
}

    .modal .form-control:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    }

.modal .col-form-label {
    padding-top: calc(0.8rem + 1px);
}

.modal .row_line {
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

    .modal .row_line:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 5px;
        padding-top: 15px;
        margin-top: 20px;
    }

.modal .form-check {
    margin: 15px 0 0px 0;
}

.modal .btnBack {
    float: left;
    margin-top: 12px;
}

.MustComplateProfile {
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    border: solid 1px orangered;
    box-shadow: 0px 0px 10px 0px rgba(251, 26, 15, 0.58);
}

    .MustComplateProfile a {
        color: #555;
        font-size: 17px;
    }

        .MustComplateProfile a span {
            transition: all 0.2s ease 0s;
            border-bottom: 1px solid orangered;
            padding-bottom: 3px;
            color: orangered;
        }

            .MustComplateProfile a span:hover {
                color: #19bfd3;
                transition: all 0.2s ease 0s;
                border-bottom: 1px solid #19bfd3;
            }

.emptyAddr {
    color: orangered;
    font-size: 16px;
}

.AjaxBtn {
    cursor: pointer;
}

.info-pyment .info-box {
    padding: 20px;
    border-radius: 20px;
    margin-top: 0px;
}

.info-pyment .adr_text {
    background: #f1f1f1;
    border-radius: 20px;
    margin-top: 15px;
}

.info-pyment .info-box:last-child {
    margin-top: 30px;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

td .wrpRadioBox label {
    margin-bottom: 0;
}

.info-pyment table th {
    color: #888787;
}


.them1_style label {
    display: block;
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 14px;
}

.them1_style input, .them1_style textarea {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    font-size: 12px;
    border-color: #f1f1f1;
    background: #f1f1f1;
}

    .them1_style input:focus, .them1_style textarea:focus {
        border-color: #ff5858;
        box-shadow: none;
    }


.info-pyment .them1_style label {
    color: #888787;
}

.info-pyment .them1_style .item {
    margin-top: 15px;
}

.wrpRadioBox label span {
    -webkit-user-select: none;
    user-select: none;
}

.shop-cart .cart .price-cart .info .payment-btn a {
    background: #13B9A2;
}

tr.prd_obj td a[data-bskmode]:hover {
    background: #ffdcc0 !important;
}

.isFav {
    color: orange !important;
}

[data-ajaxfunction] {
    cursor: pointer;
}

.profile-content td a.mprd span {
    color: #13B9A2 !important;
}

.profile-content td a.mprd i {
    color: #13b9a27f !important;
}

#productTypes .owl-carousel .owl-item img {
    height: 189px;
}

.popular-products .owl-carousel .owl-item img {
    max-height: 204px;
}

/*=====================================*/


.sp1 {
    height: 41px;
    width: 41px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

    .sp1.sov {
        border-style: dashed;
        border-width: 1px;
        border-color: #808080;
    }

    .sp1:hover {
        border-color: #2f2f2f;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .sp1 i.fal {
        display: none;
        font-size: 20px;
        line-height: 30px;
        position: relative;
        right: 6px;
    }

    .sp1.active i.fal {
        display: table-row;
    }

    .sp1.active {
        border-color: #2f2f2f !important;
    }

    .sp1:hover {
        border-color: #2f2f2f !important;
    }

.sp2 {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 2px;
}


.sp3.hasColor i.ttl {
    color: #fff;
    font-size: 11px;
    line-height: 37px;
}

.sp3 {
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 3px;
    z-index: 200;
    position: relative;
}

    .sp3 i.fal {
        position: absolute;
        top: 0;
        z-index: 2000;
    }

.sp1.sov.active .sp3 i.fal {
    position: absolute;
    top: 0;
    z-index: 2000;
}

.sp1 i.ttl {
    font-style: normal;
    font-size: 15px;
    line-height: 33px;
}

.color-box ul {
    float: left;
}

.active .sp3 i.ttl {
    font-size: 10px;
    position: relative;
    top: 9px;
    color: #7b7b7b;
    line-height: 37px;
}

.active .sp3 i.fal {
    top: -4px !important;
    left: 7px;
}

.hasColor i.ttl {
    color: #fff !important;
}

.hasColor i.fal {
    color: #fff;
}

/*=====================================*/

.product-categories-list li {
    display: list-item;
    padding: 0 0 8px 0;
}


    .product-categories-list li .level-space {
        width: 20px;
        display: inline-block;
    }

.category .ps__rail-y {
    left: 0px !important;
    right: auto !important;
}



.shop-product .shop .filter .category .category-box {
    padding-left: 9px !important;
}


/******************* checkbox start *****************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

input.chk[type="checkbox"] {
    display: none;
}

    input.chk[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-right: 30px;
        margin-bottom: 9px;
        font-weight: normal;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        font-size: 12px;
        line-height: 21px;
    }

        input.chk[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input.chk[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #2fdab8;
            position: absolute;
            right: 0;
            top: 0px;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input.chk[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        right: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input.chk[type="checkbox"] + label:hover {
    }

.chk-wrp {
    padding: 5px;
    transition: all 0.2s ease 0s;
    margin: 0 5px;
}

    .chk-wrp:hover {
        background-color: #ede9e9;
        transition: all 0.2s ease 0s;
        border-radius: 2px;
    }

#accordion .panel-body.chkBoxes {
    padding: 10px 0px;
}
/******************* checkbox end *****************/

.filter .accordion {
    margin-top: 15px;
}


.filter .accordion-header {
    margin-bottom: 0;
}

.filter .accordion-button {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .filter .accordion-button:not(.collapsed) {
        background-color: unset;
        color: unset;
        box-shadow: unset;
    }

    .filter .accordion-button:focus {
        box-shadow: unset;
    }

.filter .accordion-body {
    border-top: solid 1px #ddd;
    padding: 10px;
}

.filter .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}


/******************* shake style btn - start *****************/


/* Style the button */
.shaky-btn {
    width: 200px;
    height: 50px;
    background: white;
    font-size: 24px;
    transform: skewX(-10deg);
    cursor: pointer;
}

    /* Specify the effect when the 
        button is hovered over */
    .shaky-btn:hover {
        animation: shake 0.4s ease-out;
        border: 2px solid green;
        color: green;
    }



.BtnShaking {
    -webkit-animation-name: shaker;
    -webkit-animation-duration: 0.1s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-timing-function: linear;
    background-color: #c0392b;
}

@-webkit-keyframes shaker {
    0% {
        -webkit-transform: translate(2px, 0);
    }

    50% {
        -webkit-transform: translate(-2px, 0);
    }

    100% {
        -webkit-transform: translate(2px, 0);
    }
}

/******************* shake style btn - end *****************/


.ltr {
    direction: ltr;
}

.min_height_80 {
    min-height: 80px !important;
}

div.form-control {
    height: 30px;
    line-height: 20px;
    border-color: #16D39A;
    display: inline-table;
}

.orders div.form-control {
    height: 30px;
    line-height: 20px;
    border-color: #16D39A3D;
    display: inline-table;
    font-size: 13px;
    padding: 0.350rem 0.55rem;
    background-color: #f7f7f7;
}

.orders .form-group.row {
    margin-bottom: 20px;
}

.seprator_div {
    margin: 10px 0 4px 0;
    border-bottom: dashed 1px #ccc;
}

.form-control.large_text {
    line-height: 26px !important;
    text-align: justify;
}

.shop-cart .cart .products-cart .product-box table .price i {
    float: left;
    font-style: normal;
    font-size: 12px;
    margin-left: 22px;
    background-color: #eaeaea;
    padding: 1px 7px;
    border-radius: 2px;
}

/*.tbl_basket td {
    width: 15%;
}*/
.tbl_basket td:nth-child(1) {
    width: 15%;
}

.tbl_basket td:nth-child(2) {
    width: 38%;
}

.tbl_basket td:nth-child(3) {
    width: 13%;
    text-align: center;
}

.tbl_basket td:nth-child(4) {
    width: 20%;
    text-align: center;
}

.tbl_basket td:nth-child(5) {
    width: 14%;
    text-align: center !important;
}


.shop-cart .cart .products-cart .product-box table tr.disable_reason {
    border: solid 1px #cacaca !important;
    border-radius: 4px;
    background-color: #ececec;
    opacity: 0.6;
}

.disable_info {
    position: absolute;
    margin-top: -21px;
    font-size: 12px;
    background-color: orangered;
    color: #fff;
    padding: 1px 10px;
    border-radius: 3px;
}

.isStock {
    background: #13B9A2;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 8px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0px 10px;
    color: #ffffff;
    background: #ff5858;
}

.ribbon {
    position: absolute;
    /*    left: -5px;
    top: -5px;*/
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 11px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#17E0C5 0%, #0E8F7D 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 16px;
        left: -25px;
    }

/*        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #0E8F7D;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #0E8F7D;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #0E8F7D;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #0E8F7D;
        }*/

span.warranty {
    font-size: 15px;
    color: #37867B;
}

.selectize-input > input {
    font-size: 12px;
}

#wrp_main_scroll {
    position: relative;
    top: 0;
    height: 100vh;
    direction: ltr;
}

#wrp_main {
    direction: rtl;
}

/*.ps__rail-y {
     left: 0px;
    right: auto;
}*/

/*.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 6px;
    position: absolute;
}*/





.header .tophead {
    background: #13B9A2;
}

    .header .tophead .th-menu .menu-item a:hover {
        color: #0D6054;
    }




.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #13b9a21c;
    opacity: 0.9;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #13b9a2;
    width: 5px;
}

.ps__rail-y, ps__rail-x {
    z-index: 20000;
}

    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
        background-color: #13b9a2 !important;
    }

.header .tophead .th-menu .menu-item a:hover {
    color: #116055 !important;
    font-weight: 500;
    font-size: 11px;
}

.danger {
    color: red !important;
}

.profile-content td a.mprd i.danger {
    color: red !important;
    margin-right: 4px;
}

.search_result_not_found {
    text-align: center;
    border-radius: 5px;
    background-color: #e6e6e6;
    padding: 15px;
    font-size: 19px;
}