.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}#leaflet_find_address{position: relative;width: 60%;display: inline-block;}
.wc-setup-content #leaflet_find_address{width: 100%;display: block;}
.leaflet-container .leaflet-control-search {
position:relative;
float:left;
background:#fff;
color:#1978cf;
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
z-index:1000;	
margin-left: 10px;
margin-top: 10px;
}
.leaflet-control-search.search-exp { background: #fff;
background-clip: padding-box;	
width:100%;
}
.wc-setup-content .leaflet-control-search.search-exp {
margin:0!important;
}
.leaflet-control-search .search-input {
display:block;
float:left;
background: #fff;
border:1px solid #666;
border-radius:2px;
min-height: 35px;
line-height: 18px;
padding: 8px 10px;
margin:4px 0 4px 4px;
margin-bottom: 15px;
margin-right: 0;
width:100%;
}
#wcfm_radius_filter_container .leaflet-control-search .search-input {
margin-bottom: 0px;
}
.wc-setup-content .leaflet-control-search .search-input {
margin:0!important;
width:100%!important;
max-width:100%!important;
}
.leaflet-control-search.search-load .search-input {
background: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/loader.gif) no-repeat center right #fff;
}
.leaflet-control-search.search-load .search-cancel {
visibility:hidden;
}
.leaflet-control-search .search-cancel {
display:block;
width:22px;
height:22px;
position:absolute;
right:0px;
margin:11px 0;
background: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png) no-repeat 0 -46px;
text-decoration:none;
filter: alpha(opacity=80);
opacity: 0.8;		
}
#wcfm_radius_filter_container .leaflet-control-search .search-cancel {
display: none!important;
}
.leaflet-control-search .search-cancel:hover {
filter: alpha(opacity=100);
opacity: 1;
}
.leaflet-control-search .search-cancel span {
display:none; font-size:18px;
line-height:20px;
color:#ccc;
font-weight:bold;
}
.leaflet-control-search .search-cancel:hover span {
color:#aaa;
}
.leaflet-control-search .search-button {
display:none!important;
float:left;
width:30px;
height:30px;	
background: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png) no-repeat 4px 4px #fff;
border-radius:4px;
}
.leaflet-control-search .search-button:hover {
background: url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png) no-repeat 4px -20px #fafafa;
}
.leaflet-control-search .search-tooltip {
position:absolute;
top:100%;
left:0;
float:left;
list-style: none;
padding-left: 0;
min-width:120px;
max-height:122px;
box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
background-color: rgba(0, 0, 0, 0.25);
z-index:1010;
overflow-y:auto;
overflow-x:hidden;
cursor: pointer;
}
#wcfm_radius_filter_container .leaflet-control-search .search-tooltip {
margin-top: 0px;
margin-left: 0px;
max-width: 100%;
}
.wc-setup-content .leaflet-control-search .search-tooltip {
margin-top: 35px;
margin-left: 0px;
max-width: 100%;
}
.leaflet-control-search .search-tip {
margin:2px;
padding:2px 4px;
display:block;
color:black;
background: #eee;
border-radius:.25em;
text-decoration:none;	
white-space:nowrap;
vertical-align:center;
}
.leaflet-control-search .search-button:hover {
background-color: #f4f4f4;
}
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
background-color: #fff;
}
.leaflet-control-search .search-alert {
cursor:pointer;
clear:both;
font-size:.75em;
margin-bottom:5px;
padding:0 .25em;
color:#e00;
font-weight:bold;
border-radius:.25em;
}.wcfm-store-page #main,.wcfm-store-page #primary,.wcfm-store-page .content-area{width:100%!important;max-width:100%!important;left:0!important;margin:0!important;padding:0!important;border:0!important;float:none!important}body:not(.electro-v1).wcfm-store-page .content-area{flex:0 0 100%!important}#secondary,.sidebar-primary,.wcfm-store-page .shop-page-title,.wcfm-store-page .sidebar-container{display:none!important}.wcfmfa{font-weight:300}.wcfm-store-page .row,.wcfm-store-page .vc_row{margin-left:auto;margin-right:auto}#wcfmmp-store{box-shadow:0 0 4px 0 #ccc;height:auto!important}#wcfmmp-store *{box-sizing:border-box}#wcfmmp-store section{display:block;margin:0!important}#wcfmmp-store img{border:none;-ms-interpolation-mode:bicubic;outline:0;max-width:100%}#wcfmmp-store .banner_img,#wcfmmp-store .banner_video,#wcfmmp-store .wcfm_slideshow_container{max-height:315px;width:100%;overflow:hidden}#wcfmmp-store .banner_img{background-size:cover;background-position:center;background-repeat:no-repeat;height:315px}#wcfmmp-store .banner_img img{max-width:100%;width:auto;height:auto;margin:0 auto;display:none}#wcfmmp-store ul.product_list_widget li{list-style:none;padding:10px 0 5px 75px;min-height:80px;position:relative;overflow:hidden;vertical-align:top;line-height:1.33}#wcfmmp-store ul.product_list_widget li img{top:10px;position:absolute;left:0;width:50px;height:50px;margin-bottom:5px;object-fit:cover;object-position:50% 50%;max-width:100%!important}#wcfmmp-store ul.product_list_widget li a{display:block;margin-bottom:5px;padding:0;overflow:hidden;text-overflow:ellipsis;line-height:1.3;flex:1}#wcfmmp-store ul.product_list_widget li .wcfm_vendor_badge img{position:relative;left:0;top:0;width:20px;height:20px;margin-bottom:5px}#wcfmmp-store .woocommerce-product-search button{display:none}.wcfmmp-store-recent-articles ul li{margin-bottom:1em;line-height:1.41575em}.wcfmmp-store-recent-articles ul li::before{content:"\f15c";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:-.125em;font-family:"Font Awesome 5 Free"!important;font-weight:900;line-height:inherit;vertical-align:baseline;margin-right:.5407911001em;display:block;float:left;opacity:.35;margin-left:-1.618em;width:1em}#wcfmmp-store .wcfmmp_store_info{margin:20px auto}#wcfmmp-store .wcfmmp_store_info *{margin:0 auto;display:block;text-align:center}#wcfmmp-store .left_sidebar .wcfmmp_store_info .star-rating{float:none;display:block}#wcfmmp-store .wcfmmp_store_info .star-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;font-size:1em;width:5.3em;font-family:star;font-weight:400}#wcfmmp-store .wcfmmp_store_info .star-rating::before{opacity:.25;float:left;top:0;left:0;position:absolute}#wcfmmp-store .wcfmmp_store_info .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}#wcfmmp-store .wcfmmp_store_info .star-rating span::before{top:0;position:absolute;left:0;color:#ff912c}#wcfmmp-store blockquote,q{quotes:none}#wcfmmp-store blockquote:after,#wcfmmp-store blockquote:before,#wcfmmp-store q:after,#wcfmmp-store q:before{content:'';content:none}#wcfmmp-store table{border-collapse:collapse;border-spacing:0}#wcfmmp-store caption,#wcfmmp-store td,#wcfmmp-store th{font-weight:400;text-align:left}#wcfmmp-store audio,#wcfmmp-store canvas,#wcfmmp-store video{display:inline-block}#wcfmmp-store audio:not([controls]){display:none}#wcfmmp-store del{color:#333}#wcfmmp-store ins{background:#fff9c0;color:#000;text-decoration:none}#wcfmmp-store hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}#wcfmmp-store sub,#wcfmmp-store sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}#wcfmmp-store sup{top:-.5em}#wcfmmp-store sub{bottom:-.25em}#wcfmmp-store small{font-size:smaller}#wcfmmp-store mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}#wcfmmp-store abbr[title],#wcfmmp-store dfn[title]{border-bottom:1px dotted;cursor:help}#wcfmmp-store li,#wcfmmp-store ol,#wcfmmp-store ul{list-style:none}#wcfmmp-store ul{margin:0;padding:0 0 12px 0;list-style-type:none}#wcfmmp-store .woocommerce .shop-toolbar.multiple ul.woocommerce-ordering{margin-right:45px;padding:0}#wcfmmp-store ul.page-numbers{padding:0}#wcfmmp-store ul li{padding:0 0 6px 19px}#wcfmmp-store p{padding:0 0 20px 0;line-height:18px;margin:0}#wcfmmp-store p.woocommerce-info{padding:15px 0 20px 50px}#wcfmmp-store div.store_info_parallal{display:inline-block}#wcfmmp-store a{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;outline:0;text-decoration:none}#wcfmmp-store outline{border:0}#wcfmmp-store .lft{float:left;margin:0}#wcfmmp-store .rgt{float:right}#wcfmmp-store .center{text-align:center}#wcfmmp-store .spacer{clear:both;font-size:0;line-height:0}#wcfmmp-store .nomar{margin-right:0!important}#wcfmmp-store .nopadd{padding-right:0!important}#wcfmmp-store .alignleft{float:left;margin:0 10px 10px 0}#wcfmmp-store .alignright{float:right;margin:0 0 10px 10px}#wcfmmp-store .aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:10px}#wcfmmp-store input[type=email],#wcfmmp-store input[type=text]{border:1px solid #666;color:#000;padding:0 5px 0 5px;margin:0 0 8px 0;background-color:#fff;height:22px;outline:0}#wcfmmp-store textarea{border:1px solid #666;color:#000;padding:5px;margin:0 0 8px 0;background-color:#fff;height:130px;outline:0}#wcfmmp-store .error{border:1px solid red!important}#wcfmmp-store textarea{overflow:auto;vertical-align:top;resize:vertical}#wcfmmp-store .header_wrapper{width:100%;margin:0 auto}#wcfmmp-store .parallax{background-attachment:fixed;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}#wcfmmp-store .box_sizing{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store h1,#wcfmmp-store h2{font-size:1.618em;clear:both;font-weight:500;margin:0 0 .5407911001em;color:#525252}#wcfmmp-store h1.wcfm_store_title{color:#fff}#wcfmmp-store .woocommerce ul.products li.product h2{margin:0;font-size:14px;font-weight:400}#wcfmmp-store h2.woocommerce-loop-product__title{font-size:1em}#wcfmmp-store .address h2{color:#fff;margin:.2em 0 .2em}#wcfmmp-store .banner_area{position:relative}#wcfmmp-store .banner_text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);text-align:center}#wcfmmp-store .banner_text h1{text-transform:uppercase;position:relative;font-size:64px;line-height:70px;color:#fff;padding:0 40px;margin-bottom:12px}#wcfmmp-store .banner_text h1:after,#wcfmmp-store .banner_text h1:before{position:absolute;content:" ";width:80px;height:1px;background:#fff;top:50%;transform:translateX(-50%)}#wcfmmp-store .banner_text h1:after{left:0}#wcfmmp-store .banner_text h1:before{display:inline-block;right:-80px;margin:0}#wcfmmp-store .banner_text a{border:2px solid #fff;font-size:30px;line-height:58px;text-transform:uppercase;color:#fff;width:240px;height:58px;display:inline-block}#wcfmmp-store .video_text{position:absolute;bottom:0;width:100%;text-align:center}#wcfmmp-store .video_text h1{text-transform:uppercase;position:relative;font-size:35px;line-height:40px;color:#fff;padding:0;margin-bottom:10px}#wcfmmp-store .wcfm_slideshow_container{max-width:100%;position:relative;margin:auto}#wcfmmp-store .wcfmSlides{display:none}#wcfmmp-store .wcfm_slideshow_container .prev,.wcfm_slideshow_container .next{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;font-weight:700;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0}#wcfmmp-store .wcfm_slideshow_container .next{right:0;border-radius:3px 0 0 3px}#wcfmmp-store .wcfm_slideshow_container .prev:hover,.wcfm_slideshow_container .next:hover{background-color:rgba(0,0,0,.8)}#wcfmmp-store .slider_text{padding:8px 12px;position:absolute;bottom:8px;width:100%;text-align:center}#wcfmmp-store .slider_text h1{color:#fff;font-size:35px;line-height:40px;position:relative;text-transform:uppercase}#wcfmmp-store .numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0;display:none}#wcfmmp-store .wcfm_slide_active{background-color:#717171}#wcfmmp-store .wcfm_slide_fade{-webkit-animation-name:fade;-webkit-animation-duration:1s;animation-name:fade;animation-duration:1s}@-webkit-keyframes wcfm_slide_fade{from{opacity:.3}to{opacity:1}}@keyframes wcfm_slide_fade{from{opacity:.3}to{opacity:1}}#wcfmmp-store #wcfm_store_header{background:#2f2f2f;display:block;min-height:130px}#wcfmmp-store .header_left{position:relative;margin-left:5%;padding:15px 0;z-index:2}#wcfmmp-store .logo_area{width:150px;height:150px;border-radius:50%;background:#fff;box-shadow:0 0 6px 0 #ccc;position:absolute;top:-100px}#wcfmmp-store .logo_area a{position:initial!important}#wcfmmp-store .logo_area a img{position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:100%;height:100%}#wcfmmp-store .logo_area_after{top:44px;position:relative;text-align:center;left:35%}#wcfm_store_header .wcfmmp-store-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;font-size:1em;width:6em!important;font-family:'Font Awesome 5 Free'!important;font-weight:900}#wcfm_store_header .wcfmmp-store-rating::before{content:"" "" "" "" "";opacity:.25;float:left;top:0;left:0;position:absolute;color:#adb5b6}#wcfm_store_header .wcfmmp-store-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}#wcfm_store_header .wcfmmp-store-rating span:before{content:"" "" "" "" "";top:0;position:absolute;left:0;color:#ff912c}#wcfmmp-store .address{padding-left:36px;position:absolute;top:15%;left:140px;width:600px}#wcfmmp-store .address i{font-size:20px;display:inline-block;vertical-align:top;line-height:20px;color:#979595}#wcfmmp-store .address span{font-size:15px;line-height:20px;color:#fff;margin-left:10px;display:inline-block;vertical-align:top;width:90%}#wcfmmp-store .address .header_store_name i{font-size:15px;line-height:18px}#wcfmmp-store .address .header_store_name span{font-size:13px;line-height:18px}#wcfmmp-store .address span a{vertical-align:top}#wcfmmp-store div.store_info_parallal span{width:auto}#wcfmmp-store .address a{color:#fff}#wcfmmp-store .address p{padding-bottom:10px}#wcfmmp-store .address p:last-child{padding-bottom:0}#wcfmmp-store .header_right{text-align:center;position:relative}#wcfmmp-store .bd_icon_area{position:absolute;right:0;top:-70px;margin:25px 0 20px 0}#wcfmmp-store .bd_icon_area a{color:#fff}#wcfmmp-store .bd_icon{display:inline-block;vertical-align:middle}#wcfmmp-store .bd_icon i{color:#979595;font-size:28px}#wcfmmp-store .wcfmmp_store_mobile_badges_with_store_name{display:inline-block;margin-left:10px}#wcfmmp-store .wcfm_vendor_badges div.wcfm_vendor_badge{float:left;margin-top:5px}#wcfmmp-store .wcfmmp_store_mobile_badges .wcfm_vendor_badges div.wcfm_vendor_badge{float:none}#wcfmmp-store .bd_icon_box{margin-right:10px;margin-bottom:10px}#wcfmmp-store .bd_icon_box:last-child{margin-right:0}#wcfmmp-store .bd_icon_box span{font-size:15px;line-height:20px;color:#fff;margin-left:10px}#wcfmmp-store .bd_icon_box .follow,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry{min-width:50px;width:auto;padding:0 15px;height:30px;background:#fff;color:#17a2b8;border-radius:5px;display:inline-block;cursor:pointer}#wcfmmp-store .bd_icon_box .follow i,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow i,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry i{margin-right:5px}#wcfmmp-store .bd_icon_box .follow:hover,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow:hover,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry:hover{background:#17a2b8}#wcfmmp-store .bd_icon_box .follow:hover i,#wcfmmp-store .bd_icon_box .follow:hover span,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow:hover i,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow:hover span,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry:hover i,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry:hover span{color:#fff}#wcfmmp-store .bd_icon_box .follow span,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow span,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry span{cursor:pointer;color:#17a2b8;margin-left:0;line-height:30px;display:inline-block;font-size:13px;position:relative;top:inherit;left:inherit;transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);opacity:1}#wcfmmp-store .social_area{width:235px;background:#212121;min-height:130px;position:relative}#wcfmmp-store .social_area ul{padding:0;text-align:center;position:absolute;top:50%;transform:translateY(-50%);width:100%}#wcfmmp-store .social_area ul li{margin:0 4px;padding:0;display:inline-block;width:30px;height:30px;background:#fff;border-radius:50%;text-align:center;position:relative}#wcfmmp-store .social_area ul li a i{color:#646464;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-size:16px}#wcfmmp-store .social_area ul li:hover{background:#17a2b8}#wcfmmp-store .social_area ul li:hover a i{color:#fff}.wcfmmp_store_info_store_social ul{padding:0;margin:10px 0}.wcfmmp_store_info_store_social ul li{margin:0 4px;padding:0;display:inline-block!important;width:30px;height:30px;background:#fff;border-radius:50%;border:1px solid #ccc;text-align:center;position:relative}.wcfmmp_store_info_store_social ul li a i{color:#646464;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-size:16px}.wcfmmp_store_info_store_social ul li:hover{background:#17a2b8}.wcfmmp_store_info_store_social ul li:hover a i{color:#fff}#wcfmmp-store .padding_section{padding:0 5%}#wcfmmp-store .left_sidebar{width:25%;padding:5% 3% 20% 3%;background:#efefef;border:1px solid #efefef}#wcfmmp-store .right_side{width:75%;padding:5% 5% 0 5%}#wcfmmp-store .right_side_full{width:100%}#wcfmmp-store .sidebar_heading{margin-bottom:35px}#wcfmmp-store .sidebar_heading h4{font-size:17px;line-height:21px;color:#525252;text-transform:uppercase}#wcfmmp-store .categories_list ul li{background:url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-multivendor-marketplace/assets/css/images/list_arow.png) no-repeat 0 center;margin:15px 0;padding:0 0 0 14px}#wcfmmp-store .categories_list ul li.parent_cat a{font-size:16px;line-height:20px}#wcfmmp-store .categories_list ul li.child_cat{margin-left:10px}#wcfmmp-store .categories_list ul li.child2_cat{margin-left:20px}#wcfmmp-store .categories_list ul li.child3_cat{margin-left:30px}#wcfmmp-store .categories_list ul li.child4_cat{margin-left:35px}#wcfmmp-store .categories_list ul li.child5_cat{margin-left:40px}#wcfmmp-store .categories_list ul li.child6_cat{margin-left:45px}#wcfmmp-store .categories_list ul li.child7_cat{margin-left:50px}#wcfmmp-store .categories_list ul li.child8_cat{margin-left:55px}#wcfmmp-store .categories_list ul li a{font-size:15px;line-height:20px;color:#9f9e9e}#wcfmmp-store .categories_list ul li a.active,#wcfmmp-store .categories_list ul li a:hover{color:#17a2b8!important}#wcfmmp-store .wcfmmp-store-map{width:100%;border:1px solid #dfdfdf;margin-right:10px}#wcfmmp-store .wcfmmp-store-map div.gm-svpc,#wcfmmp-store .wcfmmp-store-map div[role=button]{display:none!important}#wcfmmp-store .wcfmmp-store-map div[draggable=false]{width:20px!important;height:42px!important}#wcfmmp-store .wcfmmp-store-map button{width:20px!important;height:20px!important}#wcfmmp-store .wcfmmp-store-map button img{width:12px!important;height:12px!important;margin:5px 4px 5px!important}#wcfmmp-store .widget{padding:0;background:0 0;border:0;box-shadow:none}#wcfmmp-store .tab_area .tab_links{padding:0;background:#fff;border-bottom:1px solid #93a8b3;float:left;width:100%;margin-bottom:50px}#wcfmmp-store .tab_area .tab_links li{padding:0;float:left;border:1px solid #93a8b3;border-bottom:1px solid transparent;position:relative;margin:0;margin-right:2px;margin-bottom:-2px}#wcfmmp-store .tab_area .tab_links li:after{position:absolute;content:" ";width:100%;height:2px;background:#17a2b8;opacity:0;top:0;left:0;transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}#wcfmmp-store .tab_area .tab_links li:hover:after{bottom:100%;opacity:1}#wcfmmp-store .tab_area .tab_links li.active{border-top:2px solid #17a2b8!important;border-bottom:1px solid transparent!important;background-color:#fff}#wcfmmp-store .tab_area .tab_links li a{font-size:12px;line-height:18px;letter-spacing:.3px;color:#93a8b3;padding:10px 19px 10px 19px;display:inline-block;text-transform:uppercase}#wcfmmp-store .tab_area .tab_links li.active a,#wcfmmp-store .tab_area .tab_links li:hover a{color:#17a2b8}#wcfmmp-store .product_area{margin:0}#wcfmmp-store .product_box{float:left;margin:1%;text-align:center;width:31.3%}#wcfmmp-store .product_img img{display:block;width:100%}#wcfmmp-store .product_text{font-size:15px;line-height:20px;color:#9f9e9e;padding:35px 0 20px 0;transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;-webkit-transition:all .2s linear}#wcfmmp-store .product_box:hover .product_text{background:#17a2b8;color:#fff}#wcfmmp-store .product_area ul li{padding:0}#wcfmmp-store .product_area .products-wrapper ul li.product{padding:0 15px;margin-bottom:15px}#wcfmmp-store .product_area .products-wrapper ul li.product img{margin-bottom:0}#wcfmmp-store .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li.asc,#wcfmmp-store .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order>li.desc{padding:8px 10px 6px}#wcfmmp-store .paginations{text-align:center;margin-top:30px;padding-bottom:70px}#wcfmmp-store .paginations ul{padding:0;margin:0 auto;width:217px}#wcfmmp-store .paginations ul li{padding:0;float:left;padding:0 3px}#wcfmmp-store .paginations ul li a,#wcfmmp-store .paginations ul li span{font-size:13px;color:#999;background:#eee;height:22px;line-height:22px;width:25px;display:block;text-align:center;padding:0}#wcfmmp-store .paginations ul li:first-child a,#wcfmmp-store .paginations ul li:last-child a{background:0 0;margin-top:1px}#wcfmmp-store .paginations ul li:first-child{background:0 0}#wcfmmp-store .paginations ul li:last-child{background:0 0}#wcfmmp-store .paginations ul li a.active,#wcfmmp-store .paginations ul li a:hover,#wcfmmp-store .paginations ul li span.current{color:#fff;background:#17a2b8}#wcfmmp-store .policies_area,#wcfmmp-store .reviews_area,#wcfmmp-store .wcfm_store_description{background:#fff;box-shadow:0 0 4px 0 #ccc;padding:30px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;margin:20px 0;display:inline-block;width:100%}#wcfmmp-store .reviews_heading,#wcfmmp-store .wcfm_policies_heading{text-transform:uppercase;font-size:17px;line-height:23px;color:#525252;border-bottom:1px solid #ededed;padding-bottom:22px;font-weight:700;margin-bottom:25px}#wcfmmp-store .reviews_heading a{float:right;font-size:15px;color:#17a2b8;font-weight:400;text-transform:none}#wcfmmp-store .woocommerce .reviews_area .add_review{display:block}#wcfmmp-store .add_review input{width:100%;border:0;height:46px;padding:0;text-indent:36px;box-shadow:0 0 6px 0 #ccc;background:#fff url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-multivendor-marketplace/assets/css/images/write.jpg) no-repeat 10px center;margin-bottom:22px;color:#cfcece}#wcfmmp-store .add_review button{height:40px;background:#17a2b8;border:0;color:#fff;text-transform:none}#wcfmmp-store .add_review button:hover{background:#000}#wcfmmp-store .review_photo{width:70px;height:70px;border-radius:50%;overflow:hidden}#wcfmmp-store .rating_area{border-bottom:1px solid #ededed;margin-bottom:25px;padding-bottom:24px}#wcfmmp-store .review_text{width:88%}#wcfmmp-store .rating_box{margin:5px 0}#wcfmmp-store .rating_box span{font-size:13px;line-height:17px;color:#b5b5b5;margin-left:6px}#wcfmmp-store .rating_box i{font-size:15px;cursor:pointer;font-weight:900}#wcfmmp-store .rating-stars ul{list-style-type:none;padding:0;-moz-user-select:none;-webkit-user-select:none;display:inline-block}#wcfmmp-store .rating-stars ul>li.star{display:inline-block;padding:0}#wcfmmp-store .rating-stars ul>li.star>i.wcfmfa{font-size:15px;cursor:pointer;font-weight:900}#wcfmmp-store .rating-stars ul>li.star.hover>i.wcfmfa{color:#ffcc36}#wcfmmp-store .rating-stars ul>li.star.selected>i.wcfmfa{color:#ff912c}#wcfmmp-store .rating_box i.selected,.logo_area_after .wcfmmp-store-rating span:before{color:#ff912c}#wcfmmp-store .add_review_box textarea{height:100px;width:99%;border:0;padding:10px 0 0 10px;box-shadow:0 0 6px 0 #ccc;background:#fff;margin-bottom:22px;font-size:15px;color:#7b7b7b;font-family:Roboto,sans-serif}#wcfmmp-store .add_review_box.add_review button{float:right}#wcfmmp-store .famous_reviewers{margin-bottom:25px}#wcfmmp-store .famous_reviewers_picture:nth-last-child(2),#wcfmmp-store .famous_reviewers_picture:nth-last-child(3){margin-left:-15px}#wcfmmp-store .famous_reviewers_picture{height:36px;width:36px;border:1.5px solid #fff;border-radius:100px;overflow:hidden}#wcfmmp-store .m10{margin:10px 0 0 10px}#wcfmmp-store .reviews_count{font-size:15px;color:#7b7b7b}#wcfmmp-store .reviews_count a{color:#17a2b8}#wcfmmp-store .reviews_count a:hover{color:#000}#wcfmmp-store .rating_count{text-align:center}#wcfmmp-store .rating_number{background:#4e4e4e;width:80px;text-align:center;font-size:26px;color:#fff;padding:5px 0}#wcfmmp-store .rating_number sub{bottom:0}#wcfmmp-store .review_section{border-top:1px solid #ededed;margin-top:35px;padding-top:35px}#wcfmmp-store .rated{text-align:center;margin-top:20px}#wcfmmp-store .rated strong{text-transform:uppercase;font-size:13px;line-height:17px;color:#4e4e4e;display:block}#wcfmmp-store .user_rated{width:30px;height:25px;line-height:25px;background:#17a2b8;display:inline-block;color:#fff;margin-top:6px}#wcfmmp-store .user_review_sec{margin:15px 0 0 15px;width:85%}#wcfmmp-store .user_name{font-size:15px;line-height:20px;color:#525252;text-transform:uppercase;margin-bottom:15px}#wcfmmp-store .user_review_area span{font-size:13px;line-height:17px;color:#b5b5b5}#wcfmmp-store .user_date{margin-left:50px}#wcfmmp-store .user_review_text{margin-top:35px}#wcfmmp-store .user_review_text p{font-size:15px;line-height:25px;color:#7b7b7b}#wcfmmp-store .reply_bt button{width:70px;height:30px;border:0;background:#e5e5e5;font-size:13px;color:#4e4e4e;padding:0}#wcfmmp-store .reply_bt button:hover{background:#17a2b8;color:#fff}#wcfmmp-store .wcfm_vednor_follower{border:1px solid #ccc;border-radius:5px;-moz-border-radius:5px;padding:20px;text-align:center}#wcfmmp-store .wcfm_vednor_follower img{height:175px;display:inline}.enquiry_form_wrapper_hide{display:none}#wcfm_enquiry_form label{display:block;margin-bottom:.4em}#wcfm_enquiry_form .comment-form-author,#wcfm_enquiry_form .comment-form-email{width:44%}.wcfmmp_store_hours .wcfmmp-store-hours-day{color:#17a2b8;width:auto;min-width:90px;font-weight:600;display:inline-block}.wcfmmp_store_coupons .wcfmmp-store-coupon-single{margin:10px 5px;border:1px dashed #17a2b8;background-color:#d9f2f6;color:#222;padding:10px;font-weight:600;display:inline-block}#wcfmmp-store .lft{float:right}#wcfmmp-store .rgt{float:left}#wcfmmp-store .header_left{margin-left:0;margin-right:5%}#wcfmmp-store .logo_area_after{left:0;right:35%}#wcfmmp-store .address{left:0;right:140px;padding-left:0;padding-right:36px}#wcfmmp-store .address span{margin:0 10px 0 0}#wcfmmp-store .bd_icon_area{left:0;right:auto;margin:25px 0 0 15px}#wcfmmp-store .bd_icon_box{margin:0 20px 0 0}#wcfmmp-store .bd_icon_box span{margin:0 10px 0 0}#wcfmmp-store .categories_list ul li{background:url(//demostore.pinnacletechscience.com/wp-content/plugins/wc-multivendor-marketplace/assets/css/images/list_arow1.png) no-repeat right center;padding:0 14px 0 0}#wcfmmp-store .categories_list ul li.child_cat{margin-left:0;margin-right:10px}#wcfmmp-store .categories_list ul li.child2_cat{margin-left:0;margin-right:20px}#wcfmmp-store .recent_reviews .lft{float:right}#wcfmmp-store .recent_reviews .rgt{float:left}#wcfmmp-store .tab_area .tab_links li{float:right}#wcfmmp-store .add_review input{background-position:99% center}#wcfmmp-store .m10{margin:10px 10px 0 0}#wcfmmp-store .reviews_heading a{float:left}#wcfmmp-store .tab_links_area .wcfm_reviews_count{display:inline-block}#wcfmmp-store .user_review_area span{display:inline-block}#wcfmmp-store .user_date{margin:0 50px 0 0}#wcfmmp-store .famous_reviewers_picture:nth-last-child(2),#wcfmmp-store .famous_reviewers_picture:nth-last-child(3){margin:0 -15px 0 0}#wcfmmp-store .wcfm_vendor_badges div.wcfm_vendor_badge{float:right}@media screen and (max-width:768px){#wcfmmp-store .logo_area_after{right:3%;text-align:right!important}#wcfmmp-store .header_left{margin-left:0;margin-right:5%}#wcfmmp-store .address{padding-right:0;right:0}}@media screen and (max-width:480px){#wcfmmp-store .logo_area_after{left:0;right:40%;text-align:center!important}}@media screen and (max-width:1200px){.wrapper{width:96%}}@media screen and (max-width:1024px){#wcfmmp-store .right_side{width:100%}#wcfmmp-store .left_sidebar{width:100%;margin-top:50px}#wcfmmp-store .banner_text h1{font-size:50px;line-height:56px;margin-bottom:15px}#wcfmmp-store .banner_text a{font-size:16px;line-height:20px;padding:10px 20px;width:auto;height:auto}#wcfmmp-store .logo_area{width:90px;height:90px;top:-70px;position:relative}#wcfmmp-store .logo_area_after{top:50px;position:absolute;text-align:center;left:25px}#wcfmmp-store .header_left{width:100%;margin:0;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store .header_right{width:100%;margin:0;padding:10px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store .address{float:left;width:80%}#wcfmmp-store .social_area{width:auto}#wcfmmp-store .slider_text h1{font-size:20px;line-height:25px}#wcfmmp-store .reviews_area{padding:20px}#wcfmmp-store .social_area{position:absolute;top:0;right:10px;background:0 0!important;min-height:auto;width:100%;margin-top:20px;z-index:2}#wcfmmp-store .social_area ul{position:relative;text-align:right;top:0;left:0;transform:translateY(0)}}@media screen and (max-width:960px){#wcfmmp-store .address{position:relative;top:0;left:0;transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);padding-left:10px;margin-left:10px}#wcfmmp-store .bd_icon_box{position:relative;margin-right:15px}}@media screen and (max-width:768px){#wcfmmp-store h1{font-size:18px}#wcfmmp-store .right_side{width:100%}#wcfmmp-store .left_sidebar{width:100%;margin-top:50px}#wcfmmp-store .banner_text h1{font-size:50px;line-height:56px;margin-bottom:15px}#wcfmmp-store .banner_text a{font-size:16px;line-height:20px;padding:10px 20px;width:auto;height:auto}#wcfmmp-store .logo_area{width:90px;height:90px;top:-70px;position:relative}#wcfmmp-store .logo_area_after{top:50px;position:absolute;text-align:center;left:25px}#wcfmmp-store .header_left{width:100%;margin:0;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store .header_right{width:100%;margin:0;padding:10px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store .address{float:left;width:80%}#wcfmmp-store .social_area{width:auto}#wcfmmp-store .slider_text h1{font-size:20px;line-height:25px}#wcfmmp-store .reviews_area{padding:20px}}@media screen and (max-width:736px){#wcfmmp-store .bd_icon_area{float:left;position:relative;top:0;margin:15px 0 0 0}#wcfmmp-store .social_area{position:relative;margin-top:15px;float:right;right:0}#wcfmmp-store .social_area ul li{margin-top:0}#wcfmmp-store .bd_icon_box{margin-bottom:0}#wcfmmp-store .bd_icon_box span{font-size:12px;line-height:16px}#wcfmmp-store .bd_icon_box .follow,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry{padding:0 5px}}@media screen and (max-width:667px){#wcfm_enquiry_form .comment-form-author,#wcfm_enquiry_form .comment-form-email{width:100%}#wcfmmp-store .address{width:82%}#wcfmmp-store .bd_icon_box{margin-right:5px}#wcfmmp-store .bd_icon_box .follow,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry{height:28px}#wcfmmp-store .bd_icon_box span{position:inherit;margin-left:0;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transform:translateX(-50%);opacity:1}#wcfmmp-store .bd_icon_box:hover span{opacity:1}#wcfmmp-store .bd_icon_box .follow span,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow span{display:none}#wcfmmp-store .bd_icon_box .follow i,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow i{margin-right:0}#wcfmmp-store .review_text{width:86%}#wcfmmp-store .user_review_sec .user_review_sec_left{width:100%!important}#wcfmmp-store .user_review_sec .bd_rating_area{display:none!important}}@media screen and (max-width:627px){#wcfmmp-store .header_right{width:100%}#wcfmmp-store .bd_icon_area{float:left}#wcfmmp-store .social_area{float:right}#wcfmmp-store .social_area ul li{margin-top:0}#wcfmmp-store .address{width:80%}#wcfmmp-store .banner_text h1{font-size:40px;line-height:46px;padding:0 30px}#wcfmmp-store .banner_text h1::after,.banner_text h1::before{width:50px}#wcfmmp-store .banner_text h1::before{right:-48px}#wcfmmp-store .banner_text a{font-size:14px;line-height:20px;padding:6px 20px}#wcfmmp-store .slider_text h1{font-size:15px;line-height:20px}#wcfmmp-store .bd_icon_area,#wcfmmp-store .social_area{margin-top:2px}#wcfmmp-store .social_area ul{transform:translateY(10%);padding:0}#wcfmmp-store .social_area ul li{width:20px;height:20px}#wcfmmp-store .social_area ul li a i{font-size:10px}}@media screen and (max-width:568px){.review_text,.user_review_sec{width:80%}#wcfmmp-store .address span{font-size:12px;line-height:16px}}@media screen and (max-width:540px){#wcfmmp-store .address{width:78%}#wcfmmp-store .banner_text h1{font-size:30px;line-height:36px;margin-bottom:10px}#wcfmmp-store .banner_text a{font-size:12px;line-height:15px;padding:5px 15px}#wcfmmp-store .slider_text h1{font-size:12px;line-height:15px}}@media screen and (max-width:480px){#wcfmmp-store .address{width:74%}#wcfmmp-store .product_box{width:48%}#wcfmmp-store .tab_area .tab_links{margin-bottom:20px}#wcfmmp-store .paginations ul li:first-child{padding-right:5px}#wcfmmp-store .paginations ul li:last-child{padding-left:5px}#wcfmmp-store .paginations ul li{padding:0 1px}#wcfmmp-store .header_left{text-align:center}#wcfmmp-store .logo_area{float:none;display:inline-block;margin-bottom:5px}#wcfmmp-store .logo_area_after{left:40%}#wcfmmp-store .address{width:100%;border-left:0;padding-left:0;margin-left:0}#wcfmmp-store .review_text,.user_review_sec{width:100%}#wcfmmp-store .product_box{width:98%}#wcfmmp-store #wcfm_store_header{padding-bottom:0}#wcfmmp-store .header_right{padding:10px 10px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#wcfmmp-store .bd_icon_box .follow{line-height:inherit}#wcfmmp-store .tab_area .tab_links li{width:100%;border-bottom:1px solid #93a8b3;margin-right:0;margin-bottom:0}#wcfmmp-store .tab_area .tab_links li:hover,.tab_area .tab_links li.active{border-bottom:1px solid #fff}#wcfmmp-store .tab_area .tab_links li.active{border-top:1px solid #93a8b3!important;border-bottom:0!important;border-left:4px solid #17a2b8!important}#wcfmmp-store .tab_area .tab_links li a{display:block}#wcfmmp-store .user_review_sec{width:65%}#wcfmmp-store .address span{display:initial}}.tahefobu-nav-menu,
.tahefobu-nav-menu ul,
.tahefobu-mobile-nav-menu,
.tahefobu-mobile-nav-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.tahefobu-nav-menu li {
position: relative;
}
.tahefobu-nav-menu-horizontal .tahefobu-nav-menu>li {
display: inline-block;
} .tahefobu-nav-menu-horizontal .tahefobu-nav-menu {
display: flex;
flex-wrap: nowrap;
align-items: center;
white-space: nowrap;
}
.tahefobu-nav-menu .tahefobu-menu-item {
display: block;
position: relative;
z-index: 1;
} .tahefobu-nav-menu .tahefobu-menu-item,
.tahefobu-mobile-nav-menu .tahefobu-mobile-menu-item {
transition: color .18s ease, background-color .18s ease, transform .18s ease;
box-sizing: border-box;
white-space: nowrap;
}
.tahefobu-nav-menu > li > a,
.tahefobu-mobile-nav-menu > li > a {
font-size: 16px;
line-height: 1;
}
.tahefobu-mobile-nav-menu li {
margin: 0;
}
.tahefobu-nav-menu-horizontal .tahefobu-nav-menu>li:first-child,
.tahefobu-pointer-none .tahefobu-nav-menu-horizontal>li:first-child .tahefobu-menu-item,
.tahefobu-pointer-line-fx .tahefobu-nav-menu-horizontal>li:first-child .tahefobu-menu-item {
padding-left: 0 !important;
margin-left: 0 !important;
}
.tahefobu-nav-menu-horizontal .tahefobu-nav-menu>li:last-child,
.tahefobu-pointer-none .tahefobu-nav-menu-horizontal>li:last-child .tahefobu-menu-item,
.tahefobu-pointer-line-fx .tahefobu-nav-menu-horizontal>li:last-child .tahefobu-menu-item {
padding-right: 0 !important;
margin-right: 0 !important;
}
div[class*="tahefobu-main-menu-align-"] .tahefobu-nav-menu-vertical .tahefobu-nav-menu>li>.tahefobu-sub-menu,
div[class*="tahefobu-main-menu-align-"] .tahefobu-nav-menu-vertical .tahefobu-nav-menu>li>.tahefobu-sub-mega-menu {
left: 100%;
}
.tahefobu-main-menu-align-left .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align-center .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align-right .tahefobu-nav-menu-vertical .tahefobu-sub-icon {
left: 0;
}
.tahefobu-main-menu-align-left .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align-left .tahefobu-nav-menu-vertical .tahefobu-menu-item,
.tahefobu-main-menu-align-left .tahefobu-nav-menu-vertical .tahefobu-sub-menu li a {
text-align: left;
justify-content: flex-start;
}
.tahefobu-main-menu-align-center .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align-center .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
justify-content: center;
}
.tahefobu-main-menu-align-right .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align-right .tahefobu-nav-menu-vertical .tahefobu-menu-item,
.tahefobu-main-menu-align-right .tahefobu-nav-menu-vertical .tahefobu-sub-menu li a {
text-align: right;
justify-content: flex-end;
}
@media screen and ( min-width: 2400px) {
.tahefobu-main-menu-align--widescreenleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--widescreencenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--widescreenleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--widescreenleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--widescreencenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--widescreencenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--widescreenright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--widescreenright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
}
@media screen and ( max-width: 1221px) {
.tahefobu-main-menu-align--laptopleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--laptopcenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--laptopleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--laptopleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--laptopcenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--laptopcenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--laptopright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--laptopright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
}
@media screen and ( max-width: 1200px) {
.tahefobu-main-menu-align--tablet_extraleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--tablet_extracenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--tablet_extraleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tablet_extraleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--tablet_extracenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tablet_extracenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--tablet_extraright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tablet_extraright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
}
@media screen and ( max-width: 1024px) {
.tahefobu-main-menu-align--tabletleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--tabletcenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--tabletleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tabletleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--tabletcenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tabletcenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--tabletright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--tabletright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
}
@media screen and ( max-width: 880px) {
.tahefobu-main-menu-align--mobile_extraleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--mobile_extracenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--mobile_extraleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobile_extraleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--mobile_extracenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobile_extracenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--mobile_extraright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobile_extraright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
}
@media screen and ( max-width: 767px) {
.tahefobu-main-menu-align--mobileleft .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon,
.tahefobu-main-menu-align--mobilecenter .tahefobu-nav-menu-vertical .tahefobu-menu-item .tahefobu-sub-icon {
right: 0;
}
.tahefobu-main-menu-align--mobileleft .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobileleft .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: left;
}
.tahefobu-main-menu-align--mobilecenter .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobilecenter .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: center;
}
.tahefobu-main-menu-align--mobileright .tahefobu-nav-menu-horizontal .tahefobu-nav-menu,
.tahefobu-main-menu-align--mobileright .tahefobu-nav-menu-vertical .tahefobu-menu-item {
text-align: right;
}
} .tahefobu-nav-menu .tahefobu-sub-menu {
display: none;
position: absolute;
z-index: 9999;
width: 180px;
text-align: left;
list-style: none;
margin: 0;
}
.tahefobu-nav-menu-vertical .tahefobu-nav-menu>li>.tahefobu-sub-menu,
.tahefobu-nav-menu-vertical .tahefobu-nav-menu>li>.tahefobu-sub-mega-menu {
top: 0;
}
.tahefobu-sub-menu-position-inline .tahefobu-nav-menu-vertical .tahefobu-sub-menu {
position: static;
width: 100% !important;
text-align: center !important;
margin-left: 0 !important;
}
.tahefobu-sub-menu-position-inline .tahefobu-sub-menu a {
position: relative;
}
.tahefobu-nav-menu .tahefobu-sub-menu .tahefobu-sub-menu {
top: 0;
left: 100%;
}
.tahefobu-sub-menu .tahefobu-sub-menu-item {
display: block;
font-size: 14px;
}
.tahefobu-nav-menu-horizontal .tahefobu-menu-item .tahefobu-sub-icon {
margin-left: 7px;
text-indent: 0;
}
.tahefobu-nav-menu:not(.tahefobu-mega-menu) .tahefobu-sub-icon {
position: absolute;
top: 48%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.tahefobu-nav-menu:not(.tahefobu-mega-menu) .tahefobu-sub-icon-rotate {
-webkit-transform: rotate(-90deg) translateX(80%);
-ms-transform: rotate(-90deg) translateX(80%);
transform: rotate(-90deg) translateX(80%);
}
.tahefobu-sub-divider-yes .tahefobu-sub-menu li:not(:last-child) {
border-bottom-style: solid;
} .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
.tahefobu-mobile-nav-menu-container {
display: none;
}
.tahefobu-mobile-nav-menu-container {
position: relative;
z-index: 99999;
}
.tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu) {
position: absolute;
z-index: 99999;
background: inherit;
}
.tahefobu-mobile-menu-full-width .tahefobu-mobile-mega-menu-wrap {
width: 100vw;
}
.tahefobu-mobile-nav-menu {
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu) {
min-width: 200px;
}
.tahefobu-mobile-menu-drdown-align-left .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
.tahefobu-mobile-menu-drdown-align-left .tahefobu-mobile-mega-menu-wrap {
left: 0;
}
.tahefobu-mobile-menu-drdown-align-center .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
.tahefobu-mobile-menu-drdown-align-center .tahefobu-mobile-mega-menu-wrap {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.tahefobu-mobile-menu-drdown-align-right .tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu),
.tahefobu-mobile-menu-drdown-align-right .tahefobu-mobile-mega-menu-wrap {
right: 0;
}
.tahefobu-mobile-menu-item,
.tahefobu-mobile-sub-menu-item {
position: relative;
}
.tahefobu-mobile-menu-item,
.tahefobu-mobile-sub-menu-item {
display: block;
}
.tahefobu-mobile-sub-menu,
.tahefobu-mobile-sub-mega-menu {
display: none;
}
.tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.tahefobu-mobile-menu-item-align-left .tahefobu-mobile-sub-menu a:before {
content: ' ';
display: inline-block;
width: 10px;
}
.tahefobu-mobile-menu-item-align-left .tahefobu-mobile-sub-menu .tahefobu-mobile-sub-menu a:before {
width: 20px;
}
.tahefobu-mobile-menu-item-align-center .tahefobu-mobile-nav-menu {
text-align: center;
}
.tahefobu-mobile-menu-item-align-right .tahefobu-mobile-nav-menu {
text-align: right;
}
.tahefobu-mobile-menu-item-align-right .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
right: auto !important;
left: 0;
}
div[class*="tahefobu-sub-icon-"] .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
font-family: "Font Awesome 5 Free";
font-size: 12px;
font-weight: 900;
font-style: normal;
text-decoration: none;
line-height: 1;
letter-spacing: 0;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.tahefobu-sub-icon-caret-down .tahefobu-sub-icon:before,
.tahefobu-sub-icon-caret-down .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
content: "\f0d7";
}
.tahefobu-sub-icon-angle-down .tahefobu-sub-icon:before,
.tahefobu-sub-icon-angle-down .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
content: "\f107";
}
.tahefobu-sub-icon-chevron-down .tahefobu-sub-icon:before,
.tahefobu-sub-icon-chevron-down .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
content: "\f078";
}
.tahefobu-sub-icon-plus .tahefobu-sub-icon:before,
.tahefobu-sub-icon-plus .tahefobu-mobile-nav-menu .menu-item-has-children>a:after {
content: "\f067";
}
.tahefobu-mobile-divider-yes .tahefobu-mobile-menu-item {
border-bottom-style: solid;
} .tahefobu-mobile-toggle-wrap {
font-size: 0;
line-height: 0;
}
.tahefobu-mobile-toggle {
display: inline-block;
padding: 7px;
cursor: pointer;
border-style: solid;
text-align: center;
}
.tahefobu-mobile-toggle-line {
display: block;
width: 100%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-line:last-child {
margin-bottom: 0 !important;
} .tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(2) {
opacity: 0;
}
.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
}
.tahefobu-mobile-toggle-text {
font-size: 16px;
line-height: 1 !important;
}
.tahefobu-mobile-toggle-text:last-child {
display: none;
}
.tahefobu-mobile-toggle-v2 .tahefobu-mobile-toggle-line:nth-child(2) {
width: 78%;
margin-left: 24%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-v2 .tahefobu-mobile-toggle-line:nth-child(3) {
width: 45%;
margin-left: 57%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-v2.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(2),
.tahefobu-mobile-toggle-v2.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(3) {
width: 100%;
margin-left: 0;
}
.tahefobu-mobile-toggle-v3 .tahefobu-mobile-toggle-line:nth-child(2) {
width: 75%;
margin-left: 15%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-v3.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(2) {
width: 100%;
margin-left: 0;
}
.tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(1),
.tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(3) {
width: 75%;
margin-left: 25%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-v4 .tahefobu-mobile-toggle-line:nth-child(2) {
width: 75%;
margin-right: 25%;
transition: all 0.3s ease;
}
.tahefobu-mobile-toggle-v4.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(1),
.tahefobu-mobile-toggle-v4.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(2),
.tahefobu-mobile-toggle-v4.tahefobu-mobile-toggle-open .tahefobu-mobile-toggle-line:nth-child(3) {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.tahefobu-mobile-toggle-v5 .tahefobu-mobile-toggle-line:nth-child(1) {
display: none;
}
.tahefobu-nav-menu-bp-always .tahefobu-nav-menu-container {
display: none;
}
.tahefobu-nav-menu-bp-always .tahefobu-mobile-nav-menu-container {
display: block;
}
@media screen and ( max-width: 1024px) {
.tahefobu-nav-menu-bp-tablet .tahefobu-nav-menu-container {
display: none;
}
.tahefobu-nav-menu-bp-tablet .tahefobu-mobile-nav-menu-container {
display: block;
}
}
@media screen and ( max-width: 767px) {
.tahefobu-nav-menu-bp-pro-nn .tahefobu-nav-menu-container,
.tahefobu-nav-menu-bp-pro-al .tahefobu-nav-menu-container,
.tahefobu-nav-menu-bp-mobile .tahefobu-nav-menu-container {
display: none;
}
.tahefobu-nav-menu-bp-pro-nn .tahefobu-mobile-nav-menu-container,
.tahefobu-nav-menu-bp-pro-al .tahefobu-mobile-nav-menu-container,
.tahefobu-nav-menu-bp-mobile .tahefobu-mobile-nav-menu-container {
display: block;
}
}