﻿@media only screen and (min-width: 900px) and (max-width: 1277px) {
    .slide img {
        margin-top: 100px !important;
    }
}
@media only screen and (min-width: 50px) and (max-width: 899px) {
    .slider1 {
        display: none;
    }
}
@media only screen and (min-width: 50px) and (max-width: 1245px) {
   
    .logo1{
        display:none;
    }
}
@media only screen and (min-width: 1246px) and (max-width: 12000px) {

    .logo1 {
        display: block;
    }
}
@media only screen and (min-width: 50px) and (max-width: 899px) {
    .search1 {
        display: none;
    }

    .search2 {
        display: block;
    }
}
@media only screen and (min-width: 900px) and (max-width: 12000px) {
    .search1 {
        display: block;
    }

    .search2 {
        display: none;
    }
}

@media (min-width: 768px) {
    .gold-order-list {
        padding: 20px;
        max-width: 800px;
    }

    .gold-order-item {
        margin-bottom: 20px;
    }

    .gold-order-header {
        padding: 20px;
    }
}
/* مخفی کردن در دسکتاپ (عرض ≥ 1024px) */
@media (min-width: 1024px) {
    .gold-order-list {
        display: none !important;
    }
}

