/*
	Theme Name: Savoy
	Theme URI: http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description: Savoy - Modern AJAX enabled WooCommerce theme.
	Version: 2.4.5
	License:
	License URI:
	Author: NordicMade
	Author URI: http://www.nordicmade.com
	Tags: responsive-layout, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
	Text Domain: nm-framework
	Domain Path: /languages/
*/


/* Table of Contents
---------------------------------------------------------------

	#Reset
	#General
	#Typography
	#Structure
    #Page: Full width
    #Page: Sidebar
	#Top bar
	#Headerf
    #Header: Menu centered
    #Header: Centered
    #Header: Stacked
    #Header: Stacked logo centered
    #Header: Stacked centered
    #Header: Search
	#Mobile menu
	#Widget panel
	#Pagination
	#Blog
	#Blog: Classic
    #Blog: Grid
	#Blog: List
	#Blog: No results
	#Blog: Single post
	#Blog: Single post - Password protected
	#Search results
	#Comments
	#Comments: Entries
	#Post/page/editor content
    #Blocks
	#Gallery
	#Widgets
	#Contact form 7
	#Page not found
	#Footer
    #Footer widgets
    #Footer bar
    #Footer bar: Stacked
    #Footer bar: Centered
    #Plugin: Flickity

--------------------------------------------------------------- */


/* #Reset
--------------------------------------------------------------- */

@font-face {
  font-family: Prosto;
  src: url(https://www.gaslive.com.br/wp-content/themes/savoy/assets/font.ttf);
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1,h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
/*@media (min-width: 992px) and (max-width: 1440px){
	html {
		zoom: 80%;
	}
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { /* Override the default (display: inline) for browsers that do not recognize HTML5 tags */
	display: block;
}
b, strong { /* Makes browsers agree. IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder */
	font-weight: bold;
	font-weight: 900;
}
img {
	font-size: 0;
	color: transparent;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic; /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: inherit;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg { /* For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle. */
	overflow: hidden;
}
p:empty {
	display: none !important;
}


/* #General
--------------------------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}

/* Transition preload fix */
.nm-preload * {
	-webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important;
}

/* Float */
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}

/* Clear fix */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clear:after,
.clearfix:after {
    clear: both;
}
.clear,
.clearfix {
	*zoom: 1;
}

/* Padding control */
.nopad-left {
	padding-left: 0;
}
.nopad-right {
	padding-right: 0;
}
.nopad {
	padding-right: 0;
	padding-left: 0;
}

/* Misc. */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
a {
	color: #dc9814;
	outline: 0;
	font-size: 14px;
}
a:hover {
	color: #001d3d!important;
}
a.link-verde:hover {
	color: #96e5db!important;
}
.touch a:hover {
	color: inherit;
}
a.dark {
	color: #282828;
}
a.gray,
a.invert-color {
	color: #888;
}
a.dark:hover,
a.gray:hover,
a.invert-color:hover {
	color: #dc9814;
}
.round { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.nm-bullet-list { padding-bottom: 20px; }
.nm-bullet-list li { list-style: disc inside; }
.push-right { float: right; }
.push-left { float: left; }

/* Forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
	font-family: inherit;
	line-height: 1.6;
	outline: 0;
	padding: 8px 10px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
	outline: 0;
	border-color: #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Only for "webkit" browsers */
	select {
        padding-right: 28px;
		background-color: #fff;
		background-image: url("assets/img/select-arrow@2x.gif");
		/*background-position: 98.5% 50%;*/
        background-position: calc(100% - 10px) 50%;
		background-repeat: no-repeat;
		background-size: 8px 4px;
	}
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Button */
.widget form > button,
input[type=submit],
.button {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 9px 15px 10px;
	border: 0 none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background-color: #282828;
}
input[type=submit]:hover,
.button:hover {
	color: #fff;
	opacity: 0.82;
}
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
	outline: none;
}
.touch input[type=submit]:hover,
.touch input[type=submit]:active,
.touch input[type=submit]:focus,
.touch .button:hover,
.touch .button:active,
.touch .button:focus {
	opacity: 1;
}
.button[disabled],
.button.disabled,
.button.loading {
	cursor: default;
	opacity: 0.82;
	background: #828282;
}
/* Button: Light */
.button.light {
	background: #bababa;
}
/* Button: Border */
#nm-blog-pagination a,
#nm-blog-pagination a:hover,
.button.border,
.button.border:hover {
    color: #282828;
    opacity: 1;
    background: none;
}
#nm-blog-pagination a,
.button.border {
	padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid #aaa;
}
#nm-blog-pagination a:not([disabled]):hover,
.button.border:not([disabled]):hover {
	color: #282828;
    border-color: #282828;
}

/* Video embeds ("nm-wp-video-wrap" container added with filter-hook) */
.nm-wp-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.nm-wp-video-wrap iframe,
.nm-wp-video-wrap object,
.nm-wp-video-wrap embed,
.nm-wp-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loader animation */
.blockUI.blockOverlay:after,
.nm-loader:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 12px;
	height: 12px;
	margin: -6px -6px 0 0;
	opacity: 1;
	background: #dc9814;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation: dotFade 0.8s infinite; animation: dotFade 0.8s infinite;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.nm-loader.nm-loader-light:after {
	background: #fff;
}
@-webkit-keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes dotFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }

/* Image overlay */
.nm-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #282828;
	background: rgba(0, 0, 0, 0.7);
}
.nm-image-overlay:before,
.nm-image-overlay:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	background: #dc9814;
}
.nm-image-overlay:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.nm-image-overlay:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}


/* #Typography
--------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2;
	color: #777;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	line-height: 1.4;
	color: #282828;
}
h5, h6 {
	line-height: 1.6;
}
h1, .h1-size { font-size: 30px; }
h2, .h2-size { font-size: 28px; }
h3, .h3-size { font-size: 24px; }
h4, .h4-size { font-size: 22px; }
h5, .h5-size { font-size: 18px; }
h6, .h6-size { font-size: 16px; }

/* Highlight text color */
.nm-highlight-text,
.nm-highlight-text h1,
.nm-highlight-text h2,
.nm-highlight-text h3,
.nm-highlight-text h4,
.nm-highlight-text h5,
.nm-highlight-text h6,
.nm-highlight-text p {
	color: #dc9814;
}

::-webkit-input-placeholder { opacity: 0.5; }
:-moz-placeholder { opacity: 0.5; } /* FF 4 to 18 */
::-moz-placeholder { opacity: 0.5; } /* FF 19+ */
:-ms-input-placeholder { opacity: 0.5; }
@supports (-ms-accelerator:true) { /* Fix: Edge placeholder text not displaying when opacity < 1 is used for webkit */
    ::-webkit-input-placeholder { opacity: 1; }
}

/* Font icons: Flip horizontally */
.nm-font.flip:before {
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-font.rotate-90:before {
	display: inline-block;
	-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);
}
.nm-font.rotate-180:before {
	display: inline-block;
	-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
}
.nm-font.rotate-270:before {
	display: inline-block;
	-webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg);
}


/* #Structure
--------------------------------------------------------------- */

/* Page-load overlay */
.nm-page-load-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s; -moz-transition: opacity 0.2s 0s, visibility 0s 0s; -o-transition: opacity 0.2s 0s, visibility 0s 0s; transition: opacity 0.2s 0s, visibility 0s 0s;
    background: #fff;
}
html.nm-page-loaded .nm-page-load-overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; -o-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
body.nm-page-load-transition-0 .nm-page-load-overlay {
    display: none;
}

/* Page-load overlay: Elementor */
.elementor-editor-preview #nm-page-load-overlay,
.elementor-editor-active #nm-page-load-overlay {
    display: none !important;
}

/* Page wrappers */
.nm-page-wrap {
	position: relative;
	right: 0; /* Needed for CSS animation */
    min-width: 280px;
	min-height: 100%;
    overflow: hidden;
	background: #fff;
}
.nm-page-wrap-inner {
	position: relative;
	width: 100%;
}

/* Sticky footer */
html.footer-sticky-1,
.footer-sticky-1 body {
	height: 100%;
}
.footer-sticky-1 .nm-page-overflow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
  	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.footer-sticky-1 .nm-page-wrap {
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 0;
	height: auto;
}

/* Page overlay */
#nm-page-overlay {
	visibility: hidden;
	position: fixed;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	content: " ";
	width: 1px;
	height: 1px;
	opacity: 0;
	background: rgba(51, 51, 51, 0.37); /* Chrome: "rbga" background makes widget-panel animation smoother */
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
#nm-page-overlay.show {
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
#nm-page-overlay.fade-out {
    opacity: 0;
}

/* Page overlay: Header search */
#nm-page-overlay.nm-header-search-overlay {
	z-index: 1010;
}

/* Page overlay: Widget panel */
.widget-panel-dark #nm-page-overlay.nm-widget-panel-overlay {
    background: rgba(241, 241, 241, 0.73); /* Chrome: "rbga" background makes widget-panel animation smoother */
}
#nm-page-overlay.nm-widget-panel-overlay {
	z-index: 1010;
}
#nm-page-overlay.nm-widget-panel-overlay.nm-loader {
    cursor: default;
}

/* Page overlay: Elementor */
.elementor-editor-preview #nm-page-overlay,
.elementor-editor-active #nm-page-overlay {
    display: none !important;
}


/* #Page: Full width
--------------------------------------------------------------- */


/* #Page: Sidebar
--------------------------------------------------------------- */

.nm-page-sidebar .col-content,
.nm-page-sidebar .col-sidebar {
    padding-top: 50px;
}
.nm-page-sidebar .col-content {
    float: right;
}
.nm-page-sidebar .widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 12px;
}

@media all and (max-width: 1079px) {
    .nm-page-sidebar .col-content,
    .nm-page-sidebar .col-sidebar {
        padding-top: 37px;
    }
}
@media all and (max-width: 991px) {
    .nm-page-sidebar .col-sidebar {
        display: none;
    }
}


/* #Top bar
--------------------------------------------------------------- */

.nm-top-bar {
	position: relative;
    z-index: 1005;
	font-size: 0.9em;
	line-height: 25px;
	padding-bottom: 1px;
	background: transparent!important;
}

/* Top bar: Text */
.nm-top-bar .nm-top-bar-text {	
	color: #eee;
    max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar-text:nth-child(2n) {
	float: left;
}
.nm-top-bar-text > p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
}
.nm-top-bar .nm-top-bar-text a {
	color: #eee;
}
.nm-top-bar .nm-top-bar-text img {
	display: inline-block;
	width: auto;
	max-height: 39px;
	vertical-align: middle;
}

/* Top bar: Menu */
.nm-top-bar .nm-menu {
	float: right;
    white-space: nowrap;
}
.nm-top-bar .nm-menu > li {
	float: none;
	display: inline-block;
	margin-left: -4px;
}
.nm-menu > li.menu-item-has-children:last-child {
	margin-right: 0;
}
.nm-top-bar .nm-menu > li > a,
.nm-top-bar .nm-menu > li > a:hover {
    color: #eee;
}
.nm-top-bar .nm-menu > li > a {
	font-size: inherit;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.nm-top-bar .nm-menu > li > a:hover {
	opacity: 0.7;
}
.nm-top-bar .nm-menu > li:last-child > a {
	padding-right: 0;
}
.nm-top-bar .nm-menu ul {
	padding: 0px 0 14px;
}
.nm-top-bar .nm-menu ul li a {
    padding: 8px 23px;
}

/* Top bar: Social icons */
.nm-top-bar-social {
	float: left;
	padding-right: 33px;
}
.nm-top-bar-right .nm-top-bar-social {
	padding-right: 30px;
	padding-left: 15px;
	float: right;
}
.nm-top-bar-social li {
	float: left;
	padding-left: 15px;
	margin-right: 10px;
}
.nm-top-bar-social li:first-child {
	padding-left: 0;	
}
.nm-top-bar-social li:hover {
	/*opacity: 0.7;*/	
}
.nm-top-bar-social li i {
	color: #eee;
	vertical-align: middle;
}
.nm-top-bar-social li i:hover{
	color: #0528F2;
}
.nm-top-bar-social li svg:hover .c{
	fill: #0528F2;
}

/* Top bar: Widgets */
#nm-top-bar-widgets {
    float: right;
    padding-left: 36px;
}
#nm-top-bar-widgets > li {
    margin-bottom: 0;
}

/* < 991px */
@media all and (max-width: 991px) {
	.top-bar-mobile-none .nm-top-bar {
		display: none;
	}
    
    /* Top bar: Text/Menu */
    .top-bar-mobile-rc .nm-top-bar-right,
    .top-bar-mobile-lc .nm-top-bar-left {
	   width: 100%;
    }
    .top-bar-mobile-rc .nm-top-bar-left,
    .top-bar-mobile-lc .nm-top-bar-right {
	   display: none;
    }
}


/* #Header
--------------------------------------------------------------- */

.nm-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	line-height: 50px;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 17px;
	overflow: visible;
    -webkit-transition: all 150ms linear; transition: all 150ms linear;
	background: #fff;
    -webkit-transform: translateZ(0); /* Scroll "jump" fix */
}
.nm-header .faixa-mobile-revenda{
    background-color: #0528f2;
}
.nm-header .faixa-mobile-revenda p{
    text-align: center;
    margin-top: 0px;
    /*margin-bottom: 10px;*/
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
}
.nm-header-disable-anim .nm-header {
    -webkit-transition: none; transition: none;
}
.touch.header-fixed.header-on-scroll .nm-header,
.has-top-bar.header-fixed.header-on-scroll .nm-header,
.header-fixed .nm-header {
	position: fixed;
}
.touch.header-fixed .nm-header,
.has-top-bar.header-fixed .nm-header {
    position: absolute;
}
.header-on-scroll .nm-header:not(.static-on-scroll) {
    padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.header-search-open .nm-header,
.mobile-menu-open .nm-header {
	-webkit-transition: all 200ms linear, background-color 1ms;
	-moz-transition: all 200ms linear, background-color 1ms;
	-o-transition: all 200ms linear, background-color 1ms;
	transition: all 200ms linear, background-color 1ms;
}
.nm-header-inner {
	position: relative;
	height: auto;
}
.nm-header-col {
    position: static;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}

/* Header: Transparency */
.header-transparency .nm-header-placeholder {
	display: none;
}
.header-transparency .nm-header,
.home.header-transparency .nm-header {
    background: none;
}
.header-transparency.header-border-1 .nm-header {
	border-color: transparent;
}

/* Header: Border */
.header-border-1 .nm-header {
	border-bottom: 1px solid #eee;
}

/* Header: Placeholder */
.nm-header-placeholder {
    height: 84px;
}


/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
@media screen and (min-width: 783px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 32px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar.header-fixed .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar.header-fixed:not(.header-on-scroll) .nm-header {
        margin-top: 46px;
    }
    .admin-bar.header-fixed.has-top-bar:not(.header-on-scroll) .nm-header {
        margin-top: 0;
    }
}


/* Logo */
.nm-header.default .nm-header-logo {
	float: left;
	/*margin-right: 37px;*/
	padding: 6px 0px;
	display: flex;
    align-items: center;
}
.nm-header-logo a {
	display: block;
}
.nm-header-logo img {
	width: auto;
    max-width: none; /* Fix: Maintain aspect ratio (prevents fluid image-width) */
	height: 16px;
	vertical-align: middle;
}
.nm-header.default .nm-header-logo .nm-logo.logo-escuro{
    display: none;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .nm-header.default:hover .nm-header-logo .nm-logo.logo-escuro{
    display: block;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .nm-header.default:hover .nm-header-logo .nm-logo.logo-branco{
    display: none;
}

/* Logo: Alternative logo */
.nm-alt-logo {
    display: none;
}
.home:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-home .nm-alt-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-alt-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-alt-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-alt-logo {
    display: inline-block;
}
.home:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-home .nm-logo,
.header-fixed.header-on-scroll .alt-logo-fixed .nm-logo,
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-light .nm-logo,
.header-transparency-dark:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-header-transparency-dark .nm-logo {
    display: none;
}
@media all and (max-width: 991px) and (min-width: 401px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-tablet .nm-logo {
        display: none;
    }
}
@media all and (max-width: 400px) {
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-alt-logo {
        display: inline-block;
    }
    body:not(.header-on-scroll):not(.mobile-menu-open) .alt-logo-mobile .nm-logo {
        display: none;
    }
}


/* Menu */
.nm-menu {
}
.nm-menu li {
	position: relative;
    float: left;
}
.nm-old-ie .nm-menu > li {
	background: rgba(0,0,0,0.0001); /* IE9-10 hover fix */
}
.nm-menu li a {
    display: inline-block;
    font-size: 16px;
	line-height: 1;
    color: #707070;
	vertical-align: bottom;
	text-decoration: none;
	padding: 24px 16px;
}
.nm-menu li a:hover {
	color: #0528f2!important;
}

/* Menu: Label */
.nm-menu li a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #eee;
	padding-left: 2px;
	text-transform: uppercase;
}
.nm-menu > li > a .label {
	color: inherit !important;
	padding-left: 0;
}
.nm-menu .sub-menu li a .label.bubble {
	color: #282828 !important;
	margin-left: 1px;
    padding: 1px 2px 0;
    -webkit-border-radius: 3px; border-radius: 3px;
    background: #fff;
}

/* Menu: Dropdown */
.nm-menu .sub-menu {
	display: none;
	position: absolute;
    top: 100%;
    left: -12px;
	z-index: 10010;
    min-width: 248px;
	padding: 18px 0 22px;
	background: #282828;
	-webkit-animation-duration: 0.3s; animation-duration: 0.3s;
	-webkit-animation-fill-mode: both; animation-fill-mode: both;
	-webkit-animation-name: nm_menu_anim; animation-name: nm_menu_anim;
}

/* Menu: Dropdown animation */
@-webkit-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@-moz-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@-o-keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes nm_menu_anim { 0% { opacity: 0 } 100% { opacity: 1 } }

.nm-menu li:not(.no-hover):hover > .sub-menu { /* Note: The "no-hover" class is added with JS when clicking an Ajax enabled link (to hide the menu) */
    display: block;
	
}
.nm-menu .sub-menu .sub-menu {
	top: -18px;
    left: 100%;
}
.nm-menu .sub-menu li {
    float: none;
    position: relative;
    z-index: 100000;
}
.nm-menu .sub-menu li a {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	padding: 8px 27px;
}
.nm-menu .sub-menu li.menu-item-has-children > a {
	padding-right: 41px;
}
.nm-menu .sub-menu li.menu-item-has-children > a:after {
	display: block;
	position: absolute;
	top: 9px;
	right: 28px;
	font-family: 'nm-font';
	font-size: 16px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	content: "\e60d";
	width: 10px;
	height: 30px;
}
.nm-menu .sub-menu li a:hover {
	color: #eee;
}
.nm-menu .sub-menu li.nm-menu-text-hide > a {
	visibility: hidden;
}

/* Menu: Megamenu */
.nm-menu .megamenu .sub-menu {
    min-width: 0;
}
.nm-menu .megamenu .sub-menu .sub-menu {
	display: block;
	position: static;
}
.nm-menu .megamenu > .sub-menu {
	left: -14px;
    padding: 18px 0 7px;
}
.nm-menu .megamenu > .sub-menu .sub-menu {
	padding: 7px 0 0 0;
}
.nm-menu .megamenu.col-1 > .sub-menu { width: 250px; }
.nm-menu .megamenu.col-2 > .sub-menu { width: 500px; }
.nm-menu .megamenu.col-3 > .sub-menu { width: 750px; }
.nm-menu .megamenu.col-4 > .sub-menu { width: 993px; }
.nm-menu .megamenu.col-5 > .sub-menu { width: 1152px; }
.nm-menu .megamenu.col-6 > .sub-menu { width: 1220px;
}
.nm-menu .megamenu .sub-menu li {
	white-space: normal;
}
.nm-menu .megamenu > .sub-menu > ul > li {
    float: left;
	display: block;
}
.nm-menu .megamenu.col-2 > .sub-menu > ul > li { width: 50%; }
.nm-menu .megamenu.col-3 > .sub-menu > ul > li { width: 33.33333%; }
.nm-menu .megamenu.col-4 > .sub-menu > ul > li { width: 25%; }
.nm-menu .megamenu.col-5 > .sub-menu > ul > li { width: 20%; }
.nm-menu .megamenu.col-6 > .sub-menu > ul > li { width: 16.66667%;
}
.nm-menu .megamenu.col-1 > .sub-menu > ul > li:nth-child(1n+1),
.nm-menu .megamenu.col-2 > .sub-menu > ul > li:nth-child(2n+1),
.nm-menu .megamenu.col-3 > .sub-menu > ul > li:nth-child(3n+1),
.nm-menu .megamenu.col-4 > .sub-menu > ul > li:nth-child(4n+1),
.nm-menu .megamenu.col-5 > .sub-menu > ul > li:nth-child(5n+1),
.nm-menu .megamenu.col-6 > .sub-menu > ul > li:nth-child(6n+1) {
	clear: both; 
}
.nm-menu .megamenu > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a {
	color: #eee;
}
.nm-menu .megamenu .sub-menu li a {
	padding: 12px 28px;
	font-family: Montserrat,sans-serif;
}
.nm-menu .megamenu .sub-menu li.menu-item-has-children a:after {
	display: none;
}

/* Menus: Megamenu - Full width */
.nm-menu .megamenu.full {
    position: static;
}
.nm-menu .megamenu.full > .sub-menu {
    left: 0!important;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.nm-menu .megamenu.full > .sub-menu:before {
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	content: " ";
	width: 100%;
	height: 4px;
}
.nm-menu .megamenu.full > .sub-menu > ul {
    width: 100%;
    max-width: 645px!important;
    margin: 0 auto;
	height: 340px;
}
.nm-menu .megamenu.full .sub-menu li a,
.nm-menu .megamenu.full > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a{
	color: #001d3d!important;
}
.nm-menu .megamenu.full > .sub-menu > ul > li:not(.nm-menu-item-has-image) > a:hover,
.nm-menu .megamenu.full .sub-menu li a:hover {
	color: #0528f2!important;
}

/* Menus: Megamenu - Thumbnails */
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image {
    text-align: center;
    border-right: 1px solid #3e3e3e;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image:last-child {
    border-right: 0 none;
}
.nm-menu .megamenu > .sub-menu > ul > li.nm-menu-item-has-image > a {
    display: block;
}
.nm-menu .sub-menu li img {
    display: none;
}
.nm-menu .megamenu > .sub-menu > ul > li > a img {
	display: block;
	width: auto;
    max-height: 80px;
    margin: 0 auto 26px;
}
.nm-menu .megamenu > .sub-menu > ul > li > a .nm-menu-item-image-title {
    display: inline-block;
}

/* Main menu */
.nm-main-menu-wrap {
    position: static;
}
.nm-main-menu {
	display: block;
}
.nm-header.default .nm-main-menu {
	float: left;
	/*width: 85%;*/
    display: flex;
}
.nm-main-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin: 0 auto;
}


/* Menu icon */
.nm-menu-icon {
	position: relative;
	width: 21px;
	height: 16px;
}
.nm-menu-icon span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(0); -moz-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0);
	-webkit-transition: -webkit-transform 0.1s ease; -moz-transition: -moz-transform 0.1s ease; -o-transition: -o-transform 0.1s ease; transition: transform 0.1s ease;
	background: #282828;
}
.nm-menu-icon span.line-1 {
	top: 0;
}
.nm-menu-icon span.line-2 {
	top: 7px;
}
.nm-menu-icon span.line-3 {
	top: 14px;
}
.mobile-menu-open .nm-menu-icon span.line-1 {
	top: 7px;
	-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.mobile-menu-open .nm-menu-icon span.line-2 {
	background: none;
}
.mobile-menu-open .nm-menu-icon span.line-3 {
	top: 7px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}


/* Right menu */
.nm-right-menu-wrap {
    position: static;
}
.nm-right-menu {
	float: right;
	margin-right: -16px;
}
.nm-right-menu > ul {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

/* Right menu: Cart */
.nm-menu-cart .count {
	position: relative;
	top: -18px;
	display: inline-block;
	font-size: 14px;
	color: #dc9814;
}

/* Right menu: Search */
/*.header-search-open #nm-menu-search-btn {
	opacity: 0.41;
}*/


/* Menu offscreen button */
.nm-menu li.nm-menu-offscreen {
	position: relative;
	display: none;
}
.nm-menu li.nm-menu-offscreen a {
	display: inline-block;
	font-size: 0;
	line-height: 16px;
}

/* Menu offscreen button: Cart count */
.nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
	display: none;
	position: absolute;
	top: 5px;
	right: 100%;
	font-size: 14px;
	line-height: 1;
	color: #dc9814;
	margin-right: -6px;
}
.mobile-menu-open.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count { /* Hide cart-count when menu is open */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}


/* Menu: UberMenu */
.nm-ubermenu-wrap {
	position: relative;
}
.nm-ubermenu-wrap .nm-main-menu-wrap {
	position: static;
}

.nm-header.default .ubermenu {
	float: left;
	clear: none;
}
.nm-ubermenu-wrap .nm-main-menu {
	display: none;
}
.ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	font-size: 16px;
	line-height: 1;
	padding: 16px;
}
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-item:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-parent:not(.ubermenu-active) > .ubermenu-target,
.ubermenu-skin-vanilla .ubermenu-item-level-0.ubermenu-current-menu-ancestor:not(.ubermenu-active) > .ubermenu-target {
	color: inherit;
}
.ubermenu-skin-vanilla.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-item-level-0 > .ubermenu-target:after {
	display: none;
}
@media all and (max-width: 959px) {
	/* Menu: UberMenu */
	.nm-ubermenu-wrap .ubermenu {
		display: none;
	}
	.nm-ubermenu-wrap .nm-main-menu {
		display: block;
	}
	.nm-ubermenu-wrap .ubermenu-responsive-toggle,
	.nm-ubermenu-wrap .ubermenu-sticky-toggle-wrapper {
    	display: none;
	}
	
	/* Right menu (UberMenu active) */
	.nm-ubermenu-wrap .nm-right-menu ul li {
		display: none;
	}
	.nm-ubermenu-wrap .nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button (UberMenu active) */
	.nm-ubermenu-wrap .nm-menu li.nm-menu-offscreen {
		display: block;
	}
}

@media all and (max-width: 991px) {
	.nm-header-placeholder {
        height: 70px;
	}
	.nm-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* Logo */
	.nm-header.default .nm-header-logo {
		margin-right: 0;
	}
	.nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .nm-menu li a {
        padding-left: 2px;
    }
    
	/* Main menu */
	.nm-main-menu ul li {
		display: none;
	}
	
	/* Right menu */
	.nm-right-menu ul li {
		/*display: none;*/
	}
	.nm-right-menu ul li.nm-menu-cart {
		display: block;
	}
	
	/* Menu offscreen button */
	.nm-menu li.nm-menu-offscreen {
		display: block;
	}
}
@media all and (max-width: 550px) {
    /* Menu */
    .nm-menu li a {
        padding-left: 0;
    }
    
    /* Main menu */
    .nm-main-menu {
        margin-left: 0;
    }
    
    /* Menu icon */
    .header-mobile-default .nm-menu-icon {
        width: 18px;
    }
    
    /* Right menu: Cart */
    .header-mobile-default .nm-menu-cart.no-icon .nm-menu-cart-title {
        display: none;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count {
        position: relative;
        top: 0;
        display: inline;
        font-size: inherit;
        color: inherit !important;
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:before {
        display: inline;
        content: "(";
    }
    .header-mobile-default .nm-menu-cart.no-icon .count:after {
        display: inline;
        content: ")";
    }
}
@media all and (max-width: 400px) {
	/* Logo */
	.nm-header-logo img {
		height: 16px;
	}
	
    /* Menu */
    .header-mobile-default .nm-menu li a {
        /*font-size: 14px;*/
        padding-right: 12px;
    }
    .header-mobile-alt .nm-menu li a {
        /*padding-left: 12px;*/
    }
    
    /* Menu icon */
    .header-mobile-default .nm-menu-icon {
        height: 14px;
    }
    .header-mobile-default .nm-menu-icon span.line-2,
    .header-mobile-default .mobile-menu-open .nm-menu-icon span.line-1,
    .header-mobile-default .mobile-menu-open .nm-menu-icon span.line-3 {
        top: 6px;
    }
	
    /* Right menu */
    .nm-right-menu {
        margin-right: -12px;
    }
    .header-mobile-alt .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    
    /* Right menu: Cart */
    .header-mobile-default .nm-menu-cart.no-icon .count {
        font-size: 14px;
    }
    
    /* Menu offscreen button: Cart count */
    .header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
        /*display: block;*/
    }
}


/* #Header: Menu centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.menu-centered .nm-header-logo {
    float: left;
    width: 25%;
}

/* Main menu + Right menu */
.nm-header.menu-centered .nm-main-menu > ul,
.nm-header.menu-centered .nm-right-menu > ul {
    text-align: left;
}

/* Main menu */
.nm-header.menu-centered .nm-main-menu {
	float: left;
    width: 50%;
    text-align: center;
}

/* Right menu */
.nm-header.menu-centered .nm-right-menu {
	max-width: 25%;
    margin-right: 0;
}
.nm-header.menu-centered .nm-right-menu > ul {
    margin-right: -16px;
}

/* Menu offscreen button */
.nm-header.menu-centered .nm-menu li.nm-menu-offscreen {
	padding-left: 1px;
}

@media all and (max-width: 991px) {
	/* Logo */
    .nm-header.menu-centered .nm-header-logo {
        width: auto;
    }
    
    /* Main menu */
    .nm-header.menu-centered .nm-main-menu {
        display: none;
    }
    
    /* Right menu */
    .nm-header.menu-centered .nm-right-menu {
        max-width: none;
    }
}


/* #Header: Centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.centered .nm-header-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}

/* Menu */
.nm-header.centered .nm-menu > li > a {
	padding: 16px 12px;
}

/* Main menu */
.nm-header.centered .nm-main-menu {
	margin-left: -12px;
}

/* Right menu */
.nm-header.centered .nm-right-menu {
	margin-right: -12px;
}

/* Menu: UberMenu */
.nm-header.centered .ubermenu-skin-vanilla {
	margin-left: -12px;
}
.nm-header.centered .ubermenu-skin-vanilla.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-target {
	padding: 16px 12px;
}

@media all and (max-width: 400px) {
	/* Logo */
	.header-mobile-alt .nm-header.centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);
	}
    
    /* Main menu */
	.header-mobile-alt .nm-header.centered .nm-main-menu-wrap {
		width: 100%;
	}
	.header-mobile-alt .nm-header.centered .nm-main-menu {
		float: right;
		margin-right: -12px;
		margin-left: 0;
	}
    
    /* Right menu */
	.header-mobile-alt .nm-header.centered .nm-right-menu-wrap {
		display: none;
	}
}


