body {
    font-family: 'IRANSans';
    font-size: 14px;
    line-height: 25px;
    direction: rtl;
    background-color: #fcffe32e;
    color: #6b808a;
}
/*h5 for tabs text*/
h5 {
    line-height: 18px;
    font-size: 12px;
    color: #343941;
    margin-bottom: 11px;
}
img {
    width: 100%;
}
span, p, i, h1, h2, h3, h4, h5, h6 {
    cursor: default;
}
a, select, button, button span, a span, a i, a p, a h2 {
    cursor: pointer;
}
.main {
    padding-top: 150px;
}
.shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.news-col-2 {
    float: right;
    width: 50%;
}
.news-col-3 {
    float: right;
    width: 33.333%;
}
.news-col-4 {
    float: right;
    width: 25%;
}
.main-title {
    font-weight: bold;
}
.main {
    float: right;
    width: 100%;
}
section {
    float: right;
    width: 100%;
}

.pretty {
    margin-right: 0 !important;
    padding-right: 15px;
}
.pretty .state label:after, .pretty .state label:before {
    left: inherit;
    right: 0;
}
.search-aside .state label {
    padding-right: 7px;
}
/*----------------------------------------header-----------------------------------------*/
.header-main {
    float: right;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}
.header-main .top {
    float: right;
    width: 100%;
    background-color: #ffefaf78;
}
.header-main .top .in {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-main .top .in .logo {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px 0;
}
.header-main .top .in .search {
    width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}
.header-main .top .in .search input {
    width: 100%;
    height: 40px;
    border: 1px solid #d9cb96;
    border-radius: 20px;
    padding-right: 90px;
    line-height: 45px;
}
.header-main .top .in .search button {
    position: absolute;
    right: 4px;
    top: 30px;
    height: 32px;
    padding: 0 15px;
    background-color: #ecaa06;
    color: #fff;
    border: none;
    font-weight: normal;
    border-radius: 16px;
}
.header-main .top .number {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}
.header-main .number span {
    height: 40px;
    border: 1px solid #d9cb96;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    background-color: gold;
    padding: 0 10px;
}
.header-main .bottom .login {
    display: flex;
    justify-content: center;
    padding: 7px 0;
    font-size: 13px;
}
.header-main .bottom .login a {
    float: right;
}
.header-main .bottom .login a i {
    margin-left: 3px;
}
.login-buttons {
    color: #6ddaff;
    font-size: 12px;
    cursor: default;
}
.login-buttons span {
    cursor: pointer;
}
.header-main .bottom {
    width: 100%;
    float: right;
    background-color: #ffefaf;
    border-top: 1px solid #d9cb96;
}
.header-main .bottom .m-container {
    position: relative;
}
.header-main .bottom .m-container .in {
    display: flex;
    justify-content: space-between;
}
.header-main .bottom nav {
    width: calc(100% - 350px);
    margin-right: 10px;
}
.header-main .bottom nav ul {
    display: flex;
}
.header-main .bottom nav ul li a {
    padding: 10px 15px;
    float: right;
}
.header-main .bottom nav ul li:first-child a {
    padding: 10px 0 10px 15px;
    float: right;
}
.header-main .bottom nav ul li:hover ul {
    display: block;
}
.header-main .bottom nav ul li .menu-list {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    background-color: #ffefaf;
    width: 100%;
    height: auto;
    min-height: 205px;
    padding: 15px;
    border: 1px solid #d9dfe2;
    border-top: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 280px;
}
.header-main .bottom nav ul li ul .menu-colmun {
    width: 20%;
    float: right;
}
.header-main .bottom nav ul li ul .menu-colmun ul {
    display: flex;
    flex-direction: column;
}
.header-main .bottom nav ul li ul .menu-colmun ul li a {
    padding: 0;
    line-height: 30px;
}

.pro-cart {
    display: flex;
    margin-left: 10px;
}
.pro-cart .login {
    margin-left: 15px;
    line-height: 31px;
}
.header-main .bottom .cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 13px;
}
.header-main .bottom .cart a {
    background-color: #ecaa06;
    color: white;
    padding: 2px 10px 2px 30px;
    border-radius: 5px;
}
.header-main .bottom .cart a .no {
    position: absolute;
    left: 4px;
    top: 11px;
    background: #FFF0;
    padding: 0 7px;
    line-height: 22px;
    border-radius: 4px;
}

