﻿body {
    direction: rtl;
    margin: auto;
    font-family: 'B Yekan','B Nazanin', Tahoma;
    scroll-behavior: smooth;
}

.font-en {
    font-family: Tahoma;
}

.style-shopping-a-trash {
    color: #eb0a1e;
}

    .style-shopping-a-trash:hover {
        color: #0c090a;
        transition: 1s;
    }

.style-shopping-a-eye {
    color: #00a651;
}

    .style-shopping-a-eye:hover {
        color: #0c090a;
        transition: 1s;
    }

.modal {
    z-index: 200000;
}

.mail-link {
    color: #e9e9e9;
    text-decoration: none;
    transition: 1s;
}

    .mail-link:hover {
        color: #00a651;
        text-decoration: none;
    }

/*header*/
.header1 {
    height: 125px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 3px;
}

.container-menu-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 5000;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}
/*[ Top bar ]
===========================================================*/
.topbar {
    height: 45px;
    background-color: #0c090a;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #00a651;
}


/* ------------------------------------ */

.topbar-social {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.topbar-social-item {
    font-size: 18px;
    color: white;
    padding: 10px;
}

/* ------------------------------------ */
    .topbar-social-item:hover {
        color: #00a651;
        transition:1s;
        text-decoration:none;
    }

    .topbar-social-item:focus {
        color: #00a651;
        text-decoration: none;
    }
/* ------------------------------------ */
.topbar-child2 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 38px;
    color:white;
}

/*[ Menu ]
===========================================================*/
.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    background-color: white;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header .wrap_header {
    height: 65px;
}

@media screen and (min-width: 1000px) {
    .wrap_header {
        justify-content: center;
        text-align: center;
    }
}

/*[ Logo ]
-----------------------------------------------------------*/
.logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .logo img {
        max-height: 75px;
    }

/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .main_menu > li {
        display: block;
        position: relative;
        padding-top: 32px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .main_menu > li > a {
            font-size: 13px;
            color: #0c090a;
            padding: 0;
            border-bottom: 1px solid transparent;
        }

li.sale-noti > a {
    color: #eb0a1e;
}

.main_menu > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid #eb0a1e;
}

.main_menu li {
    position: relative;
}

.main_menu > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #e9e9e9;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    border-radius:5px;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub_menu li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
    padding: 10px;
    font-size: 13px;
    color: #0c090a;
}

.sub_menu > li:hover > a {
    color: #eb0a1e;
    text-decoration: none;
}


/* ------------------------------------ */
.header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapicon1,
.header-wrapicon2 {
    height: 27px;
    position: relative;
}

    .header-wrapicon1 img,
    .header-wrapicon2 img {
        height: 100%;
    }

.header-icon1:hover,
.header-icon2:hover {
    cursor: pointer;
}


.linedivide1 {
    display: block;
    height: 20px;
    width: 1.6px;
    background-color: #e9e9e9;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px;
   
}

/*Slider*/

/* ---------------------------------
4. SLIDER
--------------------------------- */

.main-slider {
    /*margin-top: 265px;*/
    position: relative;
    height: calc(100vh - 265px);
    min-height: 550px;
    width: 100%;
    overflow: hidden;
}

    .main-slider .slider-content {
        padding: 25px 60px 25px 40px !important;
        border-radius: 3px !important;
        background: rgba(0,0,0,.6);
        color: #fff;
    }

.slider-content .btn {
    padding: 7px 15px;
}

.slider-content .title {
    margin: 10px 0 0;
    letter-spacing: 3px;
}


#slider {
    height: 100%;
    width: 100%;
}

.main-slider .ls-nav-prev,
.main-slider .ls-nav-next {
    z-index: 100;
    display: block !important;
    opacity: 1 !important;
}

/*نمایش محصولات

*/
.item-2 {
    position: relative;
    border: 2px solid #00a651;
    /*margin: 2%;*/
    overflow: hidden;
    width: 100%;
    height: 80%;
}

    .item-2 img {
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .item-2:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: 1s;
    }

.item-2-text {
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    transition: transform 1s;
}

.p-border {
    padding: 8px;
    font-size: 16px;
    border: 2px solid #00a651;
    border-radius: 20px;
}

