.header {
    width: 100%;
    background: #ffffff;
    margin: 0 auto 0;
    display: flex;
    display: -webkit-flex;
    padding: 6px 44px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    z-index: 990 !important;
    -webkit-transition: 1s top;
    transition: 1s top;
}
header .search-headerhamber form {
    margin: 0 !important;
}
header .search-headerhamber form input[type="search"] {
    width: 90% !important;
    border-radius: 0 !important;
}
.header .logo {
    float: right;
    width: 15%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
}

.header .logo img {
    max-width: 100%;
    padding: 20px;
    height: auto;
}

.header .theme-l-d {
    float: right;
    width: 10%;
}

.header .buttom {

    width: 20%;
    bottom: 20px;
    height: 100px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    align-content: space-around;
    -webkit-justify-content:  space-evenly;
    justify-content: space-evenly;
}
.header .buttom .loge a.botton-loge-2 {
    right: 15px;
}
.header .buttom .loge a {
    float: left;
    width: 40%;
    position: absolute;
    right: 40px;
    background: #ebf2fe;
    margin: 0 0;
    padding: 11px 20px;
    text-decoration: none;
    color: #827ceb;
    border-radius: 10px;
    text-align: right;
    font-weight: bold;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header .buttom .sigh a {
    float: left;
    position: absolute;
    z-index: 1;
    left: 1px;
    width: 49%;
    background: #797ffd;
    margin: 0 0;
    padding: 11px 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}

.header .buttom .sigh a i {
    margin-right: 5px;
}

.header .buttom .loge a i {
    margin-right: 5px;
}

.header .buttom .sigh a:hover {
    opacity: .6;
}

.header .buttom .loge a:hover {
    background:  #a9acef;
    transition: all .5s ease-in-out;
    color: #fff;
}

/*********start code search box header**********/
header .header {
    width: 100%;
    box-shadow: 0 0 5px #ddd;
    transition: all .2s ease-in-out;
}

header .header .logo-header {
    float: right;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 15%;
}

header .header .logo-header img {
    max-width: 100%;
}

header .header .search-header {
    float: right;
    width: 40%;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    position: relative;
}
/*start code search site style theme*/
.search_result {
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 10px 5px #3838381c;
    border-radius: 0 0 20px 20px;
    right: 0;
    width: 100%;
    color: #8190ec;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    z-index: 995;
    height: 400px;
    overflow: scroll;
    justify-content: center;
    -webkit-justify-content: center;
}
div.search_result {
    display: none;
}

div.search_result::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0);
    width: 16px;
}

div.search_result::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}
div.search_result::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
}
div.search_result::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
    z-index: 99999;
}
.search_result i#spinner-icon-serch {
    font-size: 50px;
    color: #1c3146;
    animation: ease-in-out 20s spinnnerserch infinite;
    -webkit-animation: ease-in-out 50s spinnnerserch infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
@keyframes spinnnerserch {
    0% {
       transform: rotate(10000deg);
        opacity: .4;
        color: #1c3146;
    }
    50% {
        transform: rotate(0deg);
        opacity: 1;
        color: #ff4157;
    }
    100% {
        transform: rotate(10000deg);
        opacity: .4;
        color: #1c3146;
    }
}
.search_result .img-serach-ajax {
    width: 30%;
    padding: 5px;
}
.search_result .title-serach-ajax {

}
.search_result ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.search_result ul li {
list-style: none;
}
.search_result ul li a {
    text-decoration: none;
    color: #1c3146;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.search_result ul li span {
    width: 30%;
}
.search_result ul li img {
    max-width: 70%;
    height: auto;
    height: -webkit-auto;
}
    /*end code search site style theme*/
header  .search-header-one {
    width: 55% !important;
}
header .search-header form {
    width: 100%;
    margin: 0 30px 0 0;
    float: right;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
}

header  .search-header form input[type="search"] {
    width: 88%;
    border: 1px solid #f3f3f3;
    border-left: none;
    padding: 12px;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-align: center;
    font-weight: bold;
    border-radius: 0 7px 7px 0;
    font-family: 'IRANYekanX';
    color: #1c3146;
}

