﻿
/* اصلاح کلی تیترها */
  .MyMain-title {
    color: #9E1B32; /* زرشکی برند */
    font-size: 32px; /* بزرگتر از قبل */
    font-weight: 800;
    margin-bottom: 25px;
}

   .MySection-title {
    color: #9E1B32; /* هماهنگ با تیتر اصلی، دیگر سبز نباشد */
    font-size: 26px;
    margin-top: 40px;
}

/* اصلاح پاراگراف‌ها برای خوانایی بیشتر */
.MyParagraph {
    color: #333333; /* سیاه ملایم، خواناتر از خاکستری روشن */
    font-size: 16px;
    line-height: 11.8; /* افزایش فاصله بین خطوط برای راحتی چشم */
    margin-bottom: 15px;
}

/* اصلاح لیست ویژگی‌ها */
.MyFeature-list-item {
    font-weight: 700;
    color: #2c3e50; /* یک سرمه‌ای بسیار تیره برای عنوان لیست */
}



.product-title {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.9;
    text-align: center;
}

.title-brand {
    color: #9E1B32; /* زرشکی برند */
}

.title-highlight {
    color: #3D2C8D; /* سرمه‌ای/بنفش عمیق */
}


.MyLogoSize {
    width: 64px;
}

.mini_cart_wrapper {
    position: relative;
}

.MyHideForTest {
    visibility: collapse;
}

.mini_cart_wrapper:hover > a {
    color: rgb(235, 43, 173);
}

.mini_cart_wrapper span.cart_quantity {
    position: absolute;
    right: 15px;
    width: 30px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    font-size: 11px;
}

.mini_cart_wrapper > a {
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

    .mini_cart_wrapper > a span {
        padding-left: 5px;
    }




.input-group {
    width: 130px;
    margin: 0 auto;
}




#wpparsitopmenu {
    width: 100%;
    position: relative;
    clear: both;
    z-index: 999;
    float: left;
}



.Myinline {
    display: inline-block;
    /*border: 1px solid red;
    margin: 10px;*/
}


.MyBackgroundColorRed {
    background-color: red;
}

.MyBackgroundColorOrange {
    background-color: darkorange;
}

.MyBackgroundColoWhite {
    background-color: white;
}


.MyBackgroundColorBlue {
    background-color: blue;
}

.MyBackgroundColorBlack {
    background-color: black;
}
.MyBackgroundColorGreen {
    background-color: greenyellow;
}

.MyBorderRadius10 {
    border-radius: 10px;
}

.ForeColorBlack {
    color: black;
}


.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
}



.MyLinkMouseHover {
    /*transition: font-size .5s;*/
}

    .MyLinkMouseHover:hover {
        /*background-color: gold;*/
        font-size: 15px;
        color: blue;
    }

.MyCursorPointr {
    cursor: pointer;
}

.ForeColorBlack {
    color: black;
}

.MyFontBold {
    font-weight: bold;
}

.MyTextUnderLine {
    text-decoration: underline;
}
.MyForeColorBlue {
    color: rgb(64, 8, 226);
}

.MyForeColorblack {
    color: black;
}

.MyForeColorWhite {
    color: rgb(255, 255, 255);
}

.MyForeColorDarkGreen {
    color: darkgreen;
}


.MyForeColorZereshki {
    color: rgb(186, 41, 41);
}

.MyFontSize12 {
    font-size: 12px;
}

.MyFontSize14 {
    font-size: 14px;
}

.MyForeColorRed {
    color: red;
}

.MyFontSize15 {
    font-size: 15px;
}

.MyFontSize16 {
    font-size: 16px;
}

.MyFontSize17 {
    font-size: 17px;
}

.MyFontSize18 {
    font-size: 18px;
}
.MyFontSize200 {
    font-size: 200px;
}

.MyFontSize20 {
    font-size: 20px;
}

.MyFontSize25 {
    font-size: 25px;
}

.MyFontSize23 {
    font-size: 23px;
}

.MyFontSize30 {
    font-size: 30px;
}


.MyMarginLeft20 {
    margin-left: 20px;
}

.MyMarginRight20 {
    margin-right: 20px;
}



.MyPaddingTop5 {
    padding-top: 5px;
}

