body {
    direction: rtl;
    text-align: right;
    font-family: myFont, Tahoma;
}

@font-face {

    font-family: myFont;
    src: url('../fonts/Iranyekanwebregular.woff2') format("woff2"),
         url('../fonts/Iranyekanwebregular.ttf');

    /*  font-family: myFont;
    src:url('../fonts/IranYekan.eot');
    src:url('../fonts/IranYekan.eot?#iefix') format("embedded-opentype"),
    url('../fonts/IranYekan.woff2') format("woff2"),
    url('../fonts/IranYekan.woff') format("woff"),
    url('../fonts/IranYekan.ttf') format("truetype"),
    url('../fonts/Yekan.svg');*/
}

#MainMenu {
    background-color: #f7f7f7;
    border-bottom: #e2e2e2 1px solid;
    margin-bottom: 10px;
}

.MainBox {
    border: #e2e2e2 1px solid;
    min-height: 370px;
    border-radius: 5px;
    padding: 30px;
    margin: 10px;
    box-shadow: 0px 3px 10px 0px #e4e4e4;
}

.MainProductImage {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.footer {
    margin-top: 20px;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    background-color: #f7f7f7;
    border-top: #e2e2e2 1px solid;
}

.buttonShop {
    min-width: 80%;
}

.footerCopyright {
    text-align: center;
}

.leftSide {
    float: left;
}

.rightSide {
    float: right;
}

.footerCellPadding {
    padding: 18px;
}

.imgBlacAndWhite {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.Loader {
    border: 30px solid #f3f3f3;
    border-radius: 50%;
    border-top: 30px solid #3498db;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 1000;

    width: 300px;
    height: 300px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 1; /* Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    opacity: 1;

    margin: auto;
    z-index: 1000;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
