/**start code style header 3 **/
.header3 {
    width: 100%;
    float: right;
    height: 100px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 3px;
    position: relative;
    z-index: 990;
}
.header3 .number-shop {
    float: right;
    padding: 10px;
    width: 40%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
header .header3 .jam-icon-menu3 .icon-cart3 {
    position: relative;
    z-index: -1;
}
header .header3 .jam-icon-menu3 .icon-cart3 a p {
    position: absolute;
    right: -8px;
    font-size: 10px;
    top: -8px;
    padding: 1px 6px;
    background: #ff8599;
    color: #FFFFFF;
    border-radius: 3px;
}
.header3 .number-shop i {
    font-size: 20px;
    padding: 5px 0;
    color: #cfcfcf;
    transform: rotate(315deg);
}

.header3 .number-shop a {
    background: #959595;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

.header3 .logo3 {
    width: 20%;
    float: right;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.header3 .logo3 img {
    max-width: 100%;
}
.header3 .jam-header {
    width: 40%;
    float: left;
    display: flex;
    height: 100%;
    padding: 0  30px;
    justify-content: flex-end;
}
.header3 .search3 {
    float: right;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 12%;
}
header .header3 i#closesearchs {
    position: absolute;
    right: 1%;
    color: #f7bcbc;
    top: 36%;
}
.header3 .search3 i {
    font-size: 25px;
    color: #8c8c8f;
    transform: rotate(90deg);
    cursor: pointer;
}
.header3  .cart3 {
    float: right;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 12%;
}
.header3 .cart3 i {
    font-size: 25px;
    color: #8c8c8f;
}
.header3 .botton3 {
    float: right;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.header3 .botton3 .login3 {

}
.header3 .botton3 .login3 a {
    text-decoration: none;
    color: #7e7b7b;
    padding: 0 10px;
}
.header3 .botton3 .sigen3 {
    border-left: 1px solid #ddd;
}
.header3 .botton3 .sigen3 a{
    text-decoration: none;
    color: #7e7b7b;
    padding: 0 10px;
}
/*start code search site style theme*/
.header3 .search_result {
    width: 43%;
    top: 100%;
}
.header3 .search3 form {
    position: absolute;
    z-index: 2;
    top: 0;
    height:100%;
    right: 0;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 43%;

}
.header3 .search3 form{
    display: flex;
    align-items: center;
}
.header3 input[type="search"]:focus {
    outline: none;
}
.header3 .search3 form input {
     WIDTH: 90%;
     PADDING: 0 6%;
     height: 60%;
     border-radius: 5px 0 0 5px;
     box-shadow: 0 0 5px #c3c3c3;
     font-family: IRANYekanX;
 }
.header3 .search3 form button {
    padding: 21px 16px;
    right: 0;
    height: 58%;
    width: 9%;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}
/**end code style  header 3 **/

@media screen and (max-width: 2000px) {
    .icon-menu3,.jam-icon-menu3 {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
.header3 .search3 form input {
    WIDTH: 86%;
}
}
@media screen and (max-width: 900px) {
    .icon-menu3, .jam-icon-menu3 {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        width: 22%;
    }
    .header3 .search_result {
        width: 100%;
        top: 80%;
    }
    .icon-menu3 i , .jam-icon-menu3 i {
        font-size: 25px;
        transition: all .3s ease-in-out;
        color: #1c3146;
    }
    .icon-menu3 i:hover , .jam-icon-menu3 i:hover {
        font-size: 27px;
        font-weight: bold;
        transform: rotate(360deg);
        color: #013466;
    }
    .header3 .jam-header ,.header3  .number-shop {
        display: none;
    }
    .header3 .logo3 {
        width: 30%;
    }
    .header3 {
        display: flex !important;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        position: relative;
    }

    .jam-icon-menu3 .icon-search3 form i {
        position: absolute;
        top: 35%;
        right: 2%;
        color: #ff97c1;
        font-size: 27px;
    }
    .jam-icon-menu3 .icon-search3 form {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: none;
        overflow: hidden;
    }
    .jam-icon-menu3 .icon-search3 form [type="search"] {
        width: 90%;
        height: 100%;
        text-align: center;
        font-family: 'IRANYekanX';
    }
    .jam-icon-menu3 .icon-search3 form button {
        height: 100%;
        width: 9%;
        background: #ffff;
        right: -4px;
        font-size: 13px;
    }
}
.search3 .datafetch {
    position: fixed;
    top: 65%;
    background: #fff;
}
