body {
    direction: rtl;
    font-family: iranyekan;
    font-weight: 400;
    margin: 0;
    padding: 0;
    /*letter-spacing: .5px !important;*/
}

.pagination li {
    margin-right: 3px;
    margin-left: 3px;
}

@media (min-width: 768px) {
    .pagination li {
        margin-right: 6px;
        margin-left: 6px;
    }
}

.pagination li a {
    border: none;
}

.pagination li.disabled, .pagination li.disabled span {
    border: none;
}

.page-link, .page-link:hover {
    color: #1b7801;
}

.page-item span, .page-item a, .page-link {
    font-size: 18px !important;
}

.pagination li span:hover, .pagination li:hover, .pagination li a:hover {
    border-radius: 5px;
}

.pagination li.active span {
    border: none;
    background: #1b7801 !important;
    border-radius: 5px !important;
}

.call {
    font-size: 23px;
}

.img-fluid {
    width: 100% !important;
}

.mainContent {
    background: #f5f5f5;
}

ul {
    padding: 0 !important;
}

.body-description img {
    height: auto !important;;
}

.cart-product-title {
    font-size: 1.2em;
}

.send_file_btn {
    border-radius: 10px;
    padding: 10px 70px;
    border: none;
    outline: none;
    font-size: .9em;
    color: #fff;
    background-color: #1b9001
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.btn:focus {
    box-shadow: none !important;
    /*border: none !important;*/
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

button, input, select, textarea {
    box-shadow: none !important;
    outline: none !important;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #7f7e7e !important;
}

a:hover {
    text-decoration: none;
}

.text-v-sm {
    font-size: 0.8rem !important;
}

.text-m {
    font-size: 0.9rem !important;
}

td {
    vertical-align: middle !important;
}

.medium-radius {
    border-radius: 15px !important;
}

.medium-radius-bottom {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.modal-content {
    border-radius: 15px !important;
}

.modal-header {
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.medium-radius-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

/*login register*/
.forget a, .name-user {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.forget .txt1, .forget .txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.input-login {
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
    color: #666666;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 15px
}

.login-form .btn-login {
    border-radius: 25px;
    display: block;
    font-size: 14px !important;
    background: #57b846;
    font-weight: 600;
    padding: 12px 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-form .btn-login:hover {
    background: #4b9641;
}

.login-form .btn-register {
    border-radius: 25px;
    padding: 12px 0;
    display: block;
    background: #0064c9;
    font-size: 14px !important;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login-form .btn-register:hover {
    background: #005aa7;
}

.tabs-register .active {
    background: linear-gradient(-135deg, #FF416C, #FF4B2B);
}

.error-data {
    width: 100%;
    margin-top: .30rem;
    font-size: 80%;
    color: #dc3545 !important;
}

/** {*/
/*border: 1px solid #f00 !important;*/
/*}*/
/*price_list page*/

.dropbtn_1 {
    background-color: #85ef47;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 5px;
}

.dropdown_price_category {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff !important;
    min-width: 270px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 39px;
    right: 0;
}

.sort-box {
    display: flex;
    position: absolute;
    flex-direction: column !important;
    /*position: absolute;*/
    background-color: #fff !important;
    min-width: 270px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 39px;
    right: 0;
}

.sort-box .sort_items {
    padding: 7px 15px !important;
}


.dropdown-content-profile {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #fff !important;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-profile a {
    color: rgba(255, 255, 255, .8);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    /*color: #fff;*/
    background: #f8f8f8;
}

.dropdown_1:hover .dropdown-content-profile {
    display: block;
}

.dropdown_profile:hover .dropdown-content-profile {
    display: block;
}

.dropdown_1:hover .dropdown-content {
    display: block;
}

.dropdown_price_category:hover .dropdown-content {
    display: block;
}

.dropdown_price_category:hover .dropbtn_1 {
    background-color: #3e8e41;
}

.search_box {
    border: 1px solid #c6c5c5;
    border-radius: 20px;
    position: relative;
    outline: none;
    width: 75%;
    font-weight: 400 !important;
}

.search_box:focus {
    border: 1px solid #7f7e7e;
    outline: none !important;
    box-shadow: none;
    background: #f9f9f9;
}

.search_button {
    border: none;
    background: transparent;
    font-size: 1.1em;
    color: #1b9001;
    cursor: pointer;
    outline: none;
}

.search_button:hover, .search_button:focus {
    outline: none;
    font-size: 1.2em;
}

.fa-shopping-cart, .fa-heart, .fa-user-circle {
    font-size: 2em;
    margin-bottom: 10px;
    color: #d2d2d2;
}

.fa-shopping-cart:hover {
    color: #1b9001;
}

.fa-heart:hover {
    color: #c40b13;
}

.fa-user-circle:hover {
    color: #560764;
}

.circle {
    background: #f30e5c;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: .7em;
    margin-left: 5px;
}

.item {
    font-size: .9em;
}

/* One radio button per line */
label {
    display: flex;
    align-items: center;
    font-size: 1em;
}

/*checkout page*/
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-image-gallery {
    width: 70%;
}

.img-image-gallery-gallery {
    width: 100%;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.new_address {
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 100%;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
    background-color: #1b9001;
    border-radius: 100%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.continue_shopping {
    background-color: #1b9001;
    color: #FFFFFF;
    font-size: .9em;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width {
    width: 75%;
}

.font {
    font-size: 1em;
}

.btn_counter {
    margin: 1px 0;
    border-radius: 100%;
    border: none;
    outline: none;
    background-color: #a1dd70;
    color: #fff;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 3px;
}

.btn_cart {
    background-color: #1b9001;
    color: #FFFFFF;
    font-size: .9em;
}

.btn_cart:hover, .continue_shopping:hover {
    background-color: #1e7e34;
}

.discount_btn_factor {
    background-color: #c70039;
    color: #FFFFFF;
    font-size: .9em;
}

.discount_btn_factor:hover {
    background-color: #fd0046;
}

/*           Navigation           */
.navigation li {
    list-style-type: none;
}

.mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
}

.mobile-nav h3 {
    display: block;
    margin: 0;
    padding: 0;

}

.toggle-btn img {
    border-radius: 50%;
    display: block;

}

/* Important styles */
#toggle {
    display: block;
    width: 28px;
    height: 30px;

}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    top: calc(100% - 16px);
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

.list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #4d4d4d;
    padding: 1em;
    text-decoration: none;
    line-height: 1.4em;
}


.categoryLink #changeChevron {
    transition: all .5s;
    font-size: 18px;
}

.dropdown_1:hover #changeChevron, .dropdown_1 .dropdown-content a:hover #changeChevron {
    transform: rotate(180deg);
    color: #20b501;
}

.menu-list-1 a:hover, .menu-list-1 a:focus {
    color: #1b9001;
}

.menu-list-2:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.item-icon {
    font-size: 12px;
    width: 12px !important;
    color: #999;
    display: block;
    margin: 0 auto 0 0;
    transition: all .2s ease;

}

.item-icon.active {
    transform: rotate(180deg);
}

/*           end List-item & item-icon            */
@media (min-width: 48em) {
    .mobile-nav {
        display: none;
    }

    /*           Navigation           */
    .navigation {
        display: block;
        transform: translate(0);
        font-size: .9em;
        height: auto;
        background-color: #f7f8fa;
        border-top: 1px solid #eff0f2;
        border-bottom: 1px solid #e3e4e5;
        /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);*/
        overflow-y: visible;
        transition: all .3s linear;
    }

    /*           end Navigation           */
    /*           Menu Level 1           */
    .menu-level-1 {
        font-size: 1em;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0;
    }

    .menu-list-1 {
        width: auto;
        height: auto;
        border: none;

    }

    .menu-list-1:hover {
        background-color: #fff;
        /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)*/
    }

    /*           end Menu Level 1           */
    /*           Menu Level 2           */
    .menu-level-2 {
        position: absolute;
        top: 101%;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        width: 100%;
        list-style: none;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        visibility: hidden;
    }

    .menu-list-1:hover .menu-level-2 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /*           end Menu Level 2           */
    /*           List Item           */
    .list-item {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 2em;
        color: #4d4d4d;
        width: auto;
        /*transition: all .3s linear;*/

    }

    .list-item {
        padding: .5em .8em;
    }

    .menu-level-1 > .menu-list-1 > .list-item {
        padding: .8em;
    }

    .menu-level-1 > .menu-list-1 > .list-item.active {
        padding: .5em .8em;
        transition: all .3s linear;
    }

    .menu-level-1 .list-item.active {
        border: none;

    }

    .menu-level-2 > .menu-list-2 > .list-item {

        color: #4d4d4d;

    }

    .menu-list-2 > .list-item > img.active {
        transform: rotate(0deg);
    }

    /*           end List Item           */
    /*           Item Icon           */
    .item-icon {
        display: block;
        margin: 0 .5em 0 0;
    }

    .item-icon.active {
        transform: rotate(0deg);
    }

    .menu-list-1:hover .item-icon {
        transform: rotate(180deg);
    }

    /*           end Item Icon           */
}

.none {
    display: none;
}

.block {
    display: block !important;
}

@media (min-width: 48em) {
    .block {
        display: flex !important;
    }
}

.flex {
    display: flex;
}

/*effect-box*/
.effect-box:after,
.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

/*slider*/
.carousel-inner img {
    width: 100%;
    height: 180px;
}

/*Best sellers*/

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    z-index: 5;
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    z-index: 5;
}

.best_sellers {
    color: #1b9001;
    font-size: 1.1em;
    font-weight: bold;
}

.Major_order {
    font-size: .8em;
    color: #fd5f00;
    font-weight: bold;
}

.line {
    width: 88%;
    height: 2px;
    background-color: #1b9001;
}

.img_owl_carousel {
    width: 100%;
    height: 200px !important;
}

.product_name {
    color: #060c16;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.6;
}

.previous_price {
    font-size: .9em;
    color: #c5c5c5;
}

.current_price {
    color: #1b9001;
    font-weight: 600;
    text-align: center;
}

.current_price_bottom {
    position: absolute;
    bottom: 10px !important;
}

.item_detail {
    font-size: 1em;
}

.item-list-search {
    min-height: 350px !important;
    /*max-height: 350px !important;*/
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container_overlay {
    position: relative;
    width: 220px !important;
    height: 220px !important;
}

.container_overlay_article {
    position: relative;
    width: 100% !important;
}

.image_2 {
    display: block;
    width: 100% !important;
    height: 100%;
}

.image_3 {
    display: block;
    width: 278px;
    height: 270.8px;
}

.overlay_2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1b9001;
    z-index: 998;
}

.overlay_3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 278px;
    opacity: 0;
    transition: .5s ease;

}

.container_overlay:hover .overlay_2, .overlay_3,
.container_overlay_article:hover .overlay_2 {
    opacity: .8;
}

.text_2 {
    color: white;
    opacity: 1;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    height: 50%;
    top: 40%;
    left: 50%;
    font-size: 13px;
    line-height: 1.5;
}

.text_3 {
    color: white;
    opacity: 1;
    font-size: .8em;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    height: 50%;
    top: 70%;
    left: 50%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1b9001;
    border-radius: 100%;
    z-index: 998;
}

.container_overlay:hover .overlay {
    opacity: .8;
}

.text_info_index {
    color: white;
    width: 100%;
    opacity: 1;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-zoom-out img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    z-index: 5;
}

.img-zoom-out:hover img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    z-index: 5;
    -o-transform: scale(0.95)
}

.img_discount, .img_discount_2 {
    position: relative;
    z-index: 0;
    /*height: 240px;*/
    margin: 15px 0;

}

.discount, .discount_2 {
    background-color: #1b9001;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 20px;
    color: #fff;
    font-size: 1em;
}

.discount_2 {
    top: 30px;
    left: 78px;
}

.azin_web {
    color: #8b8a89;
    font-weight: bold;
    font-size: 1.1em;
}

.brand_img {
    width: 94px;
    height: 94px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.brand_img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.contact_item {
    cursor: pointer;
}

.contact_icon {
    color: #fff;
    font-size: 1.1em;
}

.contact_details {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 31px;
}

.contact_details:last-child {
    border-right: 2px solid #fff;
}

.about_border {
    border-right: 2px solid #000 !important;
}

.blog-top {
    margin-top: 113px;
}

.title-video {
    font-size: 1.2rem;
}

.master-top {
    margin-top: 50px;
}

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

    .error_input::placeholder {
        font-size: 13px;
    }

    .master-top {
        margin-top: 30px;
    }

    .header-image-top {
        height: 33px;
    }

    .blog-top {
        margin-top: 55px;
    }

    .about_border {
        border-right: none !important;
    }

    .faq-title {
        font-size: 13px;
        line-height: 1.5;
    }

    .faq-body {
        font-size: 12px;
        line-height: 1.5;
    }

    .cart-product-title {
        font-size: .9em;
    }


    .title-video {
        font-size: .9rem;
    }

    .img-image-gallery-gallery {
        width: 95%;
        margin: 0 5px;
    }

    .max-width-100 {
        border: none !important;
        outline: none !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 414px) {
    .item-list-search {
        min-height: 410px !important;
        position: relative
    }
}

@media only screen and (max-width: 321px) {
    .item-list-search {
        min-height: 360px !important;
        /*max-height: 410px !important;*/
        position: relative
    }
}

.news_register {
    color: #545454;
    font-weight: bold;
    font-size: 1.2em;
}

.news_register_info {
    color: #8b8a89;
    font-size: .8em;
}

.btn_news {
    background-color: #1b9001;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.btn_news:hover {
    background-color: #8b8a89;
    transition: all ease-in-out .7s;
}

.social_title {
    font-size: 1em;
    font-weight: bold;
    color: #373737;
}

.img_social {
    width: 20px;
    height: 23px;
}

.links {
    font-size: 15px;
    font-weight: 500;
    color: #1b9001;
}

.link_items {
    font-size: .8em;
    color: #8b8a89;
    text-decoration: none;
    margin: 5px 0;
}

.link_items:hover {
    color: #1b9001;
    text-decoration: none;
    transition: all ease-in .1s;
}

.green_azin {
    font-size: 1.4em;
    color: #1b9001;
    font-weight: bold;
    /*padding: 0 25px;*/
}

.green_azin_info {
    font-size: .9em;
    color: #8b8a89;
    line-height: 2.5;
    /*padding: 0 25px !important;*/
}

.bottom_info {
    color: #8b8a89;
    font-size: .9em;
    margin-bottom: 10px;
}

.bottom_info_2 {
    color: #8b8a89;
    font-size: .9em;
}

/*spacial*/
.del {
    font-size: .8em;
    color: #8b8a89;
    font-weight: bold;
}

.price {
    font-size: .8em;
    color: #1b9001;
    font-weight: bold;
}

.special_name {
    font-weight: 400;
    font-size: .9em;
    color: #718b5a;
}

.special_img {
    width: 180px;
    height: 180px;
}

.special_overlay {
    background-color: #85ef47;
    /*background: url("/img/percent.png");*/
    width: 100%;
    height: 408px !important;
}

.overlay_span {
    font-size: 1.1em;
    color: #fff;
}

.percentage {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #124001;
    font-size: 1.3em;
    border-radius: 100%;
    background-color: #85ef47;
}

.remaining_time {
    font-size: .75em;
    color: #fff;
    font-weight: 400;
}

.time {
    background-color: #1b9001;
    font-size: 1.2em;
    font-weight: bold;
}

.calender {
    color: #000;
    font-size: .9em;
}

/*post*/
.btn_post {
    outline: none;
    background-color: #f9f9f9;
    border: 2px solid #29af7c;
    color: #29af7c;
    font-weight: bold;
}

.btn_post:hover {
    background-color: #29af7c;
    color: #f9f9f9;
    transition: all ease-in-out .5s;
}

.img_post {
    width: 573px;
    height: 268px;
}

.news_input {
    font-size: .8em;
    padding: 5px 5px 5px 200px;
    outline: none;
    border: none;
}

.video {
    width: 100%;
    height: 100%;
}

/*product page*/

.links_of_product {
    font-size: .9rem;
    color: #444444;
}

.img_icon {
    width: 35px;
    height: 35px;
    transition: all .4s ease;
    color: #666;
}

.img_icon:hover {
    background: #ededed;
}

#myProgress {
    width: 50%;
    background-color: #d4d4d4;
    height: 15px;
}

#myBar {
    width: 20%;
    height: 15px;
    background-color: green;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1b9001;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 10%;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    margin: 16px;
    background: grad;
}