.MyPaddingTop20 {
    padding-top: 20px;
}

.MyPaddinRight20 {
    padding-right: 20px;
}

.MyPaddinRight10 {
    padding-right: 10px;
}

.MyPaddinRight40 {
    padding-right: 40px;
}

.MyPaddinLeft20 {
    padding-left: 20px;
}

.MyPaddinLeft10 {
    padding-left: 10px;
}

.MyPaddinLeft40 {
    padding-left: 40px;
}

.MyMarginLeft10 {
    margin-left: 10px;
}

.MyMarginTop10 {
    margin-top: 10px;
}

.MyMarginTop20 {
    margin-top: 20px;
}

.MyMarginTop30 {
    margin-top: 30px;
}

.MyMarginTop40 {
    margin-top: 40px;
}

.MyMarginBottom10 {
    margin-bottom: 10px;
}

.MyMarginBottom5 {
    margin-bottom: 5px;
}

.MyMarginBottom15 {
    margin-bottom: 15px;
}
.MyMarginBottom20 {
    margin-bottom: 20px;
}
.MyMarginBottom25 {
    margin-bottom: 25px;
}
.MyMarginBottom35 {
    margin-bottom: 35px;
}

.MyMarginBottom55 {
    margin-bottom: 55px;
}
.MyMarginBottom65 {
    margin-bottom: 65px;
}
.MyMarginBottom-10 {
    margin-bottom: -10px;
}

.MyMarginTop-10 {
    margin-top: -10px;
}

.MyDot {
    height: 15px;
    width: 15px;
    background-color: #649bf2;
    border-radius: 50%;
    display: inline-block;
}


.MyDot2 {
    height: 35px;
    width: 35px;
    background-color: #649bf2;
    border-radius: 50%;
    display: inline-block;
}

.MyDotSmall {
    height: 8px;
    width: 8px;
    background-color: rgb(255, 216, 0);
    border-radius: 80%;
    display: inline-block;
}


.MyHidden {
    display: none;
}





.LineHeightInDesc {
    line-height: 35px;
}

.TextAlighnJustify {
    text-align: justify;
}

.MinHeight100 {
    min-height: 100px;
}

.BlackColor {
    color: rgba(0, 0, 0, 1);
}

.GrayColor {
    color: rgb(121, 119, 119);
}

.Bold8 {
    font-weight: 800 !important;
}

.Bold6 {
    font-weight: 600 !important;
}

.PinkColor {
    color: rgb(242, 84, 248);
}

.BanafshColor {
    color: #f702a1; /*rgb(190, 9, 103);*/
}

.BanafshColorForBagroundColor {
    background-color: #9c27b0;
}

.RedColor {
    color: red;
}


.BanafshColor2 {
    color: #dd3a74; /*rgb(190, 9, 103);*/
}

.BlueColor {
    color: #95c0ef; /*rgb(190, 9, 103);*/
}

.BrownColor {
    color: #b74425; /*rgb(190, 9, 103);*/
}

.MyRedColor {
    color: rgb(251, 41, 41);
}

.line-height1 {
    line-height: 1px;
}

.line-height35 {
    line-height: 35px;
}

.BanafshColorOfBackground {
    background-color: #f86cc7; /*rgb(190, 9, 103);*/
}

.SuratyColorOfBackground {
    background-color: #fa618b; /*rgb(190, 9, 103);*/
}

.GreenColorOfForecolor {
    color: rgb(47, 242, 24);
}

.Height58 {
    height: 58px;
}

.PaddingLeft20 {
    padding-left: 20px;
}

.PaddingRight20 {
    padding-right: 20px;
}

.PaddingTop20 {
    padding-top: 20px;
}

.PaddingButtom20 {
    padding-bottom: 20px;
}





.PaddingLeft30 {
    padding-left: 30px;
}

.PaddingRight30 {
    padding-right: 30px;
}

.PaddingRight40 {
    padding-right: 40px;
}

.PaddingRight400 {
    padding-right: 400px;
}

.PaddingRight70 {
    padding-right: 170px;
}

.PaddingTop30 {
    padding-top: 30px;
}

.PaddingTop40 {
    padding-top: 40px;
}