/* #Header: Stacked
--------------------------------------------------------------- */

/* Logo */
.nm-header.stacked .nm-header-logo {
    padding-bottom: 0;
}

/* Main menu */
.nm-header.stacked .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked .nm-header-logo {
        float: left;
        line-height: inherit;
        margin-right: 37px;
        padding-bottom: 0;
    }
}


/* #Header: Stacked logo centered
--------------------------------------------------------------- */

/* Logo */
.nm-header.stacked-logo-centered .nm-header-logo {
    padding-bottom: 0;
    text-align: center;
}
.nm-header.stacked-logo-centered .nm-header-logo a {
    display: inline-block;
}

/* Main menu */
.nm-header.stacked-logo-centered .nm-main-menu {
	float: left;
    margin-left: -16px;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-logo-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-logo-centered .nm-main-menu {
        display: none;
    }

    /* Right menu */
    .nm-header.stacked-logo-centered .nm-right-menu {
        display: block;
        float: none;
        margin-right: -12px;
    }
    .nm-header.stacked-logo-centered .nm-right-menu > ul {
        width: 100%;
    }
    .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-cart {
        float: right;
    }
}
@media all and (max-width: 400px) {
    /* Logo */
	.header-mobile-alt .nm-header.stacked-logo-centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);
	}
    
    /* Right menu */
    .header-mobile-alt .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    .header-mobile-alt .nm-header.stacked-logo-centered .nm-right-menu ul li.nm-menu-offscreen {
        float: right;
    }
    
    /* Menu offscreen button: Cart count */
	.header-mobile-alt .nm-header.stacked-logo-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
		display: block;
	}
}


/* #Header: Stacked centered
--------------------------------------------------------------- */

.nm-header.stacked-centered {
    text-align: center;
}

/* Logo */
.nm-header.stacked-centered .nm-header-logo {
    padding-bottom: 0;
}
.nm-header.stacked-centered .nm-header-logo a {
    display: inline-block;
}

/* Main menu + Right menu */
.nm-header.stacked-centered .nm-main-menu,
.nm-header.stacked-centered .nm-right-menu {
    display: inline-block;
    float: none;
    text-align: left;
}

/* Main menu */
.nm-header.stacked-centered .nm-main-menu {
    float: none;
    margin-left: 0;
}

/* Right menu */
.nm-header.stacked-centered .nm-right-menu {
    margin-right: 0;
}

@media all and (max-width: 991px) {
    /* Logo */
    .nm-header.stacked-centered .nm-header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
        padding-bottom: 0;
    }
    
    /* Main menu */
    .nm-header.stacked-centered .nm-main-menu {
        display: none;
    }

    /* Right menu */
    .nm-header.stacked-centered .nm-right-menu {
        display: block;
        margin-right: -12px;
    }
    .nm-header.stacked-centered .nm-right-menu > ul {
        width: 100%;
    }
    .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        float: right;
    }
}
@media all and (max-width: 400px) {
    /* Logo */
    .header-mobile-alt .nm-header.stacked-centered .nm-header-logo {
		left: 15px;
		-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);
	}
    
    /* Right menu */
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-cart {
        display: none;
    }
    .header-mobile-alt .nm-header.stacked-centered .nm-right-menu ul li.nm-menu-offscreen {
        float: right;
    }
    
    /* Menu offscreen button: Cart count */
    .header-mobile-alt .nm-header.stacked-centered .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
		display: block;
	}
}


/* #Header: Search
--------------------------------------------------------------- */

#nm-header-search {
    position: fixed;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1020;
	width: auto;
    overflow: hidden;
    background: #fff;
	max-height: 100%;
	overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease;
}
.nm-preload #nm-header-search {
    visibility: hidden;
    top: auto;
    bottom: -100%;
    opacity: 0;
}
.touch #nm-header-search {
	-webkit-overflow-scrolling: touch;
}
.header-search-open #nm-header-search {
    -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
}
.header-on-scroll:not(.header-search-open) #nm-header-search {
    visibility: hidden;
}
#nm-header-search .nm-header-search-wrap {
    padding: 18px 0 30px;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
#nm-header-search .nm-header-search-wrap.redirecting {
    opacity: 0.5;
    pointer-events: none;
}
#nm-header-search-form {
    position: relative;
    padding-left: 30px;
}
#nm-header-search-form.nm-loader:after {
	left: 3px;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 0;
}
#nm-header-search-form i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 18px;
    opacity: 0.5;
}
#nm-header-search-form.nm-loader i {
    display: none;
}
#nm-header-search-input {
	display: block;
	font-size: 22px;
	line-height: normal;
	font-family: inherit;
	width: 100%;
	padding: 7px 0;
	border: 0 none;
    border-bottom: 1px solid #dadada;
	background: none;
}
#nm-header-search-input::-ms-clear { /* IE: Remove "X" button */
	width: 0;
	height: 0;
}
#nm-header-search ::-webkit-input-placeholder { opacity: 1; }
#nm-header-search ::-moz-placeholder { opacity: 1; }
#nm-header-search :-ms-input-placeholder { opacity: 1; }

/* Search: Close button */
#nm-header-search-close {
	position: absolute;
	top: 32px;
	right: 27px;
	z-index: 10;
	font-size: 24px;
	line-height: 1;
    color: inherit;
}

/* Search: Notice */
#nm-header-search-notice {
	font-size: 14px;
	line-height: normal;
	color: #aaa;
    height: 0;
	margin-left: 30px;
    white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
	cursor: default;
}
#nm-header-search-notice.show {
	height: 28px;
	opacity: 1;
}
#nm-header-search-notice span {
	display: block;
	padding-top: 14px;
}

/* Search: Suggestions */
#nm-search-suggestions {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;
}
#nm-search-suggestions.show {
    opacity: 1;
}
#nm-search-suggestions.doing-search {
    opacity: 0.5;
}

/* Search: Suggestions - Notice */
#nm-search-suggestions-notice {
    display: none;
    line-height: normal;
    color: #aaa;
    margin-top: 25px;
    white-space: nowrap;
}
#nm-search-suggestions-notice.show {
    display: block;
}
#nm-search-suggestions-notice span {
    display: none;
}
#nm-search-suggestions-notice.press-enter .txt-press-enter,
#nm-search-suggestions-notice.has-results .txt-has-results,
#nm-search-suggestions-notice.no-results .txt-no-results {
    display: block;
}

/* Search: Suggestions - Products */
#nm-search-suggestions-product-list li {
    padding-top: 26px;
    padding-bottom: 16px;
}
#nm-search-suggestions-product-list li a {
    color: inherit;
}
#nm-search-suggestions-product-list img {
    display: block;
    width: 100%;
}
#nm-search-suggestions-product-list h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0px;
	font-family: Montserrat,sans-serif;
    color: #001d3d!important;
	font-weight: 400;
}
#nm-search-suggestions-product-list .price {
    display: block;
    color: #282828;
    padding-top: 2px;
}
.product-show-filter p{
	color: #001d3d!important;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: Prosto One,sans-serif;
	font-size: 12px;
}
/* WP admin bar - https://developer.wordpress.org/reference/functions/_admin_bar_bump_cb/ */
.admin-bar #nm-header-search {
    padding-top: 32px;
}

@media (max-width: 1400px) {
    #nm-header-search-input {
        padding-right: 36px;
    }
    
    /* Search: Close button */
    #nm-header-search-close {
        top: 28px;
        font-size: 22px;
    }
}
@media (max-width: 1080px) {
    /* Search: Suggestions - Products */
    #nm-search-suggestions-product-list li {
        padding-bottom: 0;
    }
}
@media all and (max-width: 991px) {
    #nm-header-search {
        /*display: none;*/
    }
}
@media all and (max-width: 1019px) and (min-width: 750px) {
	/* Search: Suggestions - Products */
    #nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-4 > li:nth-of-type(n+5),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-5 > li:nth-of-type(n+6),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-6 > li:nth-of-type(n+7),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-7 > li:nth-of-type(n+8),
	#nm-search-suggestions-product-list.block-grid-single-row.medium-block-grid-8 > li:nth-of-type(n+9) {
        display: none;
    }
}


/* #Mobile menu
--------------------------------------------------------------- */

#nm-mobile-menu {
	position: absolute;
    top: -100%;
	left: 0;
	z-index: -1;
	width: 100%;
    opacity: 0;
	overflow: hidden;
    background: #fff;
}
.header-fixed #nm-mobile-menu {
	position: fixed;
    z-index: 1001;
}
.top-bar-mobile-rc:not(.header-on-scroll) #nm-mobile-menu,
.top-bar-mobile-lc:not(.header-on-scroll) #nm-mobile-menu {
    /*padding-top: 38px;*/
}
.mobile-menu-open #nm-mobile-menu {
    top: 0;
    opacity: 1;
    z-index: 1001;
}
.csstransforms #nm-mobile-menu {
    -webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.csstransforms3d #nm-mobile-menu {
    -webkit-transform: translate3d(0, -150px, 0); transform: translate3d(0, -150px, 0);
}
.csstransforms3d .mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.no-csstransforms3d #nm-mobile-menu {
    -webkit-transform: translateY(-150px); transform: translateY(-150px);
}
.no-csstransforms3d .mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translateY(0); transform: translateY(0);
}

.header-fixed #nm-mobile-menu .nm-mobile-menu-scroll { /* Scroll only needed when the mobile-menu (and header) is fixed */
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#nm-mobile-menu .nm-mobile-menu-content {
    padding: 0 0 17px;
}
.header-border-0 #nm-mobile-menu .nm-mobile-menu-content {
    border-top: 1px solid #eee;
}

/* Mobile menu: Menus */
#nm-mobile-menu a{
    font-size: 12px!important;
}
#nm-mobile-menu li {
	position: relative;
    border-bottom: 1px solid #eee;
}
#nm-mobile-menu li:first-child {
    margin-top: 17px;
}
#nm-mobile-menu li:last-child {
    border-bottom: none;
}
#nm-mobile-menu li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu a {
	display: inline-block;
	line-height: 2;
	color: #282828;
	padding: 6px 0;
	white-space: nowrap;
}
#nm-mobile-menu ul li .nm-menu-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
    height: 28px;
    font-family: 'nm-font';
    font-size: 11px;
	line-height: 28px;
    font-weight: normal;
    color: #282828;
    padding-left: 10px;
}
#nm-mobile-menu ul li .nm-menu-toggle:before {
    display: block;
    content: "\e114";
}
#nm-mobile-menu ul > li.active > .nm-menu-toggle:before {
    content: "\e115";
}
#nm-mobile-menu ul li.menu-item-has-children > .nm-menu-toggle {
	display: inline-block;
}

/* Mobile menu: Menus - Label */
#nm-mobile-menu a .label {
	position: relative;
	top: -7px;
	font-size: 10px;
	color: #282828;
	padding-left: 2px;
	text-transform: uppercase;
}
#nm-mobile-menu a .label.bubble {
	color: #fff !important;
	margin-left: 1px;
    padding: 1px 2px 0;
    -webkit-border-radius: 3px; border-radius: 3px;
    background: #282828;
}

/* Mobile menu: Sub menus */
#nm-mobile-menu ul ul {
	display: none;
	padding: 16px 0 13px;
    border-top: 1px solid #eee;
}
#nm-mobile-menu ul ul.open {
    display: block;
}
#nm-mobile-menu ul ul ul {
	padding: 4px 0;
    border-top: 0 none;
}
#nm-mobile-menu ul ul li {
	cursor: default;
    border-bottom: 0 none;
}
#nm-mobile-menu ul ul li:first-child {
    margin-top: 0;
}
#nm-mobile-menu ul ul li.menu-item-has-children {
	cursor: pointer;
}
#nm-mobile-menu ul ul a {
    padding: 0 0 3px;
    text-indent: 15px;
}
#nm-mobile-menu ul ul ul a {
    text-indent: 30px;
}
#nm-mobile-menu ul ul ul ul a {
    text-indent: 45px;
}
#nm-mobile-menu ul ul li .nm-menu-toggle {
    top: 1px;
}

/* Mobile menu: Sub menus - Thumbnails */
#nm-mobile-menu ul .mobile-thumbnail-menu > ul {
    padding: 28px 0 0;
	overflow: hidden;
}
#nm-mobile-menu ul .mobile-thumbnail-menu ul > li {
	float: left;
	width: 20%;
	margin-bottom: 19px;
    text-align: center;
}
#nm-mobile-menu ul .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
    clear: both;
}
#nm-mobile-menu ul .mobile-thumbnail-menu ul li a {
	line-height: 1.3;
    white-space: normal;
    padding: 0;
}
#nm-mobile-menu ul ul li img {
	display: none;
}
#nm-mobile-menu ul .mobile-thumbnail-menu li img {
	display: block;
	width: auto;
	max-height: 54px;
	height: auto;
	margin: 0 auto 11px;
}

@media all and (max-width: 550px) {
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li {
        width: 33.33333%;
    }
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: both;
    }
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li:nth-child(5n+1) {
        clear: none;
    }
}
@media all and (max-width: 370px) {
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li {
        width: 50%;
    }
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li:nth-child(2n+1) {
        clear: both;
    }
    #nm-mobile-menu ul .mobile-thumbnail-menu ul > li:nth-child(3n+1) {
        clear: none;
    }
}

/* Mobile menu: Top menu */
.header-mobile-default #nm-mobile-menu .nm-mobile-menu-item-cart,
#nm-mobile-menu .nm-mobile-menu-item-cart {
	display: none;
}
#nm-mobile-menu .nm-mobile-menu-item-cart > a {
    display: block;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count {
	position: absolute;
    right: 0;
    top: 6px;
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:before {
    display: inline;
    content: "(";
}
#nm-mobile-menu .nm-mobile-menu-item-cart .count:after {
    display: inline;
    content: ")";
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
    margin-top: 15px;
    padding: 6px 0;
    border-bottom-color: #e1e1e1;
    display: none;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search form {
    position: relative;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search input {
	font-size: 18px;
	line-height: 2;
	color: #707070;
	width: 100%;
    padding: 0 0 0 28px;
	border: 0 none;
    background: transparent;
}
#nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search span {
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 18px;
    color: #707070;
    opacity: 0.5;
}

/* Mobile menu: Main menu */
#nm-mobile-menu .nm-mobile-menu-main {
    padding: 0px 30px;
}

/* Mobile menu: Secondary menu */
#nm-mobile-menu .nm-mobile-menu-secondary li:last-child {
    border-bottom: 0 none;
}

@media all and (max-width: 400px) {
	/* Mobile menu: Top menu */
	#nm-mobile-menu .nm-mobile-menu-item-cart {
		/*display: block;*/
	}
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 0;
        padding: 6px 0;
    }
    .header-mobile-default #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search {
        margin-top: 17px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search input {
        font-size: inherit;
        padding-left: 24px;
    }
    #nm-mobile-menu .nm-mobile-menu-top .nm-mobile-menu-item-search span {
        top: 7px;
        font-size: 16px;
    }
}


/* #Widget panel
--------------------------------------------------------------- */

#nm-widget-panel {
	position: fixed;
    top: 0;
    left: 100%;
	z-index: 1020;
	line-height: 1.2;
    width: 500px;
    height: 100%;
	overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;
	background: #fff;
}
.touch-orientation-change #nm-widget-panel {
    visibility: hidden;
}
.widget-panel-open #nm-widget-panel {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
}
.nm-widget-panel-inner {
    width: auto;
    height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}
.touch .nm-widget-panel-inner {
	-webkit-overflow-scrolling: touch;
}
.touch .nm-widget-panel-inner::-webkit-scrollbar { /* Hide scrollbar in webKit browsers */
	-webkit-appearance: none;
	width: 0 !important;
}
/*#nm-widget-panel a:hover {
    color: inherit;
}*/

/* Header */
.nm-widget-panel-header {
    position: relative;
    z-index: 110;
    font-size: 16px;
	line-height: 1;
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-widget-panel-header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0px);
}
.nm-widget-panel-header-inner {
    height: 79px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
}
/* Header: Cart title */
.nm-cart-panel-title {
    display: none;
    opacity: 0.5;
}
.nm-cart-panel-title .count:before {
    display: inline;
    content: "(";
}
.nm-cart-panel-title .count:after {
    display: inline;
    content: ")";
}
/* Header: Close button */
#nm-widget-panel-close {
    display: block;
    color: #282828;
    padding-top: 32px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
.nm-widget-panel-close-title {
    float: right;
}

/* Cart panel: Loader overlay */
#nm-cart-panel-loader {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 105;
	width: 1px;
	height: 1px;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #fff;
}
#nm-cart-panel-loader.show {
	visibility: visible;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 79px;
    padding-left: 37px;
}
#nm-cart-panel-loader.fade-out {
	opacity: 0;
}
#nm-cart-panel-loader h5 {
	position: relative;
	font-size: 16px;
	color: #282828;
	margin-top: 21px;
    padding-left: 21px;
}
#nm-cart-panel-loader h5:after {
	top: 6px;
	right: auto;
	left: 0;
	margin: 0;
}

/* Cart panel: Empty */
#nm-widget-panel .product_list_widget .empty {
    display: none;
    font-size: 16px;
    min-height: none;
    margin-bottom: 0;
    padding: 21px 0 36px;
}
#nm-widget-panel .nm-cart-panel-empty .product_list_widget .empty {
    display: block;
}

/* Cart panel: Cart list */
.nm-cart-panel-list-wrap {
    padding: 0 37px;
}
.no-touch .nm-cart-panel-list-wrap {
    padding-top: 79px;
    padding-bottom: 175px;
}
#nm-widget-panel .product_list_widget {
    position: relative;
    color: #282828;
    padding: 7px 0 6px;
}
#nm-widget-panel .product_list_widget > li {
    display: table;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}
#nm-widget-panel .product_list_widget > li > div {
    display: table-cell;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
#nm-widget-panel .product_list_widget > li:nth-last-child(2) > div { /* Second last element ("empty" notice is last-child) */
    border-bottom-color: transparent;
}
#nm-widget-panel .product_list_widget li a {
    display: block;
    color: #282828;
}
/* Cart panel: Cart list - Block overlay */
#nm-widget-panel .product_list_widget .blockOverlay {
    height: calc(100% - 1px) !important;
    opacity: 1 !important;
    background: rgba(255,255,255, 0.82) !important;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .blockOverlay {
    background: rgba(51,51,51, 0.82) !important;
}
/* Cart panel: Cart list - Loader */
.nm-cart-item-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    z-index: 101;
    width: 100%;
    height: auto;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
/* Cart panel: Cart list - "Remove" button */
#nm-widget-panel .product_list_widget .remove {
    position: absolute;
    top: 7px;
    right: -1px;
    z-index: 100;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    text-align: right;
    opacity: 0.5;
}
.no-touch #nm-widget-panel .product_list_widget .remove:hover {
    opacity: 1;
}
/* Cart panel: Cart list - Thumbnail */
.nm-cart-panel-item-thumbnail {
    width: 60px;
}
#nm-widget-panel .product_list_widget li .nm-cart-panel-item-thumbnail {
    vertical-align: top;
}
.nm-cart-panel-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}
.nm-cart-panel-thumbnail-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
}
.loading .nm-cart-panel-thumbnail-loader {
    display: block;
}
#nm-widget-panel .product_list_widget li img {
    position: static;
    width: 100%;
    max-width: 102px;
    height: auto;
}
/* Cart panel: Cart list - Details */
.nm-cart-panel-item-details {
    padding-left: 19px;
}
.nm-cart-panel-item-details > * {
    padding-bottom: 4px;
}
.nm-cart-panel-item-details > *:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Title */
.nm-cart-panel-product-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
    padding-right: 20px;
}
.touch .nm-cart-panel-product-title {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
#nm-widget-panel .nm-cart-panel-quantity-pricing {
    line-height: 22px;
    width: 100%;
    overflow: hidden;
}
/* Cart panel: Cart list - Details - Variations */
#nm-widget-panel .variation {
    display: block;
    line-height: inherit;
    margin: 2px 0 3px;
}
#nm-widget-panel .variation li:last-child {
    padding-bottom: 0;
}
/* Cart panel: Cart list - Details - Quantity */
#nm-widget-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
#nm-widget-panel .product-quantity {
    float: left;
    font-size: 16px;
}
#nm-widget-panel .nm-quantity-wrap,
.shop_table.cart .nm-quantity-wrap{
    width: auto;
    border: 0 none;
    overflow: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 170px!important;
    justify-content: space-between;
}
#nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
    display: inline-block;
}
#nm-widget-panel .nm-quantity-wrap .quantity,
.shop_table.cart .nm-quantity-wrap .quantity{
    display: inline-block;
    /*margin-left: -7px;*/
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 120px;
}
.nm-quantity-wrap label{
	width: 45px;
	vertical-align: sub;
}
.widget-panel-qty-throttle .woocommerce-mini-cart-item.loading .quantity { /* Prevent quantity change when "throttle" is enabled via filter-hook */
    pointer-events: none;
    opacity: 0.5;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus,
#nm-widget-panel .quantity .qty {
    line-height: inherit;
    height: auto;
}
#nm-widget-panel .quantity .nm-qty-minus,
#nm-widget-panel .quantity .nm-qty-plus {
    font-size: 16px;
    line-height: 28px;
    width: 24px;
    vertical-align: top;
    -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
.shop_table.cart .product-quantity .quantity .nm-qty-minus,
.shop_table.cart .product-quantity .quantity .nm-qty-plus{
	font-size: 16px;
    line-height: 28px;
}
#nm-widget-panel .quantity .nm-qty-minus {
    text-align: right;
}
#nm-widget-panel .quantity .nm-qty-plus {
    text-align: left;
}
#nm-widget-panel .quantity .qty {
    font-size: 16px;
    width: 50px;    
}
/* Cart panel: Cart list - Details - Price */
#nm-widget-panel .nm-cart-panel-item-price {
    float: right;
}
#nm-widget-panel .nm-cart-panel-item-price .amount {
    font-size: 16px;
    color: inherit;
    margin-top: 0;
}
#nm-widget-panel .nm-cart-panel-item-price .tax_label {
    display: none;
}

/* Cart panel: Summary */
.nm-cart-panel-summary {
    color: #282828;
    width: 100%;
    padding: 0 37px;
}
.no-touch .nm-cart-panel-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 102;
}
.nm-cart-panel-summary-inner {
    padding: 0 0 37px;
    overflow: hidden;
    background: #fff;
}
#nm-widget-panel .total {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 37px;
    padding: 21px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#nm-widget-panel .total strong {
    font-weight: inherit;
}
#nm-widget-panel .nm-cart-panel-summary-subtotal {
    float: right;
}
#nm-widget-panel .buttons {
    margin-bottom: 0;
}
#nm-widget-panel .buttons a:first-child {
    color: #777;
}
#nm-widget-panel .buttons .button {
    display: inline-block;
    width: 48%;
    padding: 12px;
	background: #1D46E9;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Prosto One,sans-serif;
    padding: 12px 14px 12px;
}
#nm-widget-panel .buttons a:first-child {
    color: #1D46E9;
	background: transparent;
	border: 1px solid #1D46E9;
}
#nm-widget-panel .buttons a:first-child:hover{
	color: #fff!important;
	background: #001d3d;
	border: 1px solid #001d3d;
}
.wc-proceed-to-checkout{
	padding-top: 0px;
}
.wc-proceed-to-checkout .button{
	background: #1D46E9;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Prosto One,sans-serif;
    padding: 12.5px 14px 12.5px;
}
.shop_table.cart .actions .button{
	font-family: Prosto One,sans-serif;
	border-radius: 25px;
	padding: 12.5px 14px 12.5px;
	text-transform: uppercase;
	color: #1D46E9;
	background: transparent;
	border: 1px solid #1D46E9;
}
.shop_table.cart .actions button{
	/*display: none;*/
}
@media (max-width: 768px){
	#nm-cart-continue-button {
		width: 100%;
		margin-bottom: 15px;
		display: block;
	}
}
#place_order,
form.checkout.woocommerce-checkout input.button{
	background: #1D46E9;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Prosto One,sans-serif;
    padding: 13.5px 14px 13.5px;
    width: 100%;
}
#place_order:hover,
form.checkout.woocommerce-checkout input.button:hover{
	background: #001d3d;
	opacity: 1;
}
.shop_table.cart .actions .button.border:not([disabled]):hover{
	color: #fff;
	background: #1D46E9;
	border: 1px solid #1D46E9;
}
.shop_table.cart .actions .button:hover{	
	color: #fff!important;
	background: #001d3d!important;
	border: 1px solid #001d3d!important;
}
.wc-proceed-to-checkout .button:hover{
	color: #fff!important;
	background: #001d3d!important;	
	opacity: 1;
}
#nm-widget-panel .buttons .button.checkout {
    float: right;
    padding: 13px;
}
#nm-widget-panel .buttons .button.checkout:hover {
    color: #fff!important;
    background: #001d3d;    
	opacity: 1;
}
form.woocommerce-checkout .woocommerce-input-wrapper input,
form.woocommerce-checkout .woocommerce-input-wrapper textarea,
form.woocommerce-checkout .woocommerce-input-wrapper select,
.woocommerce-MyAccount-content .form-row .input-text{
	border: 1px solid #EBEDF2;
    border-radius: 25px;
    padding: 10px 15px 10px 15px;
    color: #001D3D;
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--single{
	border-radius: 25px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #1D46E9;
}
form.woocommerce-checkout .woocommerce-input-wrapper input::placeholder,
form.woocommerce-checkout .woocommerce-input-wrapper textarea::placeholder{
  	color: #001D3D;
	font-weight: 500;
	font-style: italic;
	opacity: 1;
}
/* Cart panel: Summary - Cart empty */
#nm-widget-panel .nm-cart-panel-empty .total,
#nm-widget-panel .nm-cart-panel-empty .buttons {
    display: none;
}
/* Cart panel: Summary - Cart empty button */
#nm-widget-panel .buttons.nm-cart-empty-button {
    display: none;
}
.no-touch #nm-widget-panel .buttons.nm-cart-empty-button {
    padding-bottom: 9px;
}
#nm-widget-panel .nm-cart-panel-empty .buttons.nm-cart-empty-button {
    display: block;
}
#nm-widget-panel .buttons.nm-cart-empty-button .button {
    display: block;
    width: 100%;
}

/* Color scheme: Dark */
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-cart-panel-loader,
.widget-panel-dark .nm-cart-item-loader,
.widget-panel-dark .nm-cart-panel-summary-inner,
.widget-panel-dark #nm-widget-panel {
    background: #333;
}
.widget-panel-dark .nm-widget-panel,
.widget-panel-dark #nm-widget-panel .product_list_widget,
.widget-panel-dark #nm-widget-panel .product_list_widget .remove,
.widget-panel-dark #nm-widget-panel .variation,
.widget-panel-dark #nm-widget-panel ul.variation li > div:first-child,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus,
.widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .qty {
    color: #a5a5a5;
}
.widget-panel-dark #nm-cart-panel-loader h5,
.widget-panel-dark #nm-widget-panel-close,
.widget-panel-dark #nm-widget-panel .product_list_widget .empty,
.no-touch .widget-panel-dark #nm-widget-panel .product_list_widget .remove:hover,
.widget-panel-dark #nm-widget-panel .nm-cart-panel-item-price .amount,
.widget-panel-dark #nm-widget-panel .product_list_widget li a,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-minus:hover,
.no-touch .widget-panel-dark #nm-widget-panel .nm-quantity-wrap .quantity .nm-qty-plus:hover,
.widget-panel-dark #nm-widget-panel .buttons a:first-child,
.widget-panel-dark .nm-cart-panel-summary {
    color: #eee;
}
.widget-panel-dark #nm-widget-panel .product_list_widget .remove {
    opacity: 1;
}
.widget-panel-dark .nm-widget-panel-header-inner,
.widget-panel-dark #nm-widget-panel .product_list_widget > li > div,
.widget-panel-dark #nm-widget-panel .total {
    border-color: #464646;
}
.widget-panel-dark #nm-widget-panel .product_list_widget > li:nth-last-child(2) > div {
    border-bottom-color: transparent;
}
.widget-panel-dark #nm-widget-panel .buttons .button.border {
    border-color: #5f5f5f;
}
.widget-panel-dark .nm-cart-panel-thumbnail-loader {
    background: rgba(255, 255, 255, 0.82);
}