.a-color {
    color: white;
    text-decoration: none;
}

.a-color:hover {
    color: white;
    text-decoration: none;
}

.box-text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px !important;
    background: rgba(0,0,0,.6);
    color: #fff;
}

.item-2 {
    margin-bottom : 10px;
}

.item-2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: #00a651;
    color: #f1f1f1;
    font-size: 20px;
    /*padding: 20px;*/
    padding-top: 15px;
    align-content: center;
    text-align: center;
    /*margin-top: 50px;*/
}

/*Figureeeeee*/

.item-2 figcaption {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 1s;
}

.item-2 figure:hover .item-2-text {
    /*transform: translate(-210px,-90px);*/
    transform: translate(-50%,-100%);
    transition: 1s;
}



.item-2 figure:hover figcaption {
    transform: translateY(85%);
}

.title-single {
    /*padding-right: 20px;*/
    margin-right: 20px;
}

.color-text-a {
    margin-right: 20px;
    color: #eb0a1e;
    text-decoration: none;
}

    .color-text-a:hover {
        text-decoration: none;
        color: #00a651;
        transition: 1s;
    }

    .color-text-a:focus {
        text-decoration: none;
        color: #00a651;
    }

.title-single-box {
    border-right: 3px solid #eb0a1e;
}

.title-single-box .title-single {
    font-weight: 600;
    font-size: 32px;
}

/*por bazdid-por forosh*/

.container-por {
    position: relative;
    background-color: #00a651;
    margin-bottom: 10px;
    /*width: 33.33%;*/
}

.image-por {
    opacity: 1;
    display: block;
    width: 100%;
    height: 80%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle-por {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container-por:hover .image-por {
    opacity: 0.3;
}

.container-por:hover .middle-por {
    opacity: 1;
}

.container-por figcaption {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 1s;
}

.container-por figure:hover .content-b {
    /*transform: translate(-210px,-90px);*/
    transform: translate(0,-50%);
    transition: 1s;
}

.container-por figure:hover .content-a {
    /*transform: translate(-210px,-90px);*/
    transform: translate(0,45%);
    transition: 1s;
   
}

.mg-top{
    margin-top:-60px;
}

.mg-top-2 {
    margin-top: -100px;
}

.container-por figure:hover figcaption {
    transform: translateY(85%);
}

.fc-white {
    color: white;
}

/*Mobile Menu*/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #00a651;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #e9e9e9;
        display: block;
        transition: 0.3s;
        margin-right: 20px;
    }

        .sidepanel a:hover {
            color: #0c090a;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 25px;
        color: #eb0a1e;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    color: #eb0a1e;
    padding: 10px 15px;
    border: none;
    margin-top: 15px;
    margin-right: 30px;
}

    .openbtn:hover {
        background-color: #e9e9e9;
    }

/*اسلایدر برند ها*/

#slideshow {
    margin: 0 auto;
    /*padding-top: 50px;*/
    height: 400px;
    width: 100%;
    /*background-color: #e9e9e9;*/
    box-sizing: border-box;
}

.slideshow-title {
    font-family: 'Allerta Stencil';
    font-size: 62px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 25%;
    letter-spacing: 3px;
    font-weight: 300;
}

.sub-heading {
    padding-top: 50px;
    font-size: 18px;
}

.sub-heading-two {
    font-size: 15px;
}

.sub-heading-three {
    font-size: 13px;
}

.sub-heading-four {
    font-size: 11px;
}

.sub-heading-five {
    font-size: 9px;
}

.sub-heading-six {
    font-size: 7px;
}

.sub-heading-seven {
    font-size: 5px;
}

.sub-heading-eight {
    font-size: 3px;
}

.sub-heading-nine {
    font-size: 1px;
}