.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}

.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.switch-input:checked + .switch-label:before {
    background-color: #A5D6A7;
}

.switch-input:checked + .switch-label:after {
    background-color: #4CAF50;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    font-size: 2em;
    font-weight: 800;
    color: #44484b;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.progress.blue .progress-bar {
    border-color: #1b9001;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #1b9001;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

/*login page*/
.log_caption {
    font-size: 2.5em;
    color: #1b9001;
}

.log_icon {
    background-color: #1b9001;
    border-radius: 100%;
    color: #ffffff;
    font-size: .8em;
}

.log_input {
    border: none;
    border-bottom: 1px solid #1b9001;
}

.check_box {
    width: 20px;
    height: 20px;
}

.check_box_label {
    font-size: 1em;
    margin: 1px 0 0 0;
    color: #7e7d7c;
}

.forget_pass {
    text-decoration: none;
    color: #1b9001;
    font-size: .8em;
}

.btn_login {
    background-color: #1b9001;
    color: #ffffff;
    font-size: .9em;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 100px;
}

.img_logo_login {
    height: 20px;
    width: 80px;
}

.log_info {
    color: #626262;
    font-size: .7em;
}

.log_span_footer {
    font-size: .7em;
    color: #5a6268;
}

.customer {
    background: url("../img/static_page_image/136.jpg") no-repeat fixed;
    border-radius: 20px;
    background-size: cover;
    width: 100%;
}

/*about us*/
.about_item_info {
    color: #fff;
    font-size: 1em;
    line-height: 2.5;
    margin-bottom: 50px;
}

.about_item {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.faq_text {
    color: #1b9001;
    font-weight: bold;

}

.faq_title {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.faq_body {
    font-weight: 400 !important;
    font-size: 14px !important;
}

/*order*/
.order_level {
    color: #1b9001;
}

.order_method {
    font-size: 1em;
    color: #a6cb12;
    font-weight: bold;
    /*margin: 20px 30px 15px 0;*/
}

.order_method_info {
    font-size: .9em;
    color: #4e555b;
    /*margin: 5px 30px 0 0;*/
}

.order_text {
    font-size: .9em;
    color: #3f464c;
    line-height: 2;
}

/*payment method*/
.payment_method {
    font-size: 1.1em;
    color: #0d627a;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.payment_method_1 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0;
    color: #6cbbb3;
}

.img_payment {
    background: url("../Img/payment.png") fixed;
    width: 100%;
    height: 500px;
    margin: 20px 0 0 0;
}

/*ordering_procedures*/

.tip {
    color: #f89d13;
    font-size: .9em;
    font-weight: bold;
    margin: 10px 0;
}

.ordering_link {
    font-size: 1.1em;
    color: #0c5460;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0;
}

/*complaint*/

.complaint_input, .complaint_textarea {
    border-radius: 5px;
    font-size: 1em;
    margin: 20px 20px;
    padding: 5px 10px;
    border: 1px solid #1b9001;

}

.complaint_textarea {
    resize: none;
}

.img_private {
    width: 65%;
    height: 700px;
}

/*contact us*/
.contact_items {
    font-size: 1.1em;
    font-weight: bold;
    color: #1b9001;
}

.mail-size {
    font-size: 40px;
}

.contact_items_info {
    font-size: .9em;
    color: #5a6268;
    line-height: 2;
}

.form_name {
    font-size: 1.5em;
    color: #4e555b;
    font-weight: bold;
    margin: 20px 0;
}

.form_item, .form_textarea {
    border: 1px solid #e8e8e8;
    outline: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: .9em;
    margin: 20px 30px;
    resize: none;
}

.form_textarea {
    width: 85%;
}

.img_contact {
    background: url("../img/static_page_image/138.jpg") no-repeat;
    background-size: cover;
    min-height: 280px;
    width: 100%;
    margin-top: 50px;
    position: relative;
    border-radius: 15px;
}

.info_call {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.contact_info {
    font-size: 60px;
}


.input-file-container {
    position: relative;
}

.js .input-file-trigger {
    display: flex;
    justify-content: center;
    padding: 10px 30px;
    background: #d61d4e;
    color: #fff;
    font-size: .9em;
    transition: all .4s;
    cursor: pointer;
    border-radius: 10px;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;

}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495E;
    color: #d61d4e;
}

.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

.margin {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 450px;
}

/*favorite list*/
.favorite_list_item {
    text-decoration: none;
    color: black;
}

.favorite_list_item:hover {
    text-decoration: none;
}

/*filtering page*/
.category {
    color: #787c86;
    text-decoration: none;
    font-size: .9em;
}

.price_range {
    background-color: #1b9001;
    color: #fff;
    border: none;
    outline: none;
    font-size: .8em;
}

.sort_items {
    color: #757983;
    font-size: .8em;
    padding: 7px 10px;
    text-decoration: none;
    transition: .5s all ease;
}

.sort_items:hover {
    background: #f8f8f8;
    color: #1d2124;
    border-radius: 5px;
}

.sort_items:first-child:hover {
    background: #ffffff;
    color: #757983;
}

.sort_items.selected {
    background: #1b9001;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.filtered_img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.filtered_pro_name {
    color: #060c16;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.7;
}

.side_links {
    position: absolute;
    top: 8%;
    left: 15%;
}

.dropbtn {
    background-color: #1b9001;
    color: white;
    font-size: 13px;
    border: none;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 5px;
}

.dropdown_category {
    position: relative;
    display: none;
}


.dropdown_category:hover .dropdown-content {
    display: block;
}

.dropdown_category:hover .dropbtn {
    background-color: #3e8e41;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.img_product {
    width: 490px;
    height: 462px;
}

.small_pic_item {
    width: 107px;
    height: 94px;
}

.product_name_bold {
    color: black;
    font-size: 1.1em;
    font-weight: bold;
}

.product_made {
    color: #7b7e84;
    font-size: .6em;
    margin: 10px 0;
}

.previous_price_index {
    font-size: 1em;
    color: #1b9001;
    margin: 20px 0;
}

.product_info {
    margin: 5px 0;
}

.available {
    color: #1b9001;
    margin: 20px 0;
}

.shopping_cart_icon {
    background-color: #78bc69;
    color: #f9f9f9;
    font-size: 1.5em;
}

.add_to_cart {
    background-color: #1b9001;
    color: #fff;
    text-decoration: none;
}

.table_item {
    background-color: #f9f9f9;
    width: 10%;
    font-size: .9em;
}

.table_item_info {
    background-color: #f9f9f9;
    width: 80%;
    font-size: .9em;
}

.product_description {
    line-height: 2.5;
    color: #434445;
}

.line_comment {
    width: 2px;
    height: 80px;
    margin: 0 30px;
    background-color: #f9f9f9;
}

.stare {
    color: #fdd043;
    font-size: .9em;
}

.date {
    font-size: .7em;
    color: #9fa0a2;
    font-weight: bold;
}

.comment {
    font-size: .9em;
    color: #9fa0a2;
}

.user_name {
    color: #434445;
    font-size: 1.1em;
    font-weight: 800;
}

.official {
    font-size: .9em;
    color: #1b9001;
}

/*                weblog                              */
.last_news_span {
    font-size: .79em;
}

.gradient_background {
    background-image: linear-gradient(to left, #1b9001, #d8ff97);
    width: 100%;
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 18px;
}

.link_favorite:hover {
    background-color: #eeeeee;
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

@media only screen and(width: 1300px) {
    .small_pic {
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 1199.98px) {
    .img_logo {
        width: 100%;
        margin-bottom: 30px;
    }

    .search_box {
        width: 100%;
    }

    .item {
        font-size: .7em;
    }

    .img_discount_2 {
        height: 80%;
    }

    .text_2 {
        font-size: .7em;
        margin: 0;
        padding: 0;
    }

    .text_3 {
        font-size: .5em;
        margin: 0;
        padding: 0;
    }

    .image_2 {
        width: 100%;
        height: 100%;
    }

    .social_title {
        font-size: 1.2em;

    }

    .small_pic {
        margin-left: 1.5rem;
    }

    .product_detail {
        margin: 0 50px 0 0;
    }

    .img_product {
        width: 400px;
        height: 350px;
        margin: 0 10px;
    }

    .small_pic {
        padding: 10px 0;
        margin: 0 auto;
    }

    .small_pic_item {
        width: 90px;
        height: 74px;
    }

    .line {
        width: 80%;
    }

    .width {
        width: 100%;
    }

}

@media only screen and (max-width: 991.98px) {
    .img_logo {
        width: 30%;
        margin-bottom: 30px;
    }

    .search_box {
        width: 80%;
    }

    .img_post {
        width: 400px;
        height: 250px;
    }

    .btn_post {
        margin: 10px 0;
    }

    .line {
        width: 75%;
    }

    .azin_web {
        margin-top: 20px;
    }

    .video {
        margin: 0 auto;
    }

    .image_2 {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .form_item {
        width: 40%;
    }

    .form_textarea {
        width: 86%;
    }

    .img_discount_2 {
        height: 80%;
    }

    .text_2 {
        font-size: 1em;
    }

    .text_3 {
        font-size: .75em;
    }

    .img_product {
        width: 500px;
        height: 400px;
    }

    .small_pic {
        padding: 10px 0;
        margin: 10px 0;
    }

    .small_pic_item {
        width: 100px;
        height: 84px;
    }

    .link_link {
        display: none;
    }

    .product_detail {
        margin: 50px 0 10px 0;
    }

    .sort {
        display: none !important;
    }

    .dropdown_category {
        display: inline-block;
    }

    .width {
        width: 100%;
    }

    .font {
        font-size: .9em;
    }

    .last_news_span {
        font-size: .72em;
    }

    .side_links {
        position: absolute;
        top: 8%;
        left: 20%;
    }

}

@media only screen and (max-width: 768px) {
    .item-list-search {
        height: auto !important;
    }

    .border-footer {
        padding: 0 20px !important;
    }

    .about_header_title h2 {
        font-size: .9rem;
    }

    .contact_info {
        font-size: 30px;
    }

    .static-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .img_logo {
        width: 50%;
        margin-bottom: 30px;
    }

    .search_box {
        width: 100%;
    }

    .line {
        width: 65%;
    }

    .image_2 {
        margin: 0 auto;
    }

    .azin_web {
        margin-top: 20px;
    }

    .video {
        margin: 0 auto;
    }

    .news_input {
        font-size: .6em;
        padding: 5px 5px 5px 200px;
    }

    .khabarname {
        margin-bottom: 20px;
    }

    .social_title {
        font-size: .8em;
    }

    .dastresi {
        margin-bottom: 20px;
    }

    .form_textarea {
        width: 88%;
    }

    .img_discount {
        height: 100%;
    }

    .img_discount_2 {
        height: 84%;
        margin: 0;
        width: 100%;

    }

    .table_item {

        width: 30%;
    }

    .side_links {
        right: 80%;
    }

    .menu-level-1 {
        display: none;
    }

    .text_3 {
        display: none;
    }

    .text_2 {
        font-size: .8em;
        text-align: center;
    }

    .font_size {
        font-size: .8em;
    }

    .font {
        font-size: .8em;
    }

    .width-25 {
        width: 100%;
        padding: 0 20px;
    }

    .side_links {
        position: absolute;
        top: 8%;
        left: 40%;
    }

}

/*visual_medium*/

@media all and (max-width: 575.98px) {
    .form_item {
        width: 60%;
    }

    .form_textarea {
        width: 60%;
    }

    .font {
        font-size: .6em;

    }

    /*.img_discount_2 {*/
    /*width: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*}*/
    .discount_2 {
        top: 30px;
        left: 35px;
    }

    .img_product {
        width: 400px;
        height: 400px;
    }

    .small_links {
        margin-top: 10px;
    }

    .line {
        width: 55%;
    }

    .font_size {
        font-size: .8em;
        text-align: center;
    }

    .last_news_span {
        font-size: .9em;
    }
}

/*product show*/

.card-input-element {
    display: none;
}

.card-input:hover {
    cursor: pointer;
}

.radio-label > input:checked ~ div {
    background: #f5f5f5;
}

.title-bg {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 20px;
}

h1.product_title.entry-title {
    font-size: 16px;
    color: #444;
    margin: 0;
    line-height: normal;
}

h3.product_sub_title.entry-sub-title {
    display: inline-block;
}

h3.product_sub_title.entry-sub-title {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-bottom: 0;
    font-family: sans-serif, Tahoma, Verdana;
}

.title-bg > *:not(.product_title) {
    margin-top: 10px;
}

.product-featured-attrs {
    margin-bottom: 20px;
}

.product-featured-attrs h6.title {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-featured-attrs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.product-featured-attrs ul li {
    color: #464646;
    font-size: 13px;
    margin-bottom: 4px;
}

p.price {
    color: #aaa;
    text-align: left;
    margin-bottom: 20px;
}

p.price span.price-text {
    float: right;
    color: #777;
}

p.price > span, p.price ins {
    font-size: 16px;
    color: #4caf50;
    padding: 0 5px;
    text-decoration: none;
    font-weight: 600;
}

.quantity.custom-num {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 43px;
}

.product-section .quantity {
    float: right;
}

.arrow-right {
    top: 2px;
    right: 2px;
    background: #eee;
    width: 29.5px;
    text-align: center;
    font-size: 14px;
    line-height: 32.5px;
    cursor: pointer;
    color: #666;
    border-radius: 20px;
    height: 29.5px;
    transition: .2s;
}

.arrow-left {
    top: 2px;
    left: 2px;
    background: #eee;
    width: 29.5px;
    text-align: center;
    font-size: 14px;
    line-height: 32.5px;
    cursor: pointer;
    color: #666;
    border-radius: 20px;
    height: 29.5px;
    transition: .2s;
}


.arrow-right:hover, .arrow-left:hover {
    background: #1b9001;
    color: #fff;
}

input.input-text {
    height: 33.5px;
    border: none;
    text-align: center !important;
    padding: 0 10px;
    color: #777;
    width: 130px;
    padding-right: 29.5px;
    border-radius: 20px;
    background: #fafafa;
    font-weight: 600;
}

.custom-num {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 50px;
}

.custom-num label.screen-reader-text {
    position: absolute;
    top: 5px;
    right: -40px;
}

.add_to_cart_btn:hover {
    background: transparent !important;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
    font-size: 13px;
}

/*.posts h2 {*/
/*    font-size: 1.2em;*/
/*    font-weight: 500;*/
/*    line-height: 1.2;*/
/*    margin-bottom: 5px;*/
/*    position: relative;*/
/*}*/

/*.posts h2::after {*/
/*    background: #1b9001;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 2px;*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*}*/

.posts-box {
    margin: 0 -15px;
}


.posts {
    background: #1b9001;
    height: 2px;
    position: relative;
}

.posts h2 {
    position: absolute;
    right: 0;
    top: -15px;
    margin: 0;
    padding: 0 0;
    display: inline-block;
    z-index: 5;
    color: #1b9001;
    font-size: 25px;
}

.posts div {
    position: absolute;
    left: 0;
    top: -14px;
    background: #fff;
    padding: 0 20px;
    z-index: 5;
}

/*.posts h2 span {*/
/*    background: #ffffff;*/
/*    display: inline-block;*/
/*    padding-left: 30px;*/
/*    position: relative;*/
/*    z-index: 5;*/
/*    color: #1b9001;*/
/*}*/

.product_meta > span {
    display: block;
    font-size: 13px;
    color: #656565;
}

.product-list:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product_meta > span a, .product_meta > span span, .product_meta .property_value {
    color: #757575;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 2px 10px;
    transition: all .5s;
    width: auto !important;
    white-space: nowrap !important;
}

.product_meta > span a:hover {
    color: #fff;
    background: #1b9001;
}

.product_meta > span i {
    margin-left: 3px;
}

.c-params__headline {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1b9001;
    font-weight: 600;
}

.c-params__headline span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
}

.body-description {
    line-height: normal;
    color: #464646;
    font-size: 14px;
}

.body-description > img {
    display: block;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.product-single-actions li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 13px 5px 0 5px;
    text-align: center;
    font-size: 12px;
    position: relative !important;
    transition: .5s;
    color: #666 !important;
    font-family: iranyekan !important;
}

.product-single-actions li i {
    font-size: 20px;
}

.isLiked {
    color: #dc3545 !important;
}

.product-single-actions li a.isLiked {
    color: #dc3545 !important;
}

.product-single-actions li a:hover {
    background: #ededed;
}

.product-single-actions li a::before {
    font-family: FontAwesome;
    font-weight: 300;
    display: block;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
}


.dropdown_1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.dropdown_profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.dropdown_1:hover {
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
    border-bottom: 2px solid #1b9001;
}


.dropdown_profile:hover {
    background: #fff;
}


.discount_cart {
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: #6c757d;
    font-weight: 600;
}

.discount_percent {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    padding: 0 5px;
    font-weight: 400;
    /*width: 100% !important;*/
    border: 1px dashed #fff
}

/*cart Modal*/

#cartModal {
    direction: rtl;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -420px;
    -webkit-transition: opacity 0.5s linear, left 0.5s ease-out;
    -moz-transition: opacity 0.5s linear, left 0.5s ease-out;
    -o-transition: opacity 0.5s linear, left 0.5s ease-out;
    transition: opacity 0.5s linear, left 0.5s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border: none;
}

.modal-header {
    margin: 0 !important;
    padding: 0 10px !important;
    border-bottom-color: #EEEEEE;
    background-color: #fff;
}

.text-size p {
    font-size: 12px;
}

.text-size label {
    font-size: 12px;
    margin: 0;
}

.text-size button {
    padding: 1px 5px 0 5px;
    margin-right: 3px;
}

.text-decoration {
    text-decoration-color: #c82333;
    font-size: 12px;
    color: #95999c;
}

.back p {
    font-size: 10px;
    background-color: #c82333;
    color: #f1f1f1;
    padding: 2px 1px;
}

.modal-body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#goTop {
    display: none;
    position: fixed;
    font-size: 25px;
    bottom: 20px;
    left: 18px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    border-radius: 18px;
    box-shadow: 0 0 300px -70px rgba(0, 0, 0, 1);
}

/*login*/
.text-login p {
    font-size: 13px !important;
}

.form-icon {
    border: 1px solid #95999c;
}

.form-icon input {
    border: none;
    width: 100%;
    padding: 7px 0;
    font-size: 15px;
    font-family: iranyekan !important;
}

.form-icon input:focus {
    border: none !important;
}

input:focus {
    outline: none;
}

.fa-mobile-alt {
    border-left: 1px solid #4e555b;
    padding-left: 9px;
    color: #4e555b;
    font-size: 25px;
}

.btn-green-login {
    padding: 7px 0;
}

footer {
    border-top: 1px solid #95999c;
    margin-top: 100px;
}

.footer-nav a {
    color: #8b8a89;
}

.text-footer {
    font-size: 13px;
    margin-top: 10px;
    color: #8b8a89;
}

/*button slider*/
.btn-slider button {
    outline: none;
    border: none;
    color: #4e555b;
    background: rgba(0, 128, 0, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 21px;
}

/*button slider*/
.bg-category {
    background: #1b9001;
}

.cartCount:hover .valueCartCount {
    background: #1ba301 !important;
}

.text-accept p {
    font-size: 13px;
    color: #4e555b;
    padding: 10px;
}

.input-accept input {
    border: none;
    outline: none;
    text-align: center;
    font-size: 12px;
    height: 30px;
    border-radius: 5px;
    width: 100%;
}

.input-accept input:focus {
    border: none !important;
}

.input-accept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
}

#sendSms {
    border-radius: 0 !important;
}

.input-accept span {
    border-right: 1px solid #000000;
    padding-right: 8px;
    width: 40px;
}

.input-accept a {
    font-size: 12px;
    border-right: 1px solid #000000;
    white-space: nowrap;
}

.button-accept {
    padding: 10px;
}

.login-footer {
    position: relative;
}

.login-height {
    height: 100%;
}

.static-image-4 {
    height: 100px;
}

@media only screen and (min-width: 768px) {
    .login-footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030
    }

    .login-height {
        height: calc(100vh - 120px) !important;
    }

    .carousel-inner img {
        width: 100%;
        height: 100%;
    }

    .static-image-4 {
        height: 100% !important;
    }
}


.angleBtnRight {
    position: absolute !important;
    right: 33px;
    top: 210px;
    border-radius: 50%;
    z-index: 30;
    background: #fff;
    font-size: 40px !important;
    width: 60px;
    height: 60px;
    border: none;
    color: #1b9001;
}

.angleBtnLeft {
    position: absolute !important;
    left: 33px;
    top: 210px;
    border-radius: 50%;
    z-index: 30;
    background: #fff;
    font-size: 40px !important;
    width: 60px;
    height: 60px;
    border: none;
    color: #1b9001 !important;
}

.img_media {
    border-radius: 15px;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.info_img_weblog {
    position: absolute;
    z-index: 20;
    color: #fff;
    left: 10px;
    right: 10px;
    top: 15px;
    text-shadow: 1px 1px #000;
    height: 100%;
}

.font_hover {
    font-size: .8em;
}

.post_link {
    border-radius: 15px;
    transition: all 0.9s ease;
}

figure.snip1466 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    background-color: transparent;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
    opacity: 1;
}

figure.snip1466 *,
figure.snip1466 *:before,
figure.snip1466 *:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

figure.snip1466 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

figure.snip1466 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

figure.snip1466:hover img,
figure.snip1466.hover img {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.8;
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 5;
}

figure.snip1466:hover i,
figure.snip1466.hover i {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.display_hover {
    display: none;
    transition: 1s;
}

.post_link:hover .display_hover {
    display: inline-block;
}

.img_post_media {
    opacity: 1;
    transition: 1s;
}

.post_link:hover .img_post_media {
    opacity: .7;
}

.text_post {
    color: #474f57;
    transition: 1s;
}

.post_link:hover .text_post {
    color: #1b9001;
}

.last {
    color: #696464;
}

.last:hover {
    color: #1b9001;
}

.owl-carousel a:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: none !important;
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    margin-top: auto;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.display-comment {
    margin-right: 0
}

.img-magnifier-container {
    position: relative;
    cursor: none !important;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #1b9001a9;
    cursor: none !important;
    width: 200px;
    height: 200px;
    display: none;
}

.img-magnifier-container:hover .img-magnifier-glass {
    display: block;
    cursor: none !important;
}

.not-found p {
    font-size: 13px !important;
    color: #212529 !important;
}

.not-found p:first-child {
    margin-top: 30px !important;
}

.lds-spinner {
    color: #ff0000;
    display: inline-block;
    /*position: relative;*/
    width: 64px;
    height: 64px;
    z-index: 999;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 4px;
    height: 12px;
    border-radius: 20%;
    background: #1b9001;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.close {
    color: red;
}

button.close {
    border: 1px solid red;
    padding: 0 5px !important;
    border-radius: 15px;
    margin: 5px 0;
}

.modal-header {
    padding: 20px 10px !important;
}

.not-found p {
    font-size: 13px !important;
    color: #212529 !important;
}

.not-found p:first-child {
    margin-top: 30px !important;
}

.lds-spinner {
    color: #ff0000;
    display: inline-block;
    /*position: relative;*/
    width: 64px;
    height: 64px;
    z-index: 999;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 4px;
    height: 12px;
    border-radius: 20%;
    background: #1b9001;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.c_breadcrumb {
    overflow-x: auto;
}

.c_breadcrumb .nav li a, .c_breadcrumb .nav li a h1 {
    font-size: 12px;
    color: #6a6a6a;
    font-weight: 500;
}

.c_breadcrumb .nav li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 15px;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

.c_breadcrumb .nav li:hover a, .c_breadcrumb .nav li:hover h1 {
    font-size: 12px;
    color: #4a5f73;
    font-weight: 700;
}


.c_breadcrumb ul, .c_breadcrumb, .c_breadcrumb ul li {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap !important;
}

.c_breadcrumb::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.c_breadcrumb {
    -ms-overflow-style: none;
}

.ribbon {
    width: 70px;
    height: 25px;
    position: relative;
    margin: 8px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ribbon_warning {
    background: #ffc107;
}

.ribbon_warning:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid #dba107;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #dba107;
}

.ribbon_danger {
    background: #ee573a;
}

.ribbon_blue {
    background: #007bff;
}

.ribbon_blue:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid #007bff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #007bff;
}

.ribbon_danger:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid #ca2f11;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #ca2f11;
}

.ribbon_success {
    background: #1b9001;
}

.ribbon_success:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid #1b7801;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #1b7801;
}

.ribbon_gray {
    background: #c2c2c2;
}

.ribbon_gray:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid #a8a8a8;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #a8a8a8;
}

