.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;
}
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}