.entire-content {
    margin: auto;
    width: 190px;
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 35s infinite linear;
    transform-style: preserve-3d;
}

    .content-carrousel:hover {
        animation-play-state: paused;
        cursor: pointer;
    }

    .content-carrousel figure {
        width: 100%;
        height: 150px;
        border: 1px solid #eb0a1e;
        overflow: hidden;
        position: absolute;
    }

        .content-carrousel figure:nth-child(1) {
            transform: rotateY(0deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(2) {
            transform: rotateY(40deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(3) {
            transform: rotateY(80deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(4) {
            transform: rotateY(120deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(5) {
            transform: rotateY(160deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(6) {
            transform: rotateY(200deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(7) {
            transform: rotateY(240deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(8) {
            transform: rotateY(280deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(9) {
            transform: rotateY(320deg) translateZ(300px);
        }

        .content-carrousel figure:nth-child(10) {
            transform: rotateY(360deg) translateZ(300px);
        }

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

    .content-carrousel img:hover {
        transform: scale(1.2);
        transition: all 300ms;
    }

@keyframes rotar {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

#footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../Images/Site/footer-bg.jpg");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 600px;
    /*border-bottom: 5px solid #00a651;*/
}

#footer-mobile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../Images/Site/footer-bg.jpg");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 950px;
    border-bottom: 5px solid #00a651;
}

.mg-top-30 {
    margin-top: 20px;
}

/*.footer-center {
    justify-content: center;
    align-items: center;
    align-content: center;
}*/

.column-footer {
    margin-top: 50px;
    /*padding: 20px;*/
}

.title-footer {
    color: white;
    margin-right: 10px;
}

.title-footer-box {
    border-right: 3px solid #eb0a1e;
}

    .title-footer-box .title-footer {
        font-weight: 400;
        font-size: 24px;
    }

    .body-footer {
        color: whitesmoke;
        font-size: 14px;
        margin-right: 10px;
        margin-top: 20px;
        line-height: 30px;
    }

    .fa-footer {
        margin-left: 12px;
    }

.sub-footer {
    margin-top: 20px;
    border-top: 3px solid #e9e9e9;
    color: white;
}

.sub-footer-p {
    margin-top: 80px;
}

.sub-footer-p {
    margin-top: 40px;
}

.sub-footer-pumkin {
    color: #eb0a1e;
}

    .sub-footer-pumkin:hover {
        color: #00a651;
        transition: 1s;
    }


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #00a651;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

    /*.back-to-top:hover {
        background: #eb0a1e;
        transition: 1s;
    }

    .back-to-top:focus {
        background: #eb0a1e;
    }*/

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #2eca6a;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.search-box {
    margin-top: 30px;
    background-image: url(../Images/Site/s-05.jpg);
    /*min-height: 1000px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*SearchBox*/

.container-search {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

/* ==== 1. animated seachbox ===== */
#animated input[type=text] {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

    #animated input[type=text]:focus {
        width: 500px;
    }

#animated i {
    position: relative;
    left: 30px;
}

/* ===== 2. standard seachbox ==== */

.search-txt-input {
    padding: 12px 20px;
    font-size: 14px;
    border: 1px solid #c8c8c8;
    border-right: 0px;
    border-top-left-radius: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    width: 300px;
}

.search-button {
    padding: 12px 15px;
    font-size: 16px;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /*border: solid 1px #c8c8c8;*/
    border-right: 0px;
    /*background: #f45c03;*/
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    position: relative;
    left: -5px;
}

    .search-button:hover {
        text-decoration: none;
        background: #f67c35;
    }

    /* Fixes submit button height problem in Firefox */
    .search-button::-moz-focus-inner {
        border: 0;
    }

/* == 4. standard seachbox with icon === */

button[type='submit'] {
    background-color: #eb0a1e;
    color: #fff;
    cursor: pointer;
}

    button[type='submit']:hover {
        background-color: #00a651;
        color: #fff;
        cursor: pointer;
        transition: 1s;
    }

/* === 5. standard seachbox with icon animated === */

#standard-3 .search-txt-input {
    width: 200px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

#standard-3 input[type=text]:focus {
    width: 500px;
}

/*.......filtering........*/
.hero-image {    
    /*background-image: url(../Images/wheel_commonbanner.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #00a651;
    height: 80vh;
}


.hero-image h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
}

    .hero-image h4 {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 30px;
    }

    

/*Serach on TOP*/

.openBtn {
    margin-left: 20px;
    /*background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;*/
}

    .openBtn:hover {
        /*background: #bbb;*/
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: right;
    width: 80%;
    background: white;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }
