.header2 {
    width: 100%;
    background: #ffffff;
    margin: 0 auto 0;
    display: flex;
    padding: 6px 44px;
    transition: all .5s ease-in-out;
    z-index: 990;
}
.header2 .logo2 {
    float: right;
    width: 18%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.header2 .logo2 img {
    max-width: 100%;
    padding: 20px;
}

header .header2 .search-header2 {
    float: right;
    width: 40%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    position: relative;
}
header .header2 .search-header2 {
    width: 55% !important;
}
header .header2 .search-header2 form {
    width: 100%;
    margin: 0 30px 0 0;
    float: right;
    overflow: hidden;
}

header .header2 .search-header2 form input[type="search"] {
    width: 88%;
    border: 1px solid #f3f3f3;
    font-size: 13px;
    transition: all .3s ease-in-out;
    padding: 14.5px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    font-family: 'IRANYekanX';
}

header .header2 .search-header2 form input[type="search"]::placeholder {
    color: #959cef;
}

header .header2 .search-header2 form button {
    padding: 15px;
    transition: all .3s ease-in-out;
    width: 10%;
    border-radius: 10px 0 0 10px;
    float: left;
    background: #fff;
    position: relative;
    left: 18px;
    font-size: 16px;
    cursor: pointer;
    color: #959cef;
    border: 1px solid #f3f3f3;
    border-right: none;
    margin-right: 8px;
}

header .header2 .cart-header2 {
    float: right;
    width: 17%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}

header .header2 .cart-header2 i {
    font-size: 25px;
    color: #9a9dff;
    float: right;
    padding-left: 5px;
    position: relative;
}
header .header2 .jam-icon-menu2 .icon-cart2 {
    position: relative;
    z-index: -1;
}
header .header2 .jam-icon-menu2 .icon-cart2 a p {
    position: absolute;
    right: -10px;
    font-size: 10px;
    top: -10px;
    padding: 1px 6px;
    background: #ff8599;
    color: #FFFFFF;
    border-radius: 3px;
}
header .header2 .cart-header2 a {
    text-decoration: none;
}
header .header2 .cart-header2 p {
    top: -15px;
    text-align: center;
    width: 100%;
    background: #f7f7f7b8;
    padding: 10px;
    font-family: 'IRANYekanX';
    border-radius: 5px;
    color: #8b99b7;
}
.header2 input[type="search"]:focus {
    outline: none;
}
.header2 .buttom2 {

    width: 20%;
    bottom: 20px;
    height: 100px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
}
.header2 .buttom2 .loge2 a.botton-loge-2 {
    right: 15px;
}
.header2 .buttom2 .loge2 a {
    float: left;
    width: 40%;
    position: absolute;
    right: 40px;
    background: #ebf2fe;
    margin: 0 0;
    padding: 8px 20px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: right;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.header2 .buttom2 .sigh2 a {
    float: left;
    position: absolute;
    z-index: 1;
    left: 1px;
    width: 49%;
    background: #797ffd;
    margin: 0 0;
    padding: 8px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.header2 .buttom2 .sigh2 a i {
    margin-right: 5px;
}

.header2 .buttom2 .loge2 a i {
    margin-right: 5px;
}

.header2 .buttom2 .sigh2 a:hover {
    opacity: .6;
}

.header2 .buttom2 .loge2 a:hover {
    background:#a9acef;
    transition: all .5s ease-in-out;
    color: #fff;
}

/******start respans header*******/
@media screen and (max-width: 2000px) {
   .header2 .jam-icon-menu2 {
       display: none !important;
   }
}
@media screen and (max-width:1250px) {
    header .header2 .search-header2 {
        width: 50% !important;
    }
    header .header2 .search-header2 form input[type="search"] {
        width: 87%;
    }
    header .header2 .cart-header2 {
        width: 24%;
    }

    .header2 .buttom2 {
        width: 28%;
    }
    header .header2 .search-header2 form button {
        padding: 15px 0;
    }
}
@media screen and (max-width:1000px) {
    header .header2 .search-header2 {
        width: 35% !important;
    }
    header .header2 .search-header2 form input[type="search"] {
        width: 83%;
    }
    header .header2 .cart-header2 {
        width: 24%;
    }
    .header2 .buttom2 {
        width: 28%;
    }
    header .header2 .search-header2 form button {
        padding: 15px 0;
    }
}

@media screen and (max-width: 900px) {
    .header2 .search-header2,.header2 .cart-header2,.header2 .buttom2 {
        display: none !important;
    }
    .header2 .jam-icon-menu2 {
        display: flex !important;
        flex-wrap: wrap;
        width: 32%;
        align-content: center;
        justify-content: space-around;
        }
    .header2 .logo2 {
        width: 40%;
    }
    .header2 .jam-icon-menu2 i {
        display: block;
        font-size: 20px;
        transition: all .3s ease-in-out;
        color: #1c3146;
    }
    .header2 .jam-icon-menu2 i:hover {
        font-size: 22px;
        font-weight: bold;
        transform: rotate(360deg);
        color: #1c3146;
    }
    .header2 {
        justify-content: space-between !important;
        position: relative;
        padding: 0;
    }

    .header2 .jam-icon-menu2 .icon-search2 {

    }
    .header2 .jam-icon-menu2 .icon-cart2 a {
    text-decoration: none;
    }
    .header2 .jam-icon-menu2 .icon-search2 {

    }
    .header2 .jam-icon-menu2 .icon-search2 form {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        overflow: hidden;
    }
    .header2 .jam-icon-menu2 .icon-search2 form i {
        position: absolute;
        top: 35%;
        right: 2%;
        font-size: 25px;
        color: #fbb;
    }
    .header2 .jam-icon-menu2 .icon-search2 form input[type="search"] {
        width: 90%;
        height: 100%;
        text-align: center;
        font-family: 'IRANYekanX';
    }
    .header2 .jam-icon-menu2 .icon-search2 form button {
        width: 9%;
        background: #fff;
        height: 100%;
        font-size: 25px;
        color: #d9d7d7;
    }

}