@media all and (max-width: 2100px) {
    #nm-widget-panel {
		width: 410px;
	}
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 231px;
    }
    
	/* Cart panel: Summary */
    #nm-widget-panel .buttons .button {
        display: block;
        width: 100%;
    }
    #nm-widget-panel .buttons .button.checkout {
        float: none;
        margin-top: 12px;
        padding: 12px;
    }
}
@media all and (max-width: 991px) {
    /* Header */
    .nm-widget-panel-header-inner {
        height: 70px;
    }
    
    /* Header: Close button */
    #nm-widget-panel-close {
        padding-top: 28px;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-top: 70px;
    }
    
    /* Cart panel: Cart list */
    .no-touch .nm-cart-panel-list-wrap {
        padding-top: 70px;
    }
}
@media all and (max-width: 550px) {
	#nm-widget-panel {
		width: 370px;
	}
    
    /* Header */
    .nm-widget-panel-header {        
        padding-right: 21px;
        padding-left: 21px;
    }
    /* Header: Cart title */
    .nm-cart-panel-title {
        display: inline-block;
    }
    
    /* Cart panel: Loader overlay */
    #nm-cart-panel-loader.show {
        padding-left: 21px;
    }
    
    /* Cart panel: Cart list */
    .nm-cart-panel-list-wrap {
        padding-right: 21px;
        padding-left: 21px;
    }
    .no-touch .nm-cart-panel-list-wrap {
        padding-bottom: 195px;
    }
    /* Cart panel: Cart list - Details */
    .nm-cart-panel-item-details {
        padding-left: 15px;
    }
	
	/* Cart panel: Summary */
    .nm-cart-panel-summary {
        padding-right: 21px;
        padding-left: 21px;
    }
    .nm-cart-panel-summary-inner {
        padding-bottom: 21px;
    }
    #nm-widget-panel .total {
        margin-bottom: 21px;
        padding-top: 19px;
        padding-bottom: 18px;
    }
    #nm-widget-panel .buttons .button {
        margin-top: 15px;
    }
}
@media all and (max-width: 385px) {
	#nm-widget-panel {
        width: calc(100% - 15px);
	}
    
    /* Cart panel: Cart list - Loader */
    .loading .nm-cart-item-loader {
        display: block;
        opacity: 0.82;
    }
    /* Cart panel: Cart list - Thumbnail */
    .loading .nm-cart-panel-thumbnail-loader {
        display: none;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-widget-panel .nm-quantity-wrap label.nm-qty-label-abbrev {
        display: none;
    }
    #nm-widget-panel .nm-quantity-wrap .quantity {
        margin-left: 0px;
    }
}
@media all and (max-width: 320px) {
    /* Cart panel: Cart list - Details - Title */
    #nm-widget-panel .nm-cart-panel-product-title {
        font-size: inherit;
        line-height: inherit;
    }
    /* Cart panel: Cart list - Details - Quantity */
    #nm-widget-panel .nm-cart-panel-quantity-pricing > span.quantity, /* Individual products (quantity text only) */
    #nm-widget-panel .product-quantity,
    #nm-widget-panel .quantity .qty {
        font-size: inherit !important;
    }
    /* Cart panel: Cart list - Details - Price */
    #nm-widget-panel .nm-cart-panel-item-price .amount {
        font-size:  inherit !important;
    }
}


/* #Pagination
--------------------------------------------------------------- */

.nm-pagination {
	overflow: hidden;
}
.nm-pagination.nm-infload {
	display: none;
}
.page-numbers {
	width: 100%;
	overflow: hidden;
}
.page-numbers li {
	float: left;
}
.page-numbers li a,
.page-numbers li span {
	font-size: 16px;
	color: inherit;
	padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
	padding-left: 0;
}
.page-numbers li a:hover,
.page-numbers li span.current {
    color: #dc9814;
}


/* #Blog
--------------------------------------------------------------- */

.nm-blog-wrap {
	padding: 0 0 62px;
}
.nm-blog.nm-blog-categories-disabled {
    padding-top: 56px;
}

#nm-blog-list.nm-search-results > div,
#nm-blog-list > .post {
    -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
#nm-blog-list.nm-search-results > div.fade-out,
#nm-blog-list > .post.fade-out {
    opacity: 0;
}

/* Heading */
.nm-blog-heading {
	padding: 34px 0 114px;
}
.nm-blog-heading h1 {
	font-size: 18px;
	line-height: 1.4;
	color: inherit;
}
.nm-blog-heading h1 strong {
	font-weight: inherit;
	color: #282828;
}

/* Sticky post */
.nm-blog .sticky .nm-post-thumbnail:before,
.nm-blog .category-sticky .nm-post-thumbnail:before {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 100;
	content: "*";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 1;
	color: #dc9814;
}

/* Categories */
.nm-blog-categories-wrap {
	padding-top: 29px;
	padding-bottom: 108px;
}

/* Categories: Toggle link */
.nm-blog-categories-toggle {
	display: none;
}
.nm-blog-categories-toggle li a {
	font-size: 18px;
	color: #888;
}
.nm-blog-categories-toggle li a.active,
.nm-blog-categories-toggle li a:hover {
	color: #282828;
}
.nm-blog-categories-toggle li .count {
    font-size: 14px;
    font-style: normal;
	color: #c0c0c0;
	vertical-align: top;
    padding-left: 1px;
}

/* Categories: List */
.nm-blog-categories-list li {
	display: inline-block;
	vertical-align: middle;
}
.nm-blog-categories-list li a {
	font-size: 18px;
	line-height: 2;
	color: inherit;
	margin: 0 17px;
}
.nm-blog-categories-list li a:hover {
	color: #dc9814;
}
.nm-blog-categories-list li:first-child a {
	margin-left: 0;
}
.nm-blog-categories-list li:last-child a {
	margin-right: 0;
}
.nm-blog-categories-list li.current-cat a {
	color: #dc9814;
}
.nm-blog-categories-list li span {
	color: #ccc;
}

/* Categories: List (no separator) */
.nm-blog-categories-list.list_nosep li a {
	margin: 0 19px 0 0;
}
.nm-blog-categories-list.list_nosep li.current-cat a {
	padding-bottom: 0;
}
.nm-blog-categories-list.list_nosep li span {
	display: none;
}

/* Categories: Columns */
.nm-blog-categories-list.columns {
	overflow: hidden;
}
.nm-blog-categories-list.columns li {
	display: block;
	float: left;
	padding-right: 17px;
	padding-bottom: 0;
}
.nm-blog-categories-list.columns li a {
	font-size: 16px;
	margin: 0;
}
.nm-blog-categories-list.columns li.current-cat a {
	padding-bottom: 1px;
}
.nm-blog-categories-list.columns li span {
	display: none;
}

/* Term (category/tag) description */
.nm-term-description {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 38px;
}

/* Meta */
.nm-post-meta {
	position: relative;
	color: #a0a0a0;
	padding-left: 51px;
}
.nm-post-meta:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: " ";
	width: 37px;
	height: 1px;
	background: #dadada;
}

/* Page links - wp_link_pages() */
.page-links {
	margin-top: 11px;
}

/* Pagination */
#nm-blog-pagination {
    position: relative;
}
.nm-blog-prev,
.nm-blog-next {
	width: 100%;
	max-width: 250px;
	margin-bottom: 10px;
}
.nm-blog-prev {
	float: left;
}
.nm-blog-next {
	float: right;
}
#nm-blog-pagination a {
	display: block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}

/* Pagination: Infinite load */
#nm-blog-pagination.infinite-load {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#nm-blog-pagination.all-pages-loaded {
    display: none;
}
#nm-blog-infinite-load {
    text-align: center;
}
#nm-blog-infinite-load a {
	padding: 23px 0;
	border: 0 none;
}
#nm-blog-infinite-load a:hover {
	color: #888;
    background: none;
}
.loading #nm-blog-infinite-load a {
    opacity: 0;
}

/* Pagination: WP-PageNavi */
#nm-blog-pagination .wp-pagenavi span.pages {
    margin-right: 10px;
}
#nm-blog-pagination .wp-pagenavi a,
#nm-blog-pagination .wp-pagenavi span.current {
    display: inline;
    margin: 2px;
    padding: 10px;
}
#nm-blog-pagination .wp-pagenavi a.previouspostslink,
#nm-blog-pagination .wp-pagenavi a.nextpostslink,
#nm-blog-pagination .wp-pagenavi a.last {
    background-color: #f5f5f5;
}

/* Sidebar */
.nm-blog.sidebar-right .nm-sidebar {
    padding-left: 34px;
}
.nm-blog.sidebar-left .nm-sidebar {
	padding-right: 34px;
}
.nm-blog.sidebar-left .nm-blog-content-col {
	float: right;
}
.nm-blog.sidebar-left .nm-blog-sidebar-col {
	float: left;
}
.nm-blog .nm-sidebar .widget:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 24px;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
	/* Categories: Toggle link */
	.nm-blog-categories .toggle-1 .nm-blog-categories-toggle {
		display: block;
	}
	
	/* Categories: Common */
	.nm-blog-categories .toggle-1 ul.nm-blog-categories-list {
		display: none;
		padding-top: 16px;
	}
    
    /* Pagination */
    .has-sidebar #nm-blog-pagination {
        margin-bottom: 64px;
    }
    
    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 0;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 0;
	}
}
@media all and (max-width: 768px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 38px;
    }
    
    /* Heading */
	.nm-blog-heading {
		padding-bottom: 55px;
	}
	
	/* Categories */
	.nm-blog-categories-wrap {
		padding-bottom: 39px;
	}
	
	/* Term (category/tag) description */
	.nm-term-description {
		font-size: 16px;
	}
}
@media all and (max-width: 610px) {
	/* Pagination */
	.nm-blog-prev,
	.nm-blog-next {
		width: 48%;
		max-width: none;
	}	
}
@media all and (max-width: 550px) {
	/* Categories: List */
	.nm-blog-categories-list li span {
		display: none;
	}
	.nm-blog-categories-list li a {
		margin: 0 24px 0 0;
	}
	.nm-blog-categories-list li:last-child a {
		margin-right: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 3px;
	}
}
@media all and (max-width: 400px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 31px;
    }
    
    /* Categories */
	.nm-blog-categories-wrap {
		padding-bottom: 30px;
	}
	
	/* Categories: List */
	.nm-blog-categories-list li {
		display: block;
	}
	.nm-blog-categories-list li:last-child {
		margin-bottom: 0;
	}
	.nm-blog-categories-list li a {
		font-size: 16px;
		margin: 0;
	}
	.nm-blog-categories-list li.current-cat a {
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	
	/* Categories: Columns */
	.nm-blog-categories-list.columns li {
		width: 100%;
	}
}


/* #Blog: Classic
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-classic {
    margin-bottom: 51px;
}

/* Title */
.nm-blog-classic .nm-post-title {
	font-size: 24px;
}
.nm-blog-classic .nm-post-title a {
	color: inherit;
}

/* Meta */
.nm-blog-classic .nm-post-meta {
    margin: 11px 0 24px;
}

/* Thumbnail */
.nm-blog-classic .nm-post-thumbnail {
	position: relative;
	padding-bottom: 24px;
}
.nm-blog-classic .nm-post-thumbnail a {
	display: block;
}
.nm-blog-classic .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Content/Excerpt */
.nm-blog-classic .nm-post-content {
    font-size: 16px;
}
.nm-post-content-comments-link {
    padding-top: 37px;
}
.nm-post-content-comments-link a {
    color: #282828;
}
.nm-post-content-comments-link a i {
    position: relative;
    top: 2px;
}
.nm-post-content-comments-link a span {
    padding-left: 10px;
}

/* Divider */
.nm-blog-classic .nm-post-divider {
	height: 1px;
    margin: 46px 0;
    background: #eee;
}
.nm-blog-classic .post:first-child .nm-post-divider {
    display: none;
}

@media all and (max-width: 1199px) {
	/* Divider */
	.nm-blog-classic .nm-post-divider {
		margin: 38px 0;
	}
}
@media all and (max-width: 767px) {
    /* Meta */
    .nm-blog-classic .nm-post-meta {
        margin: 11px 0 18px;
    }
    
    /* Thumbnail */
    .nm-blog-classic .nm-post-thumbnail {
        padding-bottom: 19px;
    }
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-classic .nm-post-title {
		font-size: 22px;
	}
    
    /* Content/Excerpt */
    .nm-blog-classic .nm-post-content {
        font-size: inherit;
    }
	
	/* Divider */
	.nm-blog-classic .nm-post-divider {
		margin: 27px 0 31px;
	}
}


/* #Blog: Grid
--------------------------------------------------------------- */

.nm-blog-grid [class*="block-grid-"] {
	margin: 0 -1.6%;
}
.nm-blog-grid [class*="block-grid-"] > li {
	padding: 0 1.6% 66px;
}

/* Thumbnail */
.nm-blog-grid .nm-post-thumbnail {
	position: relative;
	margin-bottom: 19px;
}
.nm-blog-grid .nm-post-thumbnail a {
	position: relative;
	display: block;
}
.nm-blog-grid .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Thumbnail overlay */
.nm-blog-grid .nm-post-thumbnail a:hover .nm-image-overlay {
	opacity: 1;
}

/* Meta */
.nm-blog-grid .nm-post-meta {
	margin-bottom: 14px;
}

/* Title */
.nm-blog-grid .nm-post-title {
	font-size: 22px;
	line-height: 1.2;
}
.nm-blog-grid .nm-post-title a {
	color: inherit;
}

/* Content/Excerpt */
.nm-blog-grid .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 14px;
}
.nm-blog-grid .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}
.nm-blog-grid .nm-post-content .nm-post-read-more {
	display: block;
	margin-top: 14px;
}
.nm-blog-grid .nm-post-content .nm-post-read-more i {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    vertical-align: text-bottom;
}

/* Media queries */
@media all and (max-width: 750px) {
	.nm-blog-grid [class*="block-grid-"] > li {
		padding-bottom: 53px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-grid .nm-post-title {
		font-size: 20px;	
	}
	
	/* Content/Excerpt */
	.nm-blog-grid .nm-post-content {
		font-size: 14px;
	}
}


/* #Blog: List
--------------------------------------------------------------- */

#nm-blog-list.nm-blog-list {
    margin-bottom: 51px;
}

/* Title */
.nm-blog-list .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-blog-list .nm-post-title a {
	color: inherit;
}

/* Thumbnail */
.nm-blog-list .nm-post-thumbnail {
	position: relative;
	padding-bottom: 28px;
}
.nm-blog-list .nm-post-thumbnail a {
	display: block;
}
.nm-blog-list .nm-post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Meta */
.nm-blog-list .nm-post-meta {
}

/* Content/Excerpt */
.nm-blog-list .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}
.nm-blog-list .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
}

