/* Header Upper */
.ex_shop_header  .header-upper {
    position: relative;
    background: #212734;
}
.ex_shop_header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ex_shop_header .header-upper .logo-box {
    z-index: 10;
}
.ex_shop_header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 25px 0px;
}
.ex_shop_header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ex_shop_header .header-upper .search-box {
    position: relative;
    width: 565px;
    background: #fff;
}
.ex_shop_header .header-upper .search-box .nice-select{
    width: 190px;
    border: none !important;
    border-right: 1px solid #e6e6e6 !important;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #141417;
}
.ex_shop_header .header-upper .search-box .dropdown.bootstrap-select {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    width: 190px;
    border-right: 1px solid #ddd;
}
.ex_shop_header .header-upper .search-box button.btn.dropdown-toggle.btn-light {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none !important;
    padding: 13px 20px;
}
.ex_shop_header .header-upper .search-box .dropdown-toggle .filter-option:after {
    color: #222;
    top: 10px;
    right: 25px;
}
.ex_shop_header .header-upper .search-box input {
    position: relative;
    height: 50px;
    border: 2px solid #fff;
    padding: 0 25px;
    color: #888888;
    width: calc(100% - 220px);
    margin: 0;
    outline-offset: 0;
    display: inline-block;
    vertical-align: middle;
}
.ex_shop_header .header-upper .search-box button[type=submit] {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    top: 12px;
    right: 20px;
}
.ex_shop_header .header-upper .search-box button span {
    position: relative;
}
.ex_shop_header .header-upper .search-box button:hover:before {
    width: 100%;
    opacity: 1;
}
.ex_shop_header .header-upper .search-box form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ex_shop_header .header-upper .right-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.ex_shop_header .header-upper .right-info li {
    font-size: 20px;
    color: #fff;
}
.ex_shop_header .header-upper .right-info li.search-toggler {
    cursor: pointer;
}
.ex_shop_header .header-upper .right-info li a {
    color: #fff;
    transition: .5s;
}
.ex_shop_header .header-upper .right-info li .shopping-cart .count {
    display: inline-block;
    position: relative;
    right: 2px;
    top: -6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}
.main-header .header-upper .right-info .icon-box {
    position: relative;
    padding-left: 30px;
}
.main-header .header-upper .right-info .icon-box i {
    position: absolute;
    left: 0;
    top: 8px;
    color: #e35712;
}
.main-header .header-upper .right-info .icon-box h5 {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
}
.main-header .header-upper .right-info .icon-box .text {
    font-size: 13px;
    line-height: 18px;
    color: #bdbec1;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.main-header .header-upper .right-info .icon-box .text a {
    color: #bdbec1;
    font-family: 'Inter', sans-serif;
}
.main-header .header-upper .search-box button:before {
    background-color: #fdc716;
}  
.main-header.ex_shop_header .header-upper .right-info li a:hover {
    color: #fdc716;
}  
.ex_shop_header .header-phone-number a:hover{
    color: #fdc716;
}
.main-header .header-upper .right-info li .shopping-cart .count {
    background: #fdc716;
}
@media only screen and (max-width: 1199px){
    .main-header .header-upper .search-box {
        width: 400px;
    }
}
@media only screen and (max-width: 991px){
    .main-header .header-upper .search-box {
        display: none;
    }
}
@media only screen and (max-width: 599px){
    .ex_shop_header_two .header-upper .inner-container{
        justify-content: center;
    }
    .ex_shop_header_two .header-upper .right-info {
        width: 100%;
        justify-content: center;
        padding-bottom: 20px;
    }
}