@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

body {
    font-family: IRANSans;
    direction: rtl;
}

.mainContent {
    width: 100%;
}

.header {
    margin-bottom: 15px;
}

.headerIndex {
    background-image: url('../assets/headerbackground.jpg');
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 0px;
    /*padding-top: 26%;*/
    padding-top: 30px;
    height: 400px;
    position: relative;
}

.headerContent{
    /*position:absolute;*/
    top:30px;
    right:0px;
    width:100%;
}

.headerIndex .topMenu a {
    color: white !important;
}

.header .logo {
    float: right;
    width: 160px;
    margin-right: 8%;
    margin-top: 5px;
}

.header .topMenu {
    float: right;
    margin-top: 24px;
    margin-right: 70px;
}

    .header .topMenu a {
        float: right;
        color: #707070;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
    }

.header .HeaderTypo {
    width: 50%;
    float: left;
}

    .header .HeaderTypo h1 {
        color: white;
        text-align: right;
        font-size: 44px;
        width: 400px;
        line-height: 81px;
        margin: 70px auto 0px auto;
    }

.headerAction {
    float: left;
    margin-left: 8%;
}

    .headerAction a {
        float: right;
        margin-right: 10px;

    }

        .headerAction a img {
            filter: brightness(0) invert(1);
        }

        .headerAction a:hover img {
            filter: unset;
        }

.headerIndex .headerAction a {
    background: white;
    color: #EF394E;
}

    .headerIndex .headerAction a img {
        filter: unset;
    }

    .catSlider {
        width: 84%;
        margin: 50px auto;
        max-width: 1300px;
    }

.catItem {
    width: 60%;
    margin: 0 auto;
    background: white;
    border: 2px solid #EF394E;
    border-radius: 500px;
    height: 0px;
    padding-bottom: 60%;
    position: relative;
    transition: all ease-in-out 0.3s;
}

    .catItem img {
        width: 50px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 50px !important;
    }

    .selectedCat, .catItem:hover {
        background: #EF394E;
    }

        .selectedCat img, .catItem:hover img {
            filter: brightness(0) invert(1);
        }

.wrapperCatItem a {
    text-decoration: none;
}