/* Divider */
.nm-blog-list .nm-post-divider {
	line-height: 2;
	margin-top: 45px;
	padding-top: 27px;
	border-top: 1px solid #eee;
}
.nm-blog-list .post:first-child .nm-post-divider {
    display: none;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-blog-list .nm-title-col,
	.nm-blog-list .nm-content-col,
	.nm-blog-list .nm-divider-col {
		float: none;
		width: auto;
		max-width: 833px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	/* Title */
	.nm-blog-list .nm-post-title {
		padding-right: 0;
		margin-bottom: 27px;
	}
	
	/* Content/Excerpt */
	.nm-blog-list .nm-post-content {
		margin-top: 20px;
	}
	
	/* Divider */
	.nm-blog-list .nm-post-divider {
		margin-top: 38px;
		padding-top: 10px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-list .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-blog-list .nm-post-divider,
	.nm-blog-list > .post:last-child .nm-post-divider {
		margin-top: 29px;
		padding-top: 2px;
	}
}


/* #Blog: No results
--------------------------------------------------------------- */

.nm-blog-no-results h1 {
	font-size: 18px;
}


/* #Blog: Single post
--------------------------------------------------------------- */

.nm-post-body {
    padding-top: 68px;
}
.nm-post-col {
	max-width: 833px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header */
.nm-post-header {
	padding-bottom: 35px;
}
.nm-post.nm-post-sidebar-none .nm-post-header {
    text-align: center;
}
.nm-post.nm-post-sidebar-left .nm-post-header .col {
	float: right;
}
.nm-post-header h1 {
	font-size: 26px;
	line-height: 1.2;
}

/* Header: Featured image */
.nm-post.nm-post-sidebar-none .nm-post-featured-image {
    width: calc(100% + 10vw);
    max-width: none;
    margin-left: -5vw;
    text-align: left;
}
.nm-post.has-featured-image .nm-post-featured-image {
    margin-bottom: 44px;
}
.nm-post-featured-image img {
    width: 100%;
}

/* Blog: Single post - Featured image */
.nm-post-featured-image.aspect-ratio {
    position: relative;
    overflow: hidden;
}
.nm-post-featured-image.aspect-ratio.ratio-1-1 {
    padding-bottom: 100%;
}
.nm-post-featured-image.aspect-ratio.ratio-3-2 {
    padding-bottom: 66.66%;
}
.nm-post-featured-image.aspect-ratio.ratio-4-3 {
    padding-bottom: 75%;
}
.nm-post-featured-image.aspect-ratio.ratio-16-9 {
    padding-bottom: 56.25%;
}
.nm-post-featured-image.aspect-ratio img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
}

/* Header: Meta */
.nm-single-post-meta-top {
	margin-top: 21px;
}
.nm-single-post-meta-top em {
    font-style: normal;
}
.nm-single-post-meta-top a {
	color: #282828;
}

/* Body */
.nm-post-body .post {
	padding-bottom: 50px;
}

/* Body - Sidebar */
.nm-post .nm-sidebar {
	padding-left: 34px;
}
.nm-post.nm-post-sidebar-left .nm-sidebar {
	padding-right: 34px;
	padding-left: 0;
}
.nm-post-sidebar-left .nm-post-content-col {
	float: right;
}
.nm-post-sidebar-left .nm-post-sidebar-col {
	float: left;
}

/* Meta */
.nm-single-post-meta-wrap {
    line-height: 1.8;
    padding-bottom: 46px;
    overflow: hidden;
}
.nm-single-post-meta {
	float: left;
	width: 70%;
    padding-right: 7px;
}

/* Meta: Tags */
.nm-single-post-tags {
    padding-bottom: 15px;
	overflow: hidden;
}
.nm-single-post-tags.widget_tag_cloud a {
    font-size: 14px !important;
    text-transform: lowercase;
}
.nm-single-post-tags a:before {
	display: inline-block;
	font-family: arial, sans-serif;
	content: "#";
	padding-right: 3px;
	vertical-align: middle;
}

/* Meta: Categories */

/* Meta: Share */
.nm-post-share {
	float: right;
	width: 30%;
    padding-left: 7px;
	text-align: right;
}
.nm-post-share span {
    display: none;
}
.nm-post-share a {
	display: inline-block;
	margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: inherit;
}
.nm-post-share a:last-child {
	margin-right: 0;
}
.nm-post-share a:hover {
	color: #282828;
}

/* Pagination */
.nm-post-pagination {
    line-height: 1.4;
    padding: 44px 0;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.nm-post-pagination > .nm-row {
    max-width: none;
}
.nm-post-pagination-inner {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}
.nm-post-pagination .nm-post-prev,
.nm-post-pagination .nm-post-next {
    float: left;
    width: 50%;
}
.nm-post-pagination .nm-post-prev {
    padding-right: 15px;
}
.nm-post-pagination .nm-post-next {
	float: right;
	text-align: right;
    padding-left: 15px;
}
.nm-post-pagination a {
    position: relative;
    display: block;
    color: #282828;
}
.nm-post-pagination .nm-post-prev a {
    padding-left: 37px;
}
.nm-post-pagination .nm-post-next a {
    padding-right: 37px;
}
.nm-post-pagination a:before {
    position: absolute;
	top: 50%;
    font-family: 'nm-font';
    font-size: 50px;
    line-height: 1;
    margin-top: -20px;
	opacity: 0.3;
}
.nm-post-pagination .nm-post-prev a:before {
    left: -11px;
    content: "\e600";
}
.nm-post-pagination .nm-post-next a:before {
    right: -11px;
    content: "\e601";
}
.nm-post-pagination a .short-title {
    display: block;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 2px;
}
.nm-post-pagination a .long-title {
    font-size: 16px;
}

/* Related posts */
.nm-related-posts {
    padding: 56px 0 37px;
}
.no-post-comments .nm-related-posts {
	border-top: 1px solid #eee;
}
.nm-related-posts h2 {
    font-size: 24px;
    padding-bottom: 28px;
}
.nm-related-posts-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.nm-related-posts-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.nm-related-posts-image:hover .nm-image-overlay {
	opacity: 1;
}
.nm-related-posts-content .nm-post-meta {
	line-height: 2;
	margin: 16px 0 8px;
}
.nm-related-posts-content h3 {
	font-size: 18px;
	line-height: 1.6;
    padding-bottom: 7px;
}
.nm-related-posts-content .nm-related-posts-excerpt {
    padding-bottom: 12px;
}

@media all and (max-width: 1400px) {
    /* Pagination */
    .nm-post-pagination-inner {
        padding-right: 0;
        padding-left: 0;
    }
}
@media all and (max-width: 1199px) {
    /* Body - Sidebar */
    .nm-post .nm-sidebar {
		padding-left: 24px;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
}
@media all and (max-width: 991px) {
	/* Body - Sidebar */
	.nm-post .nm-sidebar {
		padding-left: 0;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 0;
	}
    
    /* Related posts */
    .nm-related-posts-content .nm-post-meta:before {
		width: 19px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 29px;
	}
}
@media all and (max-width: 890px) {
    .has-featured-image .nm-post-body {
        padding-top: 0;
    }
}
@media all and (max-width: 610px) {
	/* Pagination */
    .nm-post-pagination {
        padding: 40px 0 39px;
    }
    .nm-post-pagination .nm-post-prev a {
        padding-left: 22px;
    }
    .nm-post-pagination .nm-post-next a {
        padding-right: 22px;
    }
    .nm-post-pagination a:before {
        font-size: 30px;
        margin-top: -14px;
    }
    .nm-post-pagination .nm-post-prev a:before {
        left: -7px;
    }
    .nm-post-pagination .nm-post-next a:before {
        right: -7px;
    }
    .nm-post-pagination a .long-title {
        display: none;
    }
    .nm-post-pagination a .short-title {
        display: inline-block;
        font-size: inherit;
        color: inherit !important;
        margin-bottom: 0;
    }
}
@media all and (max-width: 550px) {
	.nm-post-body {
        padding-top: 48px;
    }
    
    /* Header */
	.nm-post-header {
		padding-bottom: 24px;
	}
	.nm-post-header h1 {
		font-size: 22px;
		line-height: 1.4;
	}
    
    /* Header: Meta */
	.nm-single-post-meta-top {
		margin-top: 17px;
		padding-left: 29px;
	}
	.nm-single-post-meta-top::before {
		width: 19px;
	}
	
	/* Body */
	.nm-post-body .post {
		padding-bottom: 46px;
	}
    
    /* Related posts */
    .nm-related-posts {
		padding: 42px 0 25px;
	}
    .nm-related-posts-content .nm-post-meta:before {
		width: 10px;
	}
	.nm-related-posts-content .nm-post-meta {
		padding-left: 20px;
	}
    .nm-related-posts-content h3 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .nm-related-posts-content .nm-related-posts-excerpt {
        display: none;
    }
}
@media all and (max-width: 400px) {
    /* Related posts */
    .nm-related-posts-content .nm-post-meta {
        display:  none;
    }
    .nm-related-posts-content h3 {
        padding-top: 14px;
    }
}


/* #Blog: Single post - Password protected
--------------------------------------------------------------- */

.post-password-form > p:first-child {
	font-size: 16px;
	color: #282828;
	margin-bottom: 15px !important;
    margin-top: 5px;
}
.post-password-form label,
.post-password-form input {
	display: block;
}
.post-password-form label input {
	width: 100%;
	margin: 0 0 14px;
}
.post-password-form input[type=submit] {
	width: 111px;
	padding: 11px 0;
}


/* #Search results
--------------------------------------------------------------- */

#nm-blog-list.nm-search-results {
    margin-bottom: 51px;
}

/* Title */
.nm-search-results .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-search-results .nm-post-title a {
	color: inherit;
}

/* Meta */
.nm-search-results .nm-post-meta {
	margin-top: 6px;
	padding-left: 0;
}
.nm-search-results .nm-post-meta:before {
	display: none;
}

/* Excerpt */
.nm-search-results .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}

/* Divider */
.nm-search-results .nm-post-divider {
    height: 1px;
	margin: 45px 0 48px;
	background: #eee;
}
.nm-search-results > div:first-child .nm-post-divider {
    display: none;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-search-results .nm-title-col,
	.nm-search-results .nm-content-col,
	.nm-search-results .nm-divider-col {
		float: none;
		width: auto;
	}
	
	/* Title */
	.nm-search-results .nm-post-title {
		padding-right: 0;
	}
	
	/* Excerpt */
	.nm-search-results .nm-post-content {
		margin-top: 20px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 38px 0 40px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 29px 0 32px;
	}
}


/* #Comments
--------------------------------------------------------------- */

/* Comments */
.nm-comments {
	background: #f7f7f7;
}
.nm-post.nm-post-sidebar-left .nm-comments .col {
	float: right;
}
.nm-comments .nm-comments-inner {
	padding-bottom: 57px;
}
.nm-comments .nm-comments-heading {
	font-size: 24px;
	line-height: 1.2;
	padding: 68px 0 54px;
}
.nm-post.nm-post-sidebar-none .nm-comments .nm-comments-heading {
    text-align: center;
}
.nm-comments .commentlist > li,
.nm-comments .commentlist .pingback,
.nm-comments .commentlist .trackback {
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}
.nm-comments .commentlist > .comment:first-child,
.nm-comments .commentlist .pingback:first-child,
.nm-comments .commentlist .trackback:first-child {
	margin-top: 0;
	border-top: 0 none;
}
.nm-comments .commentlist > li .comment-inner-wrap,
.nm-comments .commentlist .pingback p,
.nm-comments .commentlist .trackback p {
	position: relative;
	margin-top: 29px;
}
.nm-comments .commentlist > .comment:first-child > .comment-inner-wrap,
.nm-comments .commentlist .pingback:first-child > p,
.nm-comments .commentlist .trackback:first-child > p {
	margin-top: 0;
}
.nm-comments .commentlist > li .comment-text {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
	padding-bottom: 0;
}
.nm-comments .commentlist > li .comment-text .meta time {
	color: #a2a2a2;
}

/* Comments: Navigation */
.comment-navigation {
	margin-top: 71px;
	padding: 14px 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.comment-navigation h1 {
	display: none;
}
.comment-navigation a {
	color: #282828;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

/* Comments: Form */
.nm-comments .comment-respond {
	padding-top: 65px;
}
.nm-comments .comment-respond h3 {
	padding-bottom: 3px;
}
.nm-comments .comment-form p.comment-notes {
	margin-bottom: 28px;
}
.nm-comments .comment-form p input#submit {
	width: auto;
	min-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0528F2;
	color: #ffffff;
	border-radius: 25px;
	padding: 5px 50px;
	font-size: 16px;
	line-height: 40px;
	font-family: Prosto One,sans-serif;
	border: none;
}

/* Comments: Form - Threaded form (Added with WP JavaScript) */
.nm-comments .commentlist .comment-respond {
	padding-top: 56px;
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Comments */
	.nm-comments .nm-comments-inner {
		padding-bottom: 39px;
	}
	.nm-comments .nm-comments-heading {
		padding: 50px 0 37px;
	}
	.nm-comments .commentlist > li,
	.nm-comments .commentlist .pingback,
	.nm-comments .commentlist .trackback {
		margin-top: 23px;
	}
	.nm-comments .commentlist > li .comment-inner-wrap,
	.nm-comments .commentlist .pingback p,
	.nm-comments .commentlist .trackback p {
		margin-top: 22px;
	}
	.nm-comments .commentlist > li .comment-text .description {
		padding-top: 16px;
	}
	.nm-comments .commentlist > li .comment-text .moderating {
		margin-bottom: 8px;
	}
	.nm-comments .commentlist > li .comment-text .reply {
		padding-top: 16px;
	}
	
	/* Comments: Form */
	.nm-comments .comment-respond {
		padding-top: 38px;
	}
	.nm-comments .comment-form p.comment-notes {
		margin-bottom: 19px;
	}
	
	/* Comments: Form - Threaded form (Added with WP JavaScript) */
	.nm-comments .commentlist .comment-respond {
		padding-top: 38px;
	}
}
@media all and (max-width: 610px) {
	/* Comments: Form */
	.nm-comments .comment-form p.comment-form-author,
	.nm-comments .comment-form p.comment-form-email {
		width: 100%;
	}
}
@media all and (max-width: 550px) {
	/* Comments */
	.nm-comments .nm-comments-heading {
		font-size: 22px;
		line-height: 1.4;
		padding: 39px 0 34px;
	}
}


/* #Comments: Entries
--------------------------------------------------------------- */

.commentlist > li {
	position: relative;
	min-height: 48px;
}
.commentlist > li.bypostauthor {
    color: inherit;
}
.commentlist > li > div > img,
.commentlist .children > li > div > img {
	position: absolute;
	top: -8px;
    left: 0;
    width: 60px;
    height: 60px;
	margin: 0;
    padding: 0;
	overflow: hidden;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}
.commentlist > li .comment-text {
	margin: 0 0 34px 81px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist > li:last-child .comment-text {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.commentlist > li .comment-text .meta {
	margin-bottom: 0;
}
.commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a {
	color: #282828;
}
.commentlist > li .comment-text .meta strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: inherit;
}
.commentlist > li .comment-text .meta .verified {
	font-size: 12px;
	font-style: normal;
	color: #888;
}
.commentlist > li .comment-text .meta time {
	display: block;
	line-height: 1;
	color: #dc9814;
	padding-top: 11px;
}
.commentlist > li .comment-text .description {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 19px;
}
.commentlist > li .comment-text .moderating {
	color: #acacac;
	margin-bottom: 10px;
}
.commentlist > li .comment-text .reply {
	line-height: 1;
	padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist > li .children {
	margin-left: 81px;
}

/* Comments: Pingbacks and trackbacks */
.commentlist .pingback p,
.commentlist .trackback p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

/* Comments: Closed */
.no-comments {
	font-size: 16px;
	color: #282828;
	padding-top: 58px;
}

/* Comments: Form */
.comment-respond h3 {
	font-size: 24px;
	padding-bottom: 32px;
}
.comment-respond h3 #cancel-comment-reply-link {
	font-size: 14px;
}
.comment-form {
	clear: both;
	overflow: hidden;
}
.comment-form > p {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.form-row-first,
.comment-form p.form-row-last {
    width: 48%;
}
.comment-form p.comment-form-email,
.comment-form p.form-row-last {
    float: right;
}
.comment-form p label {
	display: block;
	font-size: 16px;
	color: #282828;
	padding-bottom: 3px;
}
.comment-form p label .required {
	color: #aaa;
}
.comment-form p input,
.comment-form p textarea {
	width: 100%;
}
.comment-form p textarea {
	resize: none;
}
.comment-form p input#submit {
	display: inline-block;
	width: auto;
	min-width: 120px;
	margin-top: 9px;
}

/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
	.commentlist > li > div > img,
    .commentlist .children > li > div > img {
		display: none;
	}
	.commentlist > li .comment-text {
		margin-left: 0;
	}
	
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 35px;
	}
}
/* < 400px */
@media all and (max-width: 400px) {
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 28px;
	}
}


/* #Post/page/editor content
--------------------------------------------------------------- */

/* Common */
.post .entry-content {
	font-size: 16px;
	line-height: 1.6;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
p,
pre,
address,
.wp-caption {
	margin-bottom: 24px;
}
.nospacing {
	margin: 0;
	padding: 0;
}
.entry-content > :last-child {
	margin-bottom: 0;
}

/* Alignments */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin-right: 28px;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin-left: 28px;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

/* Headings */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	margin-bottom: 26px;
}

/* Paragraphs */
p:last-child {
	margin-bottom: 0;
}

/* Images */
img.width-full {
	width: 100%;
}

/* Emoji icons */
img.wp-smiley,
img.emoji {
  font-size: inherit;
}

/* Pre, Var and Code tags */
pre,
var,
code {
    -moz-hyphens: none;
    font-family: monospace, serif;
	font-style: normal;
}
pre {
	padding: 20px;
	border: 1px solid #e7e7e7;
	background: #fafafa;
}

/* Bold */
.entry-content strong {
	color: #555;
}

/* Blockquote */
blockquote {
	font-size: 18px;
	font-style: italic;
	color: #555;
	margin-bottom: 26px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	display: inline-block;
	padding: 7px 0 5px;
}
blockquote p {
	color: #555;
	margin-bottom: 0;
}

/* Cite */
cite {
	display: inline-block;
	font-style: normal;
	color: #282828;
	padding-top: 5px;
}
cite a {
	text-decoration: underline;
}

/* Captions */
.wp-caption {
	position: relative;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	position: absolute;
    bottom: 15px;
	left: -15px;
	font-size: 14px;
	line-height: 1.6;
	color: #eee;
	max-width: 180px;
    margin: 0;
    padding: 12px 19px;
	background: #333;
}

/* Lists */
ol:not([class]) li,
ul:not([class]) li {
	list-style-position: inside;
}
.page > ol:not([class]),
.entry-content > ol:not([class]) {
    padding-left: 18px;
}
.page > ul:not([class]),
.entry-content > ul:not([class]) {
    padding-left: 14px;
}
.page > ol:not([class]):not(:last-child),
.page > ul:not([class]):not(:last-child),
.entry-content > ol:not([class]):not(:last-child),
.entry-content > ul:not([class]):not(:last-child) {
	margin-bottom: 24px;
}
.page > ol:not([class]) li,
.page > ul:not([class]) li,
.entry-content ol:not([class]) li,
.entry-content ul:not([class]) li {
	list-style-position: outside;
}
.page > ol:not([class]) li ,
.entry-content > ol:not([class]) li {
	list-style-type: decimal;
}
.page > ul:not([class]) li,
.entry-content > ul:not([class]) li {
	list-style-type: disc;
}
/* Lists: Nested */
.entry-content > ol:not([class]) li ol,
.entry-content > ol:not([class]) li ul,
.entry-content > ul:not([class]) li ul,
.entry-content > ul:not([class]) li ol {
	padding-left: 17px;
}

/* Definition lists */
dt {
    font-weight: bold;
	color: #282828;
}
dd {
    margin-bottom: 24px;
}

/* Tables */
#tab-description.entry-content table,
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table,
.entry-content > table th,
.entry-content > table td {
	border: 1px solid #e0e0e0;
}
#tab-description.entry-content table,
.entry-content > table {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 28px;
	border-width: 1px 0 0 1px;
}
#tab-description.entry-content table th,
#tab-description.entry-content table td,
.entry-content > table th,
.entry-content > table td {
	padding: 7px;
}
#tab-description.entry-content table th,
.entry-content > table th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
#tab-description.entry-content table td,
.entry-content > table td {
	border-width: 0 1px 1px 0;
}

/* Horizontal line */
hr {
	height: 0px;
	border-bottom: 1px solid #eee;
}

/* Spacer */
.nm-spacer {
	display: block;
	width: 100%;
	height: 8px;
}
.nm-spacer.small {
	height: 6px;
}
.nm-spacer.large {
	height: 32px;
}

/* iframe embeds */
iframe {
	max-width: 100%;
	vertical-align: middle;
}

/* More link - https://en.support.wordpress.com/splitting-content/more-tag/ */
.more-link {
    display: block;
    margin-top: 28px;
}

/* Mark and Insert tags */
mark,
ins {
	text-decoration: none;
	/*background-color: #fff9c0;*/
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Captions */
	.wp-caption-text {
		bottom: 10px;
		left: -10px;
	}
}


/* #Blocks
--------------------------------------------------------------- */

/* Common: Alignment */
.alignwide,
.alignfull {
	width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
@media (min-width: 1334px) {
    .alignwide {
        width: calc(100% + 10vw);
        max-width: none;
        margin-left: -5vw;
    }
}
.nm-page-sidebar .alignwide,
.nm-page-sidebar .alignfull {
	width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}
[class^="wp-block"].alignleft,
[class^="wp-block"].alignright {
    max-width: 305px;
}

/* Common: Drop cap */
.has-drop-cap:not(:focus):first-letter {
	font-weight: inherit;
}

/* Block: Heading */
.nm-block-heading {
    margin-bottom: 24px;
}

/* Block: List */
.nm-block-list {
    margin-bottom: 24px;
    padding-left: 15px;
}
.nm-block-list ul,
.nm-block-list ol {
    padding-left: 15px;
}
ol.nm-block-list li,
ul.nm-block-list li {
    list-style-position: outside;
}
ol.nm-block-list li {
    list-style-type: decimal;
}
ul.nm-block-list li {
    list-style-type: disc;
}
ul.nm-block-list ul li {
    list-style-type: circle;
}

/* Block: Image */
.wp-block-image {
    margin-bottom: 28px;
}

/* Block: Quote */
.wp-block-quote {
	font-size: 22px;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 28px;
	padding-left: 20px;
    border-left: 4px solid;
}
.wp-block-quote.has-text-align-right {
	padding-right: 20px;
    border-right: 4px solid;
    border-left: 0 none;
}
.wp-block-quote.has-text-align-center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border-right: 0 none;
    border-left: 0 none;
}
.wp-block-quote p {
    font-size: inherit;
    margin-bottom: 0;
}
.wp-block-quote.has-text-align-center p:before,
.wp-block-quote.has-text-align-center p:after {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}
.wp-block-quote.has-text-align-center p:before {
    content: "\201c";
}
.wp-block-quote.has-text-align-center p:after {
    content: "\201d";
}
.wp-block-quote cite {
    font-size: 13px;
    font-style: normal;
	color: inherit;
	margin-top: 10px;
    opacity: 0.5;
}

/* Block: Pullquote */
.wp-block-pullquote {
    padding: 30px 0;
    margin-bottom: 28px;
    border-top: 4px solid;
    border-bottom: 4px solid;
}
.wp-block-pullquote blockquote {
    font-style: normal;
    margin-bottom: 0;
}
.wp-block-pullquote p {
	font-size: 20px;
}
.wp-block-pullquote.alignleft {
	margin-right: 28px;
}
.wp-block-pullquote.alignright {
	margin-left: 28px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    margin-bottom: 0;
}
.wp-block-pullquote cite {
	font-size: 13px;
    padding-top: 10px;
    opacity: 0.5;
}

/* Block: File */
.wp-block-file a {
    color: inherit;
    text-decoration: underline;
}

/* Block: Code/Preformatted/Verse */
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse {
	color: #23282d;
}

/* Block: Gallery */
.wp-block-gallery {
    margin-bottom: 12px;
}

/* Block: Cover */
.wp-block-cover {
    margin-bottom: 28px;
}

/* Block: Group */
.wp-block-group.has-background {
	padding: 28px;
}

/* Block: Media & Text */
.wp-block-media-text {
    line-height: 1.8;
    margin-bottom: 28px;
}

/* Block: Table */
.wp-block-table {
    margin-bottom: 28px;
}
.wp-block-table td,
.wp-block-table th {
	padding: 8px;
	border: 1px solid;
}

/* Block: Audio & Video */
.wp-block-audio,
.wp-block-video {
    margin-bottom: 28px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption {
	text-align: center;
}

/* Block: Widget - Archives */
.wp-block-archives {
    margin-bottom: 24px;
}

/* Block: Widget - Categories */
.wp-block-categories {
    margin-bottom: 24px;
}

/* Block: Widget - Calendar */
.wp-block-calendar {
    margin-bottom: 28px;
}
.wp-block-calendar table thead {
    color: #282828;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: inherit;
}
.wp-block-calendar table caption,
.wp-block-calendar td,
.wp-block-calendar th {
	text-align: center;
}

/* Block: Widget - Latest Posts */
.wp-block-latest-posts {
	margin-bottom: 24px;
}
.wp-block-latest-posts > li > a {
    font-size: 18px;
    line-height: 1.6;
}

/* Block: Widget - Latest Comments */
.wp-block-latest-comments {
    margin-bottom: 24px;
}
.wp-block-latest-comments__comment {
	margin-bottom: 28px;
}

/* Block: Widget - Search */
.wp-block-search {
    margin-bottom: 28px;
}
.wp-block-search__button {
    line-height: 1;
	color: #fff;
	padding: 9px 15px;
	border: 0 none;
	-webkit-border-radius: 0; border-radius: 0;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background-color: #282828;
}
.wp-block-search__button:hover {
	color: #fff;
	opacity: 0.82;
}

/* Block: Widget - RSS */
.wp-block-rss__item-title a {
    font-size: 18px;
    line-height: 1.6;
}
.wp-block-rss > li {
    margin-bottom: 24px;
}


/* #Gallery
--------------------------------------------------------------- */

.gallery {
	clear: both;
	margin: -1.79104477%;
	padding-bottom: 32px;
	overflow: hidden;
}
.gallery:last-child {
	padding-bottom: 0;
}
.gallery-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 1.79104477%;
	vertical-align: top;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon {
}
.gallery-item:last-of-type .gallery-icon {
	width: 100%;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.gallery-caption {
	left: 1.79104477%;
	bottom: 1.79104477%;
	z-index: 1000;
	text-align: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Gallery: Overlays */
.gallery-icon:before,
.gallery-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: block;
	content: " ";
	opacity: 0;
	pointer-events: none;
	background: #dc9814;
}
.gallery-icon:before {
	width: 50px;
	height: 1px;
	margin-left: -25px;
}
.gallery-icon:after {
	width: 1px;
	height: 50px;
	margin-top: -25px;
}
.gallery-icon:hover:before,
.gallery-icon:hover:after {
	opacity: 1;
}
.gallery-icon a {
	position: relative;
	display: block;
}
.gallery-icon a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	content: " ";
	opacity: 0;
	-webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
	background: #111;
}
.gallery-icon:hover a:before {
	opacity: 0.73;
}

/* Gallery: Popup */
.nm-wp-gallery-popup .mfp-counter {
	display: none;
}
.nm-wp-gallery-popup .mfp-close {
	color: #fff;
}
.nm-wp-gallery-popup .mfp-close:hover,
.nm-wp-gallery-popup .mfp-close:focus {
	opacity: 1;
}
.nm-wp-gallery-popup .mfp-arrow {
	font-size: 30px;
	line-height: 110px;
	color: #fff;
	width: 70px;
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: opacity 0.25s ease; -moz-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; transition: opacity 0.25s ease;
}
.nm-wp-gallery-popup .mfp-arrow-left:before { /* Flip icon horizontally */
	display: inline-block;
	-webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1);
}
.nm-wp-gallery-popup .mfp-arrow:hover {
	opacity: 1;
}

@media all and (max-width: 550px) {
	.gallery-item {
		max-width: 50% !important;
	}
	.gallery br {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.gallery-caption {
		display: none;
	}
}
@media all and (max-width: 820px) {
	.nm-wp-gallery-popup .mfp-arrow {
		display: none;
	}
}

/* Faça login Popup */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#link-serial-number,
#link-serial-number-mobile{
	cursor: pointer;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0px 12px 12px #00000029;
}
#popupSerialNumber .modal-content {
	width: 500px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* Faça login Popup */

/* #Widgets
--------------------------------------------------------------- */

.widget {
	margin-bottom: 43px;
}
.widget .nm-widget-title {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
	margin: 6px 0 6px 20px;
}
.widget ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul li a {
	color: inherit;
	cursor: pointer;
}
.widget ul li.active,
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a.active {
    color: #dc9814;
}
.widget ul li .count {
	display: none;
}
/* Select boxes */
.widget form > select {
    width: 100%;
}
.widget form > button {
    display: block;
}


/* Widget: RSS */
.widget_rss .rsswidget {
	color: #282828;
}
.widget_rss .rsswidget img {
	display: none;
}
.widget_rss ul li {
	padding-bottom: 14px;
}
.widget_rss ul li:last-child {
	padding-bottom: 0;
}
.widget_rss ul li .rss-date {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 0;
}
.widget_rss ul li .rssSummary {
	padding-bottom: 10px;
}


/* Widget: Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 16px;
	padding-bottom: 10px;
}
#wp-calendar th,
#wp-calendar td {
	padding: 5px;
}
#wp-calendar tbody td a {
	margin-left: -5px;
	padding: 3px 5px;
	color: #fff;
	background: #dc9814;
}


/* 
 * Widgets: 
 *
 * - Tag cloud
 * - WooCommerce product tags
 */
.nm-footer-widgets .widget_tag_cloud a,
.nm-footer-widgets .widget_product_tag_cloud a,
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	color: #fff;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	float: left;
	font-size: 12px !important;
	line-height: 1;
	margin: 0 6px 6px 0;
	padding: 5px 10px;
	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
	background: #0528f2!important;
	color: #ffffff!important;
}
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	background: #001d3d!important;
	color: #ffffff!important;
}
/* Clear fix */
.tagcloud:before,
.tagcloud:after {
    content: " ";
    display: table;
}
.tagcloud:after {
    clear: both;
}
.tagcloud {
	*zoom: 1;
}


/* Widgets:
 *
 * - Search
 * - Product search
 */
.widget_search form,
.widget_product_search form {
	position: relative;
}
.widget_search input,
.widget_product_search input {
	width: 100%;
	margin: 0;
	padding: 9px;
    outline: 0 none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.widget_product_search label {
	display: none;
}
.widget_search form > button,
.widget_product_search form > #searchsubmit {
	display: block;	
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	font-size: 16px;
	line-height: 45px;
	color: #555;
	width: 35px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: #fff;
}


/* Widget: Recent posts */
.widget_recent_entries ul li {
	margin-bottom: 14px;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li .post-date {
	display: block;
	font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li {
	position: relative;
	padding-left: 28px;
}
.widget_recent_comments ul li:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "\e602";
	font-family: "nm-font";
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	color: #282828;
}
.widget_recent_comments ul li .comment-author-link {
	color: #282828;
}


/* Widget: Text */
.widget_text p {
	margin-bottom: 14px;
}
.widget_text p.no-spacing {
	margin-bottom: 0;
}


/* #Contact form 7
--------------------------------------------------------------- */

div.wpcf7,
.wpcf7 {
    position: relative;
	/*margin-left: -19px;*/
	overflow: hidden;
}
.wpcf7-form > .wpcf7-form-control-wrap,
.wpb_text_column .wpcf7-form > p,
.wpcf7-form > p {
	margin-bottom: 0;
	padding: 0 0 19px 0px;
}
.wpcf7-form > p.half {
	float: left;
	width: 50%;
}
.wpcf7-form > p:not(.half) {
	clear: both;
}
.wpcf7 .wpcf7-form-control {
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}
.wpcf7 input.wpcf7-submit {
	display: inline-block;
	width: auto;
	padding: 11px 17px;
}
div.wpcf7-response-output {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 19px;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
div.wpcf7-mail-sent-ng {
	color: #f00;
}
div.wpcf7-spam-blocked {
	color: #f90;
}
div.wpcf7-validation-errors {
	color: #f00;
}
span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #f00;
	margin-top: 10px;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-right: 14px;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
.wpcf7-display-none {
	display: none!important;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}
div.wpcf7 .ajax-loader {
    opacity: 0;
    transition: opacity 0.2s ease;
}
div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
    background: rgba(255,255,255, 0.4);
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}

@media all and (max-width: 768px) {
	.wpcf7 .wpcf7-form-control {
		font-size: 14px;
	}
}
@media all and (max-width: 550px) {
	.wpcf7-form > p.half {
		float: none;
		width: auto;
	}
}


/* #Page not found
--------------------------------------------------------------- */

.nm-page-not-found {
	line-height: 1.6;
	text-align: center;
	padding: 68px 0 82px;
}
.nm-page-not-found-icon {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
}
.nm-page-not-found-icon:before,
.nm-page-not-found-icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: " ";
	width: 100%;
	height: 2px;
	margin-top: -1px;
    background: #282828;
}
.nm-page-not-found-icon:before {
	-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.nm-page-not-found-icon:after {
	-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}
.nm-page-not-found h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-top: 14px;
	text-transform: uppercase;
}
.nm-page-not-found p {
	max-width: 330px;
	margin: 18px auto 20px;
}
.nm-page-not-found .button {
	font-size: inherit;
	background: #0528F2;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	padding: 12.5px 30px;
	text-transform: uppercase;
}
.nm-page-not-found .button:hover {	
	background: #001d3d;
	color: #fff!important;
	opacity: 1;
}
#nm-wishlist-empty .button{
	font-size: inherit;
	background: #0528F2;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	padding: 12.5px 30px;
	text-transform: uppercase;
}
#nm-wishlist-empty .button:hover{
	background: #001d3d;
	color: #fff!important;
	opacity: 1;
}
#nm-wishlist-empty h1{
	text-transform: uppercase;
}
.nm-page-not-found .button i {
    margin-right: 8px;
}

/* Products */
.nm-page-not-found-products {
    padding: 44px 0 25px;
}
.nm-page-not-found-products-heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 43px;
}

@media all and (max-width: 768px) {
	.nm-page-not-found h2 {
		font-size: 24px;
	}
}
@media all and (max-width: 400px) {
    .nm-page-not-found {
        padding: 46px 0 55px;
    }
    .nm-page-not-found-icon {
        width: 32px;
        height: 32px;
    }
    
    /* Products */
    .nm-page-not-found-products {
        padding-top: 41px;
        padding-bottom: 41px;
    }
    .nm-page-not-found-products-heading {
        font-size: 18px;
        margin-bottom: 39px;
    }
}


/* #Footer
--------------------------------------------------------------- */

.nm-footer {
	position: relative;
	right: 0; /* Needed for the CSS animation */
	float: left;
	clear: both;
	width: 100%;
}


/* #Footer widgets
--------------------------------------------------------------- */

.nm-footer-widgets {
    padding-top: 55px;
    padding-bottom: 15px;
    overflow: hidden;
	background: #fff;
}
.nm-footer-widgets.has-border {
	border-top: 1px solid #eee;
}
.nm-footer-block-grid {
	margin: 0 -15px;
}
.nm-footer-block-grid > li {
	margin-bottom: 0;
	padding: 0 15px 40px;
}



/* #Footer bar
--------------------------------------------------------------- */

.nm-footer-bar {
	float: left;
	clear: both;
	color: #aaa;
	line-height: 30px;
	width: 100%;
	vertical-align: middle;
}
.nm-footer-bar-inner {
    padding-top: 30px;
    padding-bottom: 31px;
	overflow: hidden;
	background: #282828;
}
.nm-footer-bar a {
	color: #aaa;
}
.nm-footer-bar li b {
	font-weight: 600;
}
.nm-footer-bar a:hover {
	color: #eee!important;
}
.nm-shop-widget-scroll{
    height: auto!important;
}
.nm-shop-widget-scroll .nm-product-sorting li a:hover{
	color: #0528f2!important;
}
.nm-shop-widget-scroll .pwb-filter-products ul li label:hover{
	color: #0528f2!important;
}

/* Bar: Logo */
.nm-footer-bar-logo {
	float: left;
	margin-right: 37px;
}
.nm-footer-bar-logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 30px;
}

/* Bar: Menu */
.nm-footer-bar .menu {
	float: left;
}
.nm-footer-bar .menu .sub-menu {
	display: none;
}
.nm-footer-bar .menu > li {
    display: inline-block;
    margin-left: 18px;
	border-bottom-color: #3a3a3a;
}
.nm-footer-bar .menu > li:first-child {
	margin-left: 0;
}
.nm-footer-bar .menu > li > a {
	display: inline-block;
	vertical-align: middle;
}

/* Bar: Social icons */
.nm-footer-bar-social {
    float: right;
}
.nm-footer-bar-social:not(:only-child) {
    margin-left: 37px;
}
.nm-footer-bar-social li {
	display: inline-block;
	margin-left: 19px;
}
.nm-footer-bar-social li:first-child {
	margin-left: 0;	
}
.nm-footer-bar-social li:hover {
	opacity: 0.8;
}
.nm-footer-bar-social li i {
	font-size: 18px;
	line-height: 30px;
	color: #eee;
	vertical-align: middle;
}

/* Bar: Copyright text */
.nm-footer-bar-copyright {
    float: right;
    text-align: right;
}

/* Bar: Custom content */
.nm-footer-bar-custom {
    float: right;
}
.nm-footer-bar-custom img {
	max-height: 24px;
	vertical-align: middle;
}

@media all and (max-width: 991px) {
    /* Bar: Logo */
    .nm-footer-bar-logo {
        float: none;
        margin-right: 0;
        margin-bottom: 17px;
    }
    
    /* Bar: Menu */
	.nm-footer-bar .menu {
		float: none;
	}
	
	/* Bar: Social icons */
	.nm-footer-bar-social {
		float: none;
        padding-top: 14px;
	}
    .nm-footer-bar-social:not(:only-child) {
        margin-left: 0;
    }
	.nm-footer-bar-social li i {
		font-size: 16px;
	}
	
    /* Bar: Copyright text */
    .nm-footer-bar-copyright {
        float: none;
        padding-top: 17px;
        text-align: inherit;
    }

    /* Bar: Custom content */
    .nm-footer-bar-custom {
        float: none;
        padding-top: 17px;
    }
}
@media all and (max-width: 767px) {
	/* Bar: Menu */
	.nm-footer-bar .menu > li {
		display: block;
		margin-right: 0;
        padding: 3px 0;	
        border-bottom: 1px solid #3a3a3a;
	}
	.nm-footer-bar .menu > li:last-child {
		border-bottom: 0 none;
	}
}


/* #Footer bar: Stacked
--------------------------------------------------------------- */

/* Bar: Logo */
.layout-stacked .nm-footer-bar-logo {
	float: none;
	margin-right: 0;
    margin-bottom: 18px;
}

/* Bar: Menu */
.nm-footer-bar.layout-stacked .menu > li.nm-menu-item-copyright {
    display: block;
    margin-left: 0;
}

/* Bar: Copyright text */
.layout-stacked .nm-footer-bar-copyright {
    float: none;
}

/* Bar: Custom content */
.layout-stacked .nm-footer-bar-custom {
    float: none;
}



/* #Footer bar: Centered
--------------------------------------------------------------- */

.layout-centered .nm-footer-bar-left,
.layout-centered .nm-footer-bar-right {
    width: 100%;
}

/* Bar: Logo */
.nm-footer-bar.layout-centered {
    text-align: center;
}
.layout-centered .nm-footer-bar-logo {
	float: none;
	margin-right: 0;
    margin-bottom: 18px;
}

/* Bar: Menu */
.nm-footer-bar.layout-centered .menu {
	float: none;
}
.nm-footer-bar.layout-centered .menu > li {
    margin-right: 9px;
    margin-left: 9px;
}

/* Bar: Social icons */
.layout-centered .nm-footer-bar-social {
    float: none;
    margin-left: 0;
    padding-top: 17px;
}
.layout-centered .nm-footer-bar-social li {
    margin-right: 9px;
    margin-left: 9px;
}

/* Bar: Copyright text */
.layout-centered .nm-footer-bar-copyright {
    float: none;
    padding-top: 17px;
    text-align: inherit;
}

/* Bar: Custom content */
.layout-centered .nm-footer-bar-custom {
    float: none;
    padding-top: 17px;
}


/* #Plugin: Flickity
--------------------------------------------------------------- */

.flickity-enabled { position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing;
}
/* Flickity: Button */
.flickity-button {
    position: absolute;
    top: 50%;
    display: block;
    color: #111;
    width: 50px;
    height: 128px;
    margin-top: -64px;
    border: none;
    background: none;
	-webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.flickity-button:after { font-family: 'nm-font'; }
.flickity-button:hover {
    color: #dc9814;
    cursor: pointer;
}
.flickity-button:focus { outline: none; }
.flickity-button:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.flickity-button-icon { display: none;
}
/* Flickity: Previous/next buttons */
.flickity-prev-next-button.previous { left: -10px; }
.flickity-prev-next-button.previous:after { content: "\e600"; }
.flickity-prev-next-button.next { right: -10px; }
.flickity-prev-next-button.next:after { content: "\e601";
}
/* Flickity: Page dots */
.flickity-page-dots {
    position: absolute;
    bottom: 30px;
	left: 50%;
    line-height: 1;
	width: 100%;
	max-width: 1280px;
	padding: 0 27px;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);
    
}
.flickity-page-dots .dot {
    -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
    position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
    margin: 0 6px;
    vertical-align: middle;
	cursor: pointer;
    -webkit-border-radius: 50%; border-radius: 50%;
	background-color: #aaa;
}
.flickity-page-dots .dot.is-selected {
    width: 10px;
	height: 10px;
	margin: 0 2px;
    border: 2px solid #dc9814;
	background: none;
}

@media all and (max-width: 400px) {
	/* Flickity: Page dots */
	.flickity-page-dots {
		bottom: 22px;
	}
    .flickity-page-dots .dot,
    .flickity-page-dots .dot.is-selected {
		margin: 0 7px;
	}
	.flickity-page-dots .dot.is-selected {
		width: 6px;
		height: 6px;
		border: 0 none;
		background: #dc9814;
	}
}

/* Gaslive */
.title-categoria-gaslive h1{
	/*background-color: #EEEEEE;*/
	padding: 40px 15px 0px 15px;
	font-size: 48px;
    text-transform: uppercase;
    font-weight: 200;
	color: #001D3D;
}