.ribbon span {
    color: #fff;
    font-size: 10px;
}

.cartDelBtn {
    border: none;
    box-shadow: none;
    background: rgba(137, 137, 137, 0.12);
    border-bottom-right-radius: 15px;
    padding: 8px 10px !important;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.cartDelBtn2 {
    border: none;
    box-shadow: none;
    background: rgba(137, 137, 137, 0.12);
    border-radius: 50%;
    cursor: pointer;
    padding: 10px !important;
}

.timeLimit {
    top: 10px;
    background: #fff;
    width: 100%;
    padding: 8px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    border: 1px dashed #e6473b;
    justify-content: space-between;
}

.timeLimit div span {
    color: #e6473b;
    background: #fff;
    padding: 3px;
    font-size: 16px;
    margin: 0 4px;
    width: 20px;
    text-align: center !important;
}

.remember-pass {
    font-size: 13px;
    border-bottom: 1px dashed;
}

.popular-hover {
    transition: all .5s;
}

.popular-hover:hover {
    background-color: #f0f0f0;
}

.prev_and_next_section a {
    border: 1px solid #1b9001;
    font-size: 21px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    background: transparent;
    color: #1b9001 !important;
    text-align: center !important;
}

.prev_and_next_section a.next {
    box-shadow: rgba(68, 68, 68, 0.2) -6px 6px 0;
}

.prev_and_next_section a.prev {
    box-shadow: rgba(68, 68, 68, 0.2) 6px 6px 0px;
}

.prev_and_next_section a:hover {
    background: #1b9001;
    color: #fff !important;
    box-shadow: none;
}

.prev_and_next_section a i {
    font-size: 21px;
    font-weight: 700;
    position: relative;
    top: -2px;
}

#goTop {
    display: inline-block;
    background-color: #8e8e8e;
    width: 46px;
    height: 46px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    left: 18px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 30%;
}