.product-slider-title {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ecaa06;
    padding: 0 0 20px 0;
}
.product-item h4 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: normal;
    max-height: 16px;
    overflow: hidden;
}
.product-item .price {
    width: 100%;
    display: flex;
}
.product-item .price div {
    margin-left: 10px;
}
.price .main-price, .price .price-list .old-price {
    flex: auto;
    color: #f55;
    text-decoration: line-through;
}
.price .off-price {
    font-size: 14px;
    color: green;
    margin-left: 0;
    text-decoration: none;
    flex: auto;
}
.product-item .price div:last-child span {
    font-size: 12px;
}
.product-item img {
    height: 12rem;
}


/*------------------------------------------------------sliders----------------------------------------------------*/
.colored-title {
    margin-bottom: 15px;
    padding: 5px 0;
}
.colored-title::before {
    content: '';
    width: 3px;
    height: 20px;
    background-color: #e01516;
    margin-left: 10px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    margin: 0;
}
.owl-theme .owl-nav button:first-child {
    position: absolute;
    right: 25px;
    background-color: rgba(255, 255, 255, 0.82);
    width: 50px;
    height: 50px;
    color: #00beff;
    border: 1px solid #ffffff;
    line-height: 54px;
    border-radius: 50%;
    font-size: 18px;
}
.owl-theme .owl-nav button:last-child {
    position: absolute;
    left: 25px;
    background-color: rgba(255, 255, 255, 0.82);
    width: 50px;
    height: 50px;
    color: #00beff;
    border: 1px solid #ffffff;
    line-height: 54px;
    border-radius: 50%;
    font-size: 18px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00beff;
    color: #fff;
    border-color: #00beff;;
}
.owl-carousel.owl-rtl .owl-item {
    padding: 5px;
}
.owl-carousel .owl-item {
    position: relative;
}
.owl-carousel .owl-item img {
    border-radius: 10px;
}
.sec-4 .owl-carousel .owl-item i {
    position: absolute;
    width: 50px;
    height: 50px;
    right: calc(50% - 25px);
    top: calc(50% - 25px);
    font-size: 26px;
    color: rgba(255, 200, 0, 0.6);
    line-height: 30px;
    text-align: center;
    border: 2px solid rgba(255, 200, 0, 0.6);
    padding: 8px 6px 8px 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.sec-4 .owl-carousel .owl-item:hover i {
    color: rgba(255, 200, 0, 0.9);
    border-color: rgba(255, 200, 0, 0.9);
}
.slider h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
}

.owl-theme .owl-dots {
    position: absolute;
    left: 10px;
    top: -33px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #c4c4c4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #212529;
}

/*------------------------------------------------------ footer ----------------------------------------------------*/

.footer {
    float: right;
    width: 100%;
    background: #fcffe3b0;
    position: relative;
    line-height: 22px;
    overflow: hidden;
}