.title-categoria-gaslive img{
	height: 200px;
    position: absolute;
    right: 40px;
    top: -30px;
}
.entry-content .table.table-striped tbody tr:nth-child(odd){
	background-color: #f9f9f9;
}
.entry-content .table.table-striped{
	border-left: none;
	border-right: none;
}
.entry-content .table.table-striped tbody tr td{
	border-left: none;
	border-right: none;
}
.open-cart-multi{
	transform: translate3d(-100%, 0px, 0px);
}
#nm-footer .nm-row{
	max-width: 1280px;
}
#nm-footer .nm-row .menu-rodape li{
	text-align: left;
}
#nm-footer .nm-row #nm-footer-bar-menu:last-child li{
	text-align: center;
}

.md-size-chart-modal-body .chart-container{
	display: flex;
    flex-wrap: wrap;
}
.md-size-chart-modal-body .chart-container h3{
	width: 100%;
	text-align: left;
}
.md-size-chart-modal-body .chart-container .chart-content{
	text-align: left;
}
.md-size-chart-modal-body .chart-container .chart-content b{
	font-weight: 500!important;
}
.md-size-chart-modal-body .chart-container .chart-image{
	width: 30%;
}
.md-size-chart-modal-body .chart-container .chart-table{
	width: 70%!important;
}
table#size-chart tr td{
	border-top: 1px solid #ddd;
	font-size: 14px;
    padding: 5px;
}
div#md-size-chart-modal .remodal-close{
	color: #2b2e38;
	background: transparent;
	width: 35px;
}
.button-wrapper #chart-button{
	color: #737373;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.button-wrapper #chart-button img{
	margin-right: 10px;
}
.md-size-chart-modal-body{
    height: 50%;
	padding: 15px;
	animation: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chart-table table{
	margin: 0px;
}
.chart-image img{
	width: 100%;
}
#size-chart tr:nth-child(2n+1){
	background: #f9f9f9;
}
table#size-chart tr th{
	font-size: 12px;
    font-weight: 500;
	vertical-align: middle;
}
@media only screen and (min-width: 641px){
	.md-size-chart-modal-body {
		max-width: 630px!important;
	}
}
.nm-simple-add-to-cart-button{
	margin-bottom: 15px;	
}
.layout-expanded-image-gaslive{
	max-width: 100%;
	height: calc(100vh - 240px);
}
.nm-single-product-showcase{
	padding: 30px 0 30px;
}
.summary-col-6 .summary{
	width: 36%;
}
.gallery-col-6 .woocommerce-product-gallery{
	width: 64%;	
}
.product.thumbnails-vertical .summary{
	padding-right: 0px;
}
@media only screen and (min-width: 1081px){
	.upsells, .related .col-xs-12{
		padding: 0px 45px;
	}
	.nm-tabs-panel-inner {
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1300px;
		margin: 0 auto;
	}
	.description-full .entry-content{
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 80px;
	}
	.form-revenda-gaslive form div:nth-child(11){
		width: 100%;
		/*margin-right: 2%;*/
	}
	.form-revenda-gaslive form div:nth-child(12){
		width: 100%;
	}
}
@media only screen and (max-width: 1080px){
	.summary-col-6 .summary{
		width: 100%;
	}	
	.woocommerce-product-gallery.pagination-enabled .flex-control-thumbs{
    	background-color: transparent!important;
        margin: 0 auto;
    }
    .woocommerce-product-gallery.pagination-enabled .flex-control-thumbs li img,
    .woocommerce-product-gallery.pagination-enabled .flex-control-thumbs li img.flex-active{
        margin: 2px 6px;
        padding: 7px;
    }
    .woocommerce-product-gallery.pagination-enabled .flex-control-thumbs li img{
        width: 10px;
        height: 10px;
        padding: 8px 8px;
    }
     .thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs{
    	width: 190px;
    	height: 100vh;
    }
}
@media only screen and (min-width: 612px){
	.woocommerce-product-gallery__image a img{
		height: calc(100vh - 240px);
	}	
	.thumbnails-vertical .woocommerce-product-gallery__wrapper{		
		height: calc(100vh - 240px)!important;
	}
	.gallery-col-6 .woocommerce-product-gallery{
		height: calc(100vh - 240px);
	}
}
.thumbnails-vertical .woocommerce-product-gallery__wrapper{
	width: calc(100% - 100px);
	text-align: center;
	/*height: auto!important;*/	
}
.woocommerce-product-gallery__image a img{
	/*width: 536px;*/
	width: initial;	
	transform: scale(1.1);
}
.nm-quantity-wrap{
	position: unset;
}
.upsells, .related{
	max-width: 1280px;
	margin: 0 auto;
	border-top: none;
}
.up-sells.upsells.products{
	display: none;
}
.product_meta{
	border-bottom: 1px solid #eee;
}
.nm-shop-products{
	max-width: 1640px;
	margin: 0 auto;
}
.nm-shop-products .nm-row{
	padding: 0px 25px;
}
.nm-shop-products .nm-shop-products-col{
	padding: 0px;
}
.nm-tabs-panel-inner .yikes-custom-woo-tab-title{
	display: none;
}
.nm-tabs-panel-inner p{	
	font-weight: 400;
	font-size: 14px;
}
.nm-tabs-panel-inner p b{	
	font-weight: 600;
}
.nm-tabs-panel-inner a{	
	font-weight: 500;
}
.nm-tabs-panel-inner a img{
	transition: filter 0.2s ease;
	-webkit-transition: filter 0.2s ease;
}
.nm-tabs-panel-inner a:hover img{
	filter: grayscale(100%);
}
.nm-tabs-panel-inner h4{
	font-family: Montserrat,sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}
.nm-tabs-panel-inner ul li{	
	margin-bottom: 15px;
}
.nm-tabs-panel-inner ul li a{	
	font-weight: 500;
}
.nm-tabs-panel-inner ul li a img{	
	vertical-align: middle;
}
.nm-shop-sidebar-col{
	padding-left: 5px;
}
.nm-shop-sidebar-default #nm-shop-sidebar .widget,
.nm-shop-sidebar-default #nm-shop-sidebar .berocket_single_filter_widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: 0px solid #eaeaea;
}

.bapf_sfilter .bapf_body .mCSB_container>ul, 
.bapf_sfilter .bapf_body>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bapf_hideckbox li label, 
.bapf_hideckbox li label a{
    color: #fff;
    background: #cdcdcd;
    padding: 4px 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 25px;
    line-height: 18px;
}

.bapf_hideckbox li input:checked+label, 
.bapf_hideckbox li input:checked+label a{
    color: #fff;
    background: #0528F2;
}

.bapf_hideckbox li input:checked+label:hover, 
.bapf_hideckbox li input:checked+label:hover a, 
.bapf_hideckbox li label:hover, 
.bapf_hideckbox li label:hover a {
    color: #fff;
    background: #0528F2;
}

@media (min-width: 991px) {
    .nm-shop-sidebar-default #nm-shop-sidebar .berocket_single_filter_widget .bapf_body{
        display: block!important;   
    }
    .nm-shop-sidebar-default #nm-shop-sidebar .berocket_single_filter_widget .bapf_head h3 i{
        display: none;
    }
}

.bapf_sfilter{
    margin-bottom: 0px;
}
#mais-buscados h3.woocommerce-loop-product__title{
	height: 42px;
}
.nm-header-row{	
	max-width: 1300px!important;
	padding: 0px!important;		
}
#nm-top-bar .nm-row{	
	max-width: 1300px!important;
	padding: 0px!important;		
}
.container-newsletter .wpcf7 p,
.container-newsletter .wpcf7 input{
	text-align: center;
}
.container-newsletter .wpcf7 .wpcf7-submit{
	background: #96E5DB;
	width: 170px;
	border-radius: 25px;
	color: #001D3D;
	font-size: 16px;
	font-weight: 600;
}
.container-newsletter .wpcf7 .wpcf7-email{
	background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
	width: 500px;
}
.container-newsletter #conversion-form-novidades .js-field-email, 
.container-newsletter #conversion-form-novidades .js-field-name{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
	max-width: 500px;
	text-align: center;
    margin: 0 auto 10px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.container-newsletter #conversion-form-novidades .bricks-form__submit{
    width: 170px;
    margin: 0 auto;
}
.container-newsletter #conversion-form-novidades .rd-button{
    background: #96E5DB;
    width: 170px;
    border-radius: 25px;
    color: #001D3D;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.titulo-cat-principal h1{
	font-size: 36px;
	text-transform: uppercase;
}
.product .summary .product_title{
	color: #1D46E9;
	text-transform: uppercase;
	font-size: 22px;
}
.single-product div.product form.cart .single_add_to_cart_button{
	background: #1D46E9;
	border-radius: 25px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Prosto One,sans-serif;
	padding: 16px 14px 14px;
}
.single-product div.product form.cart .button-qote-disable{
    background: #9f9f9f;
	border-radius: 25px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Prosto One,sans-serif;
	padding: 16px 14px 14px;
	cursor: not-allowed;
}
.single-product div.product form.cart .button-qote-disable:hover{
    opacity: 1;   
}
.aviso-revenda-produto{
    margin-top: 20px;
    text-align: left;
}
.nm-quantity-wrap .qty{
	font-weight: 400;
    color: #282828;
    font-size: 26px;
    padding: 5px;
	width: 75px;
}
.woocommerce-cart-form .nm-quantity-wrap .qty{
	font-size: 16px;
}
.nm-quantity-wrap .quantity{
	border-radius: 25px;
}
.product .summary form.cart{
	width: 60%;
}
.product .summary form.variations_form{
	width: 100%;
}
.product .summary form.variations_form .vpe_single_add_to_cart_button{
	background: #1D46E9;
	border-radius: 25px;
	font-family: Prosto One,sans-serif;
	padding: 16px 14px 14px;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 16px;
	width: 250px;
}
.product .summary form.variations_form .button-qote-disable{
	background: #9f9f9f;
	border-radius: 25px;
	font-family: Prosto One,sans-serif;
	padding: 16px 14px 14px;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 16px;
	width: 250px;
	cursor: not-allowed;
}
.product .summary form.variations_form  .vpe-view-cart{
	background: #1D46E9;
	border-radius: 25px;
	font-family: Prosto One,sans-serif;
	padding: 16px 14px 14px;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 16px;
	display: none!important;
}
.product .summary form.variations_form  .vpe-view-cart:hover,
.product .summary form.variations_form .vpe_single_add_to_cart_button:hover{
	opacity: 0.8;
	background: #1D46E9!important;
}
.thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs{
	width: 100px;
	height: 100vh;
}
.woocommerce-breadcrumb{
	display: none;
}
.vpe_table{
	width: 100%;
}
.woocommerce div.product form.cart table.vpe_table tr td:nth-child(1){
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	padding-left: 20px;
	max-width: 145px;
}
.vpe_table_responsive .vpe-img-td>span:first-child{
	width: initial;
	max-width: 145px;
}
.woocommerce div.product form.cart table.vpe_table tr td:nth-child(3){
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	min-width: 150px;
}
table.vpe_table .variant-qty-input{
	background: transparent;
}
.nm-product-tabs-col .woocommerce-Tabs-panel{
	display: block!important;
}
.nm-product-tabs-col .nm-row:first-child,
.nm-product-tabs-col .nm-row .col-xs-12:first-child{
    padding-left: 0px;
    padding-right: 0px;
}
.nm-product-tabs-col .tabs-custom-extended{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
    background: #fbfbfb;
	/*margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);*/
}
.nm-product-tabs-col .tabs-custom-extended li{
	display: inline-block;
	margin-bottom: -1px;
}
.nm-product-tabs-col .tabs-custom-extended li a{
	color: #525252;
	margin: 0 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
.nm-product-tabs-col .tabs-custom-extended li a:hover,
.nm-product-tabs-col .tabs-custom-extended li a:focus{
	color: #0528f2!important;
}
.nm-product-tabs-col .tabs-custom-extended .faq_tab,
.nm-product-tabs-col .tabs-custom-extended .tab-title-faq_tab{
	display: none;
}
.woocommerce-tabs .panel{
	padding: 40px 0 20px;
}
.pwb-single-product-brands img{
	width: 99px;
	margin-bottom: 20px;
}
#linha-acc-disable{
	display: none;
}
.accordion-page-product .vc_tta-panel{
	margin-bottom: 5px;
}
.accordion-page-product .vc_tta-panel .vc_tta-panel-heading{
	border: none!important;
	border-radius: 5px!important;
	background-color: #EBEDF2!important;
}
.accordion-page-product .vc_tta-panel .vc_tta-panel-body{
	color: #001D3D;
}
.accordion-page-product .vc_tta-panel .vc_tta-panel-body{
	border: none!important;
}
.accordion-page-product .vc_tta-panel-title .vc_tta-title-text,
.accordion-page-product .vc_tta-panel-title .vc_tta-controls-icon{
	color: #001D3D;
	font-size: 16px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before{
	border-color: #001D3D!important;
}
.banner-with-button .maw_banner_btn,
.banner-gaslive-super .maw_banner_btn{
	font-family: Prosto One,sans-serif;
	font-weight: 500;
}

.banner-with-button .maw_banner_btn:hover,
.banner-gaslive-super .maw_banner_btn:hover{
	filter: brightness(1.1);
	color: #fff!important;
}
.col-banner-radius .nm-banner{
	border-radius: 5px;
}
.cards-home{
	box-shadow: 0px 12px 16px #1d46e941;
	min-height: 160px;
	transition: transform .4s;
	padding-top: 32px !important;
    padding-bottom: 22px !important;
}
.cards-categoria{
	box-shadow: 0px 12px 16px #0000001D;
	transition: transform .4s;
}
.cards-home:hover{
	-ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	box-shadow: 0px 12px 16px #1d46e961;
}
.cards-categoria:hover{
	-ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	box-shadow: 0px 12px 16px #00000024;
}
.button-supplier{
	background: #fbfbfb;
	width: 250px;
    margin: 0 auto;
    border-radius: 25px;
	font-size: 10px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
	cursor: pointer;
}
.button-supplier:hover a{
	color: #001d3d!important;
}
.button-supplier a{
	font-weight: 500!important;
	font-size: 10px;
}
.banner-less-button .maw_banner_btn{
	display: none!important;
}
.banner-image-out{
    margin-right: 130px!important;
}
.banner-image-out .mega_wrap{
	/*padding-top: 40px;*/
	position: absolute;
	top: 50%;
	right: 0px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-image-out .mega_wrap img{
	margin-left: 130px!important;
}
.container-beneficios-revenda .media-body h2{
	font-family: Montserrat,sans-serif;
	font-weight: 600;
}
.container-beneficios-revenda .media-body{
	padding-left: 20px;
	padding-right: 20px;
}
.container-beneficios-revenda .media-left.info-list-img{
	border-bottom: 5px solid #0528F2;
    /*padding-bottom: 15px;*/
	padding-right: 0px!important;
}
.container-info-revenda{
	max-width: 1300px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	padding-left: 15px!important;
    padding-right: 15px!important;
}
.container-info-revenda p a:hover{
    color: #96e5db!important;
}
.radio-button-revenda .radio label{
	font-size: 14px;
	line-height: 32px;
	color: #001D3D;
}
.radio-button-revenda .radio input{
	width: 21px;
	height: 21px;
	vertical-align: text-top;
	margin-right: 10px;
}
.custom-file-input{
	background-color: #FBFBFB;
	border-radius: 25px;
	padding: 10px 15px 10px 30px;
	margin-bottom: 5px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.custom-file-input span:first-child{
	color: #001D3D;
	font-size: 14px;
	line-height: 32px;
	width: 300px;
}
.custom-file-input span:nth-child(2){
	width: 190px;
	max-height: 30px;
	overflow: hidden;
}
.custom-file-input span:last-child{
	width: 154px;
}
.custom-file-input input{
  	color: transparent;
}
.custom-file-input input::-webkit-file-upload-button {
  	visibility: hidden;
}
.custom-file-input input:hover::before {
  	border-color: #0528F2;
	background-color: #0528F2;
	color: #ffffff;
}
.custom-file-input input:active {
  	outline: 0;
}
.custom-file-input input:active::before {
  	border-color: #0528F2;
	background-color: #0528F2;
	color: #ffffff;
}
.form-revenda-gaslive form{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-end;
}
.form-revenda-gaslive form .wpcf7-response-output{
	width: 100%;
	padding-left: 0px;
}
.form-revenda-gaslive form .custom-file-input,
.form-revenda-gaslive form .custom-text-input{
	width: 100%;
}
.form-revenda-gaslive .custom-text-input input,
.form-revenda-gaslive .custom-text-input select,
form.login .custom-text-input input,
form.register .custom-text-input input,
.lost_reset_password .custom-text-input input{
	border: none;
	padding: 0px;
}
.form-revenda-gaslive .custom-text-input,
form.login .custom-text-input,
form.register .custom-text-input,
.lost_reset_password .custom-text-input{
	border: 1px solid #EBEDF2;
	border-radius: 25px;
	padding: 10px 15px 10px 30px;
	color: #001D3D;
	margin-bottom: 10px;
}
form.register.custom-register .custom-text-input{
	padding: initial;
	border: none;
}
.form-revenda-gaslive .custom-text-input input::placeholder,
.form-revenda-gaslive .custom-text-input select,
form.register .custom-text-input input::placeholder,
.lost_reset_password .custom-text-input input::placeholder{
  	color: #001D3D;
	font-weight: 500;
	font-style: italic;
	opacity: 1;
	font-size: 14px;
}
form.login .custom-text-input input::placeholder{
    color: #9F9F9F;
	font-weight: 400;
	font-style: italic;
	opacity: 1;
	font-size: 14px;
}
.form-revenda-gaslive .custom-button-input{
	margin-top: 10px;
	width: 100%;
}
.form-revenda-gaslive form .wpcf7-response-output:last-child{
    display: none;
}
.form-revenda-gaslive .custom-button-input .wpcf7-submit,
form.login .custom-button-input button,
form.register .custom-button-input button,
form.login #nm-login-revenda-button,
form.register #nm-show-login-button,
form.edit-account .custom-button-input button,
.lost_reset_password .custom-button-input button,
.woocommerce-MyAccount-content .woocommerce-address-fields button{
	background-color: #0528F2;
	color: #ffffff;
	border: 1px solid #0528F2!important;
	border-radius: 25px;
	padding: 9px 50px;
	font-size: 16px;
	line-height: 30px;
	font-family: Prosto One,sans-serif;
	border: none;
	text-transform: uppercase;
}
form.login #nm-login-revenda-button{
    padding: 9px 9px;
}
.form-revenda-gaslive .custom-button-input .wpcf7-submit:hover, 
form.login .custom-button-input button:hover, 
form.register .custom-button-input button:hover, 
form.login #nm-login-revenda-button:hover, 
form.register #nm-show-login-button:hover, 
form.edit-account .custom-button-input button:hover, 
.lost_reset_password .custom-button-input button:hover{
	background-color: #001d3d;
	color: #ffffff!important;
	border: 1px solid #001d3d!important;
	opacity: 1;
}
.form-gaslive-global{
	max-width: 812px;
	margin: 0 auto;
}
.form-gaslive-global .custom-text-input{
	border: none;
	border-radius: 5px;
	padding: 5px 15px 5px 30px;
	color: #9F9F9F;
	margin-bottom: 7px;
	background-color: #EBEDF2;
}
.form-gaslive-global .custom-text-input input,
.form-gaslive-global .custom-text-input textarea{
  	background: transparent;
    border: none;
}
.form-gaslive-global .custom-text-input input::placeholder,
.form-gaslive-global .custom-text-input textarea::placeholder{
  	color: #9F9F9F;
	font-weight: 400;
	font-style: italic;
	opacity: 1;
	font-size: 14px;
}
.form-gaslive-global .custom-button-input{
	text-align: center;
	margin-top: 30px;
}
.form-gaslive-global .custom-button-input .wpcf7-submit{
	background-color: #0528F2;
	color: #ffffff;
	border-radius: 25px;
	padding: 5px 50px;
	font-size: 16px;
	line-height: 32px;
	font-family: Prosto One,sans-serif;
}
.form-gaslive-global .custom-button-input .wpcf7-submit:hover{
	background-color: #001D3D;
	opacity: 1;
}
.form-gaslive-global .custom-radio-input{
	text-align: center;
	margin-bottom: 50px;	
	color: #001D3D;
	font-weight: 500;
}
.form-gaslive-global .custom-radio-input .wpcf7-list-item-label{
	font-size: 14px;
}
.form-gaslive-global .custom-radio-input input{
	margin-right: 10px;
}
.form-gaslive-global .continent .wpcf7-radio{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.form-gaslive-store{
	max-width: 812px;
	margin: 0 auto;
}
.form-gaslive-store .custom-text-input{
	border: none;
	border-radius: 5px;
	padding: 10px 15px 10px 30px;
	color: #383838;
	margin-bottom: 7px;
	background-color: #EBEDF2;
}
.form-gaslive-store .half-input{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-gaslive-store .half-input .custom-text-input{
	width: 49%;
}
.form-gaslive-store .custom-text-input input,
.form-gaslive-store .custom-text-input textarea{
  	background: transparent;
    border: none;
}
.form-gaslive-store .custom-text-input input::placeholder,
.form-gaslive-store .custom-text-input textarea::placeholder{
  	color: #383838;
	font-weight: 400;
	font-style: italic;
	opacity: 1;
}
.form-gaslive-store .custom-button-input{
	text-align: center;
	margin-top: 20px;
}
.form-gaslive-store .custom-button-input .wpcf7-submit{
	background-color: #96E5DB;
	color: #001D3D;
	border-radius: 25px;
	padding: 5px 50px;
	font-size: 16px;
	line-height: 40px;
	font-family: Prosto One,sans-serif;
}
.form-gaslive-store .custom-radio-input{
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
	color: #001D3D;
	font-weight: 500;
}
.form-gaslive-store .custom-radio-input input{
	margin-right: 10px;
}
.form-gaslive-store .custom-file-input{
	background-color: #091F38;
	border-radius: 5px;
	padding: 15px 15px 15px 30px;
	margin-bottom: 5px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}
.form-gaslive-store .custom-file-input span:first-child{
	color: #ACAFBB;
	font-size: 16px;
}
.form-gaslive-store .custom-file-input input::before{
	color: #96E5DB;
	border: 1px solid #96E5DB;
}
.form-gaslive-store .custom-file-input input:hover::before{
	border-color: #96E5DB;
    background-color: #96E5DB;
    color: #091F38;
}
.text-max-width-530{
    max-width: 530px;
    margin: 0 auto;
}
.width-1640{
	max-width: 1640px!important;
	margin: auto!important;
}
.width-1300{
	max-width: 1300px!important;
	margin: auto!important;
}
.button-transp-azul{
	background: transparent;
	border: 2px solid #0528F2;
	border-radius: 25px;
	color: #0528F2;
	font-family: Prosto One,sans-serif;
	padding: 5px 20px;
	font-size: 16px;
	line-height: 40px;
}
.button-transp-azul:hover{
	background: #0528F2;
	color: #ffffff;
}
.button-transp-azul .img-download-blue{
	vertical-align: middle;
}
.button-transp-azul .img-download-white{
	display: none;
	vertical-align: middle;
}
.button-transp-azul:hover .img-download-blue{
	display: none;
}
.button-transp-azul:hover .img-download-white{
	display: inline;
}
.counter-revenda .evc-c-inner .evc-c-digit{
	display: initial!important;
	line-height: 100px;
	font-family: Prosto One,sans-serif;
}
.counter-revenda .evc-c-inner .evc-c-title{
	font-size: 37px;
	font-weight: 500;
	font-family: Prosto One,sans-serif;
	position: relative;
    top: -30px;
}
.counter-revenda .evc-c-inner{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.counter-revenda.reverse-plus .evc-c-inner{
    flex-direction: row-reverse;
}
.counter-revenda.reverse-plus .evc-c-inner .evc-c-title{
    font-size: 36px;
    line-height: 45px;
    margin: 0px;
    font-weight: 600;
}
.counter-distribuidora .evc-c-inner .evc-c-digit{
	display: initial!important;
	line-height: 100px;
	font-family: Prosto One,sans-serif;
}
.counter-distribuidora .evc-c-inner{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.counter-distribuidora.reverse-plus .evc-c-inner{
    flex-direction: row-reverse;
}
.counter-distribuidora.reverse-plus .evc-c-inner .evc-c-title{
    font-size: 36px;
    line-height: 100px;
    margin: 0px;
    font-weight: 500;
	font-family: Prosto One,sans-serif;
}
.counter-distribuidora.mil-sobre .evc-c-inner .evc-c-title{
	font-size: 44px;
	font-family: Prosto One,sans-serif;
}
.nm-shop-taxonomy-heading{
	padding-top: 0px;
}
.nm-shop-taxonomy-heading .nm-row{
	max-width: 1640px;
	padding: 0px;
}
.nm-shop-taxonomy-heading .nm-row .title-categoria-gaslive{
	padding: 0px;
}
#nm-shop{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px;
}
#nm-shop .nm-row-boxed{
	padding: 15px 30px;
}
.fornecedores-in-categoria{
	margin: 60px auto;
	padding: 0px 30px;
    max-width: 1640px;
}
.obs-baixar-imagem{
	border-left: 2px solid #0528F2;
}
.menu-level-0 .nm-sub-menu-ul:first-child{
	display: flex;
    flex-direction: column;
}
.menu-level-0 .nm-sub-menu-ul .menu-level-1{
	height: 30px;
}
.menu-level-0 .nm-sub-menu-ul .menu-level-1 .sub-menu{
	position: relative;
    left: 100%;
    top: -100%;
}
.linha-executivos,
.linha-certificacoes,
.linha-operacoes-brasil{
	max-width: 1290px!important;
	margin: 0 auto!important;
}
.linha-operacoes{
	max-width: 1440px!important;
	margin: 0 auto!important;
}
.linha-executivos .mega_info_bar .mega_hvr_btn{
	margin: 0px!important;
	border-bottom-left-radius: 5px!important;
}
.mega_info_bar .mega_content{
    padding-bottom: 0px!important;
}
.linha-executivos .mega_info_bar .mega_content{
	padding-bottom: 0px!important;	
}
.linha-executivos .banner-executivos,
.linha-executivos .wpb_text_column {
	max-width: 190px;
	margin: 0 auto;
}
.linha-executivos  .coluna-executivos .wpb_content_element a{
	color: #001d3d;
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
}
.linha-executivos  .coluna-executivos .wpb_content_element a:hover{
	color: #0528f2;
}
.card-operacao-brasil{
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	transition: transform .4s;
}
.card-operacao-brasil:hover{
	-ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
	box-shadow: 0px 3px 6px #00000024;
}
.card-operacao-brasil .mega_wrap img{
	margin: 0 0 0 auto!important;
}
.accordion-gaslive-global .vc_tta-panel-heading{
	border: none!important;
	background-color: #EBEDF2!important;
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}
.accordion-gaslive-global .vc_tta-panel-body{
	border: none!important;
	background-color: #EBEDF2!important;
}
.accordion-gaslive-global .vc_tta-panel-heading a{
	color: #001D3D!important;
	font-family: Montserrat,sans-serif!important;
	font-size: 20px;
}
.accordion-gaslive-global .vc_tta-panel-heading .vc_tta-controls-icon::before,
.accordion-gaslive-global .vc_tta-panel-heading .vc_tta-controls-icon::after{
	border-color: #001D3D!important;
}
.accordion-gaslive-global .vc_tta-panel-body p{
	font-size: 14px;
}
.accordion-gaslive-store .vc_tta-panel-heading{
	border: none!important;
	background-color: #1D2C3E!important;
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}
.accordion-gaslive-store .vc_tta-panel-body{
	border: none!important;
	background-color: #1D2C3E!important;
}
.baixar-tudo .vc_tta-panel-body{
	padding: 0px 45px!important;
}
.baixar-tudo .vc_tta-panel-heading,
.baixar-tudo .vc_tta-panel-body{
	/*border-radius: 0px!important;*/
}
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body, .wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading{
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img{
	display: flex;
	margin-bottom: 20px;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img{
	padding-top: 20px;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img .title{
	font-size: 16px;
	font-family: Montserrat,sans-serif;
	color: #0528F2;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img .title:hover{
	color: #001d3d;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img .title:hover img{
	filter: grayscale(100%);
}
.baixar-tudo .vc_tta-panel-heading h4{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img .size,
.baixar-tudo .vc_tta-panel-body .lista-download-img .item-download-img .info-img .formato{
	font-size: 12px;
	font-family: Montserrat,sans-serif;
	color: #707070;
	font-weight: 500;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 26px;
}
.baixar-tudo .vc_tta-panel-body .img-lib-files{
	width: 100px;
	margin-right: 20px;
	height: 120px;
}
.baixar-tudo .vc_tta-panel-body .lista-download-manual li {
	margin-bottom: 15px;
	font-weight: 500;	
}
.baixar-tudo .vc_tta-panel-body .lista-download-manual li a{
	font-size: 14px;
	line-height: 18px;
}
.baixar-tudo .vc_tta-panel-body .lista-download-manual li:first-child {
	margin-top: 15px;
}
.baixar-tudo h4 .vc_tta-title-text{
	font-size: 16px;
}
.accordion-gaslive-global h4 .vc_tta-title-text{
	font-size: 16px;
}
.accordion-gaslive-store .vc_tta-panel-heading a{
	color: #ACAFBB!important;
	font-family: Montserrat,sans-serif!important;
	font-size: 20px;
}
.accordion-gaslive-store .vc_tta-panel-heading .vc_tta-controls-icon::before,
.accordion-gaslive-store .vc_tta-panel-heading .vc_tta-controls-icon::after{
	border-color: #ACAFBB!important;
}
.container-beneficios-store .media-left.info-list-img{
	border-bottom: 5px solid #96E5DB;
    padding-bottom: 15px;
	padding-right: 0px!important;
}
.container-beneficios-store .media-body{
	padding-left: 20px;
}
.container-beneficios-store .media-body h2{
	font-family: Montserrat,sans-serif;
	font-weight: 600;
}

.button-green-full .vc_general{
	background-color: #96E5DB!important;
	color: #001D3D!important;
	font-family: Prosto One,sans-serif;
	font-size: 16px;
	border: none;
	padding: 14px 40px;
}
.button-green-full .vc_general:hover{
	background-color: #4adac8!important;
	border: none;
}
.page-gaslive-store:hover{
	background-color: #1D2C3E!important;
}
.header-on-scroll .nm-header.page-gaslive-store, .home.header-transparency.header-on-scroll .nm-header.page-gaslive-store{
	background-color: #1D2C3E!important;
}
.page-gaslive-store .nm-menu li a{
	color: #707070!important;
}
.page-gaslive-store .nm-menu li:hover a{
	color: #96E5DB!important;
}
.page-gaslive-store .nm-menu li a .nm-menu-cart-count{
	color: #96E5DB!important;
}
.page-gaslive-store .nm-menu li .sub-menu li a{
	color: #707070!important;
}
.page-gaslive-store .nm-menu li:hover .sub-menu li a{
	color: #707070!important;
}
.page-gaslive-store .icon-ham svg .a{
	stroke: #707070!important;
}
.page-gaslive-store .icon-ham:hover svg .a{
	stroke: #96E5DB!important;
}
.page-gaslive-store .nm-menu .megamenu.full > .sub-menu{
	background: #1D2C3E;
}
.page-gaslive-store .nm-menu .megamenu.full > .sub-menu .nm-sub-menu-ul .sub-menu{
	background: #1D2C3E;
}
.page-header-branco .nm-top-bar-social li i{
	color: #ffffff;
}
.header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco .nm-menu-icon span{
    background: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .nm-top-bar-social li i{
    color: #9f9f9f;
}
.page-header-branco .nm-top-bar-social .nm-menu-account a{
    color: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .nm-top-bar-social .nm-menu-account a{
    color: #0528F2;
}
.page-header-branco .nm-main-menu .icon-ham svg .a{
	stroke: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .icon-ham svg .a{
    stroke: #001d3d;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco #nm-main-menu-ul li a{
    color: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover #nm-main-menu-ul li a{
    color: #001d3d;
}
.page-header-branco .nm-top-bar-social .nm-menu-account.logged-blue i{
    color: #ffffff;
}
.page-header-branco .nm-top-bar-social li svg .c{
    fill: #ffffff;    
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .nm-top-bar-social li svg .c{
    fill: #9f9f9f;
}
.page-header-branco .nm-menu-cart .count{
    color: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .nm-menu-cart .count{
    color: #0528F2;
}
.page-header-branco .revenda-menu-top{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.no-touch .header-transparency-light:not(.header-on-scroll):not(.mobile-menu-open) .page-header-branco.nm-header.default:hover .revenda-menu-top{
    border: 1px solid #0528F2;
    color: #0528F2;
}

/* Scroll fixed */
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-header-logo .nm-logo.logo-branco{
    display: none;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-header-logo .nm-logo.logo-escuro{
    display: block;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-top-bar-social li i{
    color: #9f9f9f;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-top-bar-social .nm-menu-account a{
    color: #0528F2;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-main-menu .icon-ham svg .a{
	stroke: #001d3d;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-top-bar-social li svg .c{
	fill: #9f9f9f;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .nm-menu-cart .count{
	color: #0528F2;
}
.has-top-bar.header-fixed.header-on-scroll .page-header-branco.nm-header.default .revenda-menu-top{
	border: 1px solid #0528F2;
    color: #0528F2;
}
.banner-principal-rings .mega_hvr_btn{
    font-family: Prosto One,sans-serif;
}
.icons-rings-vantagens .wpb_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.icons-rings-vantagens .wpb_wrapper .wpb_single_image{
    margin-right: 40px;
}

#map-container-0 tspan{
	font-family: Prosto One,sans-serif;
	font-size: 12px;
	fill: #EBEDF2;
	stroke: none;
	font-weight: 100;
}
#map-container-0 text{
	font-weight: 100;
}
#map-container-0 path:hover{
	stroke-width: 0px!important;
	stroke-opacity: 0!important;
	stroke: #0528F2!important;
}
#map-container-0 .fm-tooltip .fm-tooltip-name{
	display: none!important;
}
#map-container-0 .fm-tooltip-frame{
	background-color: transparent!important;
	border: none!important;
}
.fm-map-container a:last-child{
	display: none;
}
.freeHtmlMapbottom .freeHtmlMapStateInfo{
	height: 20px;
    background: #fff;
    z-index: 999999;
    position: relative;
    top: -23px;
}
.coluna-representantes-comercial{
    margin-bottom: 80px;   
}
.coluna-representantes-comercial .wpb_wrapper{
	display: flex;
}
.coluna-representantes-comercial .wpb_wrapper div:first-child{
	width: 36%;
}
.coluna-representantes-comercial .wpb_wrapper div:last-child{
	width: 64%;
	padding-left: 15px;
}
.coluna-representantes-comercial .wpb_wrapper .wpb_text_column .wpb_wrapper{
	width: 100%;
	padding-left: 0px;
	display: block;
}
.coluna-representantes-comercial .wpb_wrapper .wpb_text_column .wpb_wrapper .desc-representante{
	width: 100%;
	padding-left: 0px;
}
.coluna-representantes-comercial .banner-representantes{
	width: 100%!important;
}
.banner-representantes .mega_content{
	padding-bottom: 0px!important;	
	background-color: #001D3D;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.banner-representantes .mega_content div{
	padding: 5px 0px 5px 15px!important;
}
.desc-representante p{
	margin-bottom: 10px!important;	
	line-height: 16px;
}
.desc-representante p:nth-child(3){
	margin-bottom: 20px!important;	
}
.nm-menu .megamenu.full > .sub-menu{
	position: fixed;
    top: 100px;
}
.nm-menu .megamenu .sub-menu .sub-menu{
	display: none;
	position: absolute;
    left: 200px;
    top: 0px;
	height: 100%;
	padding: 0px 0 0 0;
}
.nm-menu .megamenu.full > .sub-menu > ul{
	position: relative;
}
.nm-menu .megamenu > .sub-menu > ul > li{
	width: 200px;
	float: none;
	position: initial;
	margin-bottom: 0px;
}
.menu-institucional{
	margin-top: 30px;
}
.freeHtmlMapbottom .freeHtmlMapStateInfo{
	position: fixed;
    top: 0%;
    left: 0%;
	background-color: #000000a1;
	width: 100%;
    height: 100%;
    z-index: -1;
}
.freeHtmlMapStateInfo.max-index{
	z-index: 9999;
}
.freeHtmlMapStateInfo .loadingGifAjax{
	width: 20px;
	position: fixed; 
	top: 15%; 
	left: 25%;
}
#card-visita{
	background-color: #ffffff;
	box-shadow: 2px 2px 10px #00000029;
    max-width: 450px;
	border-radius: 5px;
	padding: 35px 0px 0px 0px;
	position: fixed;
    top: 15%;
    left: 25%;
}
#card-visita .close-card{
	position: absolute;
    top: 5px;
    right: 10px;
	cursor: pointer;
}
#card-visita .topo-card{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 70px;
	padding: 0px 35px;
}
#card-visita .topo-card .uf-card{
	display: flex;
    align-items: center;
}
#card-visita .corpo-card{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;	
	background-color: #EBEDF2;
	padding: 0px 35px 35px 35px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#card-visita .corpo-card .cartao-visita{
	background-image: linear-gradient(#13355A, #001D3D);
	border-radius: 10px;
	padding: 25px;
	margin-top: -35px;
	box-shadow: 0px 8px 12px #001D3D33;
	margin-bottom: 35px;
	width: 100%;
}
#card-visita .corpo-card .cartao-visita .img-card{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#card-visita .corpo-card .cartao-visita .content-card p{
	margin: 5px 0px;
}
#card-visita .corpo-card .cartao-visita .content-card a{	
	color: #ffffff!important;
}
#card-visita .corpo-card .cartao-visita .content-card a:hover{
	color: #ffffff!important;
}
#card-visita .corpo-card .contato-card a{
	font-size: 10px!important;
	color: #707070!important;
}
#card-visita .corpo-card .contato-card a:hover{
	color: #707070!important;
}
#card-visita .corpo-card .contato-card{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
#card-visita .corpo-card .contato-card div{
	width: 48%;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #707070;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 10px;
	padding: 15px 0px;
}
#card-visita .corpo-card .contato-card .linkedin-card{
    width: 100%;
}
#card-visita .corpo-card .contato-card .linkedin-card a{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
#card-visita .corpo-card .contato-card .linkedin-card a img{
    margin-right: 10px;
}
#card-visita .corpo-card .contato-card .instagram-card{
    display: none;
}
#card-visita .corpo-card .contato-card .instagram-card a{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;;
}
#card-visita .corpo-card .contato-card .email-card a{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	height: 56px;
}
#card-visita .corpo-card .contato-card .whatsapp-card{	
	border-color: #21C615;
	background-color: #21C615;
}
#card-visita .corpo-card .contato-card .whatsapp-card a{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;	
	color: #ffffff!important;
	height: 56px;
}
#card-visita .corpo-card .download-card{
	color: #ffffff;
	background-color: #0528F2;
	width: 100%;
	border-radius: 50px;
	font-family: Prosto One,sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 20px 0px;
}
#card-visita .corpo-card .download-card:hover{
	color: #ffffff!important;
}
#owl-home-products .owl-stage{
	padding-left: 0px!important;
}
#owl-home-products .owl-dots{
	display: none;
}
.cat-page-produto .wpb_wrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.cat-page-produto .wpb_wrapper .item-page-produto{
	line-height: 64px;
	border-bottom: 5px solid transparent;
	height: 50px;
	margin-left: 40px;
	text-align: right;
}
.cat-page-produto .wpb_wrapper .item-page-produto a{
	color: #001d3d;
	font-size: 10px;
	font-weight: 600;
}
.cat-page-produto .wpb_wrapper .item-page-produto:hover a{
	color: #0528f2!important;
}
.cat-page-produto .wpb_wrapper .item-page-produto:hover{
	border-bottom: 5px solid #FF4E00;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0px!important;
}
.nm-banner-text{
	padding: 40px!important;
}
.nm-banner-text h2{
	font-family: Montserrat,sans-serif!important;
	font-weight: 600;
}
.banner-radius-left-inner{
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.banner-radius-right-inner{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.nm-shop-loop-title-price p{
	font-family: Prosto One,sans-serif;
	font-size: 12px;
	color: #001d3d;
}
.nm-shop-loop-title-price p span{
	font-size: 10px;
	text-transform: uppercase;
}
.nm-shop-loop-title-price h3,
.nm-shop-loop-title-price h3 a{
	font-family: Montserrat,sans-serif;
	color: #001d3d!important;
}
.banner-gaslive h2{
	font-size: 22px!important;
	line-height: 26px;
}
.banner-gaslive p{
	font-size: 16px;
	margin-top: 10px!important;
	line-height: 20px;
	font-weight: 500;
}
.banner-gaslive-big h2{
	font-size: 36px!important;
	line-height: 42px;
	margin-bottom: 15px;
}
.banner-gaslive-big p{
	font-size: 16px;
	margin-top: 10px;
    margin-bottom: 15px;
	line-height: 22px;
	font-weight: 500;
}
.banner-gaslive-super h2{
	font-size: 52px!important;
	line-height: 56px!important;
	margin-bottom: 15px;
}
.banner-gaslive-super p{
	font-size: 16px;
	margin-top: 10px;
    margin-bottom: 15px;
	line-height: 22px;
	font-weight: 500;
}
.texto-vertical{
	position: absolute;
    top: 400px;
    left: -190px;
    transform: rotate(270deg);
    width: 365px;
    font-family: Prosto One,sans-serif;
    font-size: 18px!important;
    color: #0528F2;
}
.curadoria_in_categoria{
	margin-bottom: 40px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.banner-curadoria .mega_info_bar{
	height: 500px;
}
.banner-curadoria .mega_info_bar .mega_content{
	position: absolute;
    bottom: 15px;
	/*left: 40px;*/
	padding: 20px 30px;
}
.banner-curadoria .mega_info_bar .mega_content h2{
	font-family: Montserrat,sans-serif;
	font-weight: 600;
}
.nm-shop-header.no-categories.no-filters.no-search.centered{
	padding: 30px 0px;
	display: none;
}
#owl-home-noticias .img-carousel-noticias{
	border-radius: 5px;
}
#owl-home-noticias .owl-item:hover .img-carousel-noticias{
	filter: opacity(0.6);
}
#owl-home-noticias .date{
	display: flex;
	align-items: center;
	font-family: Prosto One,sans-serif;
	color: #707070;
	font-size: 12px;
	line-height: 21px;
	margin-top: 15px;
}
#owl-home-noticias .date img{
	width: 15px;
}
#owl-home-noticias .date img{
	margin-right: 12px;
}
#owl-home-noticias .owl-stage{
	padding-left: 0px!important;
}
#owl-home-noticias .owl-dots{
	display: none;
}
#owl-home-noticias .title-noticias{
	font-family: Montserrat,sans-serif;
	color: #001D3D;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