.compare {
    display: flex;
    background-color: #8e8e8e;
    width: 46px;
    height: 46px;
    text-align: center;
    position: fixed;
    bottom: 80px;
    left: 18px;
    z-index: 1000;
    border-radius: 30%;
}

.compare:before {
    font-family: greenazin;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 40px;
    color: #fff;
    content: "\e908";
    margin: auto auto;
}

#goTop div {
    border-radius: 30%;
    width: 100%;
    height: 100%;
}

#goTop div::after {
    content: "\e92e";
    font-family: greenazin;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 40px;
    color: #fff;
}

#goTop:hover {
    cursor: pointer;
    background-color: #333;
}

#goTop:active {
    background-color: #555;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
}

.owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.block__pic {
    width: 100%;
}

.magnifier {
    direction: ltr !important;
}

.article .article-content {
    min-height: 180px !important;
}

.article .article-title {
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: -.5px;
    line-height: 1.6;
}

.article .article-title a {
    text-decoration: none;
    color: #444;
}

.article .description {
    font-size: .8em;
    opacity: .7;
    line-height: 1.7;
}

.article .article-footer {
    background: rgb(245, 245, 245);
    padding: 7px 0;
}

.article .article-footer .author {
    display: flex;
    font-size: 0.85em;
    margin-right: 10px;
    color: rgb(85, 85, 85);
    align-items: center;
}

