.mobile_header {
position: relative;
display: none;
}
.mobile_header.mobile_header_style_two .mobile_logo {
padding: 0px 0px;
position: relative;
text-align: left;
border-bottom: unset;
}
.mobile_header ul {
padding: 0px;
}
.mobile_header .top_bar_moblie {
position: relative;
background: var(--primary-color-two);
padding: 15px 0px;
text-align: center;
}
.mobile_header .top_bar_moblie .mail_id {
margin-bottom: 8px;
}
.mobile_header .top_bar_moblie div {
text-align: center;
}
.mobile_header .top_bar_moblie a {
color: #fff;
font-size: 14px;
display: block;
min-width: 100%;
text-align: center;
}
.mobile_header .top_bar_moblie a i {
margin-right: 5px;
top: 2px;
position: relative;
display: inline-block;
}
.mobile_header .mobile_logo {
padding: 14px 0px;
position: relative;
text-align: center;
min-width: 180px;
border-bottom: 1px solid var(--border-color-dark);
}
.mobile_header .mobile_logo img {
width: 150px;
}
.mobile_header .bottom_content {
position: relative;
padding: 13px 0px 13px;
background: #fff;
}
.mobile_header .bottom_content ul {
padding: 0px;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0px;
}
.mobile_header .bottom_content ul li {
list-style: none;
margin-left: 18px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.mobile_header .bottom_content ul li:first-child {
float: left;
margin-left: 0px;
}
.mobile_header .bottom_content ul li .contact-toggler {
position: relative;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #fff;
box-shadow: 0px 0px 0px 0px;
}
.mobile_header .bottom_content ul li .contact-toggler::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-color-one);
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.mobile_header .bottom_content ul li .contact-toggler i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.mobile_header .bottom_content ul li .contact-toggler:hover {
border-color: transparent;
}
.mobile_header .bottom_content ul li .contact-toggler:hover::before {
width: 100%;
height: 100%;
}
.mobile_header .bottom_content ul li .mini_cart_togglers {
background: transparent;
border: 0px;
position: relative;
box-shadow: none;
cursor: pointer;
top: 12px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers i {
font-size: 20px;
position: relative;
top: 3px;
line-height: 20px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers .mini-cart-count {
position: absolute;
width: 18px;
height: 18px;
font-size: 10px;
border-radius: 30px;
color: #fff;
top: -17px;
line-height: 18px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background: var(--primary-color-one);
}
.mobile_header .bottom_content .d-flex div {
min-width: 50%;
}
.mobile_header .bottom_content .d-flex .theme-btn {
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div {
min-width: 100%;
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul {
float: unset;
justify-content: space-between;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul li:last-child {
float: right;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .conta_tog {
margin-right: 50px;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .cart_btn_md {
right: 50px;
margin-top: -5px;
position: absolute;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb.no_option_on_mb div ul {
justify-content: flex-end;
}
.mobile_header .bottom_content .d-flex .nav_menu_mb {
float: unset;
height: 54px;
}
.mobile_header .hamburger_menu {
position: relative;
float: none;
top: 14px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-top: 0px;
z-index: 11;
}
.mobile_header .hamburger_menu .line {
width: 25px;
height: 2px;
background-color: var(--menu-color);
display: block;
margin: 6px auto;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.mobile_header .hamburger_menu:before {
content: "";
position: absolute;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 1px solid transparent;
top: calc(50% - 20px);
left: calc(50% - 21px);
border-radius: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-left: 1px;
}
.mobile_header .mini_cart_togglers {
position: relative;
color: var(--heading-dark);
font-size: 20px;
line-height: normal;
cursor: pointer;
}
.mobile_header.fixed-header .animated {
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 10px 0px 10px;
z-index: 9999;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: top 0.3s ease;
}
@media (max-width: 992px) {
.mobile_header {
display: block !important;
}
.style-switcher {
top: 270px;
}
}:root {
--primary-color-one: #078586;
--menu-active-color: #078586;
--preloader-background-color: #078586;
}
.primarg_bg_color {
background: var(--primary-color-one) !important;
background-color: var(--primary-color-one) !important;
}
.primarg_border_color {
border-color: var(--primary-color-one) !important;
}* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfd-container{
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}
.mfd-container a {
color: #000 !important;
}
.mfd-container a:hover, .mfd-container a:focus {
color: #4b8ab2;
}
.mfd-container {
margin: 5% 3%;  
color: #5e5d52;
}
@media (min-width: 48em) {
.mfd-container {
margin: 2%;
}
}
@media (min-width: 75em) {
.mfd-container {
margin: 2em auto;
max-width: 75em;
}
}
.mfd-responsive-table {
width: 100%;
margin-bottom: 1.5em;
border-spacing: 0;
}
@media (min-width: 48em) {
.mfd-responsive-table {
font-size: .9em;
}
}
@media (min-width: 62em) {
.mfd-responsive-table {
font-size: 1em;
}
}
.mfd-responsive-table thead {
position: absolute;
clip: rect(1px 1px 1px 1px); padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
@media (min-width: 48em) {
.mfd-responsive-table thead {
position: relative;
clip: auto;
height: auto;
width: auto;
overflow: auto;
}
}
.mfd-responsive-table thead th {
background-color: #625eeb;
border: 1px solid #625eeb;
font-weight: normal;
text-align: center;
color: white;
}
.mfd-responsive-table thead th:first-of-type {
text-align: left;
}
.mfd-responsive-table tbody,
.mfd-responsive-table tr,
.mfd-responsive-table th,
.mfd-responsive-table td {
display: block;
padding: 0;
text-align: left;
white-space: normal;
}
@media (min-width: 48em) {
.mfd-responsive-table tr {
display: table-row;
}
}
.mfd-responsive-table th,
.mfd-responsive-table td {
padding: .5em;
vertical-align: middle;
}
@media (min-width: 30em) {
.mfd-responsive-table th,
.mfd-responsive-table td {
padding: .75em .5em;
}
}
@media (min-width: 48em) {
.mfd-responsive-table th,
.mfd-responsive-table td {
display: table-cell;
padding: .5em;
}
}
@media (min-width: 62em) {
.mfd-responsive-table th,
.mfd-responsive-table td {
padding: .75em .5em;
}
}
@media (min-width: 75em) {
.mfd-responsive-table th,
.mfd-responsive-table td {
padding: .75em;
}
}
.mfd-responsive-table caption {
margin-bottom: 1em;
font-size: 1em;
font-weight: bold;
text-align: center;
}
@media (min-width: 48em) {
.mfd-responsive-table caption {
font-size: 1.5em;
}
}
.mfd-responsive-table tfoot {
font-size: 2em;
font-style: italic;  
}
.mfd-responsive-table tfoot tr td{
text-align: center;
}
@media (min-width: 62em) {
.mfd-responsive-table tfoot {
font-size: .9em;
}
}
@media (min-width: 48em) {
.mfd-responsive-table tbody {
display: table-row-group;
}
}
.mfd-responsive-table tbody tr {
margin-bottom: 1em;
}
@media (min-width: 48em) {
.mfd-responsive-table tbody tr {
display: table-row;
border-width: 1px;
}
}
.mfd-responsive-table tbody tr:last-of-type {
margin-bottom: 0;
}
@media (min-width: 48em) {
.mfd-responsive-table tbody tr:nth-of-type(even) {
background-color: rgba(94, 93, 82, 0.1);
}
}
.mfd-responsive-table tbody th[scope="row"] {
background-color: #625eeb;
color: white;  
}
@media (min-width: 30em) {
.mfd-responsive-table tbody th[scope="row"] {
border-left: 1px solid #1d96b2;
border-bottom: 1px solid #1d96b2;
}
}
@media (min-width: 48em) {
.mfd-responsive-table tbody th[scope="row"] {
background-color: transparent;
color: #5e5d52;
text-align: left;
}
}
.mfd-responsive-table tbody td {
text-align: right;
}
@media (min-width: 48em) {
.mfd-responsive-table tbody td {
border-left: 1px solid #1d96b2;
border-bottom: 1px solid #1d96b2;
text-align: center;
}
}
@media (min-width: 48em) {
.mfd-responsive-table tbody td:last-of-type {
border-right: 1px solid #1d96b2;
}
}
.mfd-responsive-table tbody td[data-type=currency] {
text-align: right;
}
.mfd-responsive-table tbody td[data-title]:before {
content: attr(data-title);
float: left;
font-size: .8em;
color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
.mfd-responsive-table tbody td[data-title]:before {
font-size: .9em;
}
}
@media (min-width: 48em) {
.mfd-responsive-table tbody td[data-title]:before {
content: none;
}
}