#owl-home-noticias .resumo-noticias p,
#owl-home-noticias .resumo-noticias{
	font-family: Montserrat,sans-serif;
	color: #707070;
	font-size: 12px;
	line-height: 19px;
	font-weight: 400;
	height: 60px;
    overflow: hidden;
}
#owl-home-noticias .owl-dots{
	display: none;
}
#owl-marcas-revenda{
	max-width: 1200px;
	margin: 0 auto;
}
#owl-marcas,
#owl-marcas-revenda{
	padding: 25px 0px 25px 0px;
}
#owl-marcas .owl-item,
#owl-marcas-revenda .owl-item{
	max-height: 100px;
}
#owl-marcas .owl-item img,
#owl-marcas-revenda .owl-item img{
	height: 70px;
	width: auto;
	margin: 0 auto;
}
#owl-marcas .owl-item,
#owl-marcas-revenda .owl-item{
	opacity: 0.5;
}
#owl-marcas .owl-item:hover,
#owl-marcas-revenda .owl-item:hover{
	opacity: 1;
}
.container-sobre-empresa .texto-vertical,
.container-sobre-gaslive-global .texto-vertical{
	top: 30px;
}
.container-sobre-empresa .texto-vertical p,
.container-sobre-gaslive-global .texto-vertical p{
	margin-bottom: 20px!important;
}


.atalhos-sobre-empresa{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.atalhos-sobre-empresa a{
	padding: 5px 10px;
	color: #525252;
	font-size: 12px;
}
.atalhos-sobre-empresa a:hover,
.atalhos-sobre-empresa a:focus{
	color: #0528F2!important;
}
.banner-principal-sobre-nos{
	width: 100%!important;
}
.banner-principal-rings{
	width: 100%!important;
}
.product-sku{
	font-family: Prosto One,sans-serif;
	color: #001D3D;
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-product-details__short-description{
	color: #001D3D;
	word-break: break-word;
}
.woocommerce-product-details__short-description p{
	font-size: 14px;
}
.sugestao-frete{
	display: flex;
	
	margin: 40px 0px;
}
.sugestao-frete p{
	color: #001D3D;
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	margin-bottom: 0px;
}
.sugestao-frete p b{
	font-weight: 700;
}
.sugestao-frete img{
	margin-right: 15px;
}
.woocommerce form.cart table.vpe_table {
    border-collapse:separate;
    border-spacing:0 5px;
}
.woocommerce form.cart table.vpe_table tr td{
	border-bottom: 0px;
}
#nm-related{
	display: none;
}
#nm-product-meta{
	display: none;
}
.woocommerce-tabs{
	border-bottom: none;
}
.icon-ham:hover svg .a{
	stroke: #0528f2!important;
}
.duplo-button{
    display: flex;
	margin: 15px 10px;
}
.duplo-button a button{
	border-radius: 25px;
	padding: 7.5px 30px;
	font-family: Prosto One,sans-serif;
	font-size: 16px;
}
.duplo-button a:first-child button{
	background: #0528f2;
    color: #ffffff;
    border: 1px solid #0528f2;
	margin-right: 20px;
}
.duplo-button a:last-child button{
	background: transparent;
    color: #001d3d;
    border: 1px solid #001D3D;
	margin-right: 20px;
}
.duplo-button a button:hover{
	background: #001d3d!important;
	color: #fff!important;
	border: 1px solid #001d3d!important;
}
.cards-azul .wpb_single_image img{
	height: 44px;
}
.produto-relacionado-categoria ul .nm_column:nth-child(1) .wpb_wrapper:nth-child(1) .mega_info_bar .mega_content div{
	padding: 208px 0px 10px 45px;
}
.produto-relacionado-categoria ul .nm_column:nth-child(2) .wpb_wrapper:nth-child(1) .mega_info_bar .mega_content div{
	padding: 208px 0px 10px 45px;
}
.produto-relacionado-categoria ul .nm_column:nth-child(3) .wpb_wrapper:nth-child(1) .mega_info_bar .mega_content div{
	padding: 208px 0px 10px 45px;
}
.produto-relacionado-categoria ul .nm_column:nth-child(4) .wpb_wrapper:nth-child(1) .mega_info_bar .mega_content div{
	padding: 208px 0px 10px 45px;
}
/* .produto-relacionado-categoria ul .nm_column .wpb_wrapper{
	margin-bottom: 14px;
} */
.produto-relacionado-categoria .nm-column.col-xs-12{
	padding: 0px 8px;
}
.produto-relacionado-categoria .banner-topo-categoria h2{
    height: 55px;
    overflow-y: hidden;
}
.container-banner-duplo-full .nm_column:first-child{
	padding-right: 7px !important;
    padding-left: 0px !important;
}
.container-banner-duplo-full .nm_column:last-child{
	padding-right: 0px !important;
    padding-left: 7px !important;
}
.container-banner-duplo .nm_column:first-child{
	padding-right: 7px !important;
    padding-left: 0px !important;
}
.container-banner-duplo .nm_column:last-child{
	padding-left: 7px !important;
    padding-right: 0px !important;
}
.no-padding{
	padding: 0px!important;	
}
.nm-quantity-wrap .quantity .nm-qty-minus,
.nm-quantity-wrap .quantity .nm-qty-plus{
	color: #001D3D!important;
	font-size: 34px;
	font-family: Montserrat,sans-serif!important;
}
.nm-quantity-wrap .quantity .nm-qty-minus{
	font-size: 44px;
	line-height: 36px;
}
.diminui:before{
	content: "-";
}
.aumenta:before{
	content: "+";
}
#tab-faq .vc_tta-panel-title{
	font-size: 16px;
}
.entry-content h5{
	font-family: Montserrat,sans-serif;
	font-size: 22px;
	font-weight: 600;
}
.entry-content p strong,
.entry-content p b{
	font-weight: 600;
}
#respostaProposta{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#respostaTransportadora{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#respostaProposta #concordo-proposta{
	width: 100%;
	margin-bottom: 60px;
}
#respostaProposta #opcao-proposta{
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
#respostaProposta #recusa-proposta{
	width: 100%;
	margin-bottom: 60px;
}
#enviar-transportadora{
	width: 530px;
}
#enviar-transportadora .input-transportadora{
	width: 100%;
	color: #001d3d;
	background-color: #EBEDF2;
	border-radius:5px;
	border: none;
}
#enviar-transportadora p{
	width: 100%;
	color: #001d3d;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 15px;
}
#enviar-transportadora .importante-transportadora{
	font-size: 12px;
	margin-bottom: 50px;
}
.btn-baixar-tudo{
	display: none;
}
.vc_active .btn-baixar-tudo{
	display: block;
	font-size: 10px;
    color: #0528f2;
    background: transparent;
    border: 1px solid #0528f2;
    border-radius: 25px;
    padding: 5px 15px;
    font-family: 'Prosto One', sans-serif;
	float: right;
    margin-top: -2px;
	margin-right: 15px;
	width: 115px;
}
.btn-baixar-tudo:hover{
	background: #0528f2;
	color: #fff;
}
.nm-additional-information-inner{
	max-width: 100%;
}
@media only screen and (min-width: 992px){
	.full-width-custom-0{
		width: 100vw;
	}
	.full-width-custom{
		width: 100%;
		/*width: 100vw;*/
		transform: translateX(-2.5%);
	}
	/*.full-width-custom-online{
		width: 100vw;
	}*/
	.zero-carbono{
		padding-left: 35px;
	}
	.button-right-banner .maw_banner_btn{
		position: absolute;
		right: 75px;
		bottom: 40px;
	}
	.nm-header .faixa-mobile-revenda{
	    display: none;
	}
}
.nm-wpb-default .vc_column_container{
	/*padding-left: 0px;
	padding-right: 0px;*/
}
.nm-top-bar-social .nm-menu-account p{
	margin-top: 1px;
}
.nm-top-bar-social .nm-menu-account a{
	text-transform: uppercase;
	color: #0528F2;
	font-size: 12px;
}
.nm-top-bar-social .nm-menu-account a:hover{
	color: #0528F2!important;
}
.nm-top-bar-social .nm-menu-account i{
	color: #0528F2;
    font-size: 16px;
    vertical-align: text-bottom;
}
.nm-top-bar-social .nm-menu-account.logged-blue i{
	color: #0528F2;    
}
.nm-shop-sidebar .widget.scroll-enabled .nm-widget-title,
.nm-shop-sidebar .berocket_single_filter_widget .bapf_head h3{
	font-family: Montserrat,sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 13px;
}
.nm-single-product-menu{
	display: none;
}
.width-1200{
	max-width: 1200px;	
}
.info-transportadora{
	border: 1px solid #EBEDF2;
	padding: 25px 40px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-content: center;
}
.info-transportadora .num-cubagem,
.info-transportadora .num-pedido{
	width: 50%;
	font-size: 14px;
	color: #001D3D;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	align-items: baseline;
}
.info-transportadora .num-cubagem span:first-child,
.info-transportadora .num-pedido span:first-child{
	font-size: 18px;
	color: #001D3D;
	font-weight: 600;
	margin-right: 15px;
}
.counter-distribuidora{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.counter-revenda{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.counter-distribuidora.revendas{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-revendas.svg');	
}
.counter-distribuidora.homologados{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-produtos-homologados.svg');	
}
.counter-distribuidora.vendidos{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-produtos-vendidos.svg');	
}
.counter-distribuidora.hospitais{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-clinicas-hospitais_v4.svg');	
}
.counter-revenda.revendas-blue{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-revendas-blue.svg');	
}
.counter-revenda.homologados-blue{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-produtos-homologados-blue.svg');	
}
.counter-revenda.vendidos-blue{
	background-image: url('https://www.gaslive.com.br/wp-content/uploads/2021/10/bg-numero-produtos-vendidos-blue.svg');	
}
a .seta-link{
	transition: filter 0.2s ease;
	-webkit-transition: filter 0.2s ease;
	vertical-align: middle;
}
a:hover .seta-link{
	filter: grayscale(100%);
}
.nm-single-product-top{
	display: none;	
}

.stx-main-container{
	/*max-height: 600px!important;*/
}
.stx-main-container .swiper-slide{
	/*background-size: contain!important;*/
}
/*.shop_table.cart .product-remove a:before{
	content: none;
}
.shop_table.cart .product-remove a{
	font-size: 25px;
}*/
#button-translate{
	text-align: center;
}
#buttonTranslate {
  	position: relative;
  	top: 50%;
  	width: 84px;
  	height: 30px;
  	overflow: hidden;
	padding: 0px;
	background: #ffffff;
	box-shadow: 0px 4px 16px #00000026;
}
#buttonTranslate.b2 {
  	border-radius: 25px;
}
.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.knobs {
  	z-index: 2;
}
#buttonTranslate .knobs:before,
#buttonTranslate .knobs:after,
#buttonTranslate .knobs span {
	position: absolute;
	top: 0px;
	width: 44px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	padding: 0px;
	border-radius: 25px;
	transition: 0.3s ease all;
}
#buttonTranslate .knobs:before {
  	content: "";
  	left: 0px;
  	background-color: #0528F2;
	color: #ffffff;
}
#buttonTranslate .knobs:after {
  	content: "ENG";
  	right: 0px;
	top: 8px;
  	color: #9F9F9F;
}
#buttonTranslate .knobs span {
  	display: inline-block;
  	left: 0px;
	top: 8px;
  	color: #fff;
  	z-index: 1;
}
#buttonTranslate .checkbox:checked + .knobs span {
  	color: #9F9F9F;
}
#buttonTranslate .checkbox:checked + .knobs:before {
  	left: 40px;
  	background-color: #0528F2;
}
#buttonTranslate .checkbox:checked + .knobs:after {
  	color: #fff;
}
/* Banner principal */
.slides-nav {
  	z-index: 99;
  	position: absolute;
  	right: 0%;
  	display: flex;
  	align-items: center;
  	height: 100%;
	color: #111;
}
@media (min-width: 54em) {
  	.slides-nav {
   		right: 2%;
  	}
}
.slides-nav__nav {
	position: relative;
	right: 0;
	display: block;
	font-size: 1em;
	transform: rotate(90deg);
	transform-origin: center;
	width: 80px;
}
.slides-nav button {
	position: relative;
	display: inline-block;
	padding: 0.35em;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	overflow-x: hidden;
	transition: color 0.5s ease;
	width: 36px;
}
.slides-nav button img{
	transform: rotate(270deg);
}
.is-sliding .slides-nav {
	pointer-events: none;
}
.slides {
	position: relative;
	display: block;
	height: 997px;
	width: 100%;
	background: #fff;
	transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slides {
	background: #ededed;
	transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}
.slide {
	z-index: -1;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	transition: z-index 1s ease;
}
.slide.is-active {
	z-index: 19;
	transition: z-index 1s ease;
}
.slide__content {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	top: 0%;
}
@media (min-width: 54em) {
	.slide__content {
		height: 997px;
		width: 100%;
		top: 0%;
	}
}
.slide__header {
	z-index: 9;
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-start;
	overflow-y: hidden;
	transform: translateX(5%);
	flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    
}
@media (min-width: 54em) {
	.slide__header {
		transform: translateX(8%);
	}
}
.slide__header .slide__subtitle{
    max-height: 150px;
}
.slide__header .slide__subtitle .button-banner-principal{
    background-color: #1D46E9;
    border-radius: 25px;
    color: #ffffff;
    font-family: Prosto One,sans-serif;
    font-size: 12px;
    padding: 10.5px 30px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 300;
}
.slide__header .slide__subtitle .button-banner-principal:hover{
    background-color: #001d3d;
    color: #ffffff!important;
}
.slide__title {
	font-size: 2.5em;
	font-weight: 500;
	color: #001d3d;
	overflow-y: hidden;
	margin-top: 105px;
	margin-bottom: clamp(16px, 3vw, 32px);
	line-height: 48px;
}

.slide__title img{
	margin-bottom: 20px;
}
.slide__subtitle {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #001d3d;
	overflow-y: hidden;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0px!important;
    margin-top: 0px;
}
@media (min-width: 54em) {
	.slide__header {
	    justify-content: center;
	}
	.slide__title {
		font-size: 5em;
		margin-top: 0px;
		line-height: 96px;
	}
	.slide__subtitle {
	    margin-bottom: 0px!important;
	}
}
.slide__title .title-line{
	display: block;
	overflow-y: hidden;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
}

.slide__subtitle .subtitle-line:not(:last-child){
	margin-bottom: clamp(2px, 0.6vw, 8px);
}
.slide__subtitle .subtitle-line:last-child{
	margin-top: clamp(10px, 2.5vw, 24px);
}
.slide__subtitle .subtitle-line{
	display: block;
	overflow-y: hidden;
}
.slide__subtitle .subtitle-line span{
	font-size: 16px;
	font-weight: 500;
}
.slide__subtitle .subtitle-line:last-child{
	height: 75px;
}
.slide__subtitle .subtitle-line:last-child span{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.slide__title .title-line span,
.slide__subtitle .subtitle-line span{
	display: inline-block;
	transform: translate3d(0, 140%, 0);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.8s ease;
}
.slide__title .title-line span:nth-child(1),
.slide__subtitle .subtitle-line span:nth-child(1){
	transition-delay: 0.15s;
}
.slide__title .title-line span:nth-child(2),
.slide__subtitle .subtitle-line span:nth-child(2){
	transition-delay: 0.3s;
}
.is-active .slide__title .title-line span,
.is-active .slide__subtitle .subtitle-line span{
	transform: translate3d(0, 0%, 0);
	opacity: 1;
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-active .slide__title .title-line:nth-of-type(2n) span,
.is-active .slide__subtitle .subtitle-line:nth-of-type(2n) span{
	transition-delay: 0.2s;
}
.slide__figure {
	z-index: 7;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 997px;
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
	transform: scale(0.8);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__img {
	position: relative;
	display: block;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0%;
	-webkit-backface-visibility: hidden;
	height: 0%;
	width: 100%;
	filter: grayscale(0%);
	transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
}
.is-active .slide__img {
	height: 100%;
	opacity: 1;
	transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
}
.is-sliding .slide__img {
	filter: grayscale(100%);
}
@media (max-width: 991px) {
    .slide__title img{
    	padding-top: 0px;
    	width: 200px;
    }
    .slide__header {
	    justify-content: center;
	}
}
@media (max-width: 767px) {
    .slide__header {
	    justify-content: flex-start!important;
	}
}
/* Banner principal */
.container-empresas-homologadas h2{
	text-transform: uppercase;
	font-family: Montserrat,sans-serif;
    font-weight: 600;
}

/* Tabela descrição */
.nm-tabs-panel-inner.entry-content table{
	border: none;
}
.nm-tabs-panel-inner.entry-content table tbody tr:nth-of-type(odd){
	background-color: #f9f9f9;	
}
.nm-tabs-panel-inner.entry-content table tbody tr td{
	border-top: 1px solid #ddd;
	border-right: none;
    font-size: 14px;
	padding: 8px;
    vertical-align: top;
}
.nm-tabs-panel-inner.entry-content table tbody tr td b{
	font-weight: 600;
}
/* Tabela descrição */

/* Tabela permissão */
.tabela-permissao table{
	border: none;
	width: 100%;
}
.tabela-permissao table tbody tr:nth-of-type(even){
	background-color: #f9f9f9;	
}
.tabela-permissao table tbody tr td{
	border-top: 1px solid #ddd;
	border-right: none;
    font-size: 14px;
	padding: 8px;
    vertical-align: top;
}
.tabela-permissao table tbody tr td:not(:first-child){
    text-align: center;
}
.tabela-permissao table tbody tr:first-child td{
    border-top: none;
}
.tabela-permissao table b{
	font-weight: 600;
	color: #001d3d;
}
/* Tabela permissão */
.shop_attributes th{
	width: 13%;
}
.shop_attributes td{
	width: 45%;
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--dimensions{
	display: none;
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--weight th,
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--dimensions th,
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--attribute_tamanho th,
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--attribute_voltagem th{
	width: 13%;
	font-size: 14px;
}
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--weight td,
.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--dimensions td{
	width: 45%;
	font-size: 14px;
}
.custom-info-adicional.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--weight,
.custom-info-adicional.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item--dimensions{
	display: block;
}
.shop_attributes tr th,
.shop_attributes tr td,
.shop_attributes tr:last-child th, 
.shop_attributes tr:last-child td{
	padding-bottom: 20px;
}
.vpe-variations-container{
	height: initial;
}
.sub-accordion-arquivos .ui-accordion-header-icon.ui-icon{
	margin-right: 15px;
}
.revenda-menu-top{
	border: 1px solid #0528F2;
	background-color: transparent;
	color: #0528F2;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 25px;
	line-height: 14px;
	font-size: 12px
}
.revenda-menu-top i{
    color: #0528F2;
    margin-right: 5px;
}
.revenda-menu-top:hover{
	background-color: #0528F2;
	color: #ffffff!important;
	opacity: 1!important;
}
.revenda-menu-top:hover i{
    color: #ffffff!important;
}
.dropdown-user-top .dropbtn {
    background-color: transparent;    
    border: none;
    cursor: pointer;
	margin: 0px 0px 0px 15px;
}
.dropdown-user-top {
    position: relative;
    display: inline-block;
}
.dropdown-user-top .dropdown-content:before {
    position: absolute;
    top: -7px;
    right: 74px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #EBEDF2;
    border-left: 7px solid transparent;
    border-bottom-color: #EBEDF2;
    content: '';
}
.dropdown-user-top .dropdown-content:after {
    position: absolute;
    top: -6px;
    right: 75px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
.dropdown-user-top .dropdown-content {
    display: none;
    position: absolute;
    right: -68px;
	top: 30px;
    background-color: #ffffff;
    min-width: 160px;
	border: 1px solid #EBEDF2;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0px;
}
.dropdown-user-top .dropdown-content a {
    color: #001d3d;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
	font-weight: 500;
}
.dropdown-user-top .dropdown-content hr {
	margin: 5px 15px;
}
.dropdown-user-top .dropdown-content a:hover{
	color: #0528f2;
}
.dropdown-user-top:hover .dropdown-content {
    display: block;
}
.beneficios-produto{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 60px;
}
.beneficios-produto .paciente,
.beneficios-produto .revenda{
	background-color: #FBFBFB;
	padding: 35px;
	width: 49%;
	border-radius: 5px;
}
.beneficios-produto .paciente h4{
	margin-bottom: 20px;
	font-size: 16px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.beneficios-produto .revenda h4{
	margin-bottom: 20px;
	color: #0528F2;
	font-size: 16px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.beneficios-produto .revenda h4 img{
	width: 28px;
}
.beneficios-produto .paciente h4 img{
	width: 20px;
}
.beneficios-produto .paciente hr,
.beneficios-produto .revenda hr{
	margin-bottom: 30px;
	border-color: #EBEDF2;
	border-bottom-width: 2px;
}
.beneficios-produto ul{
	margin-left: 20px;
}
.beneficios-produto ul li{
	list-style: initial;
	font-size: 14px;
}
.download-img-product{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.download-img-product .item-download-img{
	background-color: #EBEDF2;
    width: 240px;
	height: 130px;
    border-radius: 5px;
    margin-right: 10px;
	margin-bottom: 10px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;	
}
.download-img-product .item-download-img img{
	width: 20px;
}
.download-img-product .item-download-img .product{	
    width: 100%;
    height: 100%;
	cursor: pointer;
}
.download-img-product .item-download-img .product:hover .camada-filtro{
	background-color: #fff;	
	opacity: 0.4;
}
.download-img-product .item-download-img .product.block:hover .camada-filtro{	
    background-color: #777777;	
	opacity: 1;
}
.download-img-product .item-download-img .product .background{
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;	
    width: 100%;
    height: 100%;    
    padding: 10px;
}
.download-img-product .item-download-img .product.block .background{
	opacity: 0.5;
}
.download-img-product .item-download-img .product .camada-filtro{	
    width: 100%;
    height: 100%;
    position: relative;
    top: -130px;
    border-radius: 5px;
}
.download-img-product .item-download-img .product .icon {
	width: 100%;
    height: 100%;
    position: relative;
    top: -260px;
}
.download-img-product .item-download-img .product .icon p{
	text-align: center;
	display: none;
}
.download-img-product .item-download-img .product .icon p a{
	color: #fff;
}
.download-img-product .item-download-img .product:hover .icon p{	
	display: block;
}
.download-img-product .item-download-img .product .icon p a:hover{	
	color: #fff!important;
}
/*.download-img-product .item-download-img .product .icon-mini {
	width: 100%;
    height: 100%;
    position: relative;
    top: -390px;
}*/
.download-img-product .item-download-img .product .icon img{
	position: absolute;
    top: 43.5px;
    left: 98.5px;
    width: 55px;
	display: none;
	filter: grayscale(0%);
}
/*.download-img-product .item-download-img .product .icon-mini img{
	position: absolute;
    bottom: 10px;
    right: 10px;
    width: 15px;		
}*/
.download-img-product .item-download-img .product:hover .icon img{
	display: block;
}
/*.download-img-product .item-download-img .product:hover .icon-mini img{
	display: none;
}*/
.download-img-product .item-download-img .download .icon{
	position: absolute;
	top: 180px;
}
@media only screen and (max-width: 767px){
	.beneficios-produto .paciente,
	.beneficios-produto .revenda{
		width: 100%;
		margin-bottom: 20px;
	}
}
.sku-product{
	font-size: 12px;
}
.nm-font-cart:before{
	font-size: 16px;
}
*{
	/*cursor: url('https://www.gaslive.com.br/wp-content/uploads/2021/12/cursor_mouse_gaslive_v2.svg'), auto;	*/
}
.woocommerce-MyAccount-orders tr td a{
    /*width: 92px;*/
}

/*.woocommerce-MyAccount-orders tr td:last-child a:first-child {*/
.woocommerce-MyAccount-orders tr td:last-child a{
	color: #0528F2;
	background: transparent;
	border: 1px solid #0528F2;
	border-radius: 25px;
    padding: 6px 21px;
    margin: 5px 0 5px 0px;
}
/*.woocommerce-MyAccount-orders tr td:last-child a:first-child:hover {*/
.woocommerce-MyAccount-orders tr td:last-child a:hover {
	background: #0528F2;
	color: #FFF!important;
}
.woocommerce-cart-form h3 {
	text-transform: uppercase;	
}
#order_review_heading {
	text-transform: uppercase;	
}
.woocommerce-billing-fields h3 {
	text-transform: uppercase;
}
.woocommerce-additional-fields h3 {
	text-transform: uppercase;
}
#nm-login-wrap h2{
	text-transform: uppercase;
}
#nm-register-wrap h2{
	text-transform: uppercase;
}
form.login #nm-login-revenda-button {
	color: #0528F2;
	background: transparent;
	border: 1px solid #0528F2;
	border-radius: 25px;
}
form.login #nm-show-register-button {
	color: #0528F2;
	background: transparent;
	border: 1px solid #0528F2;
	border-radius: 25px;
	font-family: Prosto One,sans-serif;
	text-transform: uppercase;
}
form.login #nm-login-revenda-button:hover {
	background: #001d3d;
	color: #FFF!important;
}
form.login #nm-show-register-button:hover {
	background: #001d3d;
	color: #FFF!important;
	border-color: #001d3d;
}
.lost_reset_password h2 {
	font-family: Montserrat,sans-serif;
	font-weight: 500;
}
/*{
	text-transform: uppercase;
}*/
.nm-myaccount-login,
.nm-myaccount-lost-reset-password{
	max-width: 400px;
}
.group-conectado-perdeu-senha{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;   
}
.nm-product-buttons a {
	color: #0528F2;
	background: transparent;
	border: 1px solid #0528F2;
	border-radius: 25px;
    padding: 6px 21px!important;
}
.nm-product-buttons a:hover {
	background: #0528F2;
	color: #FFF!important;
}
#nm-wishlist .nm-wishlist-top h1{
	text-transform: uppercase;
	color: #001d3d;
	font-size: 36px;
}
.woocommerce-checkout .optional {
	display: none;
}
#btn-load-orc{
    background: #1D46E9;
    border-radius: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Prosto One,sans-serif;
    padding: 13.5px 14px 13.5px;
    width: 100%;   
    display: none;
    border: none;
}

.button-border-trans .mega_hvr_btn:hover{
	border: 1px solid #001d3d!important;
}
.woocommerce-customer-details .woocommerce-column__title,
.addresses h3{
	text-transform: uppercase;	
}
.banner-topo-categoria .mega_info_bar{
	background: #DADADA;
}
@media (min-width: 992px) and (max-width: 1440px){
	.gallery-col-6 .woocommerce-product-gallery{
		height: calc(100vh - 100px)!important;
	}
	.thumbnails-vertical .woocommerce-product-gallery__wrapper{		
		height: calc(100vh - 100px)!important;
	}
	.woocommerce-product-gallery__image a img{
		/*height: calc(100vh - 100px);*/
	}
}
.woocommerce form.cart .vpe_container_btn{
	margin-bottom: 0px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button{
	color: #0528F2;
    background: transparent;
    border: 1px solid #0528F2;
    border-radius: 25px;
    padding: 6px 21px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover{
	background: #0528F2;
    color: #FFF!important;
}
.nm-shop-notice a{
	display: initial;
}
#select-funcao_field #select-funcao{
	border-radius: 25px;
}
#customResgiterUser.button{
	background-color: #0528F2;
    color: #ffffff;
    border: 1px solid #0528F2!important;
    border-radius: 25px;
    padding: 5px 50px;
    font-size: 16px;
    line-height: 30px;
    font-family: Prosto One,sans-serif;
    border: none;
    text-transform: uppercase;
	cursor: pointer;
}
#customUpdateUser.button{
	background-color: #0528F2;
    color: #ffffff;
    border: 1px solid #0528F2!important;
    border-radius: 25px;
    padding: 5px 50px;
    font-size: 16px;
    line-height: 30px;
    font-family: Prosto One,sans-serif;
    border: none;
    text-transform: uppercase;
	cursor: pointer;
}
#customResgiterUser.button:hover{
	background-color: #001d3d;
    color: #ffffff!important;
    border: 1px solid #001d3d!important;
	opacity: 1;
}
#customUpdateUser.button:hover{
	background-color: #001d3d;
    color: #ffffff!important;
    border: 1px solid #001d3d!important;
	opacity: 1;
}
#responseUser,
#responseUser li{
	text-align: center;
}
#responseUser img{
	margin-right: 8px;
}
.woocommerce-checkout .nm-page-wrap-inner > .nm-row,
.woocommerce-cart .nm-page-wrap-inner > .nm-row{
	padding-left: 0px;
	padding-right: 0px;
}
.nm-blog-row{
	max-width: 1300px!important;	
}
.shop_table.cart .product-quantity .quantity .qty{
    width: 50px;
}

