
/** ADD YOUR AWESOME CODES HERE **/

@font-face {
    font-family: iransans !important;
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/Iransans_Medium.eot");
    src: url("/fonts/Iransans_Medium.woff") format("woff"), url("/fonts/Iransans_Medium.ttf") format("ttf"), url("/fonts/Iransans_Medium.woff2") format("woff2");
}

@font-face {
    font-family: vazir !important;
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/Vazir-FD-WOL.eot");
    src: url("/fonts/Vazir-FD-WOL.woff") format("woff"), url("/fonts/Vazir-FD-WOL.ttf") format("ttf");
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300 !important;
    src: url("/fonts/Iransans_Light.eot");
    src: url("/fonts/Iransans_light.woff") format("woff"), url("/fonts/Iransans_light.ttf") format("ttf"), url("/fonts/Iransans_light.woff2") format("woff2");
}

@font-face {
    font-family: FontAwesome;
    src: url("/fonts/fontawesome-webfont.eot");
    src: url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("ttf"), url("/fonts/fontawesome-webfont.woff2") format("woff2");
}

@font-face {
    font-family: IranSansNum;
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/IRANSansWebFaNum_Light.eot");
    src: url("/fonts/IRANSansWebFaNum_Light.woff") format("woff"), url("/fonts/IRANSansWebFaNum_Light.ttf") format("ttf"), url("/fonts/IRANSansWebFaNum_Light.woff2") format("woff2");
}


body {
    text-align: right !important;
}

.navbar {
    display: block !important;
}

.main-top {
    background: /*#00453e*/ #774f8a !important;
}

#slides-shop {
    height: 462px !important;
    box-shadow: 0 0 5px 0 #000;
    border-radius: 10px;
}

.slides-control {
    width: 100% !important;
}


.slides-navigation a.next {
    right: 29px !important;
}

.slides-navigation a {
    background: transparent !important;
}

.slides-pagination a {
    background-color: #ccc;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    bottom: 5px !important;
    box-shadow: 0 0 1px 0 #ccc;
}

    .slides-pagination a.current {
        background-color: #774f8a !important;
        border-color: #fff !important;
    }

.overlay-background {
    background-color: transparent !important;
}

.col-menu .title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
}

.dropdown-menu {
    font-size: 0.8rem !important;
    text-align: right !important;
}

ul.menu-col {
    float: right;
    width: 100%; /*submenu-border-bottom*/
    padding-right: 20px;
}

@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: right;
    }
}



.why-text h4 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center !important;
}

.why-text h5 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center !important;
    direction: rtl !important;
}


.footer-main, .footer-link ul li a {
    text-align: right !important;
}

.footer-link-contact ul li p {
    padding-right: 30px !important;
}

.footer-link-contact ul li i {
    right: 0 !important;
    padding-left: 6px;
    padding-right: 0 !important;
}



.table-main .table thead th {
    font-size: 14px !important;
}

.product-item-filter .toolbar-sorter-left {
    width: 65%;
}

.toolbar-sorter-left {
    float: right;
}

.product-item-filter p {
    float: left !important;
}

.product-item-filter .toolbar-sorter-left span {
    line-height: 35px;
    padding-left: 15px !important;
    float: right !important;
}

.toolbar-sorter-left .bootstrap-select.form-control:not([class*="col-"]) {
    width: 77%;
    float: left;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    left: 15px !important;
    right: auto !important;
}

.contact-info-left ul li p span {
    padding-right: 10px;
}

.divider {
    border: 1px solid #ccc;
}

img {
    width: 100%;
}

/*-------------------*/

.container {
    max-width: 1100px;
}

.section-with-carousel .swiper-slide figure {
    position: relative;
    overflow: hidden;
}

.section-with-carousel .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.section-with-carousel .swiper-slide figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(20%);
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

    .section-with-carousel .swiper-slide figcaption svg {
        flex-shrink: 0;
        fill: white;
        margin-right: 10px;
    }

.section-with-carousel .swiper-slide-active figcaption {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.section-with-carousel .carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 1;
}

    .section-with-carousel .carousel-controls .carousel-control {
        opacity: 0.25;
        transition: opacity 0.3s;
    }

        .section-with-carousel .carousel-controls .carousel-control:hover {
            opacity: 1;
        }

@media (min-width: 768px) {
    .section-with-carousel .swiper-slide img {
        height: 370px;
    }
}

@media (min-width: 1200px) {
    .section-with-carousel .swiper-slide img {
        height: 420px;
    }

    .section-with-carousel .carousel-controls {
        padding: 0 50px;
    }
}

/**/

.main-owl img {
    border-radius: 7px;
}

.btn:hover {
    background-color: #774f8a !important;
    color: #fff;
}

.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem #91b754 !important;
}


.home-slider {
    display: flex;
    margin: 20px;
}

@media (max-width: 991px) {
    .home-slider {
        margin: 20px 0px 20px 15px;
    }
}

.item {
    height: 250px;
    border: 1px solid #ccc;
    margin: 5px 3px !important;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden;
    display:flex;
    justify-content:center;
}

.item img{
    max-width:140px;
}

.item-product-discount {
    width: 35px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: #ff7800;
    text-align: center;
    color: #fff;
}

.item-product-title {
    text-align: center
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
    background-color: #fff;
}

@media (max-width: 768px) {
    div.sticky {
        margin: 10px;
    }
}

/* Hide Class */

.hide {
    display: none !important;
}

.sale-code input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

    .sale-code input::placeholder {
        font-weight: bold;
        opacity: 0.5;
        color: #808080 !important;
    }

#loading {
  
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fefefe;
    z-index: 20000;
    text-align: center;
}

    #loading .load {
        position: relative;
        top: 40%;
        text-align: center;
    }


.set-year {
    cursor: pointer;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
}

    .set-year:hover {
        background-color: #91b754 !important;
        color: #fff;
    }

    .set-year:active, .set-year:focus {
        background-color: #91b754 !important;
        color: #fff;
    }

.set-address {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    font-size:14px;
}

    .set-address:hover {
        background-color: #eaeaea;
    }


.footer-fixed {
    background-color: #ccc;
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.tog-box {
    width: 100% !important;
    max-width: 100%
}

@media (max-width:767px) {
    .logo{
        
    }
    .tog-box {
        width: 50% !important;
        position: absolute !important;
        right: 0;
        top: 100px !important;
    }
}

span.select2 {
    width: 77% !important;
}

#countdown {
    display: flex;
    direction: ltr;
    font-size: 0.7rem;
    background-color: #eee;
    padding: 10px;
    border-bottom-left-radius: 7px;
    border-top-left-radius:7px;
    width:20%;
}