/*#region GENERAL */

@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');
}

body {
    direction: rtl;
    font-family: IRANSans;
    background: #FAFAFA;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.section {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

.ActionButton {
    width: 110px;
    height: 40px;
    background: #6F6F6F;
    color: white;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .ActionButton:hover {
        color: white;
    }

.displayFlex {
    display: flex;
    flex-wrap: wrap;
}

iframe {
    width: 100%;
    border-radius: 10px;
}

/*#endregion */

/*#region INDEX */

/*#region HEADER */
.header {
    padding-top: 20px;
}

    .header > .rightSection {
        float: right;
        width: 100px;
    }

    .header > .leftSection {
        float: left;
        width: calc(100% - 130px);
    }

.logo {
    width: 100%;
    margin-left: 30px;
    float: right;
}

    .logo img {
        width: 100%;
    }

.leftSection .topArea .leftArea {
    width: 280px;
    float: left;
}

.searchArea {
    float: right;
    max-width: 550px;
    width: calc(100% - 280px);
    position: relative;
}

    .searchArea input {
        width: 100%;
        background: white;
        border-radius: 10px;
        padding: 10px 17px 10px 60px;
        color: #282828;
        border: none;
        height: 52px;
    }

    .searchArea .searchIcon {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #E6E6E6;
        width: 52px;
        height: 52px;
        border-radius: 10px;
        padding: 10px;
    }



.basketArea {
    float: left;
    margin-top: 7px;
    position: relative;
}

    .basketArea img {
        width: 35px;
    }

    .basketArea span {
        background: #585858;
        color: white;
        width: 17px;
        height: 17px;
        text-align: center;
        position: absolute;
        top: -2px;
        right: -9px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: bold;
    }

.vLine {
    background: #E0E0E0;
    width: 1px;
    height: 23px;
    margin: 16px 17px 0px 27px;
    float: left;
}

.loginArea {
    width: 182px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
    background: white;
}

    .loginArea img {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

    .loginArea span {
        width: 100%;
        text-align: center;
        color: black;
    }

.menubar {
    background: white;
    height: 37px;
    border-radius: 10px;
    margin-top: 16px;
}

    .menubar .rightSection {
        float: right;
        /*margin-right: 20px;*/
    }

    .menubar .leftSection {
        float: left;
    }

    .menubar .rightSection > a, .menubar .MenuHead {
        margin-top: 6px;
        display: block;
        float: right;
        color: black;
        text-decoration: none;
        padding-left: 30px;
        border-left: 1px solid #E0E0E0;
        cursor: pointer;
        padding-right: 30px;
    }

    .menubar .leftSection img {
        width: 16px;
        float: left;
        margin-left: 20px;
        margin-top: 9px;
    }

    .menubar .leftSection span {
        color: #1C274C;
        font-size: 12px;
        margin-top: 10px;
        display: block;
        float: left;
        margin-left: 10px;
        border-right: 1px solid #E0E0E0;
        padding-right: 10px
    }

    .menubar .leftSection strong {
        color: #1C274C;
        font-weight: normal;
    }

    .menubar .leftSection p {
        font-size: 10px;
        font-weight: 300;
        border-radius: 50px;
        width: 123px;
        text-align: center;
        background: #E2E0E0;
        float: left;
        height: 25px;
        padding-top: 6px;
        margin-left: 10px;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .menubar .MenuHead {
        position: relative;
        height: 37px;
        border-left: none;
        padding-left: 0px;
    }

        .menubar .MenuHead > span {
            height: 26px;
            display: block;
            border-left: 1px solid #E0E0E0;
            padding-left: 30px;
        }

.MenuHead > ul {
    display: none;
    background: rgb(250, 248, 248);
    position: absolute;
    list-style: none;
    border-radius: 10px;
    z-index: 100;
    padding: 0px;
    margin: 0px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    box-shadow: 3px 3px 11px 0px #cacaca;
}

.MenuHead ul li {
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .MenuHead ul li a {
        color: #1C274C;
        padding: 10px;
        border-bottom: 1px solid #e9e9e9;
        width: 95%;
        display: block;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
    }

        .MenuHead ul li a img {
            width: 6px;
            float: left;
            margin-top: 7px;
            margin-left: -6px;
        }


    .MenuHead ul li:last-child a {
        border: none;
    }

    .MenuHead ul li:hover {
        background: #6f6f6f;
    }

        .MenuHead ul li:hover > a {
            color: white;
        }

.MenuHead:hover > ul {
    display: block;
}

.MenuHead ul li:hover > ul {
    display: block;
}

.MenuHead ul li ul {
    display: none;
    background: rgb(250, 248, 248);
    position: absolute;
    list-style: none;
    border-radius: 10px;
    z-index: 100;
    padding: 0px;
    margin: 0px;
    width: 250px;
    right: 250px;
    top: 0px;
    box-shadow: 3px 3px 11px 0px #cacaca;
    overflow: hidden;
}

/*#endregion */

/*.sliderWrapper .owl-dots{
    bottom:32px;
}*/

.sliderArea {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.sliderItem {
    width: 100%;
    padding-top: 30%;
    border-radius: 15px;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: white !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--mainColor) !important;
}

.categoryArea {
    margin-top: 50px;
}


    .categoryArea .categoryItem .catitemImg {
        background-position: center !important;
        background-size: cover !important;
        border-radius: 20px;
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .categoryArea .categoryItem span {
        text-align: center;
        display: block;
        font-size: 14px;
        margin-top: 10px;
        color: black;
    }

    .categoryArea .categoryItem a {
        text-decoration: none;
    }

    .categoryArea .categoryItem:hover .catitemImg {
        filter: grayscale(0);
    }

    .categoryArea.categoryPage {
        margin-bottom: 30px;
    }

.ProductListArea {
    margin-top: 70px;
    margin-bottom: 70px;
    background: #E6E6E6;
    border-radius: 20px;
    padding: 0px 30px;
}

.sectionTitle {
    color: #141414;
    position: relative;
    height: 50px;
}

    .sectionTitle h3 {
        font-size: 20px;
        font-weight: 500;
        z-index: 10;
        text-align: center;
        position: relative;
        color: #313131;
    }

    .sectionTitle img {
        position: absolute;
        z-index: 5;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
        top: -3px;
    }


.ProductList {
    margin-top: 20px;
    padding-bottom: 40px;
}

    .ProductList a {
        text-decoration: none;
    }

.WonderArea {
    background: var(--mainColor);
}

.ProductItem {
    background: white;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

    .ProductItem .productImg {
        width: 90%;
        padding-top: 75%;
        background-position: center !important;
        background-size: cover !important;
        margin: 10px auto;
        border-radius: 5px;
        position: relative;
        border: 1px solid #ECECEC;
    }

    .ProductItem h2 {
        font-size: 14px;
        font-weight: 500;
        width: 90%;
        margin-right: 5%;
        line-height: 27px;
        height: 54px;
        overflow: hidden;
        margin-bottom: 0px;
        color: black;
    }

    .ProductItem .priceSection {
        margin-top: 8px;
        padding-bottom: 10px;
        position: relative;
    }

.priceSection .salePrice {
    color: #BAB6B6;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    width: 90%;
    margin-right: 5%;
    display: block;
    text-decoration: line-through;
    height: 18px;
}

.priceSection .regularPrice {
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 90%;
    margin-right: 5%;
    display: block;
    margin-top: 2px;
}

.percent {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #CC0000;
    width: 25px;
    height: 25px;
    color: white;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ItemPrice {
    font-size: 15px;
}

    .ItemPrice .Regular {
        color: #B9B9B9;
        text-decoration: line-through;
        float: right;
        padding-right: 15px;
        font-size: 12px;
        margin-top: 3px;
    }

    .ItemPrice .Sale {
        float: left;
        padding-left: 15px;
        color: #323232;
    }

.ItemActions {
    width: 90%;
    margin: 20px auto 10px auto;
    border-radius: 100px;
    display: flex;
    overflow: hidden;
    border: 1px solid #D8D8D8;
}

.ItemAction {
    width: 50%;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    color: #323232;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
}

    .ItemAction img {
        width: 20px !important;
        display: unset !important;
    }

    .ItemAction:first-child {
        border-left: 1px solid #D8D8D8;
    }

    .ItemAction:hover {
        color: white;
        background: #6F6F6F;
    }

        .ItemAction:hover img {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
        }

.DisableAction {
    cursor: default;
}

    .DisableAction:hover {
        background: white;
        color: #323232;
    }


.owl-carousel .owl-stage-outer {
    z-index: 10;
}

.ProductSlider.owl-theme .owl-nav, .CategoryWrapper.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    height: 40px;
    top: calc(50% - 20px);
    z-index: 1;
}

    .ProductSlider.owl-theme .owl-nav span, .CategoryWrapper.owl-theme .owl-nav span {
        color: black;
        background: #D9D9D9;
        border-radius: 100px;
        width: 28px;
        height: 28px;
        display: block;
        font-size: 25px;
        line-height: 29px;
    }

    .ProductSlider.owl-theme .owl-nav [class*="owl-"]:hover, .CategoryWrapper.owl-theme .owl-nav [class*="owl-"]:hover {
        color: black;
        background: #D9D9D9;
        border-radius: 100px;
    }

    .CategoryWrapper.owl-theme .owl-nav .owl-next {
        left: -50px;
        position: absolute;
        margin: 0px;
    }

    .CategoryWrapper.owl-theme .owl-nav .owl-prev {
        right: -50px;
        position: absolute;
        margin: 0px;
    }

    .ProductSlider.owl-theme .owl-nav .owl-next {
        left: -80px;
        position: absolute;
    }

    .ProductSlider.owl-theme .owl-nav .owl-prev {
        right: -80px;
        position: absolute;
    }

/*.ProductListAreaType2, .ProductListAreaType3, .ProductListAreaType4, .ArticleArea {
    margin-top: 100px;
}*/

.ProductListAreaType2 .rightSection {
    width: 450px;
    float: right;
}

.ProductListAreaType2 .leftSection {
    width: calc(100% - 460px);
    float: right;
    margin-right: 10px;
}

.ProductListAreaType2 .BannerImg {
    width: 100%;
    padding-top: 100%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
}

.sectionTitle.blackTitle {
    padding-top: 0px;
}

    .sectionTitle.blackTitle h3 {
        color: black;
    }

    .sectionTitle.blackTitle span {
        color: #f2f2f2;
    }

    .sectionTitle.blackTitle span {
        top: -16px;
    }

.ProductList2 {
    margin-top: 30px;
}

    .ProductList2 .ProductItem {
        width: 23%;
        margin: 0px 1%;
        float: right;
    }

.ActionLink {
    width: 133px;
    background: #6F6F6F;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin: 0px auto;
    text-decoration: none;
    display: block;
    height: 46px;
    padding-top: 10px;
    transition: 0.3s ease-in-out all;
}

    .ActionLink:hover {
        color: white;
    }

.ProductListAreaType2 .ActionLink {
    margin-top: 47px;
}

.AdsArea {
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .AdsArea .Ads {
        width: 100%;
    }

        .AdsArea .Ads .AdsImg {
            background-position: center !important;
            background-size: cover !important;
            width: 100%;
            padding-top: 24%;
            height: 0px;
            border-radius: 10px;
        }

.ProductListAreaType3 .ProductItem {
    width: 14.66%;
    margin: 10px 1%;
    float: right;
}

.ProductListWrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ProductList3Wrapper {
    width: 24%;
    position: relative;
    z-index: 10;
    float: right;
    margin: 20px 0.5% 0px 0.5%;
}

    .ProductList3Wrapper h3 {
        color: #3F3F3F;
        text-align: center;
        width: 100%;
        font-weight: 300;
        font-size: 16px;
    }

.ProductList3 {
    background: white;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
    border-radius: 10px;
}

    .ProductList3 a:last-child .ProductItem2 {
        border: none;
    }

.ProductItem2 {
    width: calc(100% - 20px);
    margin: 0px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

    .ProductItem2 .ProductImg2 {
        width: 90px;
        padding-top: 24%;
        background-position: center !important;
        background-size: cover !important;
        float: right;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 15px;
        border: 1px solid lightgray;
        border-radius: 5px;
    }

    .ProductItem2 .ProductMeta {
        width: calc(100% - 110px);
        float: right;
    }

        .ProductItem2 .ProductMeta h2 {
            color: black;
            font-size: 12px;
            font-weight: 500;
            margin-top: 20px;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            margin-bottom: 5px;
        }

.PriceSection2 .regularPrice {
    color: black;
    font-weight: 500;
    float: left;
}

.PriceSection2 .salePrice {
    color: #BAB6B6;
    font-size: 12px;
    text-decoration: line-through;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.ProductListAreaType4 {
    margin: 50px auto;
    background: #E6E6E6;
}

    .ProductListAreaType4 h2 {
        color: white;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }


.ProductListWrapper .backSection {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 10px;
}

.ArticleList {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ArticleItem {
    width: 19%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    min-width: 240px;
}

.ArticleImg {
    width: 100%;
    padding-top: 70%;
    background-position: center !important;
    background-size: cover !important;
}

.ArticleItem h2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    padding: 0px 10px;
    height: 44px;
    overflow: hidden;
    color: black;
}

.ArticleArea .ActionLink {
    margin-top: 30px;
}

.ArticleArea h3 {
    text-align: center;
}

.WonderfulArea {
    width: 90%;
    max-width: 1200px;
    height: 320px;
    margin: 70px auto;
}

.WonderfulSection {
    background: #E7E7E7;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 340px);
    margin-left: 20px;
    float: right;
}

.WonderBanner {
    width: 320px;
    float: right;
    height: 320px;
    background-position: right !important;
    background-size: cover !important;
    border-radius: 20px;
}

.WonderItem .rightSection {
    float: right;
    width: 320px;
    padding-right: 10px;
}

.WonderItem .leftSection {
    float: right;
    width: calc(100% - 330px);
    padding-right: 10px;
}

.WonderImgWrapper {
    width: 280px;
    height: 280px;
    background: white;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.WonderfulImg {
    width: 280px;
    height: 280px;
    background: white;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

    .WonderfulImg span {
        position: absolute;
        top: 5px;
        left: 5px;
        background: #CC0000;
        width: 40px;
        height: 40px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
    }

.WonderItem h3 {
    margin-top: 30px;
}

.WonderPrice {
    margin-top: 30px;
}

    .WonderPrice .WRegular {
        color: #A0A0A0;
        text-decoration: line-through;
        margin-left: 10px;
    }

.WSepcs {
    margin-top: 30px;
}

    .WSepcs span {
        font-weight: 300;
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

.WonderLine {
    height: 1px;
    background: #838383;
    width: calc(100% - 30px);
}

.offtime {
    position: relative;
    height: 64px;
    width: 190px;
    float: right;
}

.times {
    position: absolute;
    width: 190px;
    right: 0px;
    top: 15px;
}

    .times p {
        position: absolute;
        top: 43px;
        color: #B0B0B0;
        font-size: 12px;
        font-weight: normal;
    }

.timeTile {
    float: right;
    margin-right: 10px;
    width: 40px;
    background: white;
    border-radius: 10px;
    border: 2px solid white;
    box-sizing: border-box;
    color: #CC0000;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}

.secondTime {
    position: absolute;
    right: calc(50% - 84px);
    color: white;
    font-size: 9px;
    top: 27px;
}

.offTime > span {
    position: absolute;
    color: white;
    font-size: 13px;
}

.WTimer .ActionLink {
    float: left;
    margin-left: 30px;
    margin-top: 14px;
}

.WonderOwl .owl-dots {
    bottom: unset !important;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.WBackTitle {
    position: absolute;
    right: -91px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 200px;
}

.WonderOwl.owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9 !important;
}

.WonderOwl.owl-theme .owl-dots .owl-dot.active span, .WonderOwl.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--mainColor) !important;
}

.customBanner {
    width: 90%;
    margin: 0px auto;
    max-width: 1000px;
}

    .customBanner img {
        width: 100%;
        margin-bottom: 50px;
    }

.CategoryPuzzle {
    display: flex;
    width: 1000px;
    height: 300px;
    gap: 15px;
    margin: 40px auto;
    max-width:98%;
}

    .CategoryPuzzle .puzzleImg {
        background-size: cover !important;
        background-position: center !important;
        border-radius: 15px;
        height:100%;
    }

    .CategoryPuzzle a{
        display:block;
    }

    .CategoryPuzzle .column1 {
        width: 280px;
    }

    .CategoryPuzzle .column2 {
        width: 560px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .CategoryPuzzle .column2 .row1, .CategoryPuzzle .column2 .row2 {
            height: 150px;
            display: flex;
            gap: 15px;
        }

            .CategoryPuzzle .column2 .row1 .cc1 {
                width: 150px;
            }

            .CategoryPuzzle .column2 .row1 .cc2 {
                width: 410px;
            }

            .CategoryPuzzle .column2 .row2 .cc1 {
                width: 410px;
            }

            .CategoryPuzzle .column2 .row2 .cc2 {
                width: 150px;
            }

    .CategoryPuzzle .column3 {
        width: 160px;
        text-align:center;
    }

        .CategoryPuzzle .column3 .row1 {
            height: 70px;
        }
            .CategoryPuzzle .column3 .row1 img {
                height: 80%;
                margin-top: 5px;
            }
            .CategoryPuzzle .column3 .row1 p {
                color: #E5E5E5;
                font-weight: 500;
                text-align: justify;
            }

        .CategoryPuzzle .column3 .row2 {
            height: 230px;
        }
/*#region MobileMenu */
.mobile_menu {
    display: none;
}

.stick_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 105;
}

.btnSection {
    background: #112d39;
    width: calc(100% - 70px);
    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: #112d39;
        border-radius: 10px;
        padding: 6px 9px 5px 9px;
        margin-top: 9px;
        cursor: pointer;
    }

.stick_menu {
    position: fixed;
    background: #112d39;
    height: 100%;
    width: 180px;
    z-index: 50;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: -180px;
    transition: all 0.5s ease-in-out;
}

.stick_menu_Userimg {
    width: 60px;
    height: 72px;
    background-position: center !important;
    background-size: cover !important;
    margin: 50px auto 20px auto;
}

.stick_menu span {
    color: white;
    text-align: center;
    display: block;
}

.stick_menu > a {
    background: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    color: #4A4A4A;
    text-decoration: none;
    display: block;
    width: 110px;
    margin: 8px auto;
    font-size: 14px;
    box-shadow: 6px 8px 15px 0 rgba(0, 0, 0, 0.15);
}

.stick_menu ul {
    list-style: none;
    margin-top: 35px;
}

    .stick_menu ul li {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .stick_menu ul li a {
            color: white !important;
            text-decoration: none;
            text-align: center;
            cursor: pointer;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 17px;
        }

.stickWrapper {
    position: fixed;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 49;
    display: none;
}

/*#endregion */

/*#region FOOTER */


.footerArea {
    margin-top: 100px;
}

.specArea {
    width: 100%;
    background: #D9D9D9;
}

.specs {
    display: flex;
    height: 110px;
}

.specItem {
    width: 20%;
    border-left: 1px solid #9C9A9A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    margin-top: 12.5px;
    padding: 0px 5px;
}

    .specItem:last-child {
        border: none;
    }

    .specItem img {
        height: 68px;
        margin-left: 12px;
    }

.MainFooter {
    margin-top: 50px;
}

    .MainFooter .rightSection {
        width: calc(100% - 400px);
        float: right;
        margin-top: 30px;
    }

    .MainFooter .leftSection {
        width: 380px;
        float: right;
        margin-right: 20px;
        display: flex;
        justify-content: space-between;
    }

    .MainFooter .rightSection h4 {
        font-size: 24px;
        font-weight: 500;
    }

    .MainFooter .rightSection p {
        font-weight: 300;
        text-align: justify;
    }

.certificateItem {
    width: 30%;
    border: 1px solid #E0E0E0;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    padding-top: 30%;
    margin-top: 20px;
}

    .certificateItem img {
        width: 100px;
    }

.MetaFooter {
    width: 1100px;
    max-width: 95%;
    margin: 30px auto;
    border-radius: 10px;
    background: #A3A3A3;
    display: flex;
    align-items: center;
    height: 72px;
}

    .MetaFooter span {
        border-left: 1px solid white;
        color: white;
        text-align: center;
    }

        .MetaFooter span:last-child {
            border: none;
        }

    .MetaFooter .BigPart {
        width: 40%;
    }


    .MetaFooter .SmallPart {
        width: 30%;
    }

.ExtraFooter {
    display: flex;
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 20px;
}

.ExtraPart {
    position: relative;
    z-index: 10;
}

    .ExtraPart.BigPart {
        width: 50%;
    }

    .ExtraPart.SmallPart {
        width: 25%;
    }

    .ExtraPart h5 {
        margin-bottom: 20px;
        background: #FAFAFA;
        float: right;
        padding: 0px 20px;
    }

    .ExtraPart .links {
        display: flex;
        flex-wrap: wrap;
    }

    .ExtraPart a {
        width: 25%;
        color: black;
        padding: 10px 0px;
        font-weight: 300;
    }

    .ExtraPart p {
        padding-right: 20px;
    }

.socials {
    padding-right: 20px;
}

.social {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    margin-left: 10px;
}

    .social img {
        width: 70%;
        margin: 0px auto;
        display: block;
    }

.HLine {
    background: #AAAAAA;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 13px;
    z-index: 1;
}

    .HLine.Type2 {
        width: 95%;
        max-width: 800px;
        position: unset;
        height: 1px;
        margin: 50px auto;
    }

.copyRight p {
    color: #ABABAB;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.copyRight a {
    color: #ABABAB;
}

    .copyRight a:hover {
        color: #ABABAB;
        text-decoration: underline;
    }

/*#endregion */

/*#endregion */

/*#region PRODUCT */

.Waypart {
    margin-top: 30px;
    margin-bottom: 25px;
}

    .Waypart a {
        color: #646464;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

        .Waypart a:hover {
            color: var(--mainColor);
        }

    .Waypart label {
        color: #646464;
        font-size: 13px;
    }

    .Waypart span {
        font-size: 13px;
        color: #6f6f6f;
    }

.MainProduct {
    border: 1px solid #CDCDCD;
    border-radius: 17px;
    display: flex;
}

.pSlider {
    width: 480px;
}

.bigImg {
    width: 95%;
    margin: 10px auto;
    padding-top: 60%;
    background-position: center !important;
    background-size: cover !important;
    border: 0.5px solid #CDCDCD;
    border-radius: 8px;
    display: none;
}

.Thumbnails {
    width: calc(100% - 70px);
    margin: 10px auto;
}

.tImg {
    padding-top: 70%;
    background-position: center !important;
    background-size: cover !important;
    border: 0.5px solid #CDCDCD;
    border-radius: 8px;
    cursor: pointer;
}

.ThumbSlider.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    height: 40px;
    top: calc(50% - 15px);
    z-index: 1;
}

    .ThumbSlider.owl-theme .owl-nav span {
        color: black;
        background: #D9D9D9;
        border-radius: 100px;
        width: 24px;
        height: 24px;
        display: block;
        font-size: 21px;
        line-height: 25px;
    }

    .ThumbSlider.owl-theme .owl-nav [class*="owl-"]:hover {
        color: black;
        background: #D9D9D9;
        border-radius: 100px;
    }

    .ThumbSlider.owl-theme .owl-nav .owl-next {
        left: -30px;
        position: absolute;
    }

    .ThumbSlider.owl-theme .owl-nav .owl-prev {
        right: -30px;
        position: absolute;
    }

.pMeta {
    width: calc((100% - 480px) / 2);
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .pMeta h1 {
        font-size: 24px;
        margin-top: 30px;
        height: 29px;
        overflow: hidden;
    }

    .pMeta .englishTitle {
        font-size: 16px;
        font-weight: 300;
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
        display: block;
        padding-bottom: 10px;
        height: 34.8px;
        overflow: hidden;
    }

.importSpec {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.favoritSpec ul {
    padding: 0px 20px;
    margin: 0px;
}

.iSpec img {
    width: 16px;
    margin-left: 10px;
}

.iSpec span {
    font-size: 15px;
    font-weight: 300;
}

.favoritSpec {
    border-top: 1px solid #D6D6D6;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 27px;
}

    .favoritSpec p {
        margin-bottom: 5px;
    }

    .favoritSpec li {
        font-weight: 300;
        font-size: 15px;
    }

.pCart {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    width: 400px;
}

.specItems {
    width: 360px;
    margin: 13px auto 0px auto;
    position: relative;
    z-index: 2;
    background: #FAFAFA;
    border-bottom: 1px solid rgb(214, 214, 214);
    padding-bottom: 11.5px;
    padding-right: 20px;
    padding-left: 20px;
}

.specItemWrapper {
    width: 80px;
    float: right;
}

.scpecItem {
    background: #F2F2F2;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    display: block;
    margin: 0px auto;
}

    .scpecItem img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.specItemWrapper span {
    font-size: 9px;
    display: block;
    text-align: center;
    margin-top: 11px;
    font-weight: 300;
}

.VariableArea {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.Variables p {
    float: right;
    margin-bottom: 0px;
    margin-top: 11px;
}

.VariableItem {
    width: 70px;
    float: right;
    text-align: center;
    cursor: pointer;
}

    .VariableItem .colorItem {
        border-radius: 100px;
        border: 2px solid #D9D9D9;
        width: 26px;
        height: 26px;
        margin: 0px auto;
    }

    .VariableItem span {
        font-size: 11px;
        color: #B6B6B6;
    }

.VariableItemType2 {
    border: 2px solid var(--mainColor);
    border-radius: 3px;
    padding: 2px 10px;
    float: right;
    margin: 10px 5px;
    font-size: 14px;
    cursor: pointer;
    color: gray;
    transition: all ease-in-out 0.3s;
}

    .VariableItemType2:hover, .VariableItemType2.active {
        background: #6F6F6F;
        color: white;
    }

.CartArea {
    border-top: 1px solid rgb(214, 214, 214);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.TimeArea {
    height: 31.5px;
}

.time {
    float: left;
    width: 35px;
    text-align: center;
}

    .time p {
        color: #CC0000;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .time span {
        font-size: 9px;
        color: #B0B0B0;
        display: block;
    }

.TimeArea > span {
    float: left;
    font-size: 10px;
    color: #575757;
    margin-top: 9px;
    margin-left: 10px;
}

.AddToCartArea {
    width: 100%;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    height: 96px;
}

    .AddToCartArea .PriceArea p {
        float: right;
        font-weight: 500;
    }

    .AddToCartArea .PriceArea .regularPrice {
        float: left;
        color: #282828;
        font-weight: 500;
    }

    .AddToCartArea .PriceArea .salePrice {
        float: left;
        font-weight: 500;
        font-size: 12px;
        color: #B4B4B4;
        text-decoration: line-through;
        margin-left: 10px;
        margin-top: 2px;
    }

    .AddToCartArea .BottomSection {
        display: flex;
        align-items: center;
    }

        .AddToCartArea .BottomSection > span {
            font-size: 10px;
            color: #CC0000;
            text-align: right;
            width: 100px;
        }

.Unavailable p {
    text-align: center;
    width: 100%;
}

.Unavailable span {
    text-align: center !important;
    width: 100% !important;
    background: #F00;
    color: white !important;
    border-radius: 5px;
    height: 36px;
    padding: 7px;
    font-size: 14px !important;
}

.ProductNumber {
    display: flex;
}

    .ProductNumber a {
        width: 16px;
        display: flex;
        align-items: center;
        background: #D9D9D9;
        height: 35px;
        justify-content: center;
        color: black;
        font-size: 12px;
        cursor: pointer;
    }

    .ProductNumber .minus {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .ProductNumber .plus {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .ProductNumber span {
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        background: #D9D9D9;
        font-size: 12px;
        margin: 0px 1px;
    }

.AddToCartArea .BottomSection .AddToCartBtn {
    flex-grow: 1;
    margin-right: 5px;
    background: #F00;
    color: white;
    border-radius: 5px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.ProductDescription {
    margin-top: 20px;
    border: 1px solid #CDCDCD;
    border-radius: 17px;
    padding: 20px 40px 40px 40px;
    max-height: 460px;
    overflow: hidden;
    position: relative;
}

    .ProductDescription::before {
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 20%,#fff);
        content: "";
        height: 120px;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

.expandableText {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    color: #0094C7;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    width: 100%;
}

    .expandableText:hover {
        color: #0094C7;
    }

.ProductDescription.Expand {
    max-height: unset;
}

    .ProductDescription.Expand:before {
        height: 0px;
    }

.TabControls {
    margin-bottom: 35px;
}

    .TabControls .TabItem {
        float: right;
        color: #9A9A9A;
        margin-right: 10px;
        cursor: pointer;
        padding: 10px 30px;
        border-radius: 4px;
        transition: all ease-in-out 0.3s;
        background: #EBEBEB;
        font-size: 12px;
        font-weight: 500;
    }

        .TabControls .TabItem:hover, .TabControls .TabItem.active {
            background: #6F6F6F;
            color: white;
        }

.TabContent {
    margin-top: 7px;
    border-radius: 12px;
    border-radius: 25px;
}

.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: #25AAE2;
        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;
    }

.RelatedProducts {
    margin-top: 20px;
    border-radius: 17px;
    padding: 0px 30px;
    background: #E6E6E6;
}

.SectionHeader {
    float: right;
    color: white;
    margin-right: 10px;
    padding: 10px 30px;
    border-radius: 4px;
    background: #25AAE2;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.CommentProduct {
    display: flex;
    flex-wrap: wrap;
}

    .CommentProduct .rightSection {
        width: 50%;
        margin-top: 20px;
        border: 1px solid #CDCDCD;
        border-radius: 17px;
        padding: 20px 30px;
    }

    .CommentProduct .leftSection {
        width: 50%;
        padding: 40px 30px;
    }

    .CommentProduct .rightSection .numberComment {
        font-weight: 500;
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 10px;
    }

    .CommentProduct .rightSection > .comment {
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 15px;
    }

        .CommentProduct .rightSection > .comment:last-child {
            border-bottom: none;
        }

.comment {
    margin-top: 30px;
}

.commentName {
    font-size: 14px;
    float: right;
}

.commentMeta {
    float: left;
    font-size: 12px;
    color: #AAAAAA;
}

.comment p {
    font-size: 14px;
    color: #797979;
    text-align: justify;
    margin-top: 6px;
    line-height: 28px;
    margin-bottom: 0px;
}

.comment .reply {
    color: #0094C7;
    font-size: 14px;
    float: left;
}

    .comment .reply img {
        width: 15px;
        margin-top: 2px;
    }

.replyComment .comment {
    width: calc(100% - 40px);
    float: left;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.CommentProduct .leftSection p {
    font-weight: 500;
    margin-bottom: 5px;
}

.CommentProduct .leftSection span {
    font-weight: 300;
    font-size: 14px;
}

    .CommentProduct .leftSection span strong {
        color: #FF0000;
        font-weight: 300;
    }

.CommentProduct .leftSection form {
    margin-top: 30px;
}

.formGroup {
    margin-bottom: 20px;
}

    .formGroup label {
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        display: block;
    }

        .formGroup label span {
            color: #FF0000;
        }

    .formGroup input {
        border-radius: 10px;
        background: #F2F2F2;
        border: none;
        padding: 8px 10px;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
    }

    .formGroup textarea {
        border-radius: 10px;
        background: #F2F2F2;
        border: none;
        padding: 8px 10px;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        height: 150px;
        resize: none;
    }

.MessageModalWrpper {
    display: none;
}

.MessageModal {
    width: 350px;
    padding: 20px 30px;
    background: white;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1500;
}

.BackMessageModal {
    position: fixed;
    right: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.MessageModal button {
    background: #25AAE2;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px auto;
    display: block;
}

.MessageModalWrpper a {
    width: 49%;
    float: right;
    display: block;
    background: #25AAE2;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    margin-left: 2%;
    text-align: center;
}
/*#endregion */

/*#region CATEGORY */
.categorySelector {
    display: flex;
    justify-content: center;
}

    .categorySelector a {
        border-radius: 4px;
        width: 120px;
        margin-left: 10px;
        background: #EBEBEB;
        color: #9A9A9A;
        text-align: center;
        display: flex;
        align-items: center;
        height: 45px;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        transition: all ease-in-out 0.3s;
    }

        .categorySelector a:hover, .categorySelector a.active {
            background: #0094C7;
            color: white;
        }

        .categorySelector a:last-child {
            margin-left: 0px;
        }

.ArchiveProducts {
    margin-top: 30px;
}

    .ArchiveProducts .ProductItem {
        width: 19%;
        margin: 0px 0.5%;
        float: right;
        margin-bottom: 20px;
    }

.navigatePage {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .navigatePage a {
        background: #D9D9D9;
        color: black;
        border-radius: 100px;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all ease-in-out 0.3s;
        margin-left: 18px;
    }

        .navigatePage span, .navigatePage a:hover {
            background: var(--mainColor);
            color: white;
            border-radius: 100px;
            width: 27px;
            height: 27px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 18px;
        }

.HlineTitle {
    position: relative;
}

    .HlineTitle h1 {
        position: relative;
        z-index: 10;
        background: #FAFAFA;
        width: max-content;
        padding: 0px 30px;
        font-size: 20px;
        margin: 0px auto;
    }

/*#endregion */

/*#region PAGE */
.PageImg {
    width: 100%;
    height: 0px;
    padding-top: 34%;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 20px;
    position: relative;
}

    .PageImg .sectionTitle {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 36px;
    }

        .PageImg .sectionTitle h3 {
            margin: 15px 0px 0px 0px;
        }

        .PageImg .sectionTitle img {
            transform: translateX(-50%) rotate(180deg);
        }

.PATitle {
    font-size: 24px;
    position: relative;
    padding-right: 28px;
    font-weight: 300;
    margin: 30px 0px;
}

/*    .PATitle:before {
        content: '';
        background: #EFE185;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        right: 0px;
        top: 12px;
        position: absolute;
    }*/
.PageText {
    margin-top: 40px;
}

    .PageText p {
        text-align: justify;
        font-weight: 300;
        line-height: 37px;
    }


.PageContent .ActionButton {
    margin: 0px auto;
}

.ContactLines {
    margin-top: 20px;
}

.ContactLine {
    margin-bottom: 20px;
}

    .ContactLine img {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        margin-left: 5px;
    }

.PageContent .rightSection {
    width: 50%;
}

.PageContent .leftSection {
    width: 50%;
}

.OurTeam {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.Person {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Person .PersonImg {
        border-radius: 20px;
        width: 200px;
        height: 200px;
        background-position: center !important;
        background-size: cover !important;
    }

    .Person p {
        margin-top: 15px;
        margin-bottom: 5px;
    }

.PageContent h3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
/*#endregion */

/*#region BLOG */
.BlogSlider {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.BSColumn1 {
    width: 50%;
    margin-right: 1%;
}

.BSColumn2 {
    width: 24%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
}

.BSColumn3 {
    width: 24%;
    float: right;
    display: flex;
    flex-direction: column;
}

.TopNewItem1 {
    width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.TopNewItem2 {
    width: 100%;
    height: 170px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .TopNewItem2 h2 {
        position: absolute;
        color: white;
        bottom: 10px;
        right: 15px;
        font-size: 15px;
        font-weight: 500;
        z-index: 10;
        padding-left: 15px;
        line-height: 26px;
    }

.TopNewItem1 h2 {
    position: absolute;
    color: white;
    bottom: 10px;
    right: 40px;
    font-size: 24px;
    font-weight: 500;
    z-index: 10;
    padding-left: 40px;
    line-height: 40px;
}

.ArticleText img {
    width: 100%;
    border-radius: 10px;
    margin: 20px auto;
}

.ArticleText .title {
    text-align: center;
    font-size: 25px;
    background: #A3A3A3;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-weight: 300;
}

.ArticleText p {
    width: 100%;
    border-radius: 10px;
    margin: 20px auto;
    font-weight: 300;
    color: #303030;
    text-align: justify;
    line-height: 32px;
}

.ArticleText h2, h3, h4, h5 {
    font-size: 22px;
}

.ArticleMeta {
    background: #D9D9D9;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 300;
    color: #5F5F5F;
}

/*#endregion */

/*#region Login Page */

#loginWrapper {
    display: none;
}

.loginBackground, .CatalogBackground {
    background: #000000ab;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
    top: 0px;
    right: 0px;
}

.loginPage.loginBox {
    border: 1px solid lightgray;
}

.loginBox {
    width: 400px;
    max-width: 95%;
    padding: 32px;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 8px;
    left: 50%;
    box-sizing: border-box;
    background: white;
    z-index: 1000;
}

    .loginBox img {
        width: 120px;
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }

    .loginBox h2 {
        color: black;
        text-align: center;
        font-family: IRANSans;
        font-weight: 500;
        margin-top: 13px;
        font-size: 19px;
    }

    .loginBox p {
        color: black;
        text-align: center;
        direction: rtl;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .loginBox input {
        width: 100%;
        height: 60px;
        border-radius: 9px;
        border: 2px solid #1E2F3F;
        margin-top: 5px;
        padding: 10px;
        text-align: right;
        font-family: IRANSans;
        box-sizing: border-box;
        font-size: 15px;
    }

    .loginBox button {
        border: none;
        width: 100%;
        margin-top: 15px;
        padding: 17px;
        border-radius: 10px;
        background: #1E2F3F;
        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: #25AAE2;
    font-size: 14px;
    font-weight: 500;
}

.infoText {
    background: #25AAE2;
    color: white;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 13px;
}

    .infoText a {
        display: none;
    }

    .infoText > span {
        margin-bottom: 0px;
        padding-top: 3px;
        float: right;
    }

    .infoText a, .infoText .timer {
        background: #1E2F3F;
        color: white;
        border-radius: 3px;
        padding: 2px 8px;
        float: left;
        min-width: 55px;
    }

        .infoText .timer span {
            float: left;
        }

.errorMsg ul {
    margin: 10px auto 0px auto;
    background: #fa3636;
    color: white;
    list-style: none;
    padding: 4px 0px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    max-width: 300px;
}

/*#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: #4A4A4A;
    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: fixed;
    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 */

/*#region Cart And Checkout */

.shop_cart .cartTitle {
    background: #1E2F3F;
    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;
    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: 280px;
    border: 2px solid lightgray;
    border-radius: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
    background:white;
}

    .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;
            border-radius: 15px;
        }

    .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: #6f6f6f;
                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: #6f6f6f;
                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;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid lightgray;
}

.CheckoutTable .cartRow {
    padding: 20px;
    height: unset;
}

.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: #1E2F3F;
        float: right;
        width: 100%;
    }

        .shopCartDetails .title p, .WidgetChekout .title p {
            color: white;
            font-family: IRANSans;
            font-size: 15px;
            font-weight: 300;
            margin-top: 14px;
            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: #6f6f6f;
        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: #E4AC02;
            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;
}

.errorMSG {
    background: lightgray;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.notifyMsg {
    background: red;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: white;
}

.successfulMessage {
    background: #18a857;
    color: white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin: 20px auto;
    width: 280px;
}

.ReportPayment .shopCartDetails {
    width: 100%;
    margin-right: 0px;
    float: unset;
    margin-bottom: 20px;
}


.CartItem {
    border-bottom: 1px solid lightgray;
}

    .CartItem:last-child {
        border: none;
    }

    .CartItem span {
        width: 33.33%;
        display: block;
        float: right;
        padding: 30px 20px;
    }

.ShippingItem {
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

    .ShippingItem:last-child {
        margin-bottom: 0px;
    }

    .ShippingItem p {
        margin-bottom: 0px;
    }

        .ShippingItem p span {
            color: #626262;
            font-size: 13px;
            transition: all ease-in-out 0.3s;
        }

    .ShippingItem.active, .ShippingItem:hover {
        background: #6f6f6f;
        color: white;
    }

        .ShippingItem.active p span, .ShippingItem:hover p span {
            color: white;
        }

.messageCoupon {
    width: 80%;
    display: block;
    margin: 10px auto;
    text-align: center;
    color: white;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px;
}

.errorCoupon {
    background: red;
}

.successCoupon {
    background: green;
}
/*#endregion */

/*#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: #6F6F6F;
    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 {
        display: block;
        color: white;
        margin: 15px 0px;
        width: 100%;
        float: right;
        text-align: center;
    }

.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: #6F6F6F;
    }

        .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;
    transition: all ease-in-out 0.3s;
}

    .MyProgram:hover {
        background: #6f6f6f;
        color: white;
    }
.shippingMsg {
    text-align: center;
    color: green;
    font-weight: 500;
}
.finalOrder {
    height: 220px;
}

.programDetail {
    width: 20%;
    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;
}

.programDetail .ActionButton {
    padding: 10px 10px;
    margin: 1px auto;
    display: block;
    width: 80%;
    height: 39px;
    font-size: 14px;
    border-radius: 10px;
}

.programDetail a.ActionButton {
    text-decoration: none;
    color: black;
    border: 2px solid #646464;
}

.ProgramActions span {
    cursor: default;
}

.ProgramActions {
    border: none;
}

.TitleSection {
    width: 20%;
    float: right;
    text-align: center;
    color: #A8A8A8;
    font-size: 12px;
}

.MyProgramTitle {
    width: 90%;
    margin: 10px auto;
}

.MyOrderSection .TitleSection {
    width: 25%;
}

.MyOrderSection .programDetail {
    width: 25%;
}

.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;
    }

.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;
}

.MyOrderSection .no-border {
    border: none;
}

/*#endregion */