/* Fidelidade */
#header-fidelidade{
    padding-top: 170px;
	padding-bottom: 60px;
}
#header-fidelidade .linha-interna-fidelidade{
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .nome-cliente p{
    color: #0528F2;
    margin: 0px;
    font-weight: 500;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .nome-cliente h2{
    color: #001D3D;
    font-family: Prosto One,sans-serif;
    text-transform: uppercase;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente img{
    width: 32px;
    margin-left: 18px;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div.favoritos,
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div.icon-ring{
    margin-right: 18px;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div.since{
    border-radius: 5px;
    padding: 8px 18px 6px;
    text-align: right;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div p:first-child{
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
}
#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div p:last-child{
    color: #001D3D;
    font-size: 10px;
    line-height: 12px;
    margin: 0px;
}
/*#header-fidelidade .linha-interna-fidelidade .id-cliente .level-cliente div.favoritos a{
    color: #ffffff;
}*/
#header-fidelidade .linha-interna-fidelidade .last-order{
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 70px;
    box-shadow: 0px 12px 12px #00000029;
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#header-fidelidade .linha-interna-fidelidade .last-order .time-last-order p,
#header-fidelidade .linha-interna-fidelidade .last-order .number-last-order p,
#header-fidelidade .linha-interna-fidelidade .last-order .date-last-order p,
#header-fidelidade .linha-interna-fidelidade .last-order .vendedor-last-order p{
    line-height: 18px;
    color: #001D3D;
    font-weight: 500;
}
#header-fidelidade .linha-interna-fidelidade .last-order .vendedor-last-order p{
    text-transform: uppercase;   
}
#header-fidelidade .linha-interna-fidelidade .last-order .number-last-order p span,
#header-fidelidade .linha-interna-fidelidade .last-order .date-last-order p span,
#header-fidelidade .linha-interna-fidelidade .last-order .vendedor-last-order p span{
    color: #0528F2;
    font-family: Prosto One,sans-serif;
}
#header-fidelidade .linha-interna-fidelidade .last-order .refazer-last-order button{
    font-family: Prosto One,sans-serif;
    color: #0528F2;
    border: 1px solid #0528F2;
    border-radius: 25px;
    background-color: transparent;
    padding: 6px 22px;
}
#header-fidelidade .linha-interna-fidelidade .last-order .refazer-last-order button:hover{
    background-color: #0528F2;
    color: #ffffff;
}
#header-fidelidade .linha-interna-fidelidade .curadoria{
    padding-bottom: 200px;
}
#header-fidelidade .linha-interna-fidelidade .curadoria .titulo{
    margin-bottom: 30px;
}
#header-fidelidade .linha-interna-fidelidade .curadoria .titulo:first-child p{
    color: #0528F2;
    margin: 0px;
    font-weight: 500;
}
#header-fidelidade .linha-interna-fidelidade .curadoria .titulo:last-child h2{
    color: #001D3D;
    font-family: Prosto One,sans-serif;
    text-transform: uppercase;
}
.linha-curadoria-fidelidade{
    padding-right: 9px;
    padding-left: 9px;
}
#owl-combos{
    margin-top: -200px;
    width: 100vw;
}
#owl-combos .owl-stage-outer{
    padding-left: 6px;
    padding-right: 6px;
}
#owl-combos .owl-stage{
    margin-bottom: 20px;
    padding-left: 0px!important;
}
#owl-combos .item{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 5px 8px #00000029;
}
#owl-combos .item .header-item-combo{
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
#owl-combos .item .body-item-combo{
    padding: 10px 15px 40px;
}
#owl-combos .item .body-item-combo .prod-principal-combo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #001D3D;
    width: 50%;
}
#owl-combos .item .body-item-combo .prod-principal-combo .bonus{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #001D3D;
    width: 50%;
    justify-content: space-between;
    height: 115px;
}
#owl-combos .item .body-item-combo .prod-principal-combo .bonus .texto{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 25px;
}
#owl-combos .item .body-item-combo .prod-principal-combo .bonus .ganhe{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #0528F2;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd .numero{
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd .off{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd .off span:first-child{
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd .off span:last-child{
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
}
#owl-combos .item .body-item-combo .prod-principal-combo .qtd p{
    font-size: 16px;   
    line-height: 18px;
    font-weight: 500;
}
#owl-combos .item .body-item-combo .prod-principal-combo .img{
    width: 50%;
    height: 115px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#owl-combos .item .body-item-combo .prod-principal-combo .img img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}
#owl-combos .item .body-item-combo .info-item-principal{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    height: 36px;
    overflow: hidden;
}
#owl-combos .item .body-item-combo .info-item-principal .name,
#owl-combos .item .body-item-combo .info-item-principal .qtd{
    color: #001D3D;
    font-weight: 600;
    height: 36px;
    margin: 0px;
}
#owl-combos .item .body-item-combo .info-item-principal .name{
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: flex-start;
}
#owl-combos .item .body-item-combo .info-item-principal .qtd{
    font-size: 24px;
    line-height: 36px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    min-width: 50px;
}
#owl-combos .item .body-item-combo .na-compra-de{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #0528F2;
    margin-top: 10px;
}
#owl-combos .item .body-item-combo .info-item-adicional{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin-top: 20px;
    height: 36px;
    overflow: hidden;
}
#owl-combos .item .body-item-combo .info-item-adicional p{
    color: #001D3D;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 36px;
    overflow: hidden;
}
#owl-combos .item .body-item-combo .info-item-adicional p.qtd{
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 54px;
}
#owl-combos .item .body-item-combo .button-orcamento{
    text-align: center;
}
#owl-combos .item .body-item-combo .button-orcamento button{
    font-family: Prosto One,sans-serif;
    color: #ffffff;
    border: 1px solid #0528F2;
    border-radius: 25px;
    background-color: #0528F2;
    padding: 6px 22px;
    margin-top: 30px;
}
#owl-combos .item .body-item-combo .button-orcamento button:hover{
    border: 1px solid #001D3D;
    background-color: #001D3D;
}
#owl-combos .item .prod-add-combo .gratis{
    margin-top: 30px;
}
#owl-combos .item .prod-add-combo .gratis span{
    color: #0528F2;
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
}
#beneficios-rings .beneficios .titulo{
    margin-bottom: 30px;
    margin-left: 6.5px;
    text-transform: uppercase;
}
#beneficios-rings .beneficios .titulo:first-child p{
    color: #0528F2;
    margin: 0px;
    font-weight: 500;
}
#owl-beneficios-rings{
    width: 100vw;
}
#owl-beneficios-rings .owl-stage-outer{
    padding-left: 6px;
    padding-right: 6px;
}
#owl-beneficios-rings .owl-stage{
    padding-bottom: 30px;
    padding-left: 0px!important;
}
#owl-beneficios-rings .item .fundo{
    padding: 28px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px #00000029;
    height: 400px;
}
#owl-beneficios-rings .item .duplo .fundo{
    padding: 28px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px #00000029;
    height: 193px;
}
#owl-beneficios-rings .item .duplo .fundo:first-child{
    margin-bottom: 14px;
}
#owl-beneficios-rings .item .duplo .fundo{
    /*position: relative;*/
}
#owl-beneficios-rings .img-beneficio{
    width: 270px;
}
#owl-beneficios-rings p{
    font-size: 12px;
    font-weight: 500;
}
#owl-beneficios-rings h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Prosto One', cursive;
    margin-top: 0px;
    height: 100px;
}
#owl-beneficios-rings .duplo h2 {
    font-size: 20px;
    line-height: 26px;
    height: 80px;
}
#owl-beneficios-rings p.subtitle-branco{
    color: #ffffff;
}
#owl-beneficios-rings p.subtitle-azul,
#owl-beneficios-rings h2.title-azul{
    color: #0528F2;
}
#owl-beneficios-rings p.subtitle-azul-escuro,
#owl-beneficios-rings h2.title-azul-escuro{
    color: #001D3D;
}
#owl-beneficios-rings h2.title-verde{
    color: #96E5DB;
}
#owl-beneficios-rings .fundo.verde {
    background-color:#96E5DB;
}
#owl-beneficios-rings .fundo.azul {
    background-color:#0528F2;
}
#owl-beneficios-rings .fundo.azul-escuro {
    background-color:#001D3D;
}
#owl-rings-products{
    width: 100vw;
}
#owl-rings-products .owl-stage{
    padding-left: 0px!important;
}
#owl-beneficios-rings .desbloquear{
    background-color: #FF4E00;
    color: #ffffff;
    font-family: Prosto One,sans-serif;
    padding: 8px 15px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    position: absolute;
    bottom: 11px;
    width: 48px;
    height: 40px;
    margin-left: -28px;
    transition: width 0.5s;
    transition-timing-function: ease-out;
}
#owl-beneficios-rings .duplo .desbloquear{
    position: initial;   
}
#owl-beneficios-rings .item .fundo:hover .desbloquear{
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
}
#owl-beneficios-rings .item .duplo .fundo:hover .desbloquear{
    width: calc(100% + 56px);
}
#owl-beneficios-rings .item .fundo:hover .desbloquear .texto{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#owl-beneficios-rings .item .fundo:hover .desbloquear .texto p{
    visibility: visible;
    opacity: 1;
    height: initial;
}
#owl-beneficios-rings .item .fundo:hover .desbloquear .texto img{
    visibility: visible;
    opacity: 1;
    height: 22px;
}
#owl-beneficios-rings .desbloquear .texto p{
    margin: 0px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 25px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;
    height: 0px;
}
#owl-beneficios-rings .desbloquear .texto img{
    width: 16px;
    height: 22px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;
    height: 0px;
}

#owl-beneficios-rings .item .desbloquear .icon {
    width: 16px;
    height: 22px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 1s linear;
}
#owl-beneficios-rings .item .fundo:hover .desbloquear .icon {
    visibility: hidden;
    opacity: 0;
}
/* Fidelidade */
/* Rings */
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 0 auto;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field{
    border: 1px solid #FBFBFB;
    background: #FBFBFB;
    border-radius: 10px;
    padding: 10px 15px 10px 30px;
    color: #001D3D;
    margin-bottom: 10px;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field input{
    border-width: 0px;
    font-size: 14px;
	font-family: Montserrat,sans-serif;
	color: #001D3D;
	background: #FBFBFB;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field input:not(textarea) {
    height: 24px;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field input::placeholder{
    color: #001D3D;
	font-weight: 500;
	font-style: italic;
	opacity: 1;
	font-size: 14px;
	font-family: Montserrat,sans-serif;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field:nth-child(1),
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field:nth-child(2){
    margin-right: 15px;
}
#form-rd-rings #rd-form-l2ero8uv{
    padding: 0px;
}
#form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__submit button{
    min-width: 50px;
    width: 250px;
    font-family: 'Prosto One';
    font-size: 14px;
    border-radius: 25px;
    padding: 13px 30px;
    height: auto;
    text-transform: uppercase;
    margin-top: 30px;
}
#rd-form-l2ero8uv .with-select-flags > .phone-input-group > .phone-country{
    height: 26px;
}
#conversion-form-avaliacao-gaslive-rings .with-select-flags > .phone-input-group > .select2-container > .select2-choice{
    height: 26px!important;
}
#conversion-form-avaliacao-gaslive-rings .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen{
    height: 26px;
}
#conversion-form-avaliacao-gaslive-rings .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag{
    vertical-align: initial!important;
    margin-left: 0px!important;
}
#conversion-form-avaliacao-gaslive-rings .select2-container .select2-choice .select2-arrow{
    background: #FBFBFB!important;
}
.tabela-rings table{
    width: 100%;
}
.tabela-rings table p{
    color: #001D3D;
    margin: 0px;
}
.tabela-rings table thead tr td,
.tabela-rings table tbody tr td{
    vertical-align: middle;
}
.tabela-rings table thead tr td p{
    font-family: Prosto One, sans-serif;
}
.tabela-rings table thead tr td p{
    padding: 10px 0px;
}
.tabela-rings table thead tr td img{
    width: 48px;
    margin-bottom: 5px;
}
.tabela-rings table tbody tr:nth-of-type(odd){
    background-color: #EBEDF2;
}
.tabela-rings table tbody tr td p{
    padding: 10px 10px 10px 30px;
}
.tabela-rings table tbody tr td img{
    width: 20px;
    padding: 5px 0px;
}
.tabela-rings table tbody tr td .hifen{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -3px; 
}
.tabela-rings table tbody tr td .hifen.claro{
    color: #ffffff;
}
.tabela-rings table tbody tr td .hifen.escuro{
    color: #EBEDF2;
}
.tabela-rings table tbody tr td:first-child{
    width: 40%;
}
.tabela-rings table tbody tr td:not(:first-child){
    width: 20%;
}
.politica-participacao .texto-mini{
    margin-bottom: 5px;
    line-height: 18px;
}
.politica-participacao .texto-corpo:not(:first-child){
    margin-top: 20px;
    margin-bottom: 5px;
}
.politica-participacao p:nth-child(6),
.politica-participacao p:nth-child(9),
.politica-participacao p:nth-child(16),
.politica-participacao p:nth-child(18){
    margin-bottom: 20px;
}
/* Rings */

/* Seja uma revenda */
.erro-input-revenda{
    display: none;
    padding-bottom: 0px;
    margin-top: 0px;
    font-size: 12px!important;
    line-height: 12px!important;
    color: red!important;
}
#wpcf7-f4016-p3892-o1 #email-representante{
    display: none;
}
/* Seja uma revenda */
.margin-bottom-desktop-80{
    margin-bottom: 80px!important;
}
.margin-bottom-desktop-15{
    margin-bottom: 15px!important;
}
.padding-side-desktop-30{
    padding-left: 30px!important;    
    padding-right: 30px!important;
}
.padding-side-desktop-23{
    padding-left: 23px!important;    
    padding-right: 23px!important;
}
.padding-side-desktop-15{
    padding-left: 15px!important;    
    padding-right: 15px!important;
}
.padding-side-desktop-9{
    padding-left: 9px!important;    
    padding-right: 9px!important;
}
.padding-side-desktop-0{
    padding-left: 0px!important;    
    padding-right: 0px!important;
}

.margin-bottom-desktop-titulo-secao{
    margin-bottom: 60px!important;   
}

.radius-desktop-15{
    border-radius: 15px;
}


/* Home */
.banner-home-4-5-6-7 .custom_col-sm-6{
    margin-bottom: 0px;
}
.banner-home-2-3 .banner-home-2 .mega_content .maw_banner_btn,
.banner-home-2-3 .banner-home-3 .mega_content .maw_banner_btn{
    margin-top: 375px;
	
}
/* Home */
/* Categorias */
.titulo-categoria{
    max-width: 1300px!important;
    padding: 50px 15px 0px 15px!important;
}
#nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_content h2{
    font-size: 22px;
    color: #001d3d;
    line-height: 27px;
    margin-bottom: 5px;
    font-family: Montserrat,sans-serif;
}
#nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_content p{
    font-size: 14px;
    color: #001d3d;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Prosto One,sans-serif;
}
#nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_info_bar .mega_content{
    width: 60%;
}
.curadoria-in-categoria{
    padding-left: 23px!important;
    padding-right: 23px!important;
    margin-bottom: 80px!important;
}
/* Categorias */
/* sobre nos */
.banner-sobre-nos-1 .mega_content .texto-titulo-banner{
    margin-bottom: 520px;
    text-align: center;
}
/* produto */
.vpe_table_responsive .vpe-img-td>span:first-child{
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    background: none;
    -webkit-text-fill-color: initial;
}
.vpe-img-td  .custom-variation-produto,
.vpe-img-td  .custom-sku-produto{
    margin-bottom: 0px;
}
.vpe-img-td  .custom-variation-produto{
    color: #000000;
}
/* produto */
/* Biblioteca de arquivos */
.coluna-biblioteca-imagem .vc_tta-panel-body{
    padding-right: 10px!important;
}
#conteudo-biblioteca{
    height: 30px!important;
}
/* Biblioteca de arquivos */
.link-icon-text-left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;    
}
.texto-indicador-num{
	font-size: 68px;
	line-height: 60px;
}
h2.texto-titulo-banner-grande{
	font-size: 56px!important;
	line-height: 66px!important;
}
.texto-titulo-banner{
	font-size: 36px;
	line-height: 46px;
}
.texto-titulo-nome{
	font-size: 24px;
	line-height: 32px;
}
.texto-titulo-banner-mini{
	font-size: 22px;
	line-height: 26px;
}
.texto-titulo-banner-regular{
	font-size: 20px;
	line-height: 28px;
}
.texto-titulo-texto{
	font-size: 18px;
	line-height: 26px;
}
.texto-titulo-item{
	font-size: 16px;
	line-height: 24px;
}
.texto-corpo{
	font-size: 14px;
	line-height: 24px;
}
.texto-mini{
	font-size: 12px;
	line-height: 16px;
}
.texto-mini a{
	font-size: 12px;
	line-height: 16px;
}
#atalho-fixed{
	z-index: 9;
	position: static;
	background-color: #fbfbfb!important;
	transform: initial;
}
#atalho-fixed.fixed-top{
	position: fixed;
	top: 110px;
	left: 0px;
	width: 100%;
}
#atalhos-passos-sleepup.fixed-top{
	position: fixed;
	top: 178px;
	left: 50%;
	width: 100%;
	z-index: 9;
	background-color: #F8F9FB!important;
	transform: initial;
	 transform: translate(-50%, -50%);
}
@media (min-width: 992px){
    #owl-beneficios-rings .owl-item:nth-child(4),
    #owl-beneficios-rings .owl-item:nth-child(5),
    #owl-beneficios-rings .owl-item:nth-child(10),
    #owl-beneficios-rings .owl-item:nth-child(11){
        display: none;
    }
}
@media (min-width: 1020px){
	[class*="block-grid-"] .flickity-slider > li, [class*="block-grid-"] > li {
		padding: 0 7px 24px;
	}
	[class*="block-grid-"] {
		margin: 0px;
	}
}
@media only screen and (min-width: 1440px){
	#destaque-mes #owl-home-products{
		width: 100vw;
	}
	#noticias-e-eventos #owl-home-noticias{
		width: 100vw;
	}
}

