.mr_ex_shop_header .mr_header-top {
background: #fff;
position: relative;
padding: 10px 0;
}
.mr_ex_shop_header .mr_wrapper-box {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.mr_ex_shop_header .mr_left-column {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mr_ex_shop_header ul.mr_contact-info {
position: relative;
display: flex;
flex-wrap: wrap;
border-right: 1px solid #ddd;
margin-right: 30px;
}
.mr_ex_shop_header ul.mr_social-icon {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.mr_ex_shop_header .mr_right-column {
position: relative;
display: flex;
flex-wrap: wrap;
}
.mr_ex_shop_header ul.mr_contact-info li {
font-size: 15px;
line-height: 1.4em;
color: #141417;
font-weight: 400;
margin-right: 20px;
}
.mr_ex_shop_header ul.mr_contact-info li a {
color: #141417;
transition: .5s;
}
.mr_ex_shop_header ul.mr_contact-info li i {
color: var(--theme-color);
vertical-align: middle;
margin-right: 5px;
position: relative;
top: 2px;
font-size: 18px;
}
.mr_ex_shop_header ul.mr_social-icon {
display: flex;
gap: 20px;
}
.mr_ex_shop_header ul.mr_social-icon li a {
font-size: 14px;
line-height: 26px;
color: #b3b3b3;
transition: .5s;
}
.mr_ex_shop_header ul.mr_social-icon li a:hover {
color: var(--theme-color);
}
.mr_ex_shop_header .mr_language {
margin-right: 30px;
padding-left: 0px;
}
.mr_ex_shop_header .mr_language .mr_flag{
position: absolute;
left: 0px;
top: 0px;
}
.mr_ex_shop_header .mr_header-top .nice-select{
font-size: 14px;
line-height: 30px;
height: auto;
color: #141417;
font-family: 'Poppins', sans-serif;
border: none !important;
padding: 0px;
padding-right: 10px;
}
.mr_ex_shop_header .mr_header-top .nice-select:after{
right: 0px;
}
.mr_ex_shop_header .mr_language .bootstrap-select {
width: 80px !important;
}
.mr_ex_shop_header .mr_language button.dropdown-toggle {
padding: 5px;
background: transparent;
outline: none !important;
box-shadow: none;
border: 0;
}
.mr_ex_shop_header .mr_language .bootstrap-select .dropdown-toggle .filter-option:after {
right: 0;
color: #222;
top: 2px;
}
.mr_ex_shop_header .mr_currency .filter-option {
background: transparent;
}
.mr_ex_shop_header .mr_currency .bootstrap-select {
width: 55px !important;
}
.mr_ex_shop_header .mr_currency button.dropdown-toggle {
padding: 5px;
background: transparent;
outline: none !important;
box-shadow: none;
border: 0;
}
.mr_ex_shop_header .mr_currency .bootstrap-select .dropdown-toggle .filter-option:after {
right: 0;
color: #222;
top: 2px;
}
.mr_ex_shop_header .mr_header-phone-number {
position: relative;
font-size: 15px;
line-height: 21px;
color: var(--theme-color);
font-weight: 600;
}
.mr_ex_shop_header .mr_header-phone-number i {
margin-right: 5px;
font-size: 20px;
vertical-align: middle;
}
.mr_ex_shop_header .mr_header-phone-number a {
color: #ffffff;
transition: .5s;
}
@media only screen and (max-width: 991px){
.mr_header-top .mr_left-column{
justify-content: center;
}
.mr_ex_shop_header .mr_wrapper-box {
justify-content: center;
}
.mr_ex_shop_header ul.mr_contact-info{
margin-right: 0;
padding-left: 0;
border-right: none;
gap: 10px;
justify-content: center;
}
.mr_ex_shop_header ul.mr_contact-info li{
margin-right: 0;
}
}