div[id*="highstore_widget"] {
    /*display: inline-block;*/
    max-width: 100%;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.attributes-list .title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
    display: block
}

    .attributes-list .title i {
        display: none
    }

    .attributes-list .title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        transform: rotate(45deg)
    }

.spec-list {
    list-style: none;
    margin-bottom: 50px;
}

    .spec-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 8px 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        transition: all 0.35s ease;
    }

        .spec-list li span.technicalspecs-title {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .spec-list li span.technicalspecs-value:first-child {
            margin-top: 0;
        }

        .spec-list li span.technicalspecs-value {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
            padding-right: 1%;
            margin-bottom: 5px;
        }

            .spec-list li span.technicalspecs-title,
            .spec-list li span.technicalspecs-value span {
                display: block;
                background: #fafafa;
                padding: 14px 18px 12px;
                font-size: 13px;
                line-height: 1.692;
                color: #4d4d4d;
                letter-spacing: -.3px;
                min-height: 47px;
                position: relative
            }

            .spec-list li span.technicalspecs-value.next-value {
                margin-top: 8px
            }

            .spec-list li span.technicalspecs-value i.icon-green-mark:before {
                content: "\E020";
                position: absolute;
                right: 18px;
                top: 50%;
                color: #518541;
                font-size: 15px;
                transform: translateY(-50%)
            }

            .spec-list li span.technicalspecs-value i.icon-red-close:before {
                content: "\E01A";
                position: absolute;
                right: 18px;
                top: 50%;
                color: #fb3449;
                font-size: 15px;
                transform: translateY(-50%)
            }

/*------------------------- Cart Info ------------------------------*/
.info-desx {
    display: inline-block;
    width: 100%;
    /* background: rgba(245, 247, 250, 0.7); */
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

.info-address {
    position: relative;
}

    .info-address .add-address {
        position: absolute;
        left: 5px;
        top: -20px;
        background: #00BFD6;
        color: #fff;
        padding: 0px 13px;
        border-radius: 4px;
    }

    .info-address .btn-remove-address {
        background: #ef394e;
        color: #fff;
        font-size: 11px;
        padding: 0px 9px;
        border-radius: 3px;
        margin-right: 7px;
        transition: all 0.35s ease;
        opacity: 0;
    }

    .info-address label:hover > a.btn-remove-address, .info-address label.active > a.btn-remove-address {
        opacity: 1;
    }

.opt-gateway i.active {
    box-shadow: 0 0px 5px 1px #fbdadb inset;
}

.ibl64.ibl-mellat {
    background-position: -64px 0;
}

.ibl64.ibl-zarinpal {
    background-position: -256px -318px;
}

.ibl64.ibl-payir {
    background-position: -256px -320px;
}

.opt-gateway i {
    float: left;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.ibl64 {
    background: url("../img/ibls64.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .ibl64.ibl-bpi {
        background-position: -64px -128px;
    }

.opt-gateway i {
    float: left;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

.ibl64 {
    background: url("../img/ibls64.png") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    display: inline-block;
    width: 64px;
    height: 64px;
}

.popover.show {
    max-width: 250px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    padding: 0 7px;
    font-size: 11px;
}
/* --------------------------- Payment Callback ------------------------*/
.payment-result {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
    width: 100%;
    float: none;
    padding: 15px 10px;
}

    .payment-result article {
        margin: 20px;
    }


.highstore-payment.callback .waiting-box {
    margin: 0 auto;
    float: none;
    text-align: center;
    font-size: 16px;
    position: relative;
}

    .highstore-payment.callback .waiting-box .alert {
        color: #434343;
        position: relative;
        padding: 30px 0;
    }


@keyframes pageloading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    50% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

@keyframes loadingbar {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.highstore-payment.callback #ajax-busy {
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    z-index: 999;
    background-color: #ffab40;
    transition: opacity .05s ease-in;
}

    .highstore-payment.callback #ajax-busy.busy {
        opacity: 1;
    }

        .highstore-payment.callback #ajax-busy.busy > .bar {
            content: "";
            display: inline;
            position: absolute;
            width: 0;
            height: 100%;
            left: 50%;
            text-align: center;
            animation: pageloading 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
        }

    .highstore-payment.callback #ajax-busy > .bar:nth-child(1) {
        background-color: #A6CF39;
    }

    .highstore-payment.callback #ajax-busy > .bar:nth-child(2) {
        background-color: #A2238E;
        animation-delay: 0.5s;
    }

    .highstore-payment.callback #ajax-busy > .bar:nth-child(3) {
        background-color: #ed008c;
        animation-delay: 1s;
    }