@media (min-width: 992px) and (max-width: 1230px){
	.nm-header.default .nm-main-menu{
		/*width: 81%;*/
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.custom_col-sm-6{
		width: 50%!important;
	}
	.custom_col-sm-12{
		width: 100%!important;
	}
}
/*@media (min-width: 300px) and (max-width: 399px){
    .small-block-grid-2 > li{
        width: 50%;
    }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }
}*/
@media only screen and (max-width: 1199px){
	.linha-executivos  .coluna-executivos{
		width: 25%;
		margin-bottom: 15px;
	}
	.banner-image-out{
        margin-right: 0px!important;
    }
    .banner-image-out .mega_wrap{
        margin-right: 0px!important;
    }
    .banner-image-out .mega_wrap img{
        margin-left: 0px!important;
        position: initial;
        float: right;
    }
    .container-info-revenda .custom_col-sm-6{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1080px){
    .nm-quantity-wrap:not(.vpe-qty-td) .quantity{
        border: 1px solid #ebedf2;
    }   
    .nm-single-product-showcase{
    	padding: 0px 0 30px;
    }
    .woocommerce form.cart table.vpe_table tr td{
        border-bottom: 1px solid #ececec;
    }
    .woocommerce div.product form.cart table.vpe_table tr td:nth-child(1){
        border-bottom-left-radius: 0px;
    }
    .woocommerce div.product form.cart table.vpe_table tr td:nth-child(3){
        border-bottom-right-radius: 0px;
    }
}
@media only screen and (max-width: 1020px){    
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .nm-row-full.inner [class*="block-grid-"]{
        margin: 0 0px!important;
    }
}
@media only screen and (max-width: 991px){
    /* Fontes mobile */
    .texto-corpo{
    	font-size: 12px;
    	line-height: 18px;
    }
    .texto-corpo a{
    	font-size: 12px;
    	line-height: 18px;
    }
    .texto-titulo-banner{
        font-size: 22px;
        line-height: 30px;
    }
    .texto-titulo-item{
        font-size: 14px;
        line-height: 20px;
    }
    /* Fontes mobile */
	.zero-carbono{
		padding-left: 0px;
	}
	.remove-padding-left-mobile .mega_content div{
		padding: 50px 15px 10px 15px!important;
	}
	.linha-executivos  .coluna-executivos{
		width: 30%;
	}
	.nm-header{
	    padding-top: 0px!important;
	}
	.nm-header:not(.header-logged){
	    padding-top: 0px!important;
	}
	.nm-top-bar-right .nm-top-bar-social{
	    padding-right: 15px;
	    display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        width: 100%;
	}
	.nm-top-bar-social li.nm-menu-account.menu-item.logged-blue {
	    width: 75%;
	    padding-left: 0px;
	}
	.nm-top-bar-social li.nm-menu-account.menu-item.logged-blue div{
	    display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
	}
	.nm-top-bar-social li.nm-menu-account.menu-item.logged-blue div a{
	    display: inline;
        width: 100%;
        text-align: left;
        overflow-x: hidden;
        white-space: nowrap;
        background: -webkit-linear-gradient(right,transparent, #0528F2 30%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}
	.page-header-branco .nm-top-bar-social li.nm-menu-account.menu-item.logged-blue div a{
        background: -webkit-linear-gradient(right,transparent, #ffffff 30%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}
	.bloco-header-mobile #nm-menu-search-btn-mobile i{
	    font-size: 16px;
	    color: #9f9f9f;
	}
	.page-header-branco .bloco-header-mobile #nm-menu-search-btn-mobile i{
	    font-size: 16px;
	    color: #ffffff;
	}
	.nm-right-menu-mobile #nm-right-menu-ul-mobile .nm-menu-cart a{
        padding-right: 0px;
        color: #9f9f9f;
    }
    .page-header-branco .nm-right-menu-mobile #nm-right-menu-ul-mobile .nm-menu-cart a{
        color: #ffffff;
    }
	/* menu Scroll fixed */
    .has-top-bar.header-fixed.header-on-scroll .page-header-branco .nm-top-bar-social li.nm-menu-account.menu-item.logged-blue div a{
        background: -webkit-linear-gradient(right,transparent, #0528F2 30%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .has-top-bar.header-fixed.header-on-scroll .page-header-branco .bloco-header-mobile #nm-menu-search-btn-mobile i{
	    font-size: 16px;
	    color: #9f9f9f;
	}
	.has-top-bar.header-fixed.header-on-scroll .page-header-branco .nm-right-menu-mobile #nm-right-menu-ul-mobile .nm-menu-cart a{
        color: #9f9f9f;
    }
    /* menu Scroll fixed */
	.nm-top-bar-social li.nm-menu-cart.menu-item.has-icon {
	    width: 25%;
	    text-align: right;
	}
	.nm-top-bar-social li.nm-menu-cart.menu-item.has-icon a{
	    line-height: 40px;
	}
	.dropdown-user-top{
	    display: none!important;   
	}
	.nm-header:not(.header-logged) .nm-top-bar-social li.nm-menu-account.menu-item{
	    display: none;
	}
	.nm-header:not(.header-logged) .nm-top-bar-right .nm-top-bar-social{
	    justify-content: flex-end;
	}
    .nm-footer-bar .menu-rodape,
    .nm-footer-bar .nm-footer-bar-right{
        display: none;
    }
    .custom-footer-mobile{
        display: flex;
        margin-top: 0px!important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .custom-footer-mobile p{
        text-align: right;
    }
    .custom-footer-mobile img{
        width: 40px;
    }
    .custom-footer-mobile hr,
    .custom-footer-mobile br{
        display: none;
    }
    .no-padding-column-mobile{
        padding: 0px!important;    
    }
    #social-icons-show-room-sobre-nos p{
        flex-wrap: wrap;
        flex-direction: column;   
    }
    .coluna-representantes-comercial .wpb_text_column{
        padding-top: 0px!important;
    }
    .banner-representantes .mega_content div {
        padding: 5px 0px 5px 5px!important;
    }
    /*#header-fidelidade .linha-interna-fidelidade .id-cliente{
        justify-content: center;
    }*/
    .header-on-scroll .nm-header:not(.static-on-scroll) {
        padding-top: 0px!important;
    	padding-bottom: 0px!important;
    }
    .slides,
    .slide,
    .slide__header,
    .slide__figure{
        height: 500px;
    }
    .slide__img{
        background-attachment: initial;
    }
    .cat-page-produto{
	    display: none;
	}
    .titulo-cat-principal{
        margin-bottom: 30px!important;   
    }
    .nm-product-tabs-col .tabs-custom-extended{
        display: none;
    }
    .woocommerce form.cart table.vpe_table tr td{
        border-bottom: 1px solid #ececec;
    }
    .nm-right-menu-mobile #nm-right-menu-ul-mobile .nm-menu-cart{
        margin-right: 10px;
    }
    .nm-header-col{
        padding-right: 15px;
        padding-left: 15px;
    }
    .nm-top-bar-social .nm-menu-account a{
        line-height: 30px;
    }
    .nm-header-col .bloco-header-mobile{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        width: 33%;
    }
    .nm-header-col .bloco-header-mobile:nth-child(1){
        justify-content: flex-start;
    }
    .nm-header-col .bloco-header-mobile:nth-child(2){
        justify-content: center;
    }
    .nm-header-col .bloco-header-mobile:nth-child(3){
        justify-content: flex-end;
    }
    .margin-bottom-mobile-15{
        margin-bottom: 15px!important;
    }
    .margin-bottom-mobile-45{
        margin-bottom: 45px!important;
    }
    .padding-side-mobile-15{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .padding-side-mobile-8{
        padding-left: 8px!important;
        padding-right: 8px!important;
    }
    .padding-side-mobile-0{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .margin-bottom-mobile-titulo-secao{
        margin-bottom: 15px!important;
        margin-top: 0px!important;
    }
    .radius-mobile-0{
        border-radius: 0px;
    }
    /* Home */
    .banner-home-2-3 .banner-radius-left-inner,
    .banner-home-2-3 .banner-radius-right-inner{
        border-radius: 5px;
        /*max-height: 460px;*/
    }
    .banner-home-2-3 .banner-home-2 .mega_content .maw_banner_btn,
    .banner-home-2-3 .banner-home-3 .mega_content .maw_banner_btn{
        margin-top: 275px;
    }
    .banner-home-4-5-6-7 .cards-home .wpb_wrapper{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .banner-home-4-5-6-7 .cards-home{
        min-height: auto;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .banner-home-4-5-6-7 .cards-home .wpb_text_column{
        margin-right: 30px;
        margin-bottom: 0px!important;
    }
    .banner-home-4-5-6-7 .custom_col-sm-6:nth-child(1),
    .banner-home-4-5-6-7 .custom_col-sm-6:nth-child(2){
        margin-bottom: 15px;
    }
    /* Home */
    /* Sobre nós */
    #numeros.banner-sobre-nos-2,
    #certificacoes.banner-sobre-nos-3,
    #atuacao.banner-sobre-nos-4{
        margin-left: 15px;
        margin-right: 15px;
    }
    .area-categoria-sobre-nos .vc_column_container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .linha-certificacoes .custom_col-sm-6{
        padding-right: 0px;
        margin-bottom: 30px!important;
    }
    .banner-sobre-nos-1 .mega_content .texto-titulo-banner{
        margin-bottom: 260px;
    }
    .linha-certificacoes{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .linha-certificacoes .custom_col-sm-6{
        width: 50%;
    }
    /* Sobre nós */
    /* Categoria */
    .titulo-categoria{
        padding: 50px 0px 0px 0px!important;
    }
    #nm-shop .nm-row-boxed{
    	padding: 0px 30px;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria{
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .nm-column.col-xs-12{
        padding: 0px 0px;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .nm-row-full.inner{
        margin-left: 0px;
        margin-right: 0px;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .nm-row-full.inner [class*="block-grid-"]{
        margin: 0 -7px!important;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_content h2{
        font-size: 18px;
        color: #001d3d;
        line-height: 22px;
        margin-bottom: 5px;
        font-family: Montserrat,sans-serif;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_content p{
        text-align: left;
    }
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_info_bar .mega_content div{
        padding-left: 22px;
    }
    .nm-shop-products .nm-row{
        padding: 0px 17px;
    }
    .nm-shop-sidebar-col{
        padding-left: 0px;
    }
    .curadoria-in-categoria{
        padding-left: 8px!important;
        padding-right: 8px!important;
        margin-bottom: 23px!important;
    }
    .titulo-cat-principal h1{
        font-size: 32px;
        line-height: 36px;
    }
    .produto-relacionado-categoria .banner-topo-categoria h2{
        height: 45px;
    }
    /* Categoria */
    /* Become supplier */
    .banner-supplier-6{
        margin-left: 15px!important;
        margin-right: 15px!important;
    }
    /* Become supplier */
    /* Rings */
    .banner-rings-1{
        max-height: 500px;
    }
    /* Rings */
    /* Seja uma revenda */
    .banner-revenda-2{
        margin-left: 15px!important;
        margin-right: 15px!important;
    }
    .banner-revenda-5{
        margin-left: 15px!important;
        margin-right: 15px!important;
        border-radius: 5px;
    }
    .banner-revenda-5 .container-info-revenda .nm_column_inner{
        margin-bottom: 30px!important;
    }
    /* Seja uma revenda */
    /* Pagina produto */
    .woocommerce form.cart table.vpe_table tr th{
        font-size: 12px;
    }
    .woocommerce form.cart table.vpe_table tr td{
        font-size: 12px;
    }
    /* Pagina produto */
    /* Fidelidade */
    #header-fidelidade .linha-interna-fidelidade{
        padding-left: 0px;
        padding-right: 0px;
    }
    #header-fidelidade .linha-interna-fidelidade .nm_column_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .linha-curadoria-fidelidade{
        padding-right: 0px;
        padding-left: 0px;
    }
    #owl-combos .owl-stage-outer{
        padding-left: 0px;
        padding-right: 0px;
    }
    #owl-beneficios-rings .owl-stage-outer{
        padding-left: 0px;
        padding-right: 0px;
    }
    #header-fidelidade .linha-interna-fidelidade .id-cliente .nome-cliente h2{
        margin-bottom: 15px;
    }
    #owl-beneficios-rings .owl-item:nth-child(6),
    #owl-beneficios-rings .owl-item:nth-child(12){
        display: none;
    }
    /* Fidelidade */
    /* Biblioteca de arquivos */
    #conteudo-biblioteca{
        height: 80px!important;   
    }
    /* Biblioteca de arquivos */
}
@media only screen and (max-width: 829px){
	.linha-executivos  .coluna-executivos{
		width: 35%;
	}
}
@media only screen and (max-width: 820px){
    .woocommerce form.cart .vpe_container_btn,
    .product .summary form.variations_form .vpe_single_add_to_cart_button,
    .product .summary form.variations_form .button-qote-disable,  
    .product .summary form.cart{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    /* Fontes Mobile */
    h2.texto-titulo-banner-grande{
        font-size: 22px!important;
        line-height: 26px!important;
    }
    .banner-gaslive-super p{
        font-size: 16px!important;
        line-height: 20px!important;
    }
    .texto-titulo-texto{
        font-size: 16px;
        line-height: 20px;
    }
    /* Fontes Mobile */
    .link-icon-text-center{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;    
    }
	.linha-executivos .coluna-executivos{
		width: 50%;
		float: left;
	}
	.form-gaslive-store .half-input .custom-text-input{
		width: 100%;
	}at-page-produto .wpb_wrapper {
		justify-content: space-between;
	}
	.cat-page-produto .wpb_wrapper .item-page-produto{
		margin-left: 0px;
	}
	.container-banner-duplo-full .nm_column:first-child{
		padding-right: 0px !important;
		margin-bottom: 14px;
	}
	.container-banner-duplo-full .nm_column:last-child{
		padding-left: 0px !important;
	}
	.container-banner-duplo-full .banner-radius-left-inner,
	.container-banner-duplo-full .banner-radius-right-inner{
		/*border-radius: 0px!important;*/
	}
	.container-banner-duplo .nm_column:first-child{
		padding-right: 0px !important;
	}
	.container-banner-duplo .nm_column:last-child{
		padding-left: 0px !important;
	}
	.banner-image-out{
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
    }
    .banner-image-out .mega_wrap{
        position: initial;
        transform: initial;
        /*width: 100%!important;*/
    }
    .mega_info_bar .mega_wrap img{
        margin: 0 auto;
        float: initial;
        margin-left: auto!important;
    }
    /*.mega_info_bar .mega_content{
        width: 100%!important;
    }*/
    .mega_info_bar:not(.banner-sobre-nos-1) .mega_content div{
        padding: 20px 20px 20px 20px!important;
    }
    .mega_info_bar:not(.banner-representantes) .mega_content div p{
        text-align: center;
    }
    .mega_info_bar .mega_content div p:nth-child(2){
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .mega_info_bar_2 .mega_content div p:nth-child(2){
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .mega_info_bar .mega_content div p img{
        float: initial!important;
    }
    .banner-image-out .mega_content div p:nth-child(3){
        font-weight: 500;
        margin: 5px 0px 5px 0px!important;
    }
    .banner-image-out .mega_content div p:nth-child(3) a img{
        width: 15px;
    }
    .container-info-revenda .nm_column:nth-child(1) .wpb_wrapper{
        text-align: center;
    }
    #mansory-grid-veja-tambem .nm_column{
        padding: 0px 15px!important;
    }
    .duplo-button{
        display: flex;
    	flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .duplo-button a button{
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #header-fidelidade .linha-interna-fidelidade .last-order .time-last-order,
    #header-fidelidade .linha-interna-fidelidade .last-order .vendedor-last-order,
    #header-fidelidade .linha-interna-fidelidade .last-order .refazer-last-order{
        width: 100%;
        margin-bottom: 25px;
    }
    #header-fidelidade .linha-interna-fidelidade .last-order .number-last-order,
    #header-fidelidade .linha-interna-fidelidade .last-order .date-last-order{
        width: 50%;
        margin-bottom: 25px;
    }
    #header-fidelidade .linha-interna-fidelidade .last-order .refazer-last-order{
        text-align: center;
    }
    #header-fidelidade .linha-interna-fidelidade .last-order .refazer-last-order button{
        font-size: 12px;
        padding: 5px 15px;
    }
    .nm-product-tabs-col .woocommerce-Tabs-panel{
        padding: 40px 15px 20px!important;
    }
    .nm-tabs-panel-inner p,
    .nm-tabs-panel-inner div{
        font-size: 12px;
    }
    .atalhos-sobre-nos{
        display: none;   
    }
    .container-sobre-empresa{
        /* margin-top: 40px; */
    }
    /* Home */
    .banner-home-4-5-6-7 .custom_col-sm-6:nth-child(1),
    .banner-home-4-5-6-7 .custom_col-sm-6:nth-child(2),
    .banner-home-4-5-6-7 .custom_col-sm-6:nth-child(3){
        margin-bottom: 15px;
    }
    #owl-home-noticias .date{
        font-size: 10px;
    }
    #owl-home-noticias .date img{
        margin-top: -5px;
        width: 14px;
    }
    /* Home */
    /* Sobre nos */
    #buttonTranslate{
        padding: 0px;
    }
    .container-beneficios-revenda .vc_column_container{
        padding-right: 0px!important;
        margin: 20px 0px;
    }
    .container-beneficios-revenda .media-left.info-list-img{
        width: 60px;
    }
    .banner-sobre-nos-1 .mega_content div:not(#button-translate):not(.knobs):not(.button){
        padding: 100px 0px 40px 0px!important;
    }
    /* Sobre nos */
    /* Categoria */
    #nm-shop .nm-row-boxed.produto-relacionado-categoria .mega_info_bar .mega_content div{
        padding-top: 150px!important;
    }
    .nm-shop-results-bar.is-category{
        display: none!important;
    }
    /* Categoria */
    /* Seja uma revenda */
    .form-revenda-gaslive .custom-button-input{
        width: 100%;
    }
    .form-revenda-gaslive .custom-button-input #submit-seja-revenda{
        width: 100%;
    }
    .form-revenda-gaslive form .custom-file-input{
        justify-content: center;
        padding: 30px 15px 30px 15px;
    }
    .form-revenda-gaslive form .custom-file-input span:first-child{
        text-align: center;
    }
    /* Seja uma revenda */
    /* Suporte comercial */
    .coluna-representantes-comercial .wpb_wrapper div:first-child{
        width: 50%;
    }
    .coluna-representantes-comercial .wpb_wrapper div:last-child{
        width: 50%;
    }
    .mega_info_bar.banner-representantes .mega_content div{
        padding: 5px 0px 5px 5px!important;
    }
    .coluna-representantes-comercial{
        margin-bottom: 15px;   
    }
    #card-visita{
        max-width: 100%;
        top: 10%;
        left: 0%;   
    }
    /* Suporte comercial */
    /* pagina produto */
    .beneficios-produto ul li{
    	font-size: 12px;
    }
    .product .summary{
        padding-top: 10px;
    }
    /* pagina produto */
    /* Rings */
    #form-rd-rings #conversion-form-gaslive-rings .bricks-form__fieldset{
        flex-wrap: wrap;
    }
    #form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field:nth-child(1),
    #form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__fieldset .bricks-form__field:nth-child(2){
        margin-right: 0px;
    }
    #form-rd-rings #conversion-form-avaliacao-gaslive-rings .bricks-form__submit button{
        width: 100%;
    }
    .tabela-rings table tbody tr td p{
        padding: 5px 10px 5px 10px
    }
    .tabela-rings table thead .texto-titulo-nome{
        font-size: 16px;
        line-height: 28px;
    }
    .tabela-rings table thead .texto-titulo-texto{
        font-size: 12px;
        line-height: 18px;
    }
    .tabela-rings table thead tr td img{
        width: 36px;
    }
    /* Rings */
    /* Login */
    .group-conectado-perdeu-senha label,
    .group-conectado-perdeu-senha a{
        font-size: 12px;
    }
    /* Login */
    /* Biblioteca de arquivos */
    #conteudo-biblioteca{
        height: 60px!important;   
    }
    /* Biblioteca de arquivos */
    /* Fidelidade */
    .linha-interna-fidelidade .texto-titulo-nome{
    	font-size: 22px;
    	line-height: 26px;
    }
    #beneficios-rings .texto-titulo-nome{
        font-size: 22px;
    	line-height: 26px;
    }
    #owl-combos .item .body-item-combo{
        padding: 10px 15px 20px;
    }
    #owl-combos .item .body-item-combo .prod-principal-combo .qtd .numero{
        font-size: 70px;
        line-height: 70px;
    }
    #owl-combos .item .body-item-combo .prod-principal-combo .qtd .off span:first-child{
        font-size: 34px;
        line-height: 34px;
    }
    #owl-combos .item .body-item-combo .prod-principal-combo .qtd .off span:last-child{
        font-size: 14px;
        line-height: 14px;
    }
    #owl-combos .item .body-item-combo .info-item-principal .qtd{
        font-size: 20px;
    }
    #owl-combos .item .body-item-combo .info-item-principal .name{
        font-size: 13px;
    }
    #owl-combos .item .body-item-combo .info-item-adicional p{
        font-size: 12px;
    }
    #owl-combos .item .body-item-combo .info-item-adicional p.qtd{
        font-size: 16px;
    }
    #owl-combos .item .body-item-combo .button-orcamento button{
        font-size: 12px;
        padding: 6px 15px;
    }
    #owl-combos .item .header-item-combo{
        font-size: 16px;
    }
    #owl-combos .item .body-item-combo .prod-principal-combo .img{
        height: 90px;
    }
    #owl-combos .item .body-item-combo .prod-principal-combo .bonus{
        height: 90px;
    }
    
    #owl-beneficios-rings .item .duplo .fundo{
        height: 159px;
    }
    #owl-beneficios-rings .duplo h2{
        font-size: 14px;
        line-height: 22px;
    }
    /* Fidelidade */
}
@media only screen and (max-width: 749px){
    #nm-search-suggestions-product-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #nm-search-suggestions-product-list li{
        width: 50%;
    }
}
@media only screen and (max-width: 550px){
	.container-newsletter .wpcf7 .wpcf7-email{
		width: 325px;
	}
}
/*@media only screen and (max-width: 528px){
    .mega_info_bar:not(.banner-representantes) .mega_content div p{
        text-align: center;
    }
    .mega_info_bar .mega_content div p:nth-child(2){
        justify-content: center;
    }
}*/
@media only screen and (max-width: 510px){
	.linha-executivos  .coluna-executivos{
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
    .mega_info_bar .mega_content div{
        padding-left: 0px!important;
    }
    .mega_info_bar:not(.banner-sobre-nos-1) .mega_content div{
        padding: 30px 20px 20px 20px!important;
        /*max-height: 460px;*/
    }
    .mega_info_bar:not(.banner-sobre-nos-1):not(.banner-image-out) .mega_content div p:nth-child(2){
        margin-bottom: 235px!important;
    }
    .mega_info_bar .mega_content div p img{
        display: initial;
        margin: initial;
    }
    .banner-representantes .mega_content div {
        padding: 5px 0px 5px 5px!important;
    }
    /* Suporte comercial */
    .mega_info_bar.banner-representantes .mega_content div{
        padding: 5px 0px 5px 5px!important;
    }
    .mega_info_bar.banner-representantes .mega_content div p{
        text-align: left;
    }
    /* Suporte comercial */
    /* Sobre nós */
    .linha-certificacoes .custom_col-sm-6{
        width: 100%;
    }
    /* Sobre nós */
    /* Home */
    .banner-home-8 .wpb_wrapper{
        background-color: #ECEDF2;
    }
    .banner-home-12 .mega_info_bar{
        background-size: 240% !important;
        background-position-x: 50%!important;
        background-position-y: 100%!important;
    }
    .banner-home-12 .wpb_wrapper{
        background-color: #76E9DC;
    }
    .banner-home-8 .mega_info_bar{
        background-size: 240% !important;
        background-position-x: 50%!important;
        background-position-y: 100%!important;
    }
    /* Home */
    /* Rings */
    .banner-rings-5 .wpb_wrapper{
        background-color: #ECEDF2;
    }
    .banner-rings-5 .mega_info_bar{
        background-size: 240% !important;
        background-position-x: 50%!important;
        background-position-y: 100%!important;
    }
    /* Rings */
    /* Suporte comercial */
    .banner-suporte-1 .wpb_wrapper{
        background-color: #76E9DC;
    }
    .banner-suporte-1 .mega_info_bar{
        background-size: 240% !important;
        background-position-x: 50%!important;
        background-position-y: 100%!important;
    }
    /* Suporte comercial */
    /* Biblioteca */
    .banner-biblioteca-2 .mega_info_bar{
        background-size: 240% !important;
        background-position-x: 60%!important;
        background-position-y: 100%!important;
    }
    /* Biblioteca */
    /* Revenda */ 
    .banner-revenda-1 .mega_info_bar{
        background-position-x: 50%!important;
    }
    /* Revenda */ 
}
@media only screen and (max-width: 465px){
    .form-gaslive-global .continent .wpcf7-radio span.wpcf7-list-item{
        width: 50%;
        margin-right: 0px;
        text-align: left;
        margin-bottom: 10px;
    }
    .form-gaslive-global .continent .wpcf7-radio span.wpcf7-list-item:nth-child(odd){
        padding-left: 40px;    
    }
}
@media only screen and (max-width: 455px){
	.counter-distribuidora .evc-c-inner .evc-c-digit{
		/*font-size: 85px!important;
    	line-height: 85px!important;*/
	}
}
@media only screen and (max-width: 425px){
    .group-conectado-perdeu-senha{
        flex-direction: column;
    }
    #owl-beneficios-rings .item .fundo{
        height: 350px;
    }
}
@media only screen and (max-width: 399px){    
    .xsmall-block-grid-1 .flickity-slider > li,
    .xsmall-block-grid-1 > li { width: 50%; }
    .xsmall-block-grid-1 > li:nth-of-type(1n) { clear: none; }
    .xsmall-block-grid-1 > li:nth-of-type(2n+1) { clear: both; }
}
@media only screen and (max-width: 390px){
	.counter-distribuidora .evc-c-inner .evc-c-digit{
		font-size: 56px!important;
    	line-height: 56px!important;
	}
	.banner-home-2-3 .banner-home-2 .mega_content .maw_banner_btn,
    .banner-home-2-3 .banner-home-3 .mega_content .maw_banner_btn{
        margin-top: 275px;
    }
}
#campanha-institucional-cl-92c005a4126412c2a577 {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#rd-button-luwx8rmw {
	font-family: Prosto One,sans-serif !important;
}
#form-campanha-institucional-cl-92c005a4126412c2a577{
	width: 50%;
}
#rd-text_field-luwxkp77 {
	padding: 20px !important;
}
#rd-select_field-luwxkp78{
	padding: !important;
}
#rd-select_field-luwxkp79{
	padding: !important;
}
#rd-email_field-luwxkp7a{
	padding: !important;
}
#rd-phone_field-luwxkp7b{
	padding: !important;
}
.evc-st-title {
	font-family: Prosto One,sans-serif !important;
}
#conversion-form-campanha-institucional-cl {
	font-family: Montserrat,sans-serif !important;
}
.bricks-form__fieldset {
	font-family: Montserrat,sans-serif !important;
}
.bricks-form__field {
	font-family: Montserrat,sans-serif !important;
}
#rd-form-luwx8rmt .bricks-form__input {
	font-family: Montserrat,sans-serif !important;
}
.stock.out-of-stock{
	display: none!important;
}