.article .article-footer .view {
    display: flex;
    color: rgb(85, 85, 85);
    font-size: 1.05em;
    padding: 5px 10px;
    align-items: center;
    line-height: 0;
}

.article .article-footer .likes {
    line-height: 0;
}

.article .article-footer .likes span {
    line-height: 0;
}

.article-bg {
    background: #f5f4f4 !important;
}

.article-bg:before {
    background-position: 50%;
    -webkit-background-size: 600px 600px;
    -moz-background-size: 600px;
    background-size: 600px;
    background-image: url(../img/background-article.png);
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: .02;
    pointer-events: none;
    height: 1000px;
}

.stock-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.stock-title:before, .stock-title:after {
    content: "";
    margin: .7rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #969696;
}

.nav-tabs li a.active {
    color: #1b9001 !important;
}


/*star*/
.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.20em;
    font-family: greenazin;
    display: inline-block;
    content: "\e9e7";
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/


.rating > input:checked ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

/*.rating > input:checked , !* hover current star when changing rating *!*/
/*.rating > input:checked ,*/
/*.rating > label:hover ~ input:checked ~ label, !* lighten current selection *!*/
/*.rating > input:checked ~ label:hover ~ label {*/
/*    color: #FFED85;*/
/*}*/

/*rating 2*/

.rating2 {
    border: none;
    float: left;
}

.rating2 > input {
    display: none;
}

.rating2 > label {
    color: #ddd;
    float: right;
}

.rating2 > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: greenazin;
    display: inline-block;
    content: "\e9e7";
}

.rating2 > input:checked ~ label, /* show gold star when clicked */
.rating2:not(:checked) > label:hover, /* hover current star */
.rating2:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating2 > input:checked + label:hover, /* hover current star when changing rating */
.rating2 > input:checked ~ label:hover,
.rating2 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating2 > input:checked ~ label:hover ~ label {
    color: #FFED85;
}


/*input file*/
.button-wrapper {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 180px;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    cursor: pointer !important;
    color: #fff;
    padding: 10px 65px;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 12px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer !important;
}

#myTab .nav-item .nav-link.active {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

#myTab .nav-item .nav-link:hover {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

#myTab .nav-item .nav-link {
    padding: 1rem 3rem;
}


@media all and (max-width: 480px) {
    #myTab .nav-item .nav-link {
        padding: 1rem 1rem;
        font-size: 15px !important;
    }
}

@media all and (max-width: 375px) {
    #myTab .nav-item .nav-link {
        padding: 1rem .9rem;
        font-size: 15px !important;
    }
}

@media all and (max-width: 320px) {

    .rating > label {
        font-size: 0.7em;
    }

    #myTab .nav-item .nav-link {
        padding: .8rem .8rem !important;
        font-size: 12px !important;
    }

    #myTab .nav-item a {
        padding: 10px;
    }
}

.rememberCheck {
    display: block;
    /*position: relative;*/
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark_rem {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #e0dede;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #4b4b4b;
}

/* On mouse-over, add a grey background color */
.remember:hover input ~ .checkmark_rem {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.remember input:checked ~ .checkmark_rem {
    background-color: #1b9001;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_rem:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember input:checked ~ .checkmark_rem:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember .checkmark_rem:after {
    content: "\e92a";
    font-family: greenazin;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    top: -3px;
    left: 2px;
    /*left: 9px;*/
    /*top: 5px;*/
    /*width: 5px;*/
    /*height: 10px;*/
    /*border: solid white;*/
    /*border-width: 0 3px 3px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}

.cart-plus, .cart-minus {
    cursor: pointer;
}

.contact-us-bg {
    background-color: #ececec;
}

.deleteBtn-cart {
    background: #ff8080;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.deleteBtn-cart:hover {
    color: #fff;
}

.bg_about_us {
    background: url("../img/static_page_image/about_us_bg.jpg") no-repeat;
    background-size: 100%;
    /*width: 100%;*/
}

.privacy {
    background: url('../img/static_page_image/2.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.faq {
    background: url('../img/static_page_image/6.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.condition {
    background: url('../img/static_page_image/5.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.error {
    color: #c51f1a !important;
    font-size: .7rem;
    margin: 4px 8px;
}

.corp {
    background: url('../img/static_page_image/3.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.ordering {
    background: url('../img/static_page_image/10.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.payment {
    background: url('../img/static_page_image/11.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.sendProcedures {
    background: url('../img/static_page_image/9.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.returnProduct {
    background: url('../img/static_page_image/8.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.discountInfo {
    background: url('../img/static_page_image/7.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.Installment {
    background: url('../img/static_page_image/12.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.number-space {
    letter-spacing: 2px;
}

.sell {
    background: url('../img/static_page_image/4.jpg') no-repeat;
    height: 150px;
    background-size: cover;
}

.rates_count {
    color: #b5b5b5;
    line-height: 2.1;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 5px;
    height: 35px;
    border-right: 1px solid #b5b5b5 !important;
}

.rates_count:before {

}

.author_info {
    position: absolute;
    bottom: 20px;
    margin-right: 30px;
}


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer !important;
}

.btn_upload {
    border: 0;
    color: #fff;
    background-color: #FFD700;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 15px;
    width: 170px;
    cursor: pointer !important;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px !important;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer !important;
    opacity: 0;
}

/*cart radio*/

.container_cart {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 365px) {
    .container_cart {
        margin-bottom: -30px;
    }
}

@media only screen and (width: 768px) {
    .container_cart {
        margin-bottom: -30px;
    }
}

/* Hide the browser's default radio button */
.container_cart input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark_cart {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_cart:hover input ~ .checkmark_cart {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_cart input:checked ~ .checkmark_cart {
    background-color: #1b9001;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_cart:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_cart input:checked ~ .checkmark_cart:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_cart .checkmark_cart:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.logo-nav {
    width: 250px;
}


@media only screen and (max-width: 1024px) {
    .logo-nav {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-nav {
        width: 180px;
    }

    .current_price_bottom {
        position: static;
        bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .logo-nav {
        width: 150px;
        margin: 15px 0;
    }

    .error_input::placeholder {
        font-size: 10px;
    }

    .title-about {
        font-size: .7rem !important;
    }
}

.none-pointer-event {
    pointer-events: none !important;
}

.index-top {
    margin-top: 140px !important;
}

@media only screen and (max-width: 991px) {
    .index-top {
        margin-top: 80px !important;
    }
}

.nav-modal {
    width: 320px !important;
}

.mobile-search-input:hover, .mobile-search-input:focus, .mobile-search-input:active {
    border: none !important;
}


.footer-register {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.main-register {
    min-height: 100vh !important;
    position: relative !important;
    padding-bottom: 180px !important;
}

@media only screen and (max-width: 768px) {
    .main-register {
        padding-bottom: 230px !important;
    }

    .carousel-indicators {
        margin-bottom: 5px !important;
    }

    .contact_details:last-child {
        border-right: none;
    }
}

@media only screen and (max-width: 768px) {
    .modal.left .modal-dialog {
        width: 80% !important;
    }
}

@media only screen and (min-width: 768px) {
    .display-comment {
        margin-right: 40px
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d2f4f5;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e9ecef;
}

.nice-select.right .list {
    z-index: 1;
}

.border-footer {
    background: #e0f0e6;
    padding: 0 75px
}

.container-fluid {
    max-width: 1632px !important;
}

.search_box_nav {
    display: flex;
    justify-content: space-between;
}

.search_box_nav input {
    font-size: 13px;
    border: none;
    outline: none;
    height: 100%;
    width: 85%;
    padding-right: 10px;
}

.search_box_nav input:focus, .search_box_nav input:active {
    border: none !important;
    outline: none !important;
}

.search_box_nav button {
    background: transparent;
    outline: none;
    border: none;
    width: 15%;
}

.nav-menu li:hover {
    background: #eeeeee;
}

.nav-menu li:hover {
    background: #eeeeee;
}

/*.nav-menu li:first-child {*/
/*    border-top-left-radius: 15px;*/
/*    border-top-right-radius: 15px;*/
/*}*/

.navbar-top li:hover {
    background: #eeeeee;
}

.navbar-top li {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.nav-menu li:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#navbar {
    overflow-y: scroll;
}

.navbar-toggler {
    height: 40px !important;
}

.cartCountBadge {
    top: -14px;
    right: -9px;
}

.custom-nice-select {
    height: 36px !important;
    border: 1px solid #ced4da !important;
}


.ul-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}

.ul-gallery li {
    display: flex !important;
    flex-wrap: wrap !important;
    width: auto !important;
}

.ul-gallery li a {
    width: 100px !important;
}

#navbar {
    overflow-y: scroll !important;
    max-height: 400px !important;
    padding-bottom: 10px;
}

.nav-divider {
    border-top: 1px solid #dcdfe2
}

.main-rate > label {
    height: 20px !important;
}

.content__main {
    width: 100%;
    overflow: hidden;
    direction: ltr;
}

.content__main img {
    display: block;
    width: 100%;
    position: relative;
}

.content__main:hover {
    cursor: zoom-in;
}

input[name="a"] {
    border: none;
    outline: none;
    background: #1b7801;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    white-space: pre-wrap;
    margin: 0 auto;
}

/** {*/
/*    border: 1px solid red;*/
/*}*/

#iwmf-certificate img {
    width: 100px !important;
    height: 100px !important;
    margin: .25rem .5rem !important;
    border-radius: 15px !important;
}

.white-space-wrap {
    white-space: pre-wrap;
}

.text-blue {
    color: #007bff;
}

.table thead th {
    width: 300px !important;
    vertical-align: top;
}

@media (max-width: 768px) {
    .table thead th {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (max-width: 360px) {
    .call {
        display: none !important;
    }
}

.text-sm {
    font-size: 0.875rem !important;
}

.opacity-0 {
    opacity: 0;
}

.bg-variant {
    background-color: red;
}

.cursor-pointer {
    cursor: pointer !important;
}

.index-img {
    width: 40px;
}

@media (min-width: 768px) {
    .index-img {
        width: 60px;
    }
}