.PaddingButtom30 {
    padding-bottom: 30px;
}

.PaddingLeft10 {
    padding-left: 10px;
}

.MarginLeft10 {
    margin-left: 10px;
}

.MarginLeft20 {
    margin-left: 20px;
}

.MarginLeft30 {
    margin-left: 30px;
}

.MarginLeft40 {
    margin-left: 40px;
}

.MarginLeft70 {
    margin-left: 70px;
}




.MarginRight10 {
    margin-right: 10px;
}

.MarginRight15 {
    margin-right: 15px;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight30 {
    margin-right: 30px;
}

.Mycard-body {
    min-height: 100px;
    background-color: red;
    min-width: 150px;
}

.MarginRight40 {
    margin-right: 40px;
}

.MarginRight70 {
    margin-right: 70px;
}

.MarginRight-20 {
    margin-right: -20px;
}

.MarginRight-30 {
    margin-right: -30px;
}

.MarginRight-40 {
    margin-right: -40px;
}

.PaddingRight10 {
    padding-right: 10px;
}

.PaddingTop10 {
    padding-top: 10px;
}

.PaddingButtom10 {
    padding-bottom: 10px;
}


.PaddingLeft0 {
    padding-left: 0px;
}

.PaddingRight0 {
    padding-right: 0px;
}

.PaddingTop0 {
    padding-top: 0px;
}

.PaddingButtom0 {
    padding-bottom: 0px;
}




.PaddingLeft5 {
    padding-left: 5px;
}

.PaddingRight5 {
    padding-right: 5px;
}

.PaddingTop5 {
    padding-top: 5px;
}

.PaddingButtom5 {
    padding-bottom: 5px;
}



.PaddingLeft15 {
    padding-left: 15px;
}

.PaddingRight15 {
    padding-right: 15px;
}

.PaddingTop15 {
    padding-top: 15px;
}

.PaddingButtom15 {
    padding-bottom: 15px;
}


.PaddingLeft7 {
    padding-left: 7px;
}

.PaddingRight7 {
    padding-right: 7px;
}

.PaddingTop7 {
    padding-top: 7px;
}

.PaddingButtom7 {
    padding-bottom: 7px;
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top--10 {
    margin-top: -10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top--20 {
    margin-top: -20px;
}

.margin-top--123 {
    margin-top: -123px;
}

.margin-top--30 {
    margin-top: -30px;
}






.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}


.FontBold {
    font-weight: 900;
}

.PaddingRight40InSmallAndLargDevice {
    padding-right: 40px;
    background-color: red;
}


.MyRound {
    border-radius: 30px;
}

.MyRound20 {
    border-radius: 20px;
}

.MyRound10 {
    border-radius: 10px;
}

.MyRound10_OnlyTop {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.MyRound10_OnlyTopLeft {
    border-top-left-radius: 10px;
}

.MyRound10_OnlyBottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.MyRound5 {
    border-radius: 5px;
}

.MyIconSize {
    width: 35px;
    height: 35px;
}


.Myflex-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: chocolate;
    width: 389px;
    margin: 10px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border-radius: 10px;
}

    .Myflex-container > div {
        background-color: antiquewhite;
        border-radius: 10px;
        width: 240px;
        margin: 10px;
        text-align: center;
        line-height: 45px;
        font-size: 19px;
    }

        .Myflex-container > div .SubTitle {
            background-color: darkred;
            box-shadow: initial;
            border-radius: 10px;
            color: white;
            margin: 10px;
            text-align: center;
            font-size: 17px;
        }

.MyTextJustify {
     text-align:justify;
    
}






















  .version-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* فاصله بین دو گزینه */
    margin: 30px 0;
}

.version-item {
    display: flex;
    align-items: center; /* تراز عمودی متن و تصویر */
    gap: 15px; /* فاصله متن از آیکون */
    text-decoration: none;
    color: #12356f;
    font-weight: 600;
    transition: transform 0.3s ease;
}

    .version-item img {
        width: 80px; /* تنظیم اندازه آیکون */
        height: auto;
    }

    .version-item:hover {
        transform: translateY(-5px); /* افکت حرکت به بالا هنگام هاور */
    }

 