.highstore-payment.callback .loading-bar {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .highstore-payment.callback .loading-bar:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #2980b9;
        animation: loadingbar 2s linear infinite;
    }

.highstore-payment.callback .waiting-box::before {
    font-family: 'HighStore-2';
    font-size: 65px;
    position: absolute;
    left: 9px;
    top: 20px;
    opacity: 0.2;
    z-index: 1;
}

.highstore-payment.callback .waiting-box.pay-success::before {
    content: '\f058';
    color: #43d8ce;
}

.highstore-payment.callback .waiting-box.pay-failed::before {
    content: "\e016";
    font-family: 'HighStore-2';
    color: #ffffff;
    background: #ff0000;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 200px;
    font-size: 50px;
    top: 10px;
    display: block;
    z-index: 1;
}
/*Contactus Begin */
.contact_wrap h2 {
    font-size: 13px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    background-color: #9e9e9e;
    color: #fff;
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 42px;
    position: relative;
}

    .contact_wrap h2::after {
        content: '';
        display: block;
        background-color: #fff;
        position: absolute;
        bottom: calc(50% - 6px);
        border-radius: 5px 0 0 5px;
        right: 0;
        height: 10px;
        width: 10px;
    }

.contact_right {
    background-color: #eeeff1;
    border-radius: 5px 5px 15px 15px;
    overflow: hidden;
    position: relative;
    /*    max-width: 30%;*/
}