header  .search-header form input[type="search"]::placeholder {
    color: #959cef;
}
 input[type="search"]:focus {
    outline: none;
}
header .search-header form button {
    padding: 5px;
    transition: all .3s ease-in-out;
    width: 10%;
    border-radius: 8px 0 0 8px;
    background: #fff;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #959cef;
    border: 1px solid #f3f3f3;
    border-right: none;
}

header .header .cart-header {
    float: right;
    width: 17%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-content: center;
    -webkit-align-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

header .header .cart-header i {
    font-size: 25px;
    color: #9a9dff;
    float: right;
    padding-left: 5px;
    position: relative;
}

header .header .cart-header a {
    text-decoration: none;
}
header .header .cart-header p {
    top: -15px;
    text-align: center;
    width: 100%;
    background: #f7f7f7b8;
    padding: 10px;
    font-family: 'IRANYekanX';
    border-radius: 5px;
    color: #8b99b7;
}
.menu-account-icon,.menu-search-icon,.menu-hamber-icon {
    display: none;
}
.menu-account-icon i, .menu-search-icon i, .menu-hamber-icon i {
    font-size: 30px;
    color: #151c4c;
}

/********end code search box header**********/
/*start lite & dark code header*/
.lite-dark-cheked {
    float: right;
    width: 8%;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.lite-dark-cheked input[type="checkbox"] {
    position: relative;
    width: 55px;
    height: 26px;
    -webkit-appearance: none;
    outline: none;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: .5s ease-in-out;
}

 .lite-dark-cheked input:checked[type="checkbox"] {
    background: #a996f7;
    color: #114170;
}

.lite-dark-cheked input:hover[type="checkbox"] {
    cursor: pointer;
}

.lite-dark-cheked input[type="checkbox"]::before {
    width: 20px;
    height: 20px;
    border-radius: 118px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    text-align: center;
    padding: 5px 3px 0 3px;
}

.lite-dark-cheked input:checked[type="checkbox"]::before {
    left: 30px;
}

.lite-dark-cheked input:checked[type="checkbox"]::before {
    font-weight: bold;
}

body.dark {
    background: #1c3146;
}

.header.dark {
    background: #0000001f;
}

header .header .cart-header p.dark {
    background: #ced6e014;
    color: #FFFFFF;
}

header .header .search-header form button.dark {
    background: #114170;
}

header .header .search-header form input[type="search"].dark {
    background: #114170;
}

header .header .search-header form button.noborder {
    border: none;
}

header .header .search-header form input[type="search"].noborder {
    border: none;
}

header .header .search-header form input[type="search"]::placeholder.dark {
    color: #FFFFFF;
}

.just-shop > h2.dark {
    color: #FFFFFF;
}

.just-shop > h2 i.dark {
    color: #6d82dd;
}

.just-shop .just-shop-item.dark {
    box-shadow: 0 10px 5px #ffffff14;
}

.just-shop .just-shop-item h5.dark {
    color: #FFFFFF;
}

.ads-one-item i.dark {
    color: #f7fbff;
}

.item-name > h2.dark {
    color: #ffffff;
}

.item-name a.dark {
    color: #ffffff;
}

.item-shop-slider .item.dark {
    background: #00162c3b;
}

.item-shop-slider h3.dark {
    color: #ffffff;
}

.item-shop-slider ins.dark {
    color: #ffffff;
}

.item-shop-slider .go-shop-post a.dark {
    background: #d3d7dd;
    color: #013466;
}

.item-shop-slider .go-shop-post a:hover.dark {
    background: #ffffff;
    color: #013466;
}

.item-shop-slider .owl-theme .owl-dots .owl-dot.active span.dark, .blog-slider .owl-theme .owl-dots .owl-dot.active span.dark {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span.dark {
    background: #ffffff;
}

.brand-ads .item-brand-page.dark, .brand-ads .item-brand-page-w.dark {
    background: #50657a;
}

.blog-slider .item.dark {
    background: #152a3fb8;
}

.blog-slider  h3.dark {
    color: #FFFFFF;
}
footer .footer2.dark {
    background: #0000001f;
}
footer .footer2 .footer2-adres h3.dark ,footer .footer2 .footer2-menu ul li a.dark {
    color: #ffffff;
}

.woocommerce label.dark {
    color: #FFFFFF;
}
.blog-slider .owl-carousel .item.dark:hover img {
    filter: contrast(0.4);
}

header .header .search-header form input[type="search"].dark {
    color: #fff;
}
.product_single .product_contect .aditional-card-product .product-rating .star-rating.dark {
    color: #FFFFFF;
}
.product_single .product_contect .aditional-card-product label.dark {
    color: #FFFFFF;
}
.product_single .product_contect .aditional-card-product td.value.dark{
    background: #ffffff12;
}
.product_single .product_contect .aditional-card-product .woocommerce-variation-price ins.dark {
    color: #FFFFFF;
}
.name-titr h2.dark {
    color: #FFFFFF;
}
.cat-elemans-artikut .item-cat-eleman h3.dark{
    color: #FFFFFF;
}
.blog-slider .item .rtl span.dark {
    color: #FFFFFF;
    background: #152a3fb8;
}
.ajax-content .item-cont-js p.dark , .woocommerce #reviews #comments h2.dark {
    color: #FFFFFF;
}
#comments p.woocommerce-noreviews.dark {
    color: #FFFFFF;
    padding: 10px 0;
}
#reply-title.dark {
    color: #FFFFFF;
    float: right;
    margin-bottom: 10px;
    width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text.dark {
    color: #FFFFFF;
}
.item-page-ajax p.dark {
    color: #ffffff;
}
.titr-head-plan h2.dark {
    color: #ffffff;
}

/********start responsive ******/
@media screen and (max-width: 2000px) {
    header  .search-header form i#opensearch {
        display: none;
    }
    .search-header-none {
        display: none;
    }
    header .header .jam-icon-menu {
        display: none;
    }
}
@media screen and (max-width: 1145px) {
    header .header .search-header {
        width: 30%;
    }
    .header .buttom {
        width: 25%;
    }
}
@media screen and (max-width: 1145px) {
    header .header .cart-header {
        width: 22%;
    }
    header  .search-header form button {
        padding: 0;
    }
    .header .buttom {
        width: 28%;
    }
    .header .logo img {
        padding: 5px;
    }
}
@media screen and (max-width: 915px) {
    header .header .cart-header {
        width: 24%;
    }

    .search-header-none {
        display: block;
    }
    .search-header-none form {
        margin: 0 !important;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .search-header-none form button {
        width: 12%;
        border-radius: 0 !important;
    }
    .search-header-none form input[type="search"] {
        border-radius: 0 !important;
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    header .header .search-header ,nav .menu , header .header .lite-dark-cheked , header .header .cart-header ,header .header .buttom {
        display: none !important;
    }
    header .header .jam-icon-menu {
        display: flex;
        display: -webkit-flex;
        width: 32%;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .header .logo {
        width: 40%;
        padding: 0;
    }
    .header {
        justify-content: space-between ;
        -webkit-justify-content: space-between ;
        padding: 0;
        position: relative;
    }
    header .header .jam-icon-menu i {
        font-size: 18px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    header .header .jam-icon-menu i:hover{
        font-size: 20px;
        font-weight: bold;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        color: #1c3146;
    }
    header .header .jam-icon-menu .icon-cart {
        position: relative;
        z-index: 5;
    }
    header .header .jam-icon-menu .icon-cart a p {
        position: absolute;
        right: -12px;
        font-size: 10px;
        top: -10px;
        padding: 1px 6px;
        background: #ff8599;
        color: #FFFFFF;
        border-radius: 3px;
    }
    header .header .jam-icon-menu .icon-search form {
        position: absolute;
        width: 100%;
        z-index: 6;
        overflow: hidden;
        right: 0;
        height: 100%;
        top: 0;
        display: none;
    }
    header .header .jam-icon-menu .icon-search form i#closesearch {
        position: absolute;
        right: 2%;
        top: 33%;
        color: #ffa7a7;
        font-size: 20px;
    }
    header .header .jam-icon-menu .icon-search form input[type="search"] {
        float: right;
        height: 100%;
        width: 90%;
        text-align: center;
        font-family: 'IRANYekanX';
        background: #fff;
    }
    header .header .jam-icon-menu .icon-search form button {
        width: 10%;
        height: 100%;
        background: #fff;
        color: #d1d0d0;
        font-size: 20px;
    }

}

/********end responsive ******/