.wrapperCatItem span {
    text-align: center;
    margin-top: 10px;
    color: #7D7D7D;
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.catSlider .owl-next {
    position: absolute;
    left: -60px;
    top: calc(50% - 28px);
}

.catSlider .owl-prev {
    position: absolute;
    right: -60px;
    top: calc(50% - 28px);
}

.catSlider .owl-nav img {
    width: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}


.OffProductsSection {
    background: #EF394E;
    margin-top: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .OffProductsSection .pTitle {
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 60px;
    }

.offWrapper {
    display: flex;
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

.offMeta {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.OffProducts {
    width: calc(100% - 290px);
    margin-right: 20px;
    margin-left: 20px;
}

.offtime {
    position: relative;
    height: 64px;
}

.offProduct {
    width: 96%;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    position: relative;
    padding-bottom: 12px;
    box-shadow: 0px 0px 5px lightgray;
}

.offProductImg {
    /*    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    width: 85%;
    height: 230px;
    position: absolute;
    right: 7.5%;
    top: -25px;
    box-shadow: 0px 0px 5px lightgray;*/

    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    width: 85%;
    position: relative;
    right: 7.5%;
    top: -25px;
    box-shadow: 0px 0px 5px lightgray;
    padding-top: 76%;
}

.offProductWrapper {
    padding: 25px 0px 0px 0px;
}

    .offProductWrapper a {
        text-decoration: none;
    }

    .offProductWrapper h2 {
        color: #707070;
        padding: 0px 20px 0px 20px; /* top: 220 */
        font-size: 14px;
        text-align: right;
        line-height: 28px;
        font-weight: normal;
        height: 56px;
        overflow: hidden;
        margin-top: -19px;
    }

.AddToBasketSection {
    width: 50%;
    float: right;
}

    .AddToBasketSection a {
        width: 129px;
        text-decoration: none;
        color: white;
        background: #EF394E;
        border-radius: 10px;
        text-align: center;
        padding-top: 8px;
        margin: 10px auto;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 38px;
    }

.ProductPrice {
    width: 100%;
    float: right;
    position: relative;
    height: 49px;
}

    .ProductPrice .offPrice {
        text-align: center;
        color: #707070;
        font-weight: 500;
        display: block;
        margin-top: 24px;
        font-size: 15px;
    }

    .ProductPrice .regularPrice {
        position: absolute;
        color: #B6B4B4;
        text-decoration: line-through;
        font-size: 14px;
        top: 4px;
        left: 0px;
        font-weight: normal;
        width: 100%;
        text-align: center;
    }

.offTime {
    position: relative;
}

.times {
    position: absolute;
    width: 140px;
    margin-right: calc((100% - 140px)/2);
    top: 4px;
}

    .times p {
        position: absolute;
        top: 40px;
        color: white;
        font-size: 12px;
        font-weight: normal;
    }

.timeTile {
    float: right;
    margin-right: 10px;
    width: 40px;
    background: #EF394E;
    border-radius: 10px;
    border: 2px solid white;
    box-sizing: border-box;
    text-align: center;
    color: white;
    height: 40px;
    padding-top: 8px;
}

.secondTime {
    position: absolute;
    right: calc(50% - 84px);
    color: white;
    font-size: 9px;
    top: 27px;
}

.offTime > span {
    position: absolute;
    color: white;
    font-size: 13px;
}

.OffProducts .owl-next {
    position: absolute;
    left: -40px;
    top: calc(50% - 23px);
}

.OffProducts .owl-prev {
    position: absolute;
    right: -40px;
    top: calc(50% - 23px);
}

.FeatureSection {
    margin: 80px 0px 40px 0px;
}

    .FeatureSection h2 {
        text-align: center;
        color: #7d7d7d;
        position: relative;
        font-size: 27px;
        font-weight: 500;
    }

        .FeatureSection h2:after {
            position: absolute;
            top: 20px;
            left: 0px;
            display: block;
            content: "";
            width: calc(50% - 170px);
            height: 4px;
            background: #EF394E;
            z-index: 100;
        }

        .FeatureSection h2:before {
            position: absolute;
            top: 20px;
            right: 0px;
            display: block;
            content: "";
            width: calc(50% - 170px);
            height: 4px;
            background: #EF394E;
            z-index: 100;
        }

.featureItems {
    margin-right: 8%;
    margin-left: 8%;
    display:flex;
    flex-wrap:wrap;
}

.FeatureItem {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    float: right;
    border-radius: 10px;
    position: relative;
    margin-top: 60px;
    padding: 50px 0px 20px 0px;
    box-shadow: 0px 0px 5px lightgray;
}

    .FeatureItem p {
        text-align: center;
        color: #707070;
        margin-bottom: 0px;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }


.FeatureItemImg {
    position: absolute;
    background: #EF394E;
    width: 70px;
    height: 70px;
    border-radius: 400px;
    text-align: center;
    margin-right: calc(50% - 35px);
    top: -35px;
}

    .FeatureItemImg img {
        width: 45px;
        height: 45px;
        margin-top: 10px;
    }

.ProductSlider {
    background: #f2f2f2;
    margin-top: 0px;
    padding-bottom: 10px;
}

    .ProductSlider h2 {
        text-align: center;
        color: #7d7d7d;
        position: relative;
        font-size: 27px;
        font-weight: 500;
        padding-top: 40px;
    }

    .ProductSlider > a {
        width: 150px;
        border-radius: 7px;
        background: white;
        display: block;
        margin: 20px auto 10px auto;
        font-weight: 500;
        color: #EF394E;
        height: 45px;
        text-decoration: none;
        text-align: center;
        padding-top: 9px;
        transition: all ease-in-out 0.3s;
        box-shadow: 0px 0px 5px lightgray;
    }

        .ProductSlider > a:hover {
            background: #EF394E;
            color: white;
        }

    .ProductSlider .Products {
        width: 84%;
        margin: 20px auto;
        max-width: 1300px;
    }

.ProductWrapper a {
    text-decoration: none;
}

.product {
    border-radius: 15px;
    background: white;
    width: 96%;
    margin: 10px auto;
    padding-bottom: 5px;
    box-shadow: 0px 0px 5px lightgray;
    padding-top: 1px;
}

    .product .productImg {
        background-position: center !important;
        background-size: cover !important;
        border-radius: 15px;
        width: 85%;
        margin: 20px auto;
        box-shadow: 0px 0px 5px lightgray;
        padding-top: 70%;
    }

    .product h2 {
        color: #707070;
        padding: 0px 20px 0px 20px;
        font-size: 14px;
        text-align: right;
        line-height: 28px;
        font-weight: normal;
        height: 60px;
        overflow:hidden;
    }

    .product .ProductPrice {
        width: 100%;
        float: unset;
    }

        .product .ProductPrice .regularPrice {
            position: unset;
            text-align: center;
            display: block;
            height: 20px;
        }

        .product .ProductPrice .offPrice {
            margin-top: 0px;
        }

    .product .GoLink {
        width: 120px;
        text-decoration: none;
        color: white;
        background: rgb(239, 57, 78);
        border-radius: 10px;
        text-align: center;
        padding-top: 9px;
        margin: 10px auto;
        display: block;
        font-size: 12px;
        font-weight: 500;
        height: 38px;
        display:none;
    }

.ProductSlider .owl-nav img, .OffProducts .owl-nav img {
    width: 30px;
}

.Products .owl-next {
    position: absolute;
    left: -60px;
    top: calc(50% - 23px);
}

.Products .owl-prev {
    position: absolute;
    right: -60px;
    top: calc(50% - 23px);
}

/*.doubleAds {
    width: 85%;
    margin: 40px auto;
    max-width: 1400px;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}

    .doubleAds .bannerWrapper {
        min-width: 300px;
        margin-top:10px;
        margin-bottom:10px;
        flex-grow:1;
    }*/

.doubleAds {
    width: 85%;
    margin: 40px auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap:10px;
}
    .doubleAds .bannerWrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .doubleAds .banner {
        border-radius: 15px;
        width: 100%;
    }

.ProductSlider.type2 {
    background: #EEEEEE;
    position: relative;
    padding-top: 1px;
    margin-top: 100px;
}

    .ProductSlider.type2 > h2 {
        color: white;
        background: #EF394E;
        position: absolute;
        width: 260px;
        right: calc(50% - 130px);
        top: -50px;
        height: 50px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        padding-top: 10px;
    }

    .ProductSlider.type2 > a {
        display: none;
    }

.brandSection {
    width: 100%;
    margin-top: 40px;
}

.brands {
    width: 84%;
    margin: 60px auto;
    max-width: 1300px;
}

.brandItem {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #EF394E;
    border-radius: 10px;
    background: white;
    height: 85px;
    overflow: hidden;
}

    .brandItem img {
        display: block !important;
        height: 60px;
        margin: 10px auto;
        width: auto !important;
        max-width: 90%;
    }

.brandSection .owl-nav img {
    width: 30px;
}

.brandSection .owl-next {
    position: absolute;
    left: -60px;
    top: calc(50% - 23px);
}

.brandSection .owl-prev {
    position: absolute;
    right: -60px;
    top: calc(50% - 23px);
}

.footerSection {
    background-image: url('../assets/footerbackground.jpg');
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.enamad {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .enamad img {
        width: 100px;
    }

.footerWrapper {
    width: 85%;
    margin: 0px auto;
    padding: 30px 0px;
}

.footerLogo {
    margin-top: 15px;
}

    .footerLogo img{
        max-width:200px;
    }

    .footerMain {
        border-top: 5px solid #EF394E;
        width: 40%;
        margin-top: 10px;
        min-width: 410px;
    }

    .footerMain p {
        position: relative;
        margin-right: 40px;
        color: white;
        margin-top: 20px;
    }

        .footerMain p img {
            position: absolute;
            width: 19px;
            right: -38px;
            margin-bottom: 0px;
            top: -4px;
        }

.socialIcons img {
    float: right;
    width: 38px;
    margin-right: 12px;
}

.section {
    width: 84%;
    margin: 0 auto;
    max-width: 1300px;
}

.ArchiveBannerSection {
    border-radius: 20px;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 25%;
    width: 100%;
    height: 0px;
    margin-bottom: 30px;
}

.HeaderTitle {
    text-align: center;
    color: #7d7d7d;
    font-size: 27px;
    font-weight: 500;
    background: white;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin: 0 auto;
}

.HLine {
    height: 4px;
    width: 100%;
    background: #EF394E;
    margin-top: -18px;
    position: relative;
    z-index: 1;
}
/*    .HeaderTitle:after {
        position: absolute;
        top: 20px;
        left: 0px;
        display: block;
        content: "";
        width: calc(50% - 170px);
        height: 4px;
        background: #EF394E;
        z-index: 100;
    }

    .HeaderTitle:before {
        position: absolute;
        top: 20px;
        right: 0px;
        display: block;
        content: "";
        width: calc(50% - 170px);
        height: 4px;
        background: #EF394E;
        z-index: 100;
    }*/
.ArchiveProducts {
    margin-top: 20px;
}

    .ArchiveProducts .ProductWrapper {
        width: 25%;
        float: right;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.NavigationSection {
    margin-bottom: 40px;
}

    .NavigationSection span, .NavigationSection a {
        width: 30px;
        height: 30px;
        border: 2px solid #EF394E;
        border-radius: 5px;
        margin: 0px 3px;
        text-align: center;
        color: #EF394E;
        padding: 2px;
        text-decoration: none;
        transition: all ease-in-out 0.3s;
    }

    .NavigationSection span {
        color: white;
        background: #EF394E;
    }

    .NavigationSection a:hover {
        color: white;
        background: #EF394E;
    }

.ProductMain {
    border-radius: 25px;
    margin: 30px auto;
    padding: 30px;
    display: flex;
    box-shadow: 0px 0px 5px lightgray;
}

    .ProductMain .Gallery {
        width: 40%;
        float: right;
    }

    .ProductMain .Details {
        width: 60%;
        float: right;
        position: relative;
    }

    .ProductMain .Gallery .BigImg {
        overflow: hidden;
        width: 76%;
        margin: 0 auto;
        display: block;
        height: 0px;
        padding-bottom: 63%;
        border-radius: 20px;
        background-position: center !important;
        background-size: cover !important;
        display: none;
        box-shadow: 0px 0px 5px lightgray;
    }

.Thumbnails {
    width: calc(76% + 20px);
    margin: 10px auto;
}

.TumbnailItemWrapper {
    padding: 10px;
}

.TumbnailItem {
    padding-bottom: 85%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 5px lightgray;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.owlGallery .owl-prev {
    position: absolute;
    right: -35px;
    top: calc(50% - 21px);
}

.owlGallery .owl-next {
    position: absolute;
    left: -35px;
    top: calc(50% - 21px);
}

.Details {
    padding: 10px;
}

    .Details h2 {
        border-bottom: 2px solid #EF394E;
        padding: 10px 0px;
        text-align: right;
        float: right;
        color: #3E3E3E;
        font-size: 24px;
        margin-bottom: 20px;
    }

.Specs {
    margin-top: 10px;
}

    .Specs p {
        margin: 0px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
    }

    .Specs span {
        display: block;
        font-size: 15px;
        padding-right: 15px;
        position: relative;
        margin-bottom: 8px;
    }

        .Specs span:before {
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 20px;
            background: #EF394E;
            right: 0px;
            content: "";
            top: 9px
        }

.Variables {
    margin-top: 25px;
}

.VariableItem {
    float: right;
    width: 50%;
    cursor: pointer;
}

.SelectBox {
    width: 25px;
    height: 25px;
    border: 2px solid #EF394E;
    float: right;
    border-radius: 5px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 10px;
}

.VariableItem:hover .SelectBox, .VariableItem.active .SelectBox {
    background: #EF394E;
}


.VariableItem label {
    float: right;
    cursor: pointer;
}

    .VariableItem label span {
        color: #7F7E7E;
        font-size: 12px;
        display: none;
    }

.PriceSection {
    margin-top: 20px;
    position: absolute;
    bottom: 0px;
    width: 90%;
    right: 5%;
}

    .PriceSection .totalPrice {
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .PriceSection .AddToCart {
        float: left;
    }

.AddToCart .ActionLink {
    width: 150px;
}

.TabControls .TabItem {
    float: right;
    margin-left: 20px;
    color: #3E3E3E;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 10px 30px;
    border-radius: 10px;
    transition: all ease-in-out 0.3s;
}

    .TabControls .TabItem:hover, .TabControls .TabItem.active {
        background: #EF394E;
        color: white;
    }

.TabContent {
    margin-top: 7px;
    border-radius: 12px;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0px 0px 5px lightgray;
}

.Descripton {
    display: none;
}

    .Descripton h2 {
        font-size: 20px;
        margin-bottom: 20px;
        color: #3E3E3E;
    }

    .Descripton p {
        margin-bottom: 20px;
        color: #3E3E3E;
        text-align: justify;
        line-height: 40px;
    }

    .Descripton img {
        width: 90%;
        display: block;
        margin: 20px auto;
        max-width: 800px;
    }

.descItem {
    width: 100%;
    margin-bottom: 10px;
}

    .descItem span {
        width: 180px;
        float: right;
        font-family: IRANSans;
        font-size: 14px;
        padding: 10px 22px;
        border-radius: 30px;
        text-align: center;
        font-weight: 300;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #EF394E;
        color: white;
    }

    .descItem .spec_value {
        width: calc(100% - 190px);
        margin-right: 10px;
        text-align: right;
        background: #ececec;
        color: #393939;
    }

    .descItem:hover span {
        background: #dedede;
        color: #393939;
    }

.Gallery .owl-nav img {
    width: 25px;
}

.ActionButton {
    width: 150px;
    border-radius: 7px;
    background: #EF394E;
    display: block;
    margin: 20px auto 10px auto;
    font-weight: 500;
    color: white;
    height: 45px;
    text-decoration: none;
    text-align: center;
    padding-top: 9px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    border: 2px solid #EF394E;
}

    .ActionButton:hover {
        color: #EF394E;
        Background: white;
    }

#priceSectionWrapper .ProductPrice {
    width: 100%;
    float: right;
    height: unset;
}

    #priceSectionWrapper .ProductPrice .regularPrice {
        position: unset;
        text-align: center;
        display: block;
        height: 20px;
        margin-bottom: 5px
    }

    #priceSectionWrapper .ProductPrice .offPrice {
        margin-top: 0px;
        border: 2px solid #EF394E;
        padding: 10px 20px;
        border-radius: 15px;
    }

.ProductWrpper .AddToCart {
    margin-top: 10px;
}

.ProductDescription {
    margin-bottom: 30px;
}

.shop_cart .cartTitle {
    background: #EF394E;
    border-radius: 10px;
    padding: 12px 20px;
    width: 180px;
    text-align: center;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: white;
}

    .shop_cart .cartTitle i {
        float: right;
        font-size: 30px;
        color: white;
        margin-top: -3px;
    }

    .shop_cart .cartTitle span {
        font-family: IRANSans;
        color: white;
    }

.shop_cart .shopCartTable {
    width: calc(100% - 300px);
    float: right;
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

    .shop_cart .shopCartTable .ReturnToShopBtn {
        background: #EF394E;
        border-radius: 10px;
        padding: 9px 20px;
        text-align: center;
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
        color: white;
        font-family: IRANsans;
        text-decoration: none;
    }

.shop_cart .cartRow {
    height: 261px;
    border: 2px solid lightgray;
    border-radius: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .shop_cart .cartRow .cartPrMedia {
        width: 300px;
        float: right;
    }

        .shop_cart .cartRow .cartPrMedia .cartPrImg {
            width: 220px;
            margin: 0 auto;
            background-position: center !important;
            background-size: cover !important;
            height: 260px;
        }

    .shop_cart .cartRow .cartPrDetails {
        width: calc(100% - 450px);
        float: right;
        margin-top: 28px;
        border-right: 1px solid #dedede;
    }

        .shop_cart .cartRow .cartPrDetails a {
            text-decoration: none;
        }

        .shop_cart .cartRow .cartPrDetails h3 {
            text-align: right;
            font-family: IRANSans;
            color: #393939;
            margin-top: 15px;
            margin-right: 30px;
            font-size: 20px;
            font-weight: 500;
            border-bottom: 2px solid #d0d0d0;
            float: right;
            padding-bottom: 5px;
        }

        .shop_cart .cartRow .cartPrDetails ul {
            text-align: right;
            list-style: none;
            padding-right: 0px;
            margin-right: 30px;
            margin-top: 20px;
            font-family: IRANSans;
            color: #393939;
            font-size: 14px;
        }

            .shop_cart .cartRow .cartPrDetails ul li {
                padding: 5px 0px;
                height: 31px;
            }

                .shop_cart .cartRow .cartPrDetails ul li i {
                    margin-left: 7px;
                    font-size: 20px;
                    float: right;
                }

        .shop_cart .cartRow .cartPrDetails .numberProduct {
            width: 125px;
            border: 1px solid #dedede;
            border-radius: 5px;
            margin-right: 30px;
            padding: 7px 3px;
        }

            .shop_cart .cartRow .cartPrDetails .numberProduct span {
                text-align: center;
                display: block;
                width: 57px;
                float: right;
            }

            .shop_cart .cartRow .cartPrDetails .numberProduct .PrNumberCount {
                height: 25px;
                width: 25px;
                padding: 1px;
                background: #EF394E;
                border: none;
                color: white;
                float: right;
            }

                .shop_cart .cartRow .cartPrDetails .numberProduct .PrNumberCount i {
                    font-size: 12px;
                    vertical-align: middle;
                    height: 100%;
                    margin-top: 5px;
                }

    .shop_cart .cartRow .cartPrAction {
        width: 150px;
        float: right;
        position: relative;
        height: 100%;
    }

        .shop_cart .cartRow .cartPrAction a {
            position: absolute;
            top: 35%;
            right: 50%;
            margin-right: -25px;
            margin-top: -25px;
            width: 45px;
            height: 45px;
            border: 2px solid #EF394E;
            border-radius: 100px;
            color: red;
            text-align: center;
            font-size: 21px;
            padding-top: 9px;
            cursor: pointer;
        }

        .shop_cart .cartRow .cartPrAction .cartPrTotalPrice {
            position: absolute;
            bottom: 30px;
            width: 120px;
            right: 50%;
            margin-right: -60px;
        }

            .shop_cart .cartRow .cartPrAction .cartPrTotalPrice span {
                font-family: IRANSans;
                font-size: 14px;
                text-align: center;
                display: block;
                margin-top: 5px;
            }

            .shop_cart .cartRow .cartPrAction .cartPrTotalPrice .price {
                height: 40px;
                padding-top: 10px;
                background: #EF394E;
                color: white;
                border-radius: 5px;
            }

.checkoutDetailsWrapper {
    width: 280px;
    float: right;
    margin-right: 20px;
    margin-top: 86px
}

.shopCartDetails {
    background: white;
    float: right;
    width: 280px;
    margin-right: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid lightgray;
}

.WidgetChekout {
    background: white;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid lightgray;
    margin-bottom: 20px;
}

    .shopCartDetails .title, .WidgetChekout .title {
        height: 50px;
        border-bottom: 1px solid #e7e7e7;
        background: #EF394E;
        float: right;
        width: 100%;
    }

        .shopCartDetails .title p, .WidgetChekout .title p {
            color: white;
            font-family: IRANSans;
            font-size: 15px;
            font-weight: 300;
            margin-top: 14px;
            margin-right: 18px;
            text-align: center;
        }

    .shopCartDetails .CartDetailsItem, .WidgetChekout .CartDetailsItem {
        float: right;
        width: 100%;
        text-align: right;
        font-family: IRANSans;
        padding: 15px 20px;
        font-size: 14px;
        border-bottom: 1px solid #f4f4f4;
    }

    .shopCartDetails .ProgressCartBtn, .WidgetChekout .ProgressCartBtn {
        background: #EF394E;
        border-radius: 10px;
        padding: 12px 20px;
        width: 90%;
        text-align: center;
        color: white;
        margin: 10px auto;
        display: block;
        font-family: IRANSans;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        max-width: 300px;
    }

        .shopCartDetails .ProgressCartBtn:hover, .WidgetChekout .ProgressCartBtn:hover {
            background: #CD3143;
            color: white;
        }

.shop_checkout .checkoutTitle {
    background: #EF394E;
    border-radius: 10px;
    padding: 12px 20px;
    width: 180px;
    text-align: center;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: white;
}

    .shop_checkout .checkoutTitle i {
        float: right;
        font-size: 30px;
        color: white;
    }

    .shop_checkout .checkoutTitle span {
        font-family: IRANSans;
        color: white;
    }

.mainCheckout {
    width: calc(100% - 300px);
    float: right;
}

    .mainCheckout .checkoutWrapper {
        background: white;
        border-radius: 15px;
        padding: 20px;
        position: relative;
        overflow: hidden;
        border: 2px solid lightgray;
    }

.customerDetail {
    width: 49.5%;
    float: right;
    margin: 3px 0px;
}

    .customerDetail input {
        font-family: IRANSans;
        color: #393939;
        font-size: 14px;
    }

.Address {
    border: 1px dashed gray;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 45px;
}

.selectedAddress {
    position: absolute;
    font-family: IRANSans;
    color: white;
    background: #EF394E;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    padding: 5px;
    display: none;
}

.mainCheckout .checkoutWrapper .customerDetailMain .Address.active .selectedAddress {
    display: block;
}

.mainCheckout .checkoutWrapper .customerDetailMain .Address.active, .Address:hover {
    border-color: #EF394E;
}


.Address .form-group {
    text-align: right;
    float: right;
    width: 100%;
    padding: 5px 18px 0px 0px;
    margin-bottom: 0px;
    font-family: IRANSans;
    color: #393939;
    font-size: 14px;
}

    .Address .form-group label {
        margin-bottom: 1px;
        font-weight: 500;
    }

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.mainCheckout .checkoutWrapper .customerDetailMain button, .profile_Addresses > button {
    width: 165px;
    display: block;
    margin: 0px auto 5px;
    float: left;
    font-family: IRANSans;
    background: #EF394E;
    color: white;
    font-size: 14px;
}

.mainCheckout .checkoutWrapper .shipping > span, .mainCheckout .checkoutWrapper .customerDetailMain > span, .mainCheckout .checkoutWrapper .payment > span {
    text-align: center;
    font-family: IRANSans;
    color: #393939;
    font-size: 14px;
    display: block;
    padding: 15px;
}

.mainCheckout .checkoutWrapper .shipping .shippingItems > span {
    text-align: center;
    font-family: IRANSans;
    color: #393939;
    font-size: 14px;
    display: block;
    padding: 15px;
}

.mainCheckout .checkoutWrapper .shipping .shippingItems {
    width: 95%;
    margin: 10px auto 30px auto;
}

.mainCheckout .checkoutWrapper .shipping .shippingItem {
    width: 30%;
    float: right;
    border: 1px dashed gray;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0px 1.66%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px;
}

    .mainCheckout .checkoutWrapper .shipping .shippingItem img {
        width: 55%;
        margin: 20px auto;
        display: block;
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mainCheckout .checkoutWrapper .shipping .shippingItem span {
        display: block;
        font-family: IRANSans;
        text-align: center;
    }

    .mainCheckout .checkoutWrapper .shipping .shippingItem .describe {
        font-weight: 500;
    }

    .mainCheckout .checkoutWrapper .shipping .shippingItem .priceShipping {
        background: gray;
        color: white;
        padding: 5px 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mainCheckout .checkoutWrapper .shipping .shippingItem .alt {
        color: gray;
        font-size: 12px;
        padding: 12px 0px 5px 0px;
    }

    .mainCheckout .checkoutWrapper .shipping .shippingItem:hover, .mainCheckout .checkoutWrapper .shipping .shippingItem.active {
        border-color: #EF394E;
    }

        .mainCheckout .checkoutWrapper .shipping .shippingItem:hover .priceShipping, .mainCheckout .checkoutWrapper .shipping .shippingItem.active .priceShipping {
            background: #EF394E;
        }

        .mainCheckout .checkoutWrapper .shipping .shippingItem:hover img, .mainCheckout .checkoutWrapper .shipping .shippingItem.active img {
            filter: grayscale(0);
        }

.modal-header .close {
    margin: -1rem auto -1rem -1rem !important;
}

.modal-header h4 {
    font-family: IRANSans;
    font-size: 17px;
}

.mainCheckout .checkoutWrapper .payment .paymentItem {
    border: 1px dashed gray;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 45px;
}

    .mainCheckout .checkoutWrapper .payment .paymentItem img {
        width: 80px;
        float: right;
        margin: 15px 20px;
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .mainCheckout .checkoutWrapper .payment .paymentItem.active, .mainCheckout .checkoutWrapper .payment .paymentItem:hover {
        border-color: #EF394E;
    }

        .mainCheckout .checkoutWrapper .payment .paymentItem.active img, .mainCheckout .checkoutWrapper .payment .paymentItem:hover img {
            filter: grayscale(0);
        }


.paymantDetails {
    float: right;
}

.mainCheckout .checkoutWrapper .payment .paymentItem .paymantDetails p {
    font-family: IRANSans;
    color: #393939;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 28px;
    margin-right: 20px;
    margin-bottom: 7px;
}

.mainCheckout .checkoutWrapper .payment .paymentItem .paymantDetails span {
    font-family: IRANSans;
    color: gray;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    margin-right: 20px;
    display: block;
}

.mainCheckout .checkoutWrapper .payment .paymentItem .selectedPayment {
    position: absolute;
    font-family: IRANSans;
    color: white;
    background: #EF394E;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    padding: 5px;
    display: none;
}

.mainCheckout .checkoutWrapper .payment .paymentItem.active .selectedPayment {
    display: block;
}

/*#region Login Page */
#loginWrapper {
    display: none;
}

.loginBackground {
    background: #000000ab;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
}

.loginBox {
    width: 400px;
    max-width: 95%;
    border: 1px solid #e0e0e2;
    padding: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-sizing: border-box;
    background: white;
    z-index: 1000;
}

    .loginBox img {
        width: 190px;
        display: block;
        margin: 0 auto 20px auto;
        max-width: 95%;
    }

    .loginBox h2 {
        color: #5a5a5a;
        text-align: center;
        font-family: IRANSans;
        font-weight: 500;
        margin-top: 3px;
        font-size: 19px;
    }

    .loginBox p {
        color: #424750;
        text-align: center;
        direction: rtl;
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .loginBox input {
        width: 100%;
        height: 60px;
        border-radius: 9px;
        border: 2px solid #EF394E;
        margin-top: 20px;
        padding: 10px;
        text-align: right;
        font-family: IRANSans;
        box-sizing: border-box;
    }

    .loginBox button {
        border: none;
        width: 100%;
        margin-top: 15px;
        padding: 17px;
        border-radius: 10px;
        background: #EF394E;
        color: white;
        font-family: IRANSans;
    }

.alertMessage ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

    .alertMessage ul li {
        text-align: center;
        color: red;
        font-size: 15px;
    }

.ActionLinkInLogin {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #8a3030;
    font-size: 14px;
    font-weight: bold;
}
/*#endregion */

/*#region Loading */
@keyframes ldio-c3e11cu2eq9 {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.45,0,0.9,0.55)
    }

    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(0,116px);
        animation-timing-function: cubic-bezier(0,0.45,0.55,0.9);
    }

    100% {
        transform: translate(0,0);
    }
}

.ldio-c3e11cu2eq9 div {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #EF394E;
    left: calc(50% - 22px);
    top: calc(50% - 80px);
    animation: ldio-c3e11cu2eq9 1s linear infinite;
}

.loadingio-spinner-ball-rd8liqklqbg {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background: #ffffff8f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 20px;
}

.ldio-c3e11cu2eq9 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-c3e11cu2eq9 div {
        box-sizing: content-box;
    }


/*#endregion */

.massage {
    width: 400px;
    max-width: 95%;
    color: white;
    border-radius: 15px;
    text-align: center;
    padding: 15px 0px;
    margin: 100px auto;
    display: block;
}

.errorMSG {
    background: #EF394E;
}

.successMSG {
    background: #00a431;
}

.validation-summary-errors {
    width: 400px;
    max-width: 95%;
    color: white;
    border-radius: 15px;
    text-align: center;
    padding: 10px 0px;
    background: #EF394E;
    margin: 10px auto;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0px;
    }

/*#region Profile */
.ProfileSection {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
}

    .ProfileSection .rightSection {
        width: 300px;
        float: right;
        margin-left: 20px;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        background: white;
        border-radius: 30px;
        overflow: hidden;
    }


    .ProfileSection .leftSection {
        width: calc(100% - 320px);
        float: right;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        background: white;
        border-radius: 30px;
        overflow: hidden;
    }

.ProfileHead {
    background: #EF394E;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

    .ProfileHead .profileImg {
        border-radius: 500px;
        float: right;
        border: 1px solid white;
        width: 100px;
        height: 100px;
        margin: 20px;
        background-position: center !important;
        background-size: cover !important;
    }

    .ProfileHead span {
        float: right;
        display: block;
        color: white;
        margin-top: 60px;
    }

.ProfileMenuWrapper {
    margin-top: 20px;
}

.ProfileMenu {
    background: #F5F5F5;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    height: 48px;
    margin: 15px auto;
    width: 90%;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
}

    .ProfileMenu img {
        float: right;
        width: 28px;
        margin-right: 20px;
        margin-top: 10px
    }

    .ProfileMenu span {
        color: #262626;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .ProfileMenu.active, .ProfileMenu:hover {
        background: #EF394E;
    }

        .ProfileMenu.active span, .ProfileMenu:hover span {
            color: white;
        }

        .ProfileMenu.active img, .ProfileMenu:hover img {
            filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(327deg) brightness(105%) contrast(101%)
        }

.MyProgram {
    height: 60px;
    width: 90%;
    margin: 0px auto 20px auto;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: #F5F5F5;
}

.finalOrder {
    height: 220px;
}

.programDetail {
    width: 33.33%;
    float: right;
    border-left: 2px solid lightgray;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
}

    .programDetail span {
        margin-top: 10px;
        display: block;
    }

.pendingButton {
    background: #FFC500;
}

.completeButton {
    background: #00a83a;
    color: white !important;
    cursor: unset;
}

.programDetail .ActionButton {
    padding: 10px 10px;
    margin: 1px auto;
    display: block;
    width: 80%;
    height: 39px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
}

.programDetail a.ActionButton {
    text-decoration: none;
    color: black;
}

.programDetail .ActionButton:hover {
    background: #00a83a;
    color: unset;
}

.ProgramActions span {
    cursor: default;
}

.ProgramActions {
    border: none;
}

.TitleSection {
    width: 33.33%;
    float: right;
    text-align: center;
    color: #A8A8A8;
    font-size: 12px;
}

.MyProgramTitle {
    width: 90%;
    margin: 10px auto;
}

.ProfileSection .leftSection h2 {
    width: 90%;
    border-bottom: 2px solid lightgray;
    text-align: right;
    padding: 22px 0px;
    margin-right: 5%;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}

.DownliadLinkSection {
    margin-top: 22px;
}

    .DownliadLinkSection .ActionButton {
        width: 48%;
        margin: 0px 1%;
        display: block;
        float: right;
        text-align: center;
        height: 40px;
        padding-top: 8px;
    }

/*#endregion */

.MenuBar {
    background: #EF394E;
    height: 40px;
    padding: 0px;
    position: relative;
}

    .MenuBar .MenuBtn {
        color: white;
        cursor: pointer;
        padding: 8px 20px;
        float: right;
    }

        .MenuBar .MenuBtn:hover .MegaMenu {
            display: flex;
        }

.MegaMenu {
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 40px;
    background: white;
    z-index: 1000;
    box-shadow: 0 1px 1px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.3);
    border-radius: 10px;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    display: none;
}

    .MegaMenu .rightSection {
        width: 200px;
        float: right;
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .MegaMenu .leftSection {
        width: calc(100% - 200px);
        float: right;
        padding-bottom: 20px;
        overflow-y: auto;
    }

    .MegaMenu .rightSection a {
        color: white;
    }

    .MegaMenu .rightSection p {
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 15px;
        color: #3f4064;
        margin-bottom: 0px;
        transition: all ease-in-out 0.5s;
    }


        .MegaMenu .rightSection p img {
            width: 20px;
            margin-left: 10px;
        }

    .MegaMenu .rightSection a:hover p, .MegaMenu .rightSection a.active p {
        background: white;
        color: #EF394E;
    }

.subMega {
    display: none;
    padding-top:10px;
}

    .subMega.active {
        display: block;
    }

    .subMega a {
        text-decoration: none;
        float: right;
        padding: 5px 10px;
        color: #3f4064;
        width: 100%;
        text-align: right;
        height: 37px;
        overflow: hidden;
        transition: all ease-in-out 0.5s;
    }

        .subMega a.zCat {
            font-size: 14px;
            padding: 10px;
        }

        .subMega a:hover {
            color: #EF394E;
        }

.zubMega {
    width: 270px;
    float: right;
}

.TubMega{
    margin-bottom:10px;
}

.subInter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 400px;
}

.subMega .smallLink {
    font-size: 14px;
    font-weight: 300;
    padding: 0px 10px;
    height: 27px;
    color: #454545;
}

.subCatSlider {
    border: 1px solid lightgray;
    height: 60px;
    width: 95%;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .subCatSlider span {
        font-size: 14px;
        margin-top: 0px;
    }

    .subCatSlider a {
        padding: 20px 5px;
        display: block;
    }

    .subCatSlider:hover {
        background: #EF394E;
    }

        .subCatSlider:hover span {
            color: white;
        }

.ArchiveWrapper {
    margin-top: 30px;
}

.mm-counter {
    float: left !important;
}

.mm-btn--next:after, .mm-btn--prev:before {
    transform: rotate(315deg) !important;
}

.mm-navbar__btn {
    order: 1;
}

.responsive {
    display: none;
}

.AboutSection {
    margin-top: 80px;
    margin-bottom: 70px;
}

    .AboutSection p {
        color: #3E3E3E;
        text-align: justify;
        line-height: 41px;
        margin-bottom: 20px;
    }

.contactBox {
    width: 600px;
    max-width: 95%;
    margin: 80px auto;
    box-shadow: 0px 0px 5px lightgray;
    border-radius: 10px;
    padding: 30px;
}

.contactLine {
    width: 50%;
    float: right;
    margin-bottom: 25px;
}

    .contactLine.fullLine {
        width: 100%;
    }

    .contactLine .contaclLineImg {
        background: #EF394E;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-align: center;
        padding-top: 13px;
        float: right;
    }

.contaclLineImg img {
    width: 25px;
    height: 25px;
}

.contactLine p {
    float: right;
    color: #434343;
    margin-top: 15px;
    margin-right: 10px;
    width: calc(100% - 70px);
    line-height: 24px;
}

.cartMsg {
    text-align: center;
    margin-bottom: 10px;
}

    .cartMsg span {
        font-size: 13px;
        padding: 3px 5px;
        border-radius: 5px;
        color: white;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

.successMsg, .ErrorMsg {
    display: none;
}

    .successMsg span {
        background: #3abf68;
    }

    .ErrorMsg span {
        background: red;
    }

.CouponButton {
    background: #EF394E;
    color: white;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding: 7px 10px 4px 10px;
    font-size: 14px;
}

.CouponInput {
    width: 90%;
    margin: 10px auto;
    display: block;
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 8px 0px 5px 0px;
    text-align: center;
    font-size: 14px;
}

.CommentSection {
    margin-bottom: 20px;
}

.headerComments {
    border-bottom: 1px solid #e8e8e8;
}

.headerItems {
    display: flex;
    justify-content: center;
}

    .headerItems span {
        padding: 5px 20px;
        margin: 0px 5px;
        border-bottom: 4px solid white;
        transition: all ease-in-out 0.3s;
        font-size: 15px;
        cursor: pointer;
    }

        .headerItems span:hover, .headerItems span.active {
            color: #023b82;
            border-bottom-color: #023b82;
        }

.commentHeader {
    width: 90%;
    margin: 10px auto;
}

    .commentHeader p {
        float: right;
        color: #515151;
        font-size: 14px;
    }

    .commentHeader label {
        float: left;
        color: #515151;
        font-size: 14px;
        margin-top: 13px;
    }



.textAreaHeader {
    border-bottom: 1px solid lightgray;
}

    .textAreaHeader a {
        color: gray;
        float: right;
        margin: 0px 0px;
        display: block;
        font-size: 15px;
        border-bottom: 4px solid white;
        transition: all ease-in-out 0.3s;
        padding: 8px 11px 2px 11px;
        cursor: pointer;
    }

        .textAreaHeader a.active, .textAreaHeader a:hover {
            color: #023b82;
            border-bottom-color: #023b82;
        }

.CommentSection textarea {
    width: 90%;
    border: 2px solid lightgray;
    resize: none;
    font-family: IRANSans;
    color: #5c5c5c;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 120px;
    margin: 10px auto;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
}

.textAreaFooter {
    background: #f9f9f9;
    height: 40px;
}

    .textAreaFooter span {
        float: left;
        color: #6f6f6f;
        margin-top: 10px;
        margin-left: 10px;
        font-size: 14px;
    }

.submitComment {
    background: #32323c;
    color: white;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    width: 110px;
    display: block;
    margin-right: 5%;
    font-size: 14px;
    font-family: IRANSans;
    cursor: pointer;
    border: none;
}

.AllComment {
    width: 90%;
    margin: 20px auto;
}

.comment {
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 20px;
}

    .comment span {
        font-size: 14px;
    }

    .comment .metaComment {
        color: gray;
        font-size: 13px;
    }

    .comment p {
        text-align: justify;
        font-size: 15px;
        margin-bottom: 0px;
    }

.commentBody {
    margin-top: 20px;
}

.innerComment {
    margin: 20px 0px;
    border-right: 1px solid #e8e8e8;
    padding: 10px 30px 0px 0px;
    position: relative;
}

    .innerComment .profileImg {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        position: absolute;
        top: 0px;
        right: -20px;
    }

.commentAction {
    margin-top: 15px;
}

    .commentAction a {
        display: none;
    }

.commentMetaForm {
    width: 90%;
    margin: 10px auto;
}

.comment-form-group {
    width: 49%;
}

.rightGroup {
    float: right;
    margin-left: 1%;
}

.leftGroup {
    float: left;
    margin-right: 1%;
}

.comment-form-group label {
    display: block;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.comment-form-group input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border-radius: 5px;
    border: 2px solid lightgray;
    font-family: IRANSans;
    padding: 10px;
    font-size: 14px;
}

.searchArea {
    float: left;
    margin-left: 20px;
    margin-top: 3.8px;
}

    .searchArea input {
        border: none;
        padding: 3px 10px;
        font-family: IRANSans;
        border-radius: 5px;
        box-sizing: border-box;
        float: right;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .searchArea button {
        float: right;
        border: none;
        background: #e2e2e2;
        height: 32.4px;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #515151;
        padding-top: 5px;
        width: 33px;
    }

.ProfileSection .form-group {
    width: 50%;
    float: right;
    padding: 10px 30px;
}

    .ProfileSection .form-group label {
        font-size: 15px;
        width: 145px;
    }
    .ProfileSection .form-group input {
        font-size: 15px;
        width: calc(100% - 160px);
        border: none;
        background: #f6f6f6;
        border-radius: 5px;
        height: 35px;
        padding: 10px;
    }

.ProfileSection .warning {
    width: 50%;
    display: block;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #ffeeba;
    color: #856404;
    background-color: #fff3cd;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 320px;
}
.ProfileSection .success {
    color: #155724;
    background-color: #d4edda;
    width: 50%;
    display: block;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #c3e6cb;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 320px;
}

.mobile_menu {
    display: none;
}

.stick_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 105;
}

.btnSection {
    background: #EF394E;
    width: 100%;
    border-top-right-radius: 15px;
    height: 60px;
    float: left;
    transition: all 0.5s ease-in-out;
}

.btnItem {
    float: left;
    width: 31%;
    margin-left: 1.15%;
    margin-right: 1.15%;
    text-align: center;
}

.btnItem1 {
    padding-top: 16px;
    transition: all 0.5s ease-in-out;
}


.btnItem2, .btnItem3, .btnItem4 {
    padding-top: 15px;
}

.btnMenu {
    float: left;
    text-align: center;
    width: 70px;
}

    .btnMenu i {
        background: #d00000;
        border-radius: 10px;
        padding: 6px 9px 5px 9px;
        margin-top: 9px;
        cursor: pointer;
    }

.owl-carousel {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

