@import 'fonts.css';
@import 'animate.css';
@import "jquery.mCustomScrollbar.css";
@import "loadingSvg.css";
@import "navbar.css";
@import "checkBox.css";
@import "mapbox.css";
@import "owl.carousel.min.css";
@import "footer.css";

html, body {
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: IranSans;
    font-size: 14px;
    color: #838383;
    background: #fff url(../img/HeaderBg.png) left / 200px;
    line-height: normal;
    min-width: 280px;
}

html {
    direction: rtl;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

a {
    text-decoration: none;
    font-size: 14px;
}

input, button, select, textarea {
    font-family: IranSans;
    outline: none;
    background-color: #fff;
}

select {
    background: url(../img/arrowSelectBox.png) no-repeat 10px center / 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #fff !important;
}

.container {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
    /* max-width: 1200px; */
}

.contentMain {
    position: relative;
    width: 100%;
    margin-top: 210px;
}

.socialIcons {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .socialIcons a.socicon {
        position: relative;
        width: 30px;
        height: 30px;
        /* border: 2px solid #f18d21; */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        margin: 2px;
        color: #f18d21;
        border-radius: 5px;
    }

.sidebar a.socicon.aparat {
    position: relative;
    width: 30px;
    height: 30px;
    background: no-repeat url(../img/aparat.png) center / 25px;
    filter: hue-rotate(75deg) brightness(1) grayscale(1);
}

    .sidebar a.socicon.aparat:hover {
        position: relative;
        width: 30px;
        height: 30px;
        background: no-repeat url(../img/aparat.png) center / 25px;
        filter: hue-rotate(75deg) brightness(1.3) grayscale(0);
    }

a.socicon.aparat {
    position: relative;
    width: 30px;
    height: 30px;
    background: no-repeat url(../img/aparat.png) center / 25px;
    filter: hue-rotate(75deg) brightness(1.5);
}

    a.socicon.aparat:hover {
        filter: hue-rotate(0deg) brightness(1);
    }

section.sectionSlider .itemSlide {
    position: relative;
    width: 100%;
    display: block;
    height: 25vw;
    background: rgba(247, 247, 247, 1) no-repeat center / cover;
}

    section.sectionSlider .itemSlide i.bgItalic {
        position: absolute;
        width: 110%;
        height: 200%;
        right: -11vw;
        left: 0;
        top: -27.5vw;
        background: rgb(23, 23, 23);
        transform: rotate(25deg);
        border-bottom: 1vw solid #000;
    }

        section.sectionSlider .itemSlide i.bgItalic:before {
            position: absolute;
            bottom: -0.65vw;
            left: 0;
            right: 0;
            width: 100%;
            height: 0.3vw;
            margin: auto;
            content: '';
            background: rgb(255, 255, 255);
        }

    section.sectionSlider .itemSlide i.borderSlide {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 4vw);
        height: calc(100% - 4vw);
        border: 1px solid #ef7c00;
        display: none;
    }

.textSlideHome {
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    flex-direction: column;
}

.contentTextSlide {
    position: relative;
    width: 18vw;
    text-align: center;
    height: 10vw;
    display: none;
}

h2.largTextSlide {
    font-family: Jazeel;
    font-size: 8vw;
    color: #fff;
    line-height: 0vw;
}

h3.smallTextSlide {
    color: #f07d00;
    position: absolute;
    bottom: -0.7vw;
    right: 0.6vw;
    font-size: 1.2vw;
}

.OpjectsSliderHome {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

    .OpjectsSliderHome img.object1Slide {
        position: absolute;
        right: 0;
        width: 15vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .OpjectsSliderHome img.object2Slide {
        position: absolute;
        right: 10vw;
        width: 23vw;
        top: 0;
        bottom: -2vw;
        margin: auto;
    }

.boxesAvtivity {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-wrap: wrap;
}

a.itemPopupgall {
    position: relative;
    width: calc(100% - 20px);
    min-height: 150px;
    background: no-repeat center / cover;
    display: block;
    margin: 0 auto;
}

    a.itemPopupgall:before {
        position: relative;
        width: 100%;
        padding-top: 100%;
        display: block;
        content: '';
    }

.popupGallPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
}

    .popupGallPage.show {
        pointer-events: auto;
        opacity: 1;
    }

    .popupGallPage i.bgPopUPGall {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        transition: all 0.5s;
    }

    .popupGallPage.show i.bgPopUPGall {
        opacity: 1;
    }

    .popupGallPage .picpopupGallPage {
        position: relative;
        width: calc(100% - 40px);
        background: no-repeat center / cover;
        min-height: 150px;
        max-width: 600px;
        max-height: 80vw;
        z-index: 10;
        transition: all 0.5s;
        opacity: 0;
        transform: perspective(1000px) rotateX(90deg);
        transform-origin: left bottom;
    }

    .popupGallPage.show .picpopupGallPage {
        opacity: 1;
        transform: perspective(1000px) rotateX(0deg);
        transform-origin: left bottom;
    }

    .popupGallPage .picpopupGallPage:before {
        position: relative;
        width: 100%;
        content: '';
        display: block;
        padding-top: 100%;
    }

.itemboxactivity {
    position: relative;
    width: calc((100% / 4) - 10px);
    background: no-repeat center / cover;
    border-bottom: 2px solid transparent;
}

    .itemboxactivity:hover {
        transition: all 0.2s;
        border-bottom: 2px solid #f07c00;
    }

    .itemboxactivity.white:hover {
        transition: all 0.2s;
        border-bottom: 2px solid #333;
    }

    .itemboxactivity:before {
        position: relative;
        width: 100%;
        padding-top: 100%;
        display: block;
        content: '';
    }

    .itemboxactivity .contentBoxActivity {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .itemboxactivity.center .contentBoxActivity {
        align-items: center;
    }

    .itemboxactivity .textActivityBox {
        position: relative;
        margin: 20px;
        padding: 0 5px;
        border-right: 1px solid #ef7c00;
        color: #222;
        font-family: IRANSharp;
        font-weight: bold;
    }

    .itemboxactivity.white .textActivityBox {
        border-right: 1px solid #fff;
    }

h2.titleSection {
    position: relative;
    width: calc(100% - 40px);
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    font-size: 14px;
    font-family: IRANSharp;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

    h2.titleSection:after {
        position: absolute;
        width: calc(100% - 40px);
        height: 1px;
        content: '';
        background: #999;
        top: 1px;
        bottom: 0;
        margin: auto;
        right: 40px;
    }

    h2.titleSection span {
        position: relative;
        margin-left: 10px;
        display: block;
        z-index: 10;
        background: #fff url(../img/HeaderBg.png) left / 200px;
        padding: 0px 0 0 10px;
        font-size: 16px;
    }

.CompareStaticCol h2.titleSection span {
    background: #f9f9f9;
}

h2.titleSection i.icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

.ContentSliderProduct .owl-stage {
    padding: 40px 0;
}
.rowCenterBtns {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.rowCenterBtns a.moreProduct {
    position: relative;
    height: 40px;
    padding: 0 10px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.rowCenterBtns a.moreProduct:hover {
    background: #ff7300;
}
.itemBoxSlideProduct {
    position: relative;
    width: calc(100% - 32px);
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    max-width: 320px;
}
    a.hoverlink {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 10;
    }
.contentItemSlideProd {
    position: relative;
    width: 100%;
    margin: 0 auto -30px;
    font-family: IranSharp;
    top: -30px;
    background: #f9f9f9;
}
.contenShowProduct .groupListProducts {
    position: relative;
    width: 100%;
}
.contenShowProduct .contentGroupListprod {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.groupListProducts h2.titleGPlistprod {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
    color: #c18c52;
}
.groupListProducts h2.titleGPlistprod:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #ef7c00;
    content: '';
}
.groupListProducts h2.titleGPlistprod label {
    background: #fff url(../img/HeaderBg.png) left / 200px;
    position: relative;
    padding: 0 10px;
}
.itemBoxSlideProduct:hover {
    transition: all 0.5s;
    background: #000;
}

    .itemBoxSlideProduct:hover .contentItemSlideProd .Timer {
        transition: all 0.5s;
        background: #000;
        color: #fff;
    }

.contentItemSlideProd .Timer {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ededed;
    font-family: IRANSans;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: row-reverse;
}

    .contentItemSlideProd .Timer .day {
        position: relative;
        padding: 0 10px;
    }

        .contentItemSlideProd .Timer .day label {
            position: absolute;
            bottom: 0;
            width: 20px;
            height: 20px;
            font-size: 10px;
            left: 0;
            right: 23px;
            top: 0;
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #a9a9a9;
        }

.contentItemSlideProd span.discountPrice {
    font-family: IRANSans;
    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 20px;
}

.contentItemSlideProd span.realPrice {
    font-family: IRANSans;
    position: relative;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a2a2a2;
    font-size: 16px;
}

.contentItemSlideProd span small {
    font-family: IranSharp;
}

.contentItemSlideProd span.realPrice:before {
    position: absolute;
    width: 80px;
    height: 1px;
    left: 0;
    right: 0;
    content: '';
    background: #ad9191;
    margin: auto;
    transform: rotate(6deg);
}

.contentItemSlideProd h2.titleBoxProd {
    position: relative;
    width: 100%;
    margin: 0;
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #333;
}

    .contentItemSlideProd h2.titleBoxProd:before {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -3px;
        height: 1px;
        width: 0px;
        content: '';
        display: block;
        background-color: #ef7c00;
        transition: all 0.5s;
    }

.itemBoxSlideProduct:hover .contentItemSlideProd h2.titleBoxProd:before {
    width: calc(100% - 40px);
}

.contentItemSlideProd h2.titleBoxProd:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    height: 1px;
    width: 0px;
    content: '';
    display: block;
    background-color: #ef7c00;
    transition: all 0.5s;
}

.itemBoxSlideProduct:hover .contentItemSlideProd h2.titleBoxProd:after {
    width: calc(100% - 40px);
}

.itemBoxSlideProduct:hover .contentItemSlideProd h2.titleBoxProd {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.contentItemSlideProd .picProd {
    position: relative;
    width: 100%;
    background: red;
    min-height: 40px;
    background: no-repeat center / cover;
}

    .contentItemSlideProd .picProd:before {
        position: relative;
        width: 100%;
        padding-top: 100%;
        display: block;
        content: '';
    }

.buttonsItemBoxProd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
}

    .buttonsItemBoxProd a {
        position: relative;
        width: 40px;
        height: 40px;
        background: #000 no-repeat center / 40px;
        margin: 0 4px;
        transition: all 0.1s;
        pointer-events: none;
        transform: translateY(30px);
        opacity: 0;
        cursor: pointer;
    }

.itemBoxSlideProduct:hover .buttonsItemBoxProd a:nth-child(1) {
    transition: all 0.5s;
    transition-delay: 0.2s;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.itemBoxSlideProduct:hover .buttonsItemBoxProd a:nth-child(2) {
    transition: all 0.5s;
    transition-delay: 0.4s;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.itemBoxSlideProduct:hover .buttonsItemBoxProd a:nth-child(3) {
    transition: all 0.5s;
    transition-delay: 0.6s;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.buttonsItemBoxProd a:hover {
    background: rgb(255, 166, 0);
}

.buttonsItemBoxProd a:active {
    background: rgb(5, 149, 113);
}

.buttonsItemBoxProd a.basket {
    background-image: url(../img/icons/basket.png);
}

.buttonsItemBoxProd a.gotoProd {
    background-image: url(../img/icons/eye.png);
}

.buttonsItemBoxProd a.compare {
    background-image: url(../img/icons/compare.png);
}

.ContentSliderProduct {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0px 0 10px;
}

    .ContentSliderProduct .owl-stage .item {
        display: flex;
        justify-content: center;
    }

.ContentSliderBrands .owl-stage {
    padding: 20px 0;
}

.SectionStepSite {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

    .SectionStepSite .itemStep {
        position: relative;
        width: 115px;
        margin: 10px 0;
    }

        .SectionStepSite .itemStep .picstep {
            position: relative;
            height: 80px;
            width: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 5px;
        }

            .SectionStepSite .itemStep .picstep svg {
                position: relative;
                height: 100%;
                fill: #b6b6b6;
            }

        .SectionStepSite .itemStep:hover .picstep svg {
            fill: transparent;
            stroke: #f07d00;
            stroke-width: 1px;
            stroke-dasharray: 1000;
            stroke-dashoffset: 1000;
            shape-rendering: auto;
            transition-delay: 0s;
            animation: dash 8s infinite;
        }

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.textStep {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: IranSharp;
    font-size: 14px;
    text-align: center;
}

.SectionStepSite .itemStep:last-child .textStep {
    font-size: 12px;
}

.SliderNewsLetter {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .SliderNewsLetter .owl-stage {
        right: 1px;
    }

    .SliderNewsLetter .item {
        position: relative;
        display: flex;
        justify-content: center;
    }

.contentSliderArticleHome .owl-dots {
    top: auto;
    bottom: 0;
    height: 50px;
    left: 0;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: calc(100% - 20px);
    pointer-events: none;
    padding-left: 10px;
}

    .contentSliderArticleHome .owl-dots button.owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        background: #f18816;
        margin: 4px;
        pointer-events: auto;
    }

        .contentSliderArticleHome .owl-dots button.owl-dot.active {
            background: #fff;
        }

.SliderNewsLetter .col1 {
    position: relative;
    width: calc(60% - 10px);
}

.SliderNewsLetter .col2 {
    position: relative;
    width: calc(40% - 10px);
}

.ItemSlideArticleHome {
    position: relative;
    width: 100%;
    height: 36vw;
    background: no-repeat center / cover;
}

    .ItemSlideArticleHome a.linkArticleHome {
        position: absolute;
        width: calc(100% - 20px);
        height: 50px;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #ffffff;
        padding-right: 20px;
    }

        .ItemSlideArticleHome a.linkArticleHome:before {
            position: absolute;
            width: 8px;
            height: 8px;
            bottom: 0;
            top: 0;
            right: 5px;
            background-color: rgb(232, 111, 0);
            content: '';
            display: block;
            margin: auto;
        }

.contentNewsLetterDownload {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

    .contentNewsLetterDownload .BoxNewsLetter {
        position: relative;
        width: 100%;
        height: calc(18vw - 10px);
        background: #f07d00;
        margin-bottom: 20px;
    }

    .contentNewsLetterDownload .boxCatalog {
        position: relative;
        width: 100%;
        height: calc(18vw - 10px);
        background: #f07d00 url(../img/bgCatalog.jpg) no-repeat center / cover;
        overflow: hidden;
    }

.BoxNewsLetter img.picNewsLetter {
    position: absolute;
    left: 3vw;
    width: 12vw;
    top: 2vw;
}

.BoxNewsLetter .TextNewsLetter {
    position: absolute;
    top: 3vw;
    right: 1vw;
    padding-right: 8px;
    border-right: 2px solid #fff;
}

.BoxNewsLetter h2.titleNewsLetter {
    color: #000;
    font-family: IranSharp;
    font-size: 16px;
    margin: 0;
}

.BoxNewsLetter h3.subtitleNewsLetter {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.BoxNewsLetter .boxInputNewsletter {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 60px);
    max-width: 280px;
    height: 40px;
    border: 1px solid #Fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input.inputNewsLetter {
    position: relative;
    width: calc(100% - 80px);
    height: 40px;
    border: none;
    background: transparent;
    font-size: 16px;
    direction: ltr;
    padding: 0 10px;
    color: #fff;
}

    input.inputNewsLetter::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */
    }

    input.inputNewsLetter:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }

    input.inputNewsLetter::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
    }

button.btnNewsLetter {
    position: absolute;
    left: 5px;
    border: none;
    background: #fff;
    height: 30px;
    width: 70px;
    cursor: pointer;
}

    button.btnNewsLetter:hover {
        background: #000;
        color: #fff;
    }

.boxCatalog a.titleCatalog {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 25px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: IranSharp;
    transform-origin: right center;
    transition: all 0.2s;
    transform: scale(1);
}

    .boxCatalog a.titleCatalog:hover {
        transform: scale(1.1);
    }

    .boxCatalog a.titleCatalog:before {
        position: absolute;
        right: -12px;
        top: -12px;
        bottom: 0;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border: 2px solid #fff;
        content: '';
    }

    .boxCatalog a.titleCatalog:after {
        position: absolute;
        right: 8px;
        top: 0px;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        background-color: #f07d00;
        content: '';
    }

.contentBoxProductHome {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .contentBoxProductHome .col1 {
        position: relative;
        width: calc(25% - 10px);
    }

    .contentBoxProductHome .col2 {
        position: relative;
        width: calc(75%);
    }

    .contentBoxProductHome .boxDiscountHome {
        position: relative;
        margin-bottom: 10px;
        background: #fff;
    }

.row2Col {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .row2Col .boxDiscountHome.bcdev2 {
        position: relative;
        width: calc((100% / 2) - 5px);
    }

.contentBoxProductHome .boxDiscountHome:before {
    position: relative;
    content: '';
    display: block;
}

.contentBoxProductHome .boxDiscountHome.bxsquar:before {
    padding-top: calc(80% - 8px);
}

.contentBoxProductHome .boxDiscountHome.bxvertical:before {
    padding-top: calc(150% + 24px);
}

.contentBoxProductHome .boxDiscountHome.bxhoriz:before {
    padding-top: 25%;
}

.contentBoxProductHome .boxDiscountHome.bcdev2:before {
    padding-top: 50%;
}

.boxDiscountHome .ContentBoxDiscount {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 42px);
    background: transparent;
    margin: auto;
    height: calc(100% - 42px);
    border: 2px solid transparent;
    z-index: 10;
    transition-delay: 0.5s;
}

.boxDiscountHome:hover {
    transition: all 0.5s;
    background-color: #fff !important;
}

.boxDiscountHome:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    background-color: #f07d00;
    transition: all 0.5s;
    transition-delay: 0s;
}

.boxDiscountHome:hover:after {
    transition-delay: 0.5s;
    height: 50%;
}

.boxDiscountHome:hover .ContentBoxDiscount {
    transition: all 0.5s;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.3);
    transition-delay: 0s;
}

.boxDiscountHome.bxvertical img.picBxDic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.textBoxDiscount {
    position: relative;
    padding: 0 10px;
    border-right: 2px solid #f07c00;
    width: fit-content;
    margin: 0;
}

    .textBoxDiscount h2.titleBcDic {
        font-size: 18px;
        font-family: iranSharp;
        margin: 0;
    }

    .textBoxDiscount h3.titleBcDic {
        font-size: 14px;
        font-family: IranSans;
        font-weight: normal;
        margin: 0;
    }

.boxDiscountHome.bxvertical .textBoxDiscount {
    margin: auto;
    top: 5vw;
}

.boxDiscountHome.bxsquar img.picBxDic {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
}

.boxDiscountHome.bxsquar .textBoxDiscount {
    top: 1vw;
    right: 1vw;
}

.boxDiscountHome.bxhoriz img.picBxDic {
    position: absolute;
    height: 100%;
    right: 2vw;
    bottom: 0;
    top: 0;
    margin: auto;
}

.boxDiscountHome.bxhoriz.hz2 img.picBxDic {
    right: auto;
    left: 1vw;
}

.boxDiscountHome.bxhoriz .ContentBoxDiscount {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxDiscountHome.bxhoriz .textBoxDiscount {
    right: 10vw;
}

.boxDiscountHome.bcdev2 .textBoxDiscount {
    right: 1vw;
    bottom: 1vw;
}

.boxDiscountHome.bcdev2 img.picBxDic {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 60%;
}

.boxDiscountHome.bcdev2 .ContentBoxDiscount {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.boxDiscountHome.bxhoriz.hz2 .ContentBoxDiscount {
    justify-content: flex-start;
}

.boxDiscountHome.bxvertical .ContentBoxDiscount {
    border-color: #000;
}

.boxDiscountHome.color1 {
    background-color: #e6dcfd;
}

.boxDiscountHome.color2 {
    background-color: #fdf4e6;
}

.boxDiscountHome.color3 {
    background-color: #fde6e6;
}

.boxDiscountHome.color4 {
    background-color: #f7e3fe;
}

.boxDiscountHome.color5 {
    background-color: #e3fee3;
}

.boxDiscountHome.color6 {
    background-color: #fffec6;
}

.boxDiscountHome.color7 {
    background-color: #d1faff;
}

.boxDiscountHome a.linkBoxDisc {
    position: absolute;
    top: 0;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

header.innerHeader {
    position: relative;
    width: 100%;
    height: 12vw;
    display: flex;
    background: #4c4c4c repeat center / 100% auto;
}

    header.innerHeader .container {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        overflow: hidden;
        flex-wrap: wrap;
    }

        header.innerHeader .container:before {
            position: absolute;
            margin: auto;
            content: '';
            width: 40vw;
            height: 30vw;
            background: #004871;
            border-radius: 100%;
            top: 80px;
            filter: blur(60px);
            opacity: 0.8;
        }

h1.titleHeader {
    position: relative;
    margin: 0;
    border-left: 1px solid #f07d00;
    padding-left: 8px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-family: Jazeel;
    align-items: stretch;
}

.rootAddress a.raddress, .rootAddress span {
    color: #fff;
    margin: 0 4px;
}

    .rootAddress a.raddress:hover {
        color: #f07d00;
    }

.rootAddress {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact3Box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-wrap: wrap;
}

    .contact3Box .itemBoxContact {
        position: relative;
        width: calc((100% / 3) - 20px);
    }

        .contact3Box .itemBoxContact:before {
            position: relative;
            width: 100%;
            padding-top: 120%;
            display: block;
            content: '';
        }

        .contact3Box .itemBoxContact:after {
            position: absolute;
            width: calc(100% - 64px);
            display: block;
            content: '';
            left: 0;
            right: 0;
            margin: auto;
            border: 2px solid red;
            height: calc(100% - 4px);
            top: 0;
        }

        .contact3Box .itemBoxContact .contentitemBoxContact {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: calc(100% - 40px);
            height: calc(100% - 64px);
            background: #f9f9f9;
            background: linear-gradient(133deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 1) 100%);
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            z-index: 20;
            padding: 0 20px;
            text-align: center;
            overflow: hidden;
        }

        .contact3Box .itemBoxContact:hover .contentitemBoxContact {
            background: rgba(31, 33, 36, 1);
            background: linear-gradient(133deg, rgba(103, 148, 159, 1) 0%, rgba(48, 62, 74, 1) 20%, rgba(31, 33, 36, 1) 40%, rgba(25, 26, 27, 1) 50%, rgba(33, 37, 42, 1) 62%, rgba(60, 88, 117, 1) 83%, rgba(103, 148, 159, 1) 100%);
        }

        .contact3Box .itemBoxContact .contentitemBoxContact:before {
            position: absolute;
            right: -12vw;
            width: 36vw;
            content: '';
            background-color: #fff;
            height: 15vw;
            top: -3vw;
            transform: rotate(36deg);
            z-index: 0;
        }

        .contact3Box .itemBoxContact:hover .contentitemBoxContact:before {
            background: rgba(255, 255, 255, 0.2);
        }

    .contact3Box h2.titleBxContact {
        font-size: 16px;
        margin: 10px 0 20px;
        font-family: IranSharp;
        z-index: 2;
    }

    .contact3Box .TextBoxContent {
        position: relative;
        width: 100%;
        max-width: 220px;
        z-index: 2;
    }

    .contact3Box .itemBoxContact:hover .TextBoxContent {
        color: #fff;
    }

    .contact3Box .itemBoxContact:hover h2.titleBxContact {
        color: #fff;
    }

    .contact3Box .itemBoxContact .icon {
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .contact3Box .itemBoxContact .icon svg {
            width: 100%;
            fill: #ff7300;
        }

        .contact3Box .itemBoxContact .icon:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 80%;
            height: 80%;
            border-radius: 100%;
            content: '';
            background: transparent;
            filter: blur(20px);
            margin: auto;
            top: 0;
            bottom: 0;
            right: 0;
        }

    .contact3Box .itemBoxContact:hover .icon:after {
        transition: all 1s;
        background: #ff9900;
    }

.contactFormMap {
    position: relative;
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
    background: #fcfcfc;
    padding: 40px;
}

    .contactFormMap .col1, .contactFormMap .col2 {
        position: relative;
        width: calc(50% - 10px);
    }

.boxMap {
    position: relative;
    width: 100%;
}

.js-map.mapboxgl-map {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 25vw;
}

h2.titleForm {
    position: relative;
    margin: 0;
    height: 40px;
    font-size: 16px;
    align-items: center;
    display: flex;
    font-family: IranSharp;
    color: #525252;
}

    h2.titleForm label:before {
        position: absolute;
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background: #ef7c00;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    h2.titleForm:after {
        position: relative;
        width: calc(100% - 115px);
        height: 1px;
        background: #a0a0a0;
        content: "";
    }

    h2.titleForm label {
        position: relative;
        width: 100px;
        text-align: right;
        padding-right: 15px;
    }

.formContact {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .formContact select.inputFrm {
        position: relative;
        width: calc(100% - 2px);
        border: 1px solid #c3c3c3;
        height: 50px;
        padding: 0 10px;
        margin: 0 0 10px;
    }

    .formContact input.inputFrm {
        position: relative;
        width: calc(100% - 2px);
        border: 1px solid #c3c3c3;
        height: 50px;
        padding: 0 10px;
        margin: 0 0 10px;
    }

    .formContact textarea.inputFrm {
        position: relative;
        width: calc(100% - 2px);
        border: 1px solid #c3c3c3;
        padding: 10px;
        margin: 0 0 10px;
        min-width: calc(100% - 2px);
        max-width: calc(100% - 2px);
        min-height: 150px;
        max-height: 150px;
    }

.RowButton {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

button.inputFrm {
    position: relative;
    height: 40px;
    border: none;
    padding: 0 20px;
    color: #fff;
    background: #ff7300;
    font-size: 16px;
    cursor: pointer;
}

    button.inputFrm:hover {
        filter: brightness(1.2);
    }

    button.inputFrm:active {
        filter: brightness(0.9);
    }

.contentUnits {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .contentUnits .itemUnit {
        position: relative;
        width: calc(100% - 20px);
        background: white;
        display: flex;
        flex-direction: column;
        margin: 10px;
        align-items: center;
        height: 15vw;
        justify-content: center;
        text-align: center;
        border-bottom: 2px solid #a0a0a0;
    }

        .contentUnits .itemUnit h2.titleUnit {
            position: relative;
            margin: 0;
            height: 50px;
            display: flex;
            align-items: center;
            font-size: 18px;
            font-family: IranSharp;
            width: calc(100% - 80px);
            justify-content: center;
            border-bottom: 2px solid #f07d00;
            margin-bottom: 10px;
            color: #6b6b6b;
        }

.PageText {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: justify;
    line-height: 34px;
}

    .PageText img.picPageText {
        position: relative;
        display: block;
        width: calc(100% - 40px);
        max-width: 600px;
        border-radius: 8px;
        margin: 10px auto;
    }

.ShareBar {
    position: relative;
    width: calc(100% - 20px);
    min-height: 50px;
    background: #474747;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0 10px;
    border-top: 1px solid #ff7300;
    border-bottom: 1px solid #ff7300;
    flex-wrap: wrap;
}

    .ShareBar span {
        position: relative;
        width: 80px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: IranSans;
        font-weight: normal;
        padding-left: 25px;
    }

        .ShareBar span:before {
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.socialBtn {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

    .socialBtn a {
        position: relative;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        background: #505050;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        transition: all 0.1s;
        margin: 0 5px;
    }

        .socialBtn a:hover {
            background: #ff7300;
        }

.titlePage {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    background: #474747;
    flex-wrap: wrap;
}

.starsRate {
    position: relative;
    padding: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
}

.titlePage .Title {
    position: relative;
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-family: IranSharp;
    color: #fff;
    font-size: 18px;
}

.showCMs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .showCMs .itemCm {
        position: relative;
        width: calc(100% - 40px);
        display: flex;
        justify-content: space-between;
        margin: 10px auto 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #cacaca;
        padding-top: 20px;
    }

.avatarCm {
    position: relative;
    width: 80px;
    height: 80px;
    background: no-repeat center / cover;
}

.textCm {
    position: relative;
    width: calc(100% - 90px);
}

    .textCm h3.UsernameCM {
        margin: 0 0 5px;
        color: #666;
        font-family: IranSharp;
    }

    .textCm span.dateCM {
        position: relative;
        margin-bottom: 5px;
        display: block;
    }

button.replayCM {
    position: relative;
    background: none;
    border: 1px solid #a2a2a2;
    height: 35px;
    width: 70px;
    border-radius: 100px;
    font-weight: bold;
    color: #a2a2a2;
    cursor: pointer;
}

    button.replayCM:hover {
        background-color: #ff7300;
        color: #fff;
        border-color: #ff7300;
    }

    button.replayCM:active {
        background-color: #474747;
        color: #fff;
        border-color: #474747;
    }

.showCMs h2.titleForm {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.ContentFormCM {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: auto;
    max-width: 890px;
    justify-content: space-between;
}

    .ContentFormCM .boxInput {
        position: relative;
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
    }

        .ContentFormCM .boxInput.full {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .ContentFormCM .boxInput input {
            height: 40px;
            margin: 4px 0 10px;
            border: 1px solid #767676;
        }

    .ContentFormCM .RowButton {
        margin: 20px 0;
        width: 100%;
    }

.ContentListProducts {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .ContentListProducts .col1 {
        position: relative;
        width: 280px;
    }

    .ContentListProducts .col2 {
        position: relative;
        width: calc(100% - 290px);
    }

.contenShowProduct {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0 10px;
}

.contenShowProduct .itemBoxSlideProduct {
    width: calc((100% / 4) - 40px);
    margin: 0 9px 30px;
}

.FilterBox {
    position: relative;
    padding: 10px;
    background: #f9f9f9;
    margin: 20px 0;
}

.pagination {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

    .pagination a, .pagination span {
        position: relative;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.1s;
        background: #ededed;
        margin: 0 2px;
        color: #666;
    }

        .pagination a:hover, .pagination span:hover {
            filter: brightness(1.2);
        }

        .pagination a:active, .pagination span:active {
            filter: brightness(0.9);
        }

    .pagination span {
        background-color: #ff7300;
        color: #fff;
        border-radius: 100%;
    }

    .pagination a.prevPage, .pagination a.nextPage {
        background: transparent;
        color: #ff7300;
        font-size: 20px;
    }

.accordion .titleAccordion {
    position: relative;
    width: calc(100% - 20px);
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    color: #666;
    font-weight: bold;
    border: 2px solid #f07d00;
    padding-right: 30px;
    border-right: 0;
    right: -10px;
    background: url(../img/arrowCategoryFilter.png) no-repeat 2px calc(100% - 2px) / 12px;
    font-family: IranSharp;
    margin-bottom: 5px;
}

.accordion {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .accordion .contentAccordion {
        position: relative;
        overflow: hidden;
        max-height: 0px;
        transition: all 0.5s;
        width: calc(100% - 10px);
        padding: 0px 5px;
    }

    .accordion.active .contentAccordion {
        position: relative;
        overflow: hidden;
        max-height: 2000px;
        border-bottom: 1px dashed #dadada;
        margin-bottom: 10px;
        padding: 10px 5px;
        width: calc(100% - 10px);
    }

    .accordion.active .titleAccordion span {
        transform: rotate(180deg);
    }

    .accordion .titleAccordion span {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 13px;
        height: 9px;
        background: transparent url(../img/arrowSelect.png) no-repeat center / 13px 9px;
        transition: all 0.5s;
    }

input.searchFilterBrand {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: none;
    background: gainsboro;
    padding: 0 10px;
}

.contentFilterS {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

h4.available {
    width: calc(100% - 80px);
    color: #656565;
    height: 30px;
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.OnOf {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 25px;
    background: #ffffff;
    border-radius: 2px;
    transition: all .5s;
    cursor: pointer;
    border: 1px solid #b1b1b1;
}

    .OnOf.active {
        background: #3be59c;
        border-color: #1b7951;
    }

        .OnOf.active:before {
            background: #1b7951;
        }

    .OnOf:before {
        position: absolute;
        content: '';
        display: block;
        left: 2px;
        top: 0px;
        bottom: 0;
        margin: auto;
        width: 21px;
        height: 21px;
        background: #f07d00;
        border-radius: 2px;
        transition: all .5s;
    }

    .OnOf.active:before {
        left: 36px;
        top: 0px;
        bottom: 0;
        width: 21px;
        height: 21px;
    }

button.goFilter {
    position: relative;
    width: 100%;
    border: none;
    height: 35px;
    background: #ef7c00;
    color: #fff;
    font-size: 14px;
    font-family: IranSharp;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 2px 5px -4px #000;
}

    button.goFilter:hover {
        filter: brightness(1.2);
    }

    button.goFilter:active {
        filter: brightness(0.9);
    }

.showRagePrice {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

    .showRagePrice .box-sliderrange {
        position: relative;
        width: calc(50% - 10px);
        height: 40px;
        display: flex;
    }

        .showRagePrice .box-sliderrange input {
            position: relative;
            width: 100%;
            border: none;
            background: transparent;
            text-align: center;
            font-family: IranSans;
            color: #ef7c00;
            font-size: 16px;
        }

        .showRagePrice .box-sliderrange span {
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            width: 40px;
            text-align: center;
            font-size: 10px;
            top: -4px;
        }

.contentDetailProd {
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

    .contentDetailProd .col1 {
        position: relative;
        width: calc(50% - 5px);
    }

    .contentDetailProd .col2 {
        position: relative;
        width: calc(50% - 5px);
    }

.propAbstract {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .propAbstract .itemProp {
        position: relative;
        margin: 5px 0;
        height: 30px;
        display: flex;
        align-items: center;
        font-family: IranSharp;
        font-size: 16px;
        color: #333;
        padding-right: 40px;
    }

        .propAbstract .itemProp:before {
            position: absolute;
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            background: #f07f03;
            right: 20px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.rowPrice {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    min-height: 50px;
    margin: 10px 0;
    flex-wrap: wrap;
}

    .rowPrice .realPrice {
        display: flex;
        height: 50px;
        position: relative;
        align-items: center;
        min-width: 160px;
    }

    .rowPrice .discountPrice {
        display: flex;
        height: 50px;
        position: relative;
        align-items: center;
        min-width: 180px;
    }

    .rowPrice label.lblPrice {
        position: relative;
        font-size: 16px;
        font-family: IranSharp;
        color: #eb1e27;
        font-weight: bold;
        margin-left: 5px;
    }

    .rowPrice .discountPrice .showPrice {
        font-size: 20px;
        color: #333;
    }

    .rowPrice .realPrice .showPrice {
        position: relative;
        font-size: 16px;
        color: #a9a9a9;
    }

        .rowPrice .realPrice .showPrice:before {
            position: absolute;
            content: '';
            right: 0;
            left: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
            background: #a9a9a9;
            transform: rotate(-4deg);
        }

    .rowPrice .realPrice:before {
        position: absolute;
        bottom: 100%;
        content: '';
        height: 1px;
        background: #f07d00;
        width: 100%;
        display: block;
    }

    .rowPrice .realPrice:after {
        position: absolute;
        top: 100%;
        content: '';
        height: 1px;
        background: #f07d00;
        width: 100%;
        display: block;
    }

.amountInput {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 0 0 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .amountInput .frmInputBox {
        position: relative;
        width: calc(60% - 5px);
        min-height: 50px;
        display: flex;
        align-items: center;
        min-width: 200px;
    }

        .amountInput .frmInputBox:first-child {
            width: calc(40% - 5px);
        }

label.titleInput {
    position: relative;
    margin: 5px 0;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: IranSharp;
    font-size: 16px;
    color: #333;
    padding-right: 40px;
    min-width: 40px;
}

.amountInput .frmInputBox:last-child label.titleInput {
    min-width: 100px;
}

label.titleInput:before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #f07f03;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.amountInput .frmInputBox select {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    min-width: 110px;
}

.rowButtonDetailProd {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}

    .rowButtonDetailProd .right {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .rowButtonDetailProd .left {
        position: relative;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .rowButtonDetailProd .right button {
        position: relative;
        background: transparent;
        border: none;
        font-family: IranSharp;
        height: 50px;
        display: flex;
        margin: 0 10px 0 0;
        padding-right: 40px;
        cursor: pointer;
        font-size: 16px;
        color: dimgrey;
    }

        .rowButtonDetailProd .right button:hover {
            color: #f07d00;
        }

        .rowButtonDetailProd .right button:before {
            position: absolute;
            right: 0;
            width: 34px;
            height: 35px;
            display: flex;
            align-items: center;
            top: 0;
            justify-content: center;
            font-family: 'Font Awesome 5 Pro';
            bottom: 0;
            margin: auto;
            background: #f07d00;
            border-radius: 100px;
            color: #fff;
            font-weight: normal;
            line-height: 10px;
        }

        .rowButtonDetailProd .right button:hover:before {
            transition: all 0.1s;
            transform: scale(1.1);
        }

        .rowButtonDetailProd .right button:active:before {
            transform: scale(0.9);
        }

button.addToBasketDet {
    position: relative;
    height: 50px;
    padding: 0 20px 0 60px;
    background: #f07d00;
    font-size: 16px;
    font-family: IranSharp;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button.addToBasketDet:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50px;
        background: #474747 url(../img/icons/iconBasket.png) no-repeat 5px center / 40px;
        content: '';
        transition: all 0.5s;
    }

    button.addToBasketDet:hover:before {
        width: 100%;
    }

    button.addToBasketDet:active {
        filter: brightness(0.8);
    }

    button.addToBasketDet label {
        z-index: 10;
        position: relative;
        display: block;
        cursor: pointer;
    }

.ItemSlideDetProd {
    position: relative;
    width: 100%;
    height: 36vw;
    background: no-repeat center / cover;
}

    .ItemSlideDetProd span.scaleLargPic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        z-index: 100000;
        cursor: pointer;
        pointer-events: none;
        opacity: 0;
        transition: all 0.5s;
    }

    .ItemSlideDetProd:hover span.scaleLargPic {
        pointer-events: auto;
        opacity: 1;
    }

.detailProdSlider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .detailProdSlider .owl-dots button.owl-dot {
        position: relative;
        width: 80px;
        margin: 0 5px;
        background: #fff no-repeat center / cover;
        border-bottom: 3px solid #f07d00;
        transition: all 0.5s;
        filter: brightness(0.8);
    }

        .detailProdSlider .owl-dots button.owl-dot.active {
            border-color: #00af83;
            filter: brightness(1.2);
        }

        .detailProdSlider .owl-dots button.owl-dot:before {
            position: relative;
            display: block;
            content: '';
            width: 100%;
            padding-top: 100%;
        }

.LargPicLightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000000000000000;
    transition: all 1s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .LargPicLightbox.show {
        opacity: 1;
        pointer-events: auto;
    }

    .LargPicLightbox .PicLargLight {
        position: relative;
        width: calc(100% - 40px);
        max-width: 500px;
        transition: all 0.5s;
        opacity: 0;
        transform: scale(0);
        background: no-repeat center / cover;
        pointer-events: none;
        border-radius: 4px;
    }

    .LargPicLightbox.show .PicLargLight {
        opacity: 1;
        transform: scale(1);
    }

    .LargPicLightbox .PicLargLight:before {
        position: relative;
        width: 100%;
        display: block;
        content: '';
        padding-top: 100%;
    }

.titleAccordion {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .titleAccordion:before {
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        background: #d4d4d4;
        width: 100%;
        content: '';
        margin: auto;
        bottom: 0;
    }

    .titleAccordion label.titleLabel {
        position: relative;
        padding: 0 30px 0 10px;
        display: block;
        background: #fff url(../img/HeaderBg.png) left / 200px;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .titleAccordion span {
        position: relative;
        display: block;
        background: #fff url(../img/HeaderBg.png) left / 200px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .titleAccordion label.titleLabel {
        position: relative;
        padding: 0 20px 0 10px;
        display: block;
        background: #fff url(../img/HeaderBg.png) left / 200px;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: IranSharp;
        color: #666;
    }

        .titleAccordion label.titleLabel:before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: '';
            background: #ef7c00;
            width: 8px;
            height: 8px;
            right: 5px;
        }

.TextContent {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
    text-align: justify;
    line-height: 30px;
    padding: 20px 0;
}

.PropertiesProductDet {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .PropertiesProductDet .col {
        position: relative;
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
        margin: 2px 0;
    }

        .PropertiesProductDet .col .rowProprety {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: space-between;
            height: 40px;
        }

            .PropertiesProductDet .col .rowProprety .col1 {
                position: relative;
                width: calc(40% - 30px);
                height: 40px;
                display: flex;
                align-items: center;
                padding: 0 30px 0 0px;
                background: #474747;
                color: #d2d0d0;
                font-family: IranSharp;
                font-size: 16px;
                border-radius: 6px;
            }

            .PropertiesProductDet .col .rowProprety .col2:before {
                position: absolute;
                top: 0;
                bottom: 0;
                right: -6px;
                margin: auto;
                height: 8px;
                width: 8px;
                background-color: #b5b5b5;
                content: '';
                transform: rotate(45deg);
            }

            .PropertiesProductDet .col .rowProprety .col1:before {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0px;
                margin: auto;
                height: 100%;
                width: 18px;
                background-color: #5b5b5b;
                content: '';
            }

            .PropertiesProductDet .col .rowProprety .col1:after {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 15px;
                margin: auto;
                height: 8px;
                width: 8px;
                background-color: #ef7c00;
                content: '';
                transform: rotate(45deg);
            }

            .PropertiesProductDet .col .rowProprety .col2 {
                position: relative;
                width: calc(60% - 20px);
                height: 40px;
                display: flex;
                align-items: center;
                padding: 0 10px 0 0px;
                background: #f5f3f3;
                color: #474747;
                font-family: IRANSans;
                font-size: 16px;
                margin: 0 5px;
                border-radius: 6px;
            }

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoProduct {
    position: relative;
    margin: 30px auto;
    width: calc(100% - 40px);
    max-width: 900px;
}

    .videoProduct iframe {
        border: none;
    }

.loginRegContent {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 0;
}

.frmLoginRegister {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 10px -7px #000;
    border-radius: 15px;
}

    .frmLoginRegister h2.titleLoginReg {
        position: relative;
        width: calc(100% - 50px);
        padding-right: 50px;
        height: 80px;
        margin: 0;
        border-bottom: 2px dashed #b5b5b5;
        background: #efefef;
        display: flex;
        align-items: center;
        border-radius: 15px 15px 0 0;
        font-family: IranSharp;
    }

        .frmLoginRegister h2.titleLoginReg:before {
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            right: 0;
            width: 50px;
            height: 50px;
            top: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
        }

    .frmLoginRegister .ContentFrmLogReg {
        position: relative;
        padding: 10px;
        width: calc(100% - 20px);
        background: #fdfdfd;
        border-radius: 0 0 15px 15px;
        display: flex;
        flex-direction: column;
    }

        .frmLoginRegister .ContentFrmLogReg .col {
            position: relative;
            width: 100%;
        }

.ContentFrmLogReg .col .boxInput {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col .boxInput input, .col .boxInput select {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    margin: 5px 0;
}

.col .boxInput textarea {
    min-height: 150px;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
    margin: 5px 0;
}

.frmLoginRegister .RowButton {
    justify-content: center;
    margin: 10px 0;
}

.rowLingFrmLoginReg {
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frmLoginRegister a {
    color: #a5a5a5;
}

    .frmLoginRegister a:hover {
        color: #585858;
    }

    .frmLoginRegister a:active {
        color: #1783ff;
    }

.GenderBox {
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
}

.linkFrm {
    position: relative;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.ContentNewsList {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .ContentNewsList .itemBoxNews {
        position: relative;
        width: calc(50% - 40px);
        display: flex;
        margin: 10px;
        padding: 10px;
        background: linear-gradient(30deg, rgba(33, 95, 113, 1) 0%, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 1) 100%);
        color: #fff;
    }

.itemBoxNews .picBoxNews {
    position: relative;
    width: 40%;
    background: no-repeat center / cover;
}

    .itemBoxNews .picBoxNews:before {
        position: relative;
        display: block;
        content: '';
        width: 100%;
        padding-top: 100%;
    }

    .itemBoxNews .picBoxNews:after {
        position: absolute !important;
        bottom: 0;
        right: 0;
        width: 100%;
        content: '';
        display: block;
        height: calc(20% + 17px);
        background: rgba(0, 0, 0, 0.3);
        transition: all 0.5s;
    }

.itemBoxNews:hover .picBoxNews:after {
    height: 100%;
}

.ContentNewsList .itemBoxNews {
    position: relative;
    width: calc(50% - 40px);
    display: flex;
    margin: 10px;
    padding: 10px;
    background: #f0f0f0;
    color: rgb(63, 63, 63);
}

    .ContentNewsList .itemBoxNews:hover {
        background: linear-gradient(30deg, rgba(33, 95, 113, 1) 0%, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 1) 100%);
        color: #fff;
        transition: all 0.5s;
    }

.itemBoxNews .TextBoxNews {
    position: relative;
    width: calc(60% - 20px);
    padding: 5px 10px;
}

.TextBoxNews h2.titleBoxNews {
    font-size: 16px;
    position: relative;
    margin: 0;
    border-bottom: 2px solid #ef7c00;
    padding: 0 0 10px;
    font-family: IranSharp;
    text-align: center;
}

.TextContentBoxNews {
    position: relative;
    width: calc(100% - 20px);
    max-height: 120px;
    font-family: IranSharp;
    font-size: 14px;
    text-align: justify;
    min-height: 120px;
    padding: 10px;
}

a.linkBoxNews {
    position: relative;
    color: #f07c00;
    font-family: IranSharp;
    font-size: 16px;
    height: 30px;
    padding-left: 25px;
    background: transparent url(../img/arrowViewLink.png) no-repeat left center / 22px;
}

.MoreLinkContent {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 30px;
}

span.DateReg {
    position: absolute;
    height: 30px;
    background: #666;
    padding: 0 5px;
    display: flex;
    bottom: 20%;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    right: 30px;
    color: #fff;
    padding: 0 20px 0 25px;
    font-weight: bold;
    z-index: 10;
    font-family: IranSans;
    transition: all 0.5s;
}

.itemBoxNews:hover span.DateReg {
    background: #ebebeb;
    color: #666;
}

span.DateReg:before {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-family: 'Font Awesome 5 Pro';
}

span.DateReg:after {
    position: absolute;
    left: calc(100% - 15px);
    width: 52px;
    background: transparent url(../img/arrowOrangBox.png) no-repeat center / 100%;
    content: '';
    display: block;
    height: 115px;
}

.itemBoxNews .picBoxNews i {
    position: absolute;
    left: -4px;
    width: 3px;
    height: 100%;
    top: 0;
    background: #ff7300;
    transition: all 0.5s;
}

.itemBoxNews:hover .picBoxNews i {
    background: #fff;
}

.RowFilterNewsList {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 50px;
    margin: 10px 0;
}


.filterSelect {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

    .filterSelect select {
        position: relative;
        padding: 0 10px 0 30px;
        height: 40px;
        margin: 0 10px;
        border: 1px solid #d4d4d4;
        background-color: transparent !important;
    }

.contentCompare {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .contentCompare .col1 {
        position: relative;
        width: 250px;
        padding: 10px;
        margin-left: 10px;
        background: #f9f9f9;
    }

    .contentCompare .col2 {
        position: relative;
        width: calc(100% - 280px);
    }

.itemPropComp {
    position: relative;
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IranSans;
    color: #000;
    font-size: 16px;
}

    .itemPropComp.picProd {
        position: relative;
        min-height: 15vw;
    }

    .itemPropComp.lg {
        min-height: 80px;
    }

    .itemPropComp.description {
        min-height: 13vw;
        max-height: 13vw;
        overflow: hidden;
    }

.ItemCompBox .itemPropComp.picProd {
    min-height: calc(15vw);
    background: no-repeat center / 90%;
}

.contentItemsCompare .ItemCompBox .itemPropComp {
    max-width: calc(100% - 20px);
    margin: auto;
}

.contentItemsCompare .itemPropComp.picProd {
    font-family: IranSans;
}

.ItemCompBox {
    position: relative;
    width: calc((100% / 4) - 10px);
    padding: 50px 0 0 0;
    background: #f9f9f9;
    min-width: 200px;
    margin: 20px 15px;
}

.contentItemsCompare .ItemCompBox:before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    margin: auto;
    height: calc(100% - 60px);
    content: '';
    border: 1px solid #f07c00;
    width: calc(100% + 20px);
    left: -10px;
    z-index: 0;
}

.contentItemsCompare .ItemCompBox:after {
    position: absolute;
    top: 30px;
    bottom: 30px;
    margin: auto;
    height: calc(100% - 60px);
    content: '';
    border: 1px solid #f9f9f9;
    border-right: 0;
    border-left: 0;
    width: 100%;
    left: 0px;
    z-index: 0;
}

.contentItemsCompare {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}

.contentitemComp {
    position: relative;
    width: 100%;
    background: #f9f9f9;
}

.contentItemsCompare .ItemCompBox .itemPropComp:last-child {
    border: none;
}

i.removeComp {
    position: absolute;
    top: -10px;
    background: rebeccapurple;
    width: 85px;
    height: 38px;
    background: transparent no-repeat url(../img/removeCompare.png) center / 100%;
}

i.removeComp {
    position: absolute;
    top: -5px;
    background: rebeccapurple;
    width: 85px;
    height: 38px;
    background: transparent no-repeat url(../img/removeCompare.png) center / 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

    i.removeComp:hover {
        filter: hue-rotate(-115deg);
    }

    i.removeComp:active {
        filter: hue-rotate(50deg);
    }

label.realprice {
    color: #ababab;
    position: relative;
    display: block;
    font-size: 12px;
}

    label.realprice:before {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: -3px;
        transform: rotate(-5deg);
        height: 1px;
        background: #8c8c8c;
        margin: auto;
    }

label.discountPrice {
    position: relative;
    width: 100%;
    height: 40px;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemPropComp.lg.dp {
    min-width: 100%;
}

span.bdg {
    position: absolute;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    top: 50px;
    right: 0px;
    color: #fff;
    justify-content: center;
    font-family: IranSans;
    font-size: 16px;
}

span.bdgdiscount {
    background: #eb1e27;
}

span.bdgNew {
    background: #d253dd;
}

.FilterBox .titleAccordion:before {
    display: none;
}
/* --------------------------------------- Basket Start ------------------------------------------------*/

.contentBasket {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px auto;
}

    .contentBasket h4.label {
        width: calc(100% - 20px);
    }

    .contentBasket .row {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #fff;
        flex-wrap: wrap;
    }

.NoteStar {
    position: relative;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    font-family: IranSans;
    font-weight: normal;
}

    .NoteStar:before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        position: relative;
        margin: 0 0 0 5px;
        font-size: 12px;
        color: red;
    }

.StepBasket {
    position: relative;
    width: calc(100% - 24px);
    margin: 40px auto;
    max-width: 980px;
    background: #fff;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s;
}

    .StepBasket.show {
        padding: 30px 10px;
        background: #fff;
        max-height: 2000px;
    }

    .StepBasket h5 {
        margin: 5px 0;
    }

    .StepBasket .titleAccordion label.titleLabel {
        background: #fff !important;
    }

    .StepBasket .titleAccordion span {
        background: #fff !important;
    }

.goftyBox {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

span.radioGift {
    position: relative;
    display: block;
    width: 108px;
    height: 108px;
    margin: 10px;
    transition: all 1s;
    cursor: pointer;
}

    span.radioGift:before {
        position: absolute;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        border: 1px solid #939598;
        top: 10px;
        right: 10px;
        background: #fff;
    }

    span.radioGift:after {
        position: absolute;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        top: 14px;
        right: 14px;
        background: #fff;
        transition: all 1s;
    }

    span.radioGift.active:after {
        position: absolute;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        top: 14px;
        right: 14px;
        background: #e01b22;
    }

h4.titlteBasketStep {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 5px;
    display: block;
    width: 120px;
    text-align: center;
    width: fit-content;
    color: #353b43;
}

.StepBasket .tabel {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px auto;
    /* overflow: auto; */
    overflow: auto;
    padding: 0px 0 20px;
}

    .StepBasket .tabel .Row8 {
        position: relative;
        min-width: 960px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid #f5f5f5;
        border-bottom: none;
        width: fit-content;
        width: -moz-fit-content;
    }

        .StepBasket .tabel .Row8:last-child {
            position: relative;
            min-width: 700px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            border: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
        }

        .StepBasket .tabel .Row8.Rtitle {
            border-radius: 0;
            padding: 5px 0;
            color: #fff !important;
            border: none;
        }

            .StepBasket .tabel .Row8.Rtitle .col {
                border-left: transparent;
                background-color: #535353;
                color: #fff;
                min-height: 40px;
                border-radius: 8px;
                margin: 0 0 0 1px;
            }

        .StepBasket .tabel .Row8 .col {
            position: relative;
            min-width: 48px;
            text-align: center;
            font-size: 14px;
            padding: 4px 2px;
            width: 180px;
            /*max-width: 180px;*/
            min-width: 180px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

i.delItemBasket {
    color: #dc0404;
    cursor: pointer;
}

    i.delItemBasket:hover {
        color: #03b990;
    }

.StepBasket .tabel .Row8 .col.xs {
    min-width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.StepBasket .tabel .Row8 .col.sm {
    min-width: 100px;
    max-width: 100px;
}

.StepBasket .tabel .Row8 .col.lg {
    min-width: 120px;
    max-width: 120px;
}

img.sizeBasketImg {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
}

.contentCustomer .row {
    flex-wrap: nowrap;
    margin: 10px 0;
    text-align: center;
}

    .contentCustomer .row label {
        margin-left: 10px;
        min-width: 110px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.addressAdd {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px auto;
}

.row.AddAddress .col {
    position: relative;
    padding: 10px;
    border: 1px solid #bfbfbf;
    width: 100%;
    border-bottom: 0;
    border-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.AddAddress:last-child .col {
    border-bottom: 1px solid #bfbfbf;
    text-align: right;
}

.row.AddAddress .col:last-child {
    border-left: 1px solid #bfbfbf;
}

.row.AddAddress .col.xs {
    max-width: 40px;
}

.row.AddAddress .col.sm {
    max-width: 70px;
}

.row.AddAddress .col.lg {
    max-width: 100%;
}

a.addAddressBtn {
    position: relative;
    color: #555;
    margin-right: 40px;
}

    a.addAddressBtn:before {
        position: absolute;
        content: "+";
        display: block;
        color: rgb(234, 56, 30);
        margin-right: 40px;
        font-size: 24px;
        font-weight: bold;
        top: -6px;
        right: -20px;
        transition: all 1s;
        margin: auto;
    }

span.RadioAddress {
    position: relative;
    width: 20px;
    border: 1px solid #bfbfbf;
    height: 20px;
    display: block;
    border-radius: 50px;
    margin: auto;
    cursor: pointer;
}

    span.RadioAddress:before {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        transition: all 1s;
    }

    span.RadioAddress.active:before {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #f96853;
    }

.contentCustomer .row.AddAddress {
    flex-wrap: nowrap;
    margin: 0px 0;
    text-align: center;
}

.row.AddAddress.select {
    background: #fff2e1;
}

.popupAddressAdd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
    transform: rotateY(90deg);
    transition-delay: 0.5s;
    opacity: 0;
}

    .popupAddressAdd.active {
        transition: all 0.5s;
        transform: rotateY(0deg);
        opacity: 1;
    }

.cntntAddressAdd {
    position: relative;
    max-width: 450px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ce1423;
    box-shadow: 0px 2px 11px -5px #000;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    transform: perspective(360px) rotateX(90deg);
    transition-delay: 0.5s;
    opacity: 0;
    width: calc(100% - 20px);
}

.popupAddressAdd.active .cntntAddressAdd {
    transition: all 0.5s;
    transform: perspective(360px) rotateX(0deg);
    opacity: 1;
    transition-delay: 0.5s;
}

.cntntAddressAdd label {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    margin: 10px 0;
    text-align: center !important;
}

.cntntAddressAdd input.addRealAddres {
    position: relative;
    width: calc(100% - 40px);
    border: 1px solid #c31422;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    margin: 10px 0;
}

.cntntAddressAdd button.btnaddAddresss {
    position: relative;
    width: 160px;
    height: 40px;
    background: #4c040a;
    border: none;
    color: #ffb8bd;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}

    .cntntAddressAdd button.btnaddAddresss:hover {
        background: #ffb8bd;
        color: #4c040a;
    }

.cntntAddressAdd .closeaddres {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #043646;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
}

.stepbystep {
    position: relative;
    width: calc(100% - 24px);
    margin: 80px auto 10px;
    max-width: 980px;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}

    .stepbystep:before {
        position: absolute;
        content: "";
        display: block;
        height: 4px;
        width: calc(100% - 50px);
        background: #dddddd;
        bottom: 0;
        top: -10px;
        margin: auto;
    }

    .stepbystep:after {
        position: absolute;
        content: "";
        display: block;
        height: 4px;
        background: #ff7300;
        bottom: 0;
        top: -10px;
        margin: auto;
        transition: all 1s ease;
    }

    .stepbystep.s1:after {
        width: calc(15% - 50px);
    }

    .stepbystep.s2:after {
        width: calc(40% - 50px);
    }

    .stepbystep.s3:after {
        width: calc(70% - 50px);
    }

    .stepbystep.s4:after {
        width: calc(100% - 50px);
    }

h4.titlestepe {
    position: absolute;
    top: calc(100% + 10px);
    right: -35px;
    left: 0;
    margin: auto;
    width: 142px;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    transition: all 1s;
}

    h4.titlestepe small {
        position: relative;
        z-index: 1;
        font-size: 14px;
        color: #686d73;
        transition: all 1s;
        width: 100%;
        font-weight: normal;
    }

.stepe {
    position: relative;
    width: 72px;
    height: 86px;
    z-index: 1;
    background: #fff url(../img/HeaderBg.png) left / 200px;
}

    .stepe span {
        position: absolute;
        top: 0;
        right: 0;
        width: 72px;
        height: 86px;
        background: url(../img/basketStepIcon1.png) left / 72px;
    }

.ProertYContactBox h3 {
    font-size: 14px;
    margin: 14px 0;
    font-size: 14px;
}

.contentBasket input {
    width: calc(100% - 120px);
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.contentBasket select {
    width: calc(100% - 120px);
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.contentBasket textarea {
    min-width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    min-height: 150px;
    max-height: 150px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.stepe label {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0px;
    left: 0;
    color: #c2c2c2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 10000000000;
    transition: all 1s;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s;
}

.stepbystep.s1 .stepe:nth-child(1) h4.titlestepe small {
    color: #1a181d;
    transform: scale(1.2);
    display: block;
    font-weight: bold;
}

.stepbystep.s1 .stepe:nth-child(1) span {
    background-image: url(../img/basketStepIcon.png);
}

.stepbystep.s1 .stepe:nth-child(1) label {
    color: #fff;
}

.stepbystep.s2 .stepe:nth-child(1) h4.titlestepe small, .stepbystep.s2 .stepe:nth-child(2) h4.titlestepe small {
    color: #1a181d;
    transform: scale(1.2);
    display: block;
    font-weight: bold;
}

.stepbystep.s2 .stepe:nth-child(1) span, .stepbystep.s2 .stepe:nth-child(2) span {
    background-image: url(../img/basketStepIcon.png);
}

.stepbystep.s2 .stepe:nth-child(1) label, .stepbystep.s2 .stepe:nth-child(2) label {
    color: #fff;
}

.stepbystep.s3 .stepe:nth-child(1) h4.titlestepe small, .stepbystep.s3 .stepe:nth-child(2) h4.titlestepe small, .stepbystep.s3 .stepe:nth-child(3) h4.titlestepe small {
    color: #1a181d;
    transform: scale(1.2);
    display: block;
    font-weight: bold;
}

.stepbystep.s3 .stepe:nth-child(1) span, .stepbystep.s3 .stepe:nth-child(2) span, .stepbystep.s3 .stepe:nth-child(3) span {
    background-image: url(../img/basketStepIcon.png);
}

.stepbystep.s3 .stepe:nth-child(1) label, .stepbystep.s3 .stepe:nth-child(2) label, .stepbystep.s3 .stepe:nth-child(3) label {
    color: #fff;
}

.stepbystep.s4 .stepe:nth-child(1) h4.titlestepe small, .stepbystep.s4 .stepe:nth-child(2) h4.titlestepe small, .stepbystep.s4 .stepe:nth-child(3) h4.titlestepe small, .stepbystep.s4 .stepe:nth-child(4) h4.titlestepe small {
    color: #1a181d;
    transform: scale(1.2);
    display: block;
    font-weight: bold;
}

.stepbystep.s4 .stepe:nth-child(1) span, .stepbystep.s4 .stepe:nth-child(2) span, .stepbystep.s4 .stepe:nth-child(3) span, .stepbystep.s4 .stepe:nth-child(4) span {
    background-image: url(../img/basketStepIcon.png);
}

.stepbystep.s4 .stepe:nth-child(1) label, .stepbystep.s4 .stepe:nth-child(2) label, .stepbystep.s4 .stepe:nth-child(3) label, .stepbystep.s4 .stepe:nth-child(4) label {
    color: #fff;
}

.discountCode {
    position: relative;
    display: flex;
}

    .discountCode label {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

button.discountBtn {
    font-family: IRANSans;
    cursor: pointer;
}

input.dicountInput {
    height: 30px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0 50px 50px 0;
    padding: 10px;
    width: 100%;
}

button.discountBtn {
    background: #535353;
    border: none;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 100px;
    padding: 0 20px 0 28px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: -65px;
    height: 30px;
}

button.btnStep {
    position: relative;
    height: 40px;
    background: #ff7300;
    color: #fff;
    cursor: pointer;
    font-family: IRANSans;
    border: none;
    padding: 0px 20px 0px 30px;
    line-height: 12px;
    font-weight: normal;
}

    button.btnStep:hover, button.discountBtn:hover {
        filter: brightness(1.2);
    }

    button.btnStep:active, button.discountBtn:active {
        filter: brightness(0.8);
    }

    button.btnStep:before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        top: 0px;
        left: 10px;
        height: 12px;
        bottom: 0;
        margin: auto;
        display: block;
    }

    button.btnStep.btnbackStep {
        padding-left: 20px;
        padding-right: 30px;
        background: #1a181d;
    }

        button.btnStep.btnbackStep:before {
            left: auto;
            right: 10px;
        }

button.discountBtn:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 8px;
    margin: auto;
    display: block;
    bottom: 0;
    margin: auto;
    height: 12px;
}

h4.label small {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col.btnsENDbasket {
    position: relative;
    display: flex;
    flex-direction: row;
}

    .col.btnsENDbasket button {
        position: relative;
        height: 35px;
        border: none;
        padding: 0 20px;
        margin: 0 2px;
        cursor: pointer;
        color: #fff;
        min-width: 120px;
        margin: 0px 2px;
    }

.row.AddAddress.Rtitle .col:first-child {
    border-radius: 0 15px 0 0;
}

.row.AddAddress.Rtitle .col:last-child {
    border-radius: 15px 0 0 0;
}

.boxinput {
    position: relative;
    width: 100%;
    display: flex;
}

.contentCustomer .row .col1 {
    position: relative;
    width: 100%;
}

.contentCustomer .row .col2 {
    position: relative;
    width: calc(50% - 5px);
}

button.btnPay {
    background: #d11e2a;
}

    button.btnPay:hover {
        background: #a2222b;
    }

button.btnPayHome {
    background: #19212e;
}

    button.btnPayHome:hover {
        background: #7d8ea9;
    }

button.btnWallet {
    background: #6a6a6a;
}

    button.btnWallet:hover {
        background: #bfbbbb;
    }

button.btnPayBank {
    background: #e01b22;
}

    button.btnPayBank:hover {
        background: #871014;
    }

.col.btnsENDbasket {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.StepBasket .tabel .Row8 .col {
    border-left: 1px solid #f5f5f5;
}

    .StepBasket .tabel .Row8 .col.lg.lf {
        text-align: right;
        padding: 0 8px 0 0;
        min-width: 115px;
        max-width: 115px;
        border-right: 1px solid #f5f5f5;
    }

.br {
    border-left: 1px solid #fff !important;
}

.row.homeCard {
    justify-content: flex-start;
    margin: 10px 0 20px;
}

    .row.homeCard .checkboxs {
        width: 320px;
    }

    .row.homeCard label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #80868a;
        font-size: 12px;
        font-weight: bold;
    }

.row.AddAddress.divBTNaddAddress .col.lg {
    max-width: 100%;
    border-radius: 0 0 15px 15px;
    border-left: 1px solid #bfbfbf;
}

.RahgiriBox {
    position: relative;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .RahgiriBox label {
        position: relative;
        height: 40px;
        margin: 10px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 210px;
        font-size: 18px;
    }

    .RahgiriBox span {
        position: relative;
        height: 40px;
        margin: 10px;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: calc(100% - 272px);
        font-size: 18px;
        border: 1px solid #dbdbdb;
        padding: 0 10px;
        text-align: center;
        justify-content: center;
    }

a.gotohomepage {
    position: relative;
    min-width: 200px;
    height: 40px;
    background: #ff7300;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin: 10px 0;
}

    a.gotohomepage:hover {
        filter: brightness(1.2);
    }

    a.gotohomepage:active {
        filter: brightness(0.8);
    }

button.fas:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

/* --------------------------------------- Basket End ------------------------------------------------*/