.icons-sec {
    padding: 30px;
    background-image: linear-gradient(#fff0b8, #fcffe9);
}
.icons-sec .in {
    display: flex;
}
.icons-sec .in .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.icons-sec .in .item img {
    height: 60px;
    margin-bottom: 15px;
}



.contact-sec {
    background-image: linear-gradient(#ffefaf, #fef0b8);
}
.contact-sec .in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 70px;
}
.contact-sec .in p {
    margin: 0;
    display: flex;
    align-items: center;
}
.contact-sec .in p i {
    margin-left: 10px;
    font-size: 22px;
    -webkit-transform: scaleX(-1) rotate(20deg);
    transform: scaleX(-1) rotate(-30deg);
}
.contact-sec .in span {
    font-size: 16px;
}

.footer-menus {
    width: 70%;
    display: flex;
}

.footer-images {
    display: flex;
    width: 30%;
}

footer .links-sec {
    width: 100%;
}
footer .links-sec .in {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #cfd8dc;
    border-bottom: 1px solid #cfd8dc;
}
footer .links-sec .in .footer-menus .col-link {
    width: 33%;
    line-height: 30px;
}
footer .links-sec .in .footer-menus .col-link h5 {
    font-size: 16px;
}
footer .links-sec .in .footer-images .col-link-2 .item {
    width: 33%;
    float: left;
    padding: 5px;
}
footer .links-sec .in .footer-images .col-link-2 .item a {
    float: right;
    width: 120px;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
}
footer .links-sec .in .footer-images .col-link-2 .item a img {
    float: right;
    height: 100%;
}
footer .links-sec .in .footer-images .col-link-2 {
    line-height: 30px;
}

footer .about-sec {
    display: block;
}
footer .about-sec .in {
    padding: 30px 0;
}
footer .about-sec h1 {
    font-size: 18px;
}
footer .about-sec p {
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
}
.less_about {
    display: none;
}
footer .copyright {
    background-color: #ffefaf;
}
footer .copyright .in {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
footer .copyright .in p {
    margin-bottom: 0;
}


.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop .show {
    opacity: 1 !important;
}
.modal .header {
    width: 100%;
    height: 50px;
    line-height: 14px;
    padding: 15px 0 13px;
    text-align: center;
    background-image: linear-gradient(#ffefaf, #fff);
    color: #4e6672;
    border-radius: 1rem 1rem 0 0;
    font-size: 18px;
}
.modal .header h1 {
    font-size: 18px;
}
.modal .login-body {
    width: 100%;
    padding: 5px 15px 15px 15px;
}
.modal .login-body p {
    margin-bottom: 0;
}
.modal .login-body .error {
    color: #ecaa06;
}
.modal form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.modal form input {
    width: 250px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin: 7.5px 0;
}
.modal form .rememberme {
    width: 250px;
    margin: 7.5px 0 0 0;
}
.modal form .rememberme .p-check input {
    width: 132px;
    padding: 0;
    margin: 0;
}
.modal form button {
    background-color: #ECAA06;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: normal;
    margin: 7.5px;
}
.restore-pass {
    width: 250px;
    margin: 0 0 10px 0;
}
.restore-pass a {
    color: #ECAA06;
}

    /*--------------------------------------------------------modal-------------------------------------------------------*/
.modal-open .modal {
    /*background-color: #000000cc;*/
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #cfd8dc;
    border-radius: 1rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 15px;
    font-size: 15px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 15px 15px 15px;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    background-color: rgb(167, 223, 255);
    background-color: #fcffe3;
}
.modal-footer>:not(:last-child) {
    margin-right: 0;
    margin-left: 15px;
    width: 65px;
    background-color: #ecaa06;
    border: none;
    border-radius: 30px;
}
.modal-footer>:not(:first-child) {
    margin-left: 0;
    width: 65px;
    background-color: #ff2919;
    border: none;
    border-radius: 30px;
}
.level-1 {

}
.close_menu {
    position: absolute;
    top: 30px;
    font-size: 30px;
    display: none;
    right: 50px;
}
.mobile-menu-btn {
    display: none;
}



.for-mobile {
    display: none;
}
.show-responsive {
    display: none;
}

.to-camment-textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin: 7.5px 0;
}

body {
    /*background-color: #fff;*/
}
.main_slider {
    margin-bottom: 15px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.carousel-indicators li {
    text-indent: inherit;
    width: calc(10% - 10px);
    height: auto;
    margin: 0 5px;
    background-color: transparent;
    opacity: 0.6;
}
.carousel-indicators li:hover {
    opacity: 1;
}
.carousel-indicators li img {
    border-radius: 5px;
    border: 1px solid #fff;
}
.carousel-item img {
    border-radius: 7px;
}


.banners {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.banners .item {
    width: calc(33.333% - 10px);
}
.banners .item img {
    border-radius: 7px;
}



.offer-slider {
    background-image: linear-gradient(#ecaa06, #ffefad);
    padding: 40px 0;
    background-size: contain;
    margin: 15px 0;
}
.offer-slider .product-slider-title {
    color: #fff;
    padding: 0 0 20px 0;
    border-bottom: 2px solid white;
}
.offer-slider .product-slider-title a:hover {
    color: #f00;
}
.offer-slider .product-item {
    background-color: #fff;
    float: right;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}



.section-and-aside {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 40px 0;
}
.products-slider {
    width: 100%;
    padding: 15px 0;
}
.products-slider .product-item {
    background-color: #ffffff;
    float: right;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


.between-banners .in {
    display: flex;
    justify-content: space-between;
}
.between-banners .item {
    width: calc(50% - 7.5px);
}
.between-banners .item img {
    width: 100%;
    border-radius: 10px;
}


@media only screen and (max-width: 768px) {
    .banners {
        flex-direction: column;
    }
    .between-banners .in {
        flex-direction: column;
    }
    .banners .item, .between-banners .item {
        width: 100%;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 990px) {
    .header-main .top .number {
        display: none;
    }
    .header-main .top .in .logo {
        width: auto;
        margin-left: 20px;
        min-width: 60px;
    }
    .header-main .top .in .search {
        max-width: 300px;
    }
    .header-main .top .in .search input {
        padding-right: 15px;
        padding-left: 90px;
        height: 40px;
    }
    .header-main .top .in .search button {
        right: 5px;
        left: inherit;
        top: 31px;
        height: 30px;
    }
    .cart-titr {
        display: none;
    }
    .header-main .bottom .cart a {
        padding: 2px 30px 2px 10px;
    }
    .header-main .bottom .cart a .no {
        left: inherit;
        right: 4px;
    }
    .mobile-menu-btn {
        display: block;
        font-size: 30px;
        line-height: 0;
        padding: 7px 0;
    }
    .close_menu {
        display: block;
    }
    .header-main .bottom nav {
        width: 100%;
        height: 100%;
        background: #fcffe9;
        position: fixed;
        right: -105%;
        top: 0;
        padding: 80px 50px;
        overflow: auto;
        transition: 0.25s;
        z-index: 10;
    }
    .header-main .bottom nav ul {
        flex-direction: column;
        text-align: center;
    }
    .header-main .bottom nav ul li a, .header-main .bottom nav ul li:first-child a {
        float: none;
        padding: 0;
        line-height: 35px;
    }
    .header-main .bottom nav ul li:first-child a {
        padding: 0;
    }
    .header-main .bottom nav ul li .menu-list {
        background-image: none !important;
        background-color: rgba(0,0,0, 0.03);
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        max-height: 300px;
        overflow: auto;
        direction: rtl;
        border: none;
    }
    .header-main .bottom nav ul li ul .menu-colmun {
        width: 100%;
        float: none;
    }
    .product-item h4 {
        font-size: 13px;
    }
    .product-item .price div {
        margin-left: 5px;
    }
    .product-item .price div:last-child {
        font-size: 13px;
    }

    .footer-menus {
        width: 60%;
    }

    .footer-images {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .icons-sec {
        display: none;
    }
    footer .links-sec .in {
        display: block;
    }
    .footer-menus {
        width: 100%;
    }
    .footer-images {
        width: 100%;
    }
    footer .copyright .right, footer .copyright .left {
        width: 100%;
        text-align: center;
    }
    footer .links-sec .in .footer-menus .col-link {
        width: 50%;
        margin-bottom: 30px;
    }
    footer .links-sec .in .footer-images .col-link-2 {
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
    }
    footer .links-sec .in .footer-images .col-link-2 .item {
        padding: 5px;
    }
    .contact-sec .in {
        border-top: none;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .contact-sec .in p {
        margin-bottom: 15px;
    }
    footer .copyright .in {
        flex-direction: column;
    }
    .product-item .price .main-price .tm {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    footer .links-sec .in {
        position: relative;
        padding: 40px 0 120px 0;
    }
    footer .links-sec .in {
        display: block;
    }
    .footer-menus {
        width: 100%;
    }
    .footer-images {
        width: 100%;
    }
    footer .copyright .right, footer .copyright .left {
        width: 100%;
        text-align: center;
    }
    .contact-sec .in p i {
        display: none;
    }
    .header-main .top .in .search button{
        top: 17px;
    }
}
@media only screen and (max-width: 360px) {
}