.contact_left {
    background: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.contact_w i {
    font-size: 26px;
    color: #ef5661;
    float: right;
    margin-left: 20px;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0 10px -3px hsla(0,0%,0%,.1);
}

.contact_w span {
    opacity: .95;
    white-space: unset !important;
    overflow: hidden;
    /* display: block; */
}

.contact_w h4 {
    font-size: 12px;
    color: #505050;
    display: block;
    /* padding-top: 6px; */
    font-weight: 500;
    line-height: 24px;
}

.contact_w {
    border-radius: 10px;
    min-height: 70px;
    display: block;
    margin: 0 15px;
    clear: both;
    color: #4c4c4c;
}

.contact_left input, .contact_left textarea {
    font-size: 13px;
    padding: 7px;
    height: auto;
}

.contact_left .form-group {
    margin-bottom: 8px;
}

.contact_left .btn-default {
    background: #efefef;
}

body.demo3 .btn-danger, body.demo3 .button, body.demo3 a.button, body.demo3 button.button, body.demo3 input.button, body.demo3 a.alt.button, body.demo3 button.alt.button, body.demo3 input.alt.button, body.demo3 input[type="submit"] {
    color: #FFF;
    background-color: #FF9800;
    border-color: #FF9800;
}

/*-------------------------------------------------------*/
.package-products {
    display: flex;
    flex-wrap: wrap;
}

    .package-products .bundle-item {
        width: 48%;
        border: 1px solid #eee;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 15px;
        margin-bottom: 15px;
        /*! padding: 10px; */
        box-shadow: 0 2px 9px -5px #bbb;
        display: flex;
    }

        .package-products .bundle-item:nth-child(2n) {
            margin-left: 0;
        }

        .package-products .bundle-item .bundle-item-body {
            width: 70%;
            position: relative;
        }

        .package-products .bundle-item .bundle-item-description {
            padding: 3px 6px 0;
        }

        .package-products .bundle-item .bundle-item-image {
            width: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            /* position: relative; */
        }

            .package-products .bundle-item .bundle-item-image img {
                width: 100%;
                position: relative;
                object-fit: cover;
                height: 100%;
            }

        .package-products .bundle-item .bundle-item-name {
            font-size: 12px;
            font-weight: bold;
            /*! margin: 10px 0; */
            text-align: right;
            padding: 3px 6px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .package-products .bundle-item .bundle-item-attributes {
            width: 50%;
            padding-top: 10px;
            padding-bottom: 0px;
            float: right;
        }

        .package-products .bundle-item .bundle-item-price {
            /*! width: 50%; */
            /*! float: right; */
            /*! padding-top: 10px; */
            /*! text-align: left; */
            color: #4dc247;
            /*! font-size: 14px; */
            padding: 3px 6px 0;
        }

            .package-products .bundle-item .bundle-item-price .product-price-without-discount {
                text-decoration: line-through;
                color: #ababab;
            }

            .package-products .bundle-item .bundle-item-price .base-price.muted {
                color: #999999;
            }

            .package-products .bundle-item .bundle-item-price .price-unit {
                font-size: 11px;
            }

        .package-products .bundle-item .bundle-item-link {
            position: absolute;
            left: 7px;
            bottom: -4px;
        }

            /*.package-products .bundle-item .bundle-item-link a {
                width: 27px;
                height: 20px;
                background: #1aa9dd;
                display: inline-block;
                position: relative;
                color: #fff;
                border-radius: 50px;
            }*/

            .package-products .bundle-item .bundle-item-link a {
                /* width: 27px; */
                /* height: 20px; */
                background: #1aa9dd;
                display: inline-block;
                position: relative;
                color: #fff;
                border-radius: 3px;
                bottom: 6px;
                padding: 0px 10px;
            }

                .package-products .bundle-item .bundle-item-link a i {
                    position: absolute;
                    top: 2px;
                    right: 7px;
                    bottom: 0;
                    left: 0;
                    font-size: 15px;
                }

@media only screen and (min-width:0px) and (max-width: 576px) {
    .package-products .bundle-item {
        width: 100%;
        margin-left: 0;
    }
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
}

    .marquee span {
        display: inline-block;
        width: 100%;
    }

        .marquee span span {
            -moz-transition: right 3s linear;
            -o-transition: right 3s linear;
            -webkit-transition: right 3s linear;
            transition: right 3s linear;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            right: 0px;
        }

    .marquee:active span, .marquee:hover span {
        width: auto;
    }

        .marquee:active span span, .marquee:hover span span {
            right: calc(170px - 100%);
        }

.hide {
    display: none !important;
}

.alert {
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.18);*/
    padding: 5px 45px;
    /*line-height: 22px;*/
}

    .alert.alert-warning {
        color: #721900;
        background-color: #f8d6cc;
        border-color: #f5c5b8;
        border-radius: 3px;
    }

    .alert.alert-success {
        color: #00523c;
        background-color: #ccece3;
        border-color: #f5c5b8;
        border-radius: 3px;
    }


.coupon-box .coupon-code {
    display: flex;
    justify-content: left;
    margin: 5px;
    /* flex-basis: auto; */
}

    .coupon-box .coupon-code input[type="text"] {
        flex: 0 0 30%;
        direction: ltr;
        height: 35px;
    }

    .coupon-box .coupon-code input[type="button"] {
        height: 35px;
        margin-right: 5px;
        padding: 0 15px;
    }

/*------------------------------ offer code ---------------------------------*/
.cart-discount {
    color: #ff4f4f;
}

.steps-page .confirm-order .wallet-off {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    justify-content: end;
}

    .steps-page .confirm-order .wallet-off .wallet-payment {
        display: flex;
        align-items: center;
    }

        .steps-page .confirm-order .wallet-off .wallet-payment .lbl-wallet {
            font-size: 14px;
            margin-left: 10px;
        }

.steps-page .confirm-order .wallet-payment .toggle-input {
    position: relative;
    height: 25px;
}

    .steps-page .confirm-order .wallet-payment .toggle-input .inp-wallet {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        height: 25px;
        left: 0;
    }

    .steps-page .confirm-order .wallet-payment .toggle-input .lbl-input {
        position: relative;
        width: 65px;
        height: 23px;
        border-radius: 6px;
        background-color: #e5e5e5;
        margin: 0;
        cursor: pointer;
        transition: all 0.4s;
    }

        .steps-page .confirm-order .wallet-payment .toggle-input .lbl-input::after {
            content: "";
            background-color: #fff;
            width: 26px;
            height: 15px;
            position: absolute;
            top: 4px;
            right: 54%;
            border-radius: 4px;
            transition: all 0.4s;
        }

    .steps-page .confirm-order .wallet-payment .toggle-input .inp-wallet:checked + .lbl-input {
        background-color: #f6831f;
    }

        .steps-page .confirm-order .wallet-payment .toggle-input .inp-wallet:checked + .lbl-input::after {
            right: 3px;
        }

.steps-page .confirm-order .list-orders {
    padding-bottom: 15px !important;
}

.confirm-order .offer-code {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .confirm-order .offer-code .input-code {
        display: flex;
        align-items: center;
        width: 100%;
    }

.callout-dark .alert-code {
    border: 1px solid #eee;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    opacity: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 0.3s;
}

    .callout-dark .alert-code.show {
        margin-top: 10px;
        padding: 10px;
        opacity: 1;
        height: auto;
    }

    .callout-dark .alert-code .message-alert {
        font-size: 12px;
        text-align: right;
        margin: 0;
    }

    .callout-dark .alert-code .price-alp {
        font-size: 14px;
        margin-right: 10px;
        font-weight: bold;
        color: #f6831f;
    }

        .callout-dark .alert-code .price-alp > .toman {
            font-style: normal;
            font-size: 10px;
        }

    .callout-dark .alert-code .icon-close {
        font-size: 10px;
        margin-right: 10px;
        margin-left: 5px;
        opacity: 0.3;
        cursor: pointer;
    }

        .callout-dark .alert-code .icon-close:hover {
            opacity: 1;
        }

.confirm-order .offer-code .input-group {
    margin: 0;
    padding: 0;
    width: 100%;
    direction: ltr;
}

.confirm-order .offer-code .lds-ellipsis {
    top: 2px;
}

.confirm-order .offer-code .save-code {
    background-color: #f6831f;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px 2px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .confirm-order .offer-code .save-code:hover {
        background-color: #333;
    }

.confirm-order .offer-code .input-group .save-code:hover {
    color: #333;
}

.confirm-order .offer-code .input-group .form-control {
    height: 38px;
    border-color: #eee;
    box-shadow: 0 0 6px -2px #bbb inset;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    color: #222;
    transition: all 0.3s;
}

    .confirm-order .offer-code .input-group .form-control::placeholder {
        text-align:right;
    }
    .confirm-order .offer-code .input-group .form-control:focus {
        border-color: #f6831f;
    }

.confirm-order .offer-code .input-group .input-group-text {
    background-color: #f9f9f9;
    border-color: #e4e4e4;
    color: #aaa;
    font-size: 16px;
    border-radius: 0 4px 4px 0 !important;
    transition: all 0.3s;
}

.confirm-order .offer-code .input-group .form-control:focus + .input-group-prepend .input-group-text {
    background-color: #f6831f;
    border-color: #f6831f;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

    .input-group-prepend {
        display: flex;
    }

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.lds-ellipsis {
    display: none;
    position: absolute;
    left: -8px;
    top: 10px;
    width: 60px;
    height: 10px;
    z-index: 9;
    transform: scale(0.4);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #f6831f;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media only screen and (max-width: 779px) {
    .confirm-order .offer-code {
        width: 100%;
    }
}

aside.slider-sidebar .hs-ads-wrapper {
    margin: 0 6px;
}

aside.slider-sidebar {
    display: flex;
    padding-right: 0;
}

    aside.slider-sidebar .hs-ads-wrapper img {
        height: unset;
    }

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .main-slider-img {
        padding:0;
    }
    aside.slider-sidebar {
        padding-right: 10px;
    }

    .row.by-age {
        flex-wrap:nowrap;
        overflow-x:scroll
    }
}