/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../scss/vendor/_normalize303.scss */
html {
  font-family: "FoundrySans Normal", "Helvetica Neue", "Verdana", Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1199px) {
  /* line 46, ../scss/layout/_global.scss */
  /*#maincontent {
    padding-top: 40px !important;
  }*/
}

/* line 19, ../scss/vendor/_normalize303.scss */
body,ul > li, ol > li {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "FoundrySans Normal", "Helvetica Neue", "Verdana", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 1.1rem;
  -moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
}
h1, .h1{font-size: 4.0rem; line-height: 1.3; font-weight: 800;}
h2, .h2{font-size: 3.5rem; line-height: 1.1; font-weight: 700;}
h3, .h3{font-size: 2.7rem; line-height: 1.2; font-weight: 600;}
h4, .h4{font-size: 2.0rem; line-height: 1.2; font-weight: 700;}
h5, .h5{font-size: 1.6rem; line-height: 1.4; font-weight: 700;}
h6, .h6{font-size: 1.3rem; line-height: 1.4; font-weight: 700;}
.page-title-wrapper h1.page-title, .mp-blog-view h1{
  font-size: 3.5rem; line-height: 1.1; font-weight: 700;
}

/* line 33, ../scss/vendor/_normalize303.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../scss/vendor/_normalize303.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../scss/vendor/_normalize303.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../scss/vendor/_normalize303.scss */
[hidden],
template {
  display: none !important;
}

/* line 89, ../scss/vendor/_normalize303.scss */
a {
  background-color: transparent;
}
/*a:visited{color: #00ADEF;}*/
a:active,
a:hover {
  outline: 0;
}
a.nodeco{text-decoration: none !important;}
a.button:visited{color: #fff;}
a.action:visited{/*color: #00ADEF;*/}

/* line 110, ../scss/vendor/_normalize303.scss */
abbr[title] {
  border-bottom: 1px dotted;
}
.border-b{border-bottom: 1px #ccc solid;}
/* line 118, ../scss/vendor/_normalize303.scss */
b,
strong {
  font-weight: bold;
}
.label{font-size: 17px;}
/* line 127, ../scss/vendor/_normalize303.scss */
dfn {
  font-style: italic;
}

/* line 145, ../scss/vendor/_normalize303.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../scss/vendor/_normalize303.scss */
small {
  font-size: 80%;
}

/* line 162, ../scss/vendor/_normalize303.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/vendor/_normalize303.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/vendor/_normalize303.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../scss/vendor/_normalize303.scss */
img {
  border: 0;
}

/* line 193, ../scss/vendor/_normalize303.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../scss/vendor/_normalize303.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../scss/vendor/_normalize303.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../scss/vendor/_normalize303.scss */
pre {
  overflow: auto;
}

.mg0{margin:0 !important;}
.mt-20{margin-top: 20px !important;}

/* line 229, ../scss/vendor/_normalize303.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../scss/vendor/_normalize303.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../scss/vendor/_normalize303.scss */
button {
  overflow: visible;
}
button:not(.primary) {
    box-shadow: none;
}
button:hover{/*border:0*/}
button,
select {
  text-transform: none;
}
button.action-primary.action-accept{min-width: 80px;}
button.action-primary.action-accept:hover{background-color: #0088bc !important;}
button, a.action.primary{border-radius: 20px;}
/* line 290, ../scss/vendor/_normalize303.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../scss/vendor/_normalize303.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../scss/vendor/_normalize303.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../scss/vendor/_normalize303.scss */
input {
  line-height: normal;
}

/* line 334, ../scss/vendor/_normalize303.scss */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline;
}

/* line 346, ../scss/vendor/_normalize303.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../scss/vendor/_normalize303.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../scss/vendor/_normalize303.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../scss/vendor/_normalize303.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../scss/vendor/_normalize303.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../scss/vendor/_normalize303.scss */
textarea {
  overflow: auto;
}

/* line 405, ../scss/vendor/_normalize303.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../scss/vendor/_normalize303.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/vendor/_normalize303.scss */
td,th {padding: 0;}
td {border-bottom: 1px solid #e3e3e3;}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after{
	font-size: 2rem;
}
select.limiter-options{background-image: none !important;cursor: pointer;}
ul.disc{margin-left: 2em}
ul.disc li{list-style-type: disc;margin: 18px 0;}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 38, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 43, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 49, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 77, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 87, ../scss/core/_reset.scss */
img {
  display: block;
}

/* line 91, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 96, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 102, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
  outline: none;
}

/* line 110, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}
.btn-cart, .btn-checkout, .btn-buy, .button-buy, .button.acc_change-style {
  color: #fff;
  background-color: #00ADEF;
  border-color: #00ADEF;
}
.button.acc_change-style {
  box-shadow: none;
}
.btn-cart:hover, .btn-checkout:hover, .btn-buy:hover, .button-buy:hover, .button.acc_change-style:hover {
  background-color: #0088bc;
  border-color: #0088bc;
}
.icoBtn, .icoBtn:visited{
  color: #00adef;
}
.icoBtn:hover{
  color: #006bb4;
}

/*Ninja menu*/
.nav-item.active > a {color: #00ADEF;}
.nav-item > a:hover {color: #00ADEF;}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0:hover > a {
  background-color: #00ADEF;
}

/* ============================================ * * Quick way * ============================================ */
.border-b{border-bottom: 1px #ccc solid;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.tr{text-align:right !important;}
.fl{float: left !important;}
.fr{float: right !important;}
.mb-m{margin-bottom:30px !important;}
.mb-l{margin-bottom:80px !important;}
.mt-10{margin-top:10px !important;}
.mt-20{margin-top:20px !important;}
.mt-40{margin-top:40px !important;}
.mb-0{margin-bottom:0px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-40{margin-bottom:40px !important;}
.mg0{margin:0 !important;}
.pd-0{padding-top:0 !important;}
.pd-l-s{padding-left: 1rem !important;}
.pd-l-m{padding-left: 2rem !important;}
.pd-l-l{padding-left: 3rem !important;}
.w50p{width: 50%;}

.FC_Navman{color: #00ADEF !important;}
.FC_Mio{color:#F05A1E !important;}
.FC_Gray{color: #4C4C4C !important;}
.FC_White{color: #fff !important;}
.FC_Black{color: #000 !important;}

.data_color_white h1,.data_color_white h2,.data_color_white h3,.data_color_white h4,
.data_color_white p,.data_color_white span,
.data_color_white ul li, .data_color_white ol li{
  color: #fff;
}

.bg-Dark{background-color: #000 !important; color: #ffffff !important;}
.bg-Gray{background-color: #4C4C4C !important; color: #000 !important;}
.bg-Mio{background-color: #F05A1E !important; color: #ffffff !important;}
.bg-Navman{background-color: #00ADEF !important; border-color: #00ADEF !important; color: #ffffff !important;}

.remark,
.mgz-element-inner.remark p{
  display: inline-block;
  margin-top: 10px;
  line-height: 20px;
  font-size: 90%;
  color: #888;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 54, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 59, ../scss/core/_common.scss */
/* button, */
body,
input,
select,
table,
textarea {
  font-family: "FoundrySans Normal", "Helvetica Neue", "Verdana", Arial, sans-serif !important;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  /* line 59, ../scss/core/_common.scss */
  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 15px;
    line-height: 1.33333333;
  }
}

/* line 78, ../scss/core/_common.scss */
a {
  color: #00ADEF;
  text-decoration: none;
}

/* line 83, ../scss/core/_common.scss */
a:hover {
  color: #009bd6;
  /*text-decoration: underline;*/
}

/* line 88, ../scss/core/_common.scss */
a:focus {
  /*outline-color: #00a4e2;
  color: #003e56;*/
}
a.action:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.cms-page-view:not(.cms-worldwide) .column.main a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.cms-no-route .column.main a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.mpblog-post-view .column.main a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.ppbd-product-description a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.ppbd-product-short-description a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.product-specs-table-group a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.banner.product-banner a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.features-grid a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.cart-empty a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited,
.table-comparison a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited{/*adding*/
  color: #00ADEF;
}

/* line 93, ../scss/core/_common.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/*

/*.mgz-element .mgz-accoridon-icon-plus:before{content: '\e764';}/*vic*/
.mgz-element .mgz-panel.mgz-active > .mgz-panel-heading .mgz-accoridon-icon-plus:before{}
.mgz-element .mgz-element-inner ul,
.mgz-element .mgz-element-inner ol,
.post-list-content ul,
.post-list-content ol{margin-left: 1em}
.post-list-content{
	padding-left: 0;
	padding-right: 0;
}

.mgz-element .mgz-element-inner ul li,
.post-list-content ul li{list-style-type: disc;margin: 5px 0;}
.mgz-element .mgz-element-inner ol li,
.post-list-content ol li{list-style-type: decimal;margin: 5px 0;}

.tc{text-align: center!important;}
.tr{text-align: right!important;}
.tl{text-align: left!important;}
.mb-s{}
.mb-m{margin-bottom:30px;}
.mb-l{}
.pd-0{padding-top:0 !important;}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ccc;
}

.page-main{
  padding-top: 20px;
  position: relative;
  top: 70px;
}
.home_catBox{padding: 0px 3px;}
.home_catBox .mgz-element-inner{padding: 40px;}
.home_catBnr{
  margin: 0 3px 30px 3px;
}
.home_catBnr h2{font-size: 2.8rem;}
.NV_button_transparent .mgz-btn{
  background-color: transparent;
  width: 180px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 12px;
  color: #fff;
  font-size: 18px;
}
.NV_button_transparent .mgz-btn:hover{
  background-color: #fff;
  color: #222;
}

.breadcrumbs{
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px auto 30px;
}
.breadcrumbs ul.items li a ,.breadcrumbs ul.items li strong{font-size: 1.8rem;}
.breadcrumbs .item:not(:last-child):after {
	font-size: 1.3rem;
    line-height: 2.3;
}
.breadcrumbs .items {color: #4f4f4f;}

.product-info-main{
  margin-top: 15px;
}
.product-info-main .ppbd-product-name{/*Old*/
	font-weight: 600;
	color: #000;
	display: block;
	font-size: 30px;
	margin-bottom: 0;
	font-family: Orbit;
}
.fotorama__thumb-border{
	background-image: initial;
	border:0;
}

.TPL2023 ul.features-grid.top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.features-grid li.item{
	margin-bottom: 20px;
	padding-left: 0px;
	list-style-type: none;
}
ul.features-grid.top li.item{
  margin-bottom: 10px;
}
.TPL2023 ul.features-grid.top li.item{
  width: 49.9%;
}
.TPLold ul.features-grid li.item a.seeAll{
  padding-left: 45px;
}
ul.features-grid li.item a.seeAll{
  padding-left: 65px;
}
ul.features-grid li.item .feature-top .title {
	color: #4c4c4c;
	font-size: 1.6rem;
	line-height: 16px;
	/*font-weight: 600;*/
  color: #424242;
}
ul.compList li.item{list-style-type: none;}

.product.attribute.sku .type, .product.attribute.sku .value{
	color: #828282;
}
.ppbd-product-description p{color: #666;}
.product-info-main .product-info-price{
	border-bottom: 0px;
	margin: 6px 0;
}
.product-options-bottom .price-box .price-container .price, 
.product-info-price .price-box .price-container .price{
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.box-tocart .button.tocart {
	float: left;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	width: 180%;
	max-width: 160px;
	/* font-family: Arial, sans-serif; */
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 20px;
	color: #fff;
	background-color: #00ADEF;
	border-color: #00ADEF;
	margin:0 15px 10px 0;
	opacity: inherit;
}
.box-tocart .button.tocart:hover {
  background-color: #0088bc;
  border-color: #0088bc;
}
.catalog-product-view .ppbd-product-addtocart .box-tocart {
  display: inline-block;
}
.catalog-product-view .product-add-form .fieldset:last-child {
  margin: 0;
}
#instant-purchase {
  display: none;
}
#find-local-store, .stock.unavailable, .page-with-filter .actions-primary a.button, .cart-summary .block .actions-toolbar > .primary .action.primary, .category-trade-in .pccf.default .btn-primary {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #000;
	width: 180%;
	max-width: 160px;
	/* font-family: Arial,sans-serif; */
	padding: 7px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 20px;
	color: #000;
	background-color: #fff;
	opacity: inherit;
}
.block.crosssell .stock.unavailable,
.block.upsell .stock.unavailable{
  background: transparent;
  border: 0px;
  color: #333;
}
.category-trade-in .pccf.default .btn-primary {
  color: #fff !important;
  background-color: #00ADEF !important;
  border-color: #00ADEF !important;
  border-radius: 20px !important;
  padding: 8px 12px !important;
}
.category-trade-in .pccf.default .btn-primary:hover {
  background-color: #0088bc !important;
  border-color: #0088bc !important;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  border: 1px solid #00ADEF;
  color: #00ADEF;
  font-weight: normal;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary:hover {
  border: 1px solid #00ADEF;
  color: #FFF;
  background-color: #00ADEF;
  font-weight: normal;
  box-shadow: none;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
  font-weight: normal;
  text-transform: capitalize;
}
.stock.unavailable {
  /* float: left; */
  /*margin-top: 20px; @vic*/
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  color: #807F7F;
  background-color: #e2e2e2;
	border: 1px solid #adadad;
  padding: 8px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  pointer-events: none;
}
.product-info-main .stock.unavailable{
  margin-top: 20px;
}
.ppbd-product-addtocart .stock.unavailable {
  float: left;
}
.R.pdt_brief .ppbd-product-addtocart .stock.unavailable{
  display: none;
}
.ppbd-releated-products .stock.unavailable, .ppbd-crosssell-products .stock.unavailable, .ppbd-upsell-products .stock.unavailable,
body.catalogsearch-result-index .stock.unavailable {
  width: 120px;
  min-width: 180px;
  max-width: 100%;
  margin-right: 0;
}
body.catalogsearch-result-index .products.products-grid .stock.unavailable{
  margin-top: 0;
}
#find-local-store:hover, .page-with-filter .actions-primary a.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.MainInfo .features-grid li.item .feature-top .title{
	font-weight: 500;
    color: #000;	
}
.ppbd-addtocompare .action.tocompare{
	color: #000;
}
.product-item .tocompare:before{content: initial;}
.product-info-main .product-add-form{padding-top: 0;}
.product-info-main .product-info-price{margin: 0;}
.product-options-bottom .price-box, .product-info-price .price-box{padding-bottom: 0;}
.MainSec .Overview .mgz-container, 
.MainSec .Features .mgz-container, 
.MainSec .Specs .mgz-container,
.MainSec .Inthebox .mgz-container,
.MainSec .Accessories .mgz-container,
.MainSec .Maps .mgz-container{
	padding: 30px 0;
}
/*.MainSec:nth-of-type(even){
	background-color: #f2f2f2;
}*/
.Specs h3, .Inthebox h3{
	margin-bottom:0;
	font-weight: 600;
    color: #424242;
}
.Block_head h2{
    text-transform: none;
    color: #00adef;
	margin-bottom: 0;
    text-align: center;
    /* font-size: 22px; */
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}
.mgz-element .mgz-panel .mgz-panel-heading.Block_head{
	border: 0;
    background-color: inherit;
}
div.product_section .mgz-panel:nth-child(even){
	background-color: #f2f2f2;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left.Block_head a.has-icon{padding: 30px 14px 0 40px;}
.mgz-element .mgz-panels:not(.mgz-panels-no-fill-content) .mgz-panel-body{
	background-color:#fff;
	border:0;
}
.product_section .mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner{
	padding:0;
}
.product-info .actions .stock{
  /* font-size: 18px;
  line-height: 2.4em; */
  margin-bottom: 8px;
}

.topbanner{
  position: relative;
  top: 70px;
	/* background-size: cover; */
  background-position: center;
	min-height: 250px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topbanner h1{
  font-weight: 700;
}
/* .topbanner .text {
    background-color: rgba(0, 0, 0, 0.9);
    width: 33.33%;
    float: right;
    font-size: 30px;
    color: #fff;
    padding: 100px 100px 100px 0;
    text-align: right;
}
.topbanner .text .inner-wrapper {
    border-right: 3px solid #fff;
    padding-right: 20px;
    min-height: 3.4em;
} */
.topbanner .text {
  background-color: transparent;
  width: auto;
  float: none;
  /* font-size: 30px; */
  color: #fff;
  text-align: center;
  /* padding: 100px 0 100px 0; */
  margin: 0 auto;

  font-size: 40px;
  font-weight: bolder;
  text-shadow: 0px 4px 8px rgb(133 133 133 / 60%), 0px 8px 13px rgb(121 121 121 / 10%), 0px 18px 23px rgb(114 114 114 / 10%);
  /* padding: 100px 0 100px */
}
.topbanner .text .inner-wrapper {
  border-right: 0;
  padding-right: 0;
  /* line-height: 3.4em; */
}
.toolbar select {
    background-color: initial;
    box-shadow: initial;
}

@media (min-width: 1000px) {
  /* line 19, ../scss/content/_product.scss */
  .tab-content-box .visual-box,
  .tab-content-box .text-box {
    float: left;
    width: 100%;

    margin-top: 25px;
  }
}
.ppbd-product-attribute{
	color: #666;
	font-size: 1.7rem;
  line-height: 2.7rem;
}
.features-grid li.item .seeAll{line-height: 30px; text-transform: initial; font-size: 1.5rem;}
.GeneralInfo .features-grid li.item .seeAll{line-height: 50px;}
.features-grid li.item .title{padding-right: 25px;}
.features-grid li.item .feature-top .title{padding-left: 15px;}
.features-grid li.item .txt{padding-left: 45px;}
.features .seeAllButton{text-align: center;}
.ppbd-product-attribute strong{font-weight: normal !important;}
/*.mgz-element-product_attribute .mgz-element-inner{margin-bottom: 5px !important;}*/



/*fix 2023*/
.mgz-element .mgz-element-inner ul.features{
  margin-left: 0;
}
ul.features-grid.newFeaturesList li.item .thumbs img {
  width: 90px;
  padding-top: 8px;
}

/*special font*/
.NonFoundry .ppbd-product-attribute{
  font-family: Verdana,Arial,sans-serif !important;
  font-size: 1.5rem;
}


@media only screen and (min-width: 1200px) {/*Main-Break*/
  h1, .h1{font-size: 4.0rem;}
  h2, .h2{font-size: 3.5rem;}
  h3, .h3{font-size: 2.5rem;}
  h4, .h4{font-size: 2.0rem;}
  h5, .h5{font-size: 1.6rem;}
  h6, .h6{font-size: 1.3rem;}
  .page-title-wrapper h1.page-title, .mp-blog-view h1{font-size: 3.5rem;}
  .mp-blog-view .post-post_content > h2{font-size: 3.0rem;}
  .popup-authentication .actions-toolbar {margin-top: inherit;}
  /* line 685, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
  }
  /* line 693, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs li {
    display: inline-block;
    border: 1px solid #666666;
    border-left: none;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	/* margin: -2px; */
  }
  /* line 701, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs li > a {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 50px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
	color: #4c4c4c;
    position: relative;
    bottom: -1px;
    margin: 0;
  }
  /* line 727, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs li.current a,
  .product-collateral .toggle-tabs li:hover a {
    color: #00ADEF;
	text-decoration:none;
  }
  /* line 732, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: 1px solid #666666;
  }
  /* line 736, ../scss/module/_catalog-product.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  body.catalog-product-view .product-info .desc.std{
    min-height: 90px;
  }
  
	.sidebar.sidebar-additional{
		display: none;
	}
	.page-layout-2columns-left .column.main{width:100%;}
	.block-customer-login.borderR{border-right: 1px solid #ccc;}
	.form-edit-account .fieldset,
	.form-address-edit .fieldset{
		width:98%;
	}
	.form-edit-account .fieldset .field,
	.form-address-edit .fieldset .field,
	.form.contact .fieldset{
		max-width: 500px;
	}

  .block-authentication .actions-toolbar > .primary {
    display: inline-block;
    float: left;
  }
  .block-authentication .actions-toolbar > .primary .action {margin: 0 15px 0 0;}
  .block-authentication .actions-toolbar > .secondary {padding-top: initial;}
  .block-authentication .block[class] ul {padding-left: inherit;}
  
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method{width: 102%;}
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details{width: 100%;}

  #mapSearch .minicart-wrapper {margin-left:0;}
  .page-layout-1column .filter.block {border-top: 0px;}

  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }

}/* End min-width: 1200px*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) { /*iPad*/
  ul.features-grid li.item a.seeAll {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1119px) {
	ul.toggle-tabs{display:none;}
}

@media (min-width: 768px){
	.block.crosssell,
	.block.upsell,
	.block.related-mio{
		width: 100%;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}
  #YouMayAlsoLike .mgz-element-product_releated_product {
    padding-top: 0;
  }
	.mgz-element-product_releated_product{
		padding-top: 20px;
	}
	
}
.tab-content-box img {
	margin: 0 auto;
}
.ppbd-crosssell-products .product-name,
.ppbd-upsell-products .product-name,
.ppbd-releated-products .product-name{
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "Orbit", "Helvetica Neue", Verdana, Arial, sans-serif;
	height: 53px;
	overflow: hidden;
}
.ppbd-crosssell-products .product-info,
.ppbd-upsell-products .product-info,
.ppbd-releated-products .product-info{
	min-height: 260px;
    padding-bottom: 120px;
}
.ppbd-crosssell-products .product-name a,
.ppbd-upsell-products .product-name a,
.ppbd-releated-products .product-name a{color: #000;}
.ppbd-crosssell-products .product-name a:hover,
.ppbd-upsell-products .product-name a:hover,
.ppbd-releated-products .product-name a:hover{color: #00ADEF; text-decoration: none;}
.ppbd-crosssell-products .actions,
.ppbd-upsell-products .actions,
.ppbd-releated-products .actions{
    position: absolute;
    bottom: 0px;
    min-height: 94px;
    width: 100%;
}
.ppbd-crosssell-products .price-box,
.ppbd-upsell-products .price-box,
.ppbd-releated-products .price-box{
    color: #666;
    font-size: 14px;
    margin: 0 0 5px;
	font-family: "FoundrySans Normal", "Helvetica Neue", "Verdana", Arial, sans-serif;
}
.ppbd-crosssell-products .price-box .price,
.ppbd-upsell-products .price-box .price,
.ppbd-releated-products .price-box .price{
	color: #00507D;
    font-size: 20px;
}
.products-list .actions .button, .products-grid .actions .button {
    white-space: normal;
    display: block;
    width: 120px;
    margin-left: 0;
    margin: 0 auto 10px;
}
.products-list .actions .button{margin: 0 0 10px;}
.product-info .desc.std, .product-info .desc.std p{
	color: #777;
	font-size:16px;
	line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.slick-slide{padding: 5px 30px;}
button.slick-next, button.slick-arrow{border:0;}

.page-products .product-item-info{width: 100%;}
.products.grid.products-grid .product-item-info{
	width: 100%;
}
.products.grid.products-grid .product-item-info .product-image-photo{
	/* width: 300px; */
  width: auto;
	max-width: 300px;
}
.products.grid.products-grid .product-image-photo{bottom: 10px;}
.page-products .product-item-info .product-image-container{width: 300px !important;}
.product-item-name{
	margin: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
	height: 50px;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    font-weight: normal;
	font-family: "Orbit", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}
.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover{
    color: #00ADEF;
    text-decoration: none;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
}
@media (min-width: 640px){
  .products-grid .product-item-info:hover{
    position: initial;
  }
}
.products-grid .product-item-inner{
    box-shadow: none;
    border: 0;
	margin: 10px 0 0 0;
	padding: 0 10px 10px;
	right: 0;
}
.products-grid .product-item-actions,
.products-list .product-item-actions,
.products-grid .product-item .price-box,
.products-list .product-item .price-box{display: none;}
.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
    border: 0;
    clip: initial;
    height: 215px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
	-webkit-line-clamp:3;
}
.products-grid .product-item-description{
	margin:0 0 10px 0;
	color: #777;
	line-height: 1.4em;
	height: 66px;
	font-size: 1.6rem;
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.products-grid .product-item-description a{
	
}
.products-list .product-item-description{
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.products-list .link-compare a{/*padding-left: 4rem;*/}
.products-list .product-item-photo img.product-image-photo{
	height: 200px;
}
.products-list li.product-item{
	margin-bottom: 20px;
    padding-top: 20px;
	border-bottom: 1px solid #f1f1f1;
}
a.tocompare:hover{text-decoration: none;}
.products-list .actions{
	margin: 25px 0;
}

.block.filter{
	margin-bottom: 0px;
}
.block.filter .products{
    margin: 0 0 30px;
}
.page-title-wrapper .page-title{
	color: black;
}

.maps-autocomplete-loading  {
	background: white url('../images/loader-1.gif') right center no-repeat !important;
	background-size: 15px !important;
	background-position: 15% !important;
}
 
.mst-search__result-tabs li{margin:0;}
.mst-search__result-tabs li a{
    font-size: 14px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 10px 30px;
    line-height: 20px;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    text-decoration: none;
    transition: all .5s;
    text-align: center;
    color: black;
}
.mst-search__result-tabs li a.active{
	background-color: #000;
	cursor: default;
	border: 0;
	/*border-bottom: none;*/
	color: white;
}
.mst-search__result-tabs {
    /*border-bottom: 1px solid #000;*/
	padding: 0;
}
.mst-search__result-tabs li a{}
.mst-search__result-tabs li a:hover{
	background-color: black;
	color: white;
}
.search.results dl.block{display:none;}

.mst-search__index-ves-blog-post .mageplaza-post.post-item{
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.mst-search__index-ves-blog-post .mageplaza-post.post-item h3 a,
.mst-search__index-magento-cms-page .mst-search__index-title a{
	font-size: 2rem;
	color: #333333;
	font-weight: 600;
	text-decoration: none;
}
.mst-search__index-ves-blog-post .mageplaza-post.post-item h3 a:hover,
.mst-search__index-magento-cms-page .mst-search__index-title a:hover,
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a:hover{
	color: #00ADEF;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.pccf.notheme .panel-default{border-color: #fff;}
.pccform label{font-size: 17px;}

.post-list-item .post-image{min-height: 190px;}
.post-list-item .mp-post-title{
    font-size: 2rem;
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}
.mp-post-info{font-size: 1.6rem;}
.post-list-item .post-short-description p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.post-item-wraper .post-info-wraper {
    padding: 10px 5px 10px 5px;
}
.post-item-wraper:hover{
    border: 0;
    box-shadow: none;
}
.post-item-wraper .img-responsive{height: 190px;}
.post-list-item a.post-link-title:hover,
.post-list-item a.mp-read-more{color:#000 !important;}

.compareicon:before {
    content: '\2713';
    border: #ccc 1px solid;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    margin-right: 5px;
    color: transparent;
}
.compareicon.action:before {
    color: #000000;
}

.login-container .block .block-title{
	border-bottom:0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form.form-login .fieldset:after,
.form.password.forget .fieldset:after{margin-top: 5px;}
.account .legend{border-bottom:0;}
.fieldset{margin: 10px 0 15px;}
/* .fieldset .legend span{
    font-size: 1.8rem !important;
    font-weight: 600 !important;
} */
.field.newsletter label,
.field.choice label{font-size: 15px;margin-left: 5px !important;}
.form-create-account .fieldset.create.account:after{margin-top: 0px;}
.g-recaptcha{margin-top: 0;margin-bottom: 0;}
.actions-toolbar > .primary .action:last-child{color: #fff;}
.actions-toolbar .secondary a.action{margin-top: 8px !important;}

.sidebar .account-nav ul.nav.items li.nav.item{padding: 5px 0;}
/* .block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong{
    text-transform: uppercase;
    color: #00507D;
    font-weight: 600 !important;
    font-size: 19px !important;
} */

.form-edit-account .fieldset .legend,
.form-address-edit .fieldset .legend{
	border-bottom: 1px solid #c6c6c6;
}

div.block-compare{padding: 10px 15px;}
.mio-compare .block-compare .block-title #block-compare-heading{color: #000;}
.mio-compare .actions-toolbar .secondary{display: block !important;}
.mio-compare .actions-toolbar .secondary a{color: #4c4c4c;}
#compare-items .product-item {
    font-size: 1.5rem !important;
    line-height: 2.3rem !important;
	border-bottom: 1px solid #eee;
	padding: 2px 0;
}
#compare-items .product-item a.product-item-link{color:#4c4c4c;}
#compare-items .product-item a.product-item-link:hover{color:#009bd6;text-decoration: none;}
body.catalog-product_compare-index .block-compare{display: none;}
.btn-remove:after{color: #a70d0d !important;}

.modal-popup .modal-content{padding: 0 4rem 3rem 3rem;}
.modal-footer{padding: 1.2rem !important;}

span.order-status{
	background-color: #000;
	border: 0;
	color: #fff;
}
span.print-order-status{
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}

.minicart-wrapper .block-minicart {
    padding: 15px 20px 10px;
}
#minicart-content-wrapper .product-item-name{height: auto;}
#minicart-content-wrapper .subtitle{
  font-size: 13px !important;
  margin: 5px auto 5px !important;
  text-align: left;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}
#minicart-content-wrapper .subtotal{display: inherit;}
#minicart-content-wrapper .items-total{display: none;}
.block-minicart .block-content > .actions{margin-top: 10px;text-align: center;}
button#top-cart-btn-checkout,
button.action.button.checkout{
  color: #fff;
  background-color: #00ADEF;
  border-color: #00ADEF;
}
button#top-cart-btn-checkout:hover,
button.action.button.checkout:hover {
  background-color: #0088bc;
  border-color: #0088bc;
}
.minicart-items-wrapper{
  padding: 0 15px 5px;
  border-bottom: 0;
}
.minicart-items-wrapper .product-item-name{font-size:2rem;}
.minicart-items-wrapper .product-item-name a{color: #000;}
.minicart-items .product-item-details .price{font-weight: 100;}
.minicart-items-wrapper .price-container .price{color: #4c4c4c;font-size: 16px;}
.details-qty.qty .label{color: #4c4c4c;font-size: 16px;text-transform: uppercase;}
.details-qty.qty input[type="number"],.cart.table-wrapper .col.qty .input-text{height: 26px;}
button.update-cart-item{height: 26px;line-height: 1em;}
.subtotal .amount.price-container{display: inline;}
.cart.table-wrapper .actions-toolbar{padding-bottom: 30px;}
.fieldset.coupon{margin:0 !important;}
.fieldset.coupon .field .label span{
	font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
}
#block-discount-heading{color: #00ADEF;}
form#shipping-zip-form label.label{margin-bottom: 0;}
form#shipping-zip-form label.label span{
	font-weight: 600;
    font-size: 16px;
    color: #4c4c4c;
}
.cart-summary .summary.title{
	text-transform: uppercase;
    margin-bottom: 0px;
	font-size: 1.6rem;
    font-weight: 600;
    color: #999999;
}
.cart-summary .block .item-options .field .radio + .label{display: inline;}
table.data.table.totals{margin-bottom:0;}
table.data.table.totals tr.grand.totals .mark strong,
table.data.table.totals tr.grand.totals .amount strong,
table.data.table.table-totals tr.grand.totals .mark strong,
table.data.table.table-totals tr.grand.totals .amount strong{
    font-size: 25px;
    color: #000000;
    font-weight: 100;
}
table.data.table.totals tr.grand.totals .amount strong,
table.data.table.table-totals tr.grand.totals .amount strong{font-weight: 600;}
.cart-summary .block > .title{border-top:0;}
.cart-summary .checkout-methods-items {margin: 0;}

#shopping-cart-table .cart.table-wrapper .product-item-details{padding-top: 5px;}
#shopping-cart-table .cart.table-wrapper .product-item-name{font-size: 1.6rem;}
.cart-container .cart.table-wrapper .product-item-details{padding-top: 10px;}
.cart.table-wrapper .cart thead tr th.col {text-transform: uppercase;}
.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{text-transform: uppercase;}

.opc-block-summary.amcheckout-summary-container .step-title.amcheckout-title{
	text-transform: uppercase;
    font-size: 1.6rem;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
    padding: 0 20px;
}
.amcheckout-step-container .amcheckout-title{
	padding: 5px 15px;
	background: #0088bc;
	text-transform: uppercase;
	font-size: 1.6rem;
}
.minicart-items-wrapper .product-item-name {
    font-size: 1.6rem;
}
.minicart-items-wrapper .product-item .product-item-name-block strong{height: 75px;}
.minicart-items .product-item-details {padding-top:4px;}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon{
	border: 0;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before{
	border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover{border-color: #d6e1e9;}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before{border-color:#fff;}
.amcheckout-block.amcheckout-step-container .step-title{color:#fff !important;}
table.table-checkout-shipping-method.amcheckout-shipping-methods{margin-left: 15px;}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {background: inherit;}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {background: #0088bc;}
.opc-block-summary.amcheckout-summary-container p.step-title.amcheckout-title{background-color: #000000 !important;}
._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #0088bc;
}

table.data.table .col.actions a{
  /* color: #006bb4;
	border: 1px #006bb4 solid; */
  color: #00ADEF;
	border: 1px #00ADEF solid;
	padding: 4px 18px;
	border-radius: 20px;
	font-size: 15px;
}
table.data.table .col.actions a:hover{
	color: #fff;
	text-decoration: none;
	background: #00ADEF;
  border: 1px#00ADEF solid;
}
table.data.table .col.actions a.action.delete{
	border: 1px #d10029 solid;
}
table.data.table .col.actions a.action.delete:hover{
	color: #fff;
	text-decoration: none;
	background: #d10029;
}
.account .data.table .col.actions .action:after{display:none;}

.sidebar.sidebar-main .account-nav .account-nav-content ul.nav.items li.nav.item a{color: #4c4c4c;}
.sidebar.sidebar-main .account-nav .account-nav-content ul.nav.items li.nav.item a:hover{color: #00ADEF;}
.sidebar.sidebar-main .account-nav .account-nav-content ul.nav.items li.nav.item.current strong{color: #00ADEF;}

.popular-retailers{
	margin: 15px 0 25px;
}
.popular-retailers .desc{
	font-size: 2.1rem;
}
.retailersList .tit a{color:#4c4c4c;}
.retailersList .tit a:hover{color:#00adef;}
#mapSearch .input-box{float: left;}
	
.cms-memory-card .page-main .block{margin-bottom: 0 !important;}
#content-SDdefault .widget.block.block-static-block{
    color: #006bb4;
    font-weight: 600;
}
.cms-memory-card .widget.block.block-static-block img{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-top: -15px;
}
.cms-memory-card .widget.block.block-static-block span span{
	padding-top: 15px;
}
#content-SDdefault.content-dynamic{margin:0;}

.cms-navdesk-update .widget.block.block-static-block #select-product{margin-bottom: 10px;}
.cms-navdesk-update .widget.block.block-static-block #content-default .widget.block.block-static-block{
	border-top: 1px #e3e3e3 solid;
	padding-top: 8px;
	margin-top: 20px;
}
.cms-navdesk-update .widget.block.block-static-block #content-default .widget.block.block-static-block p{color: #006bb4;}
.cms-navdesk-update .widget.block.block-static-block .dropdown-wrapper .widget.block.block-static-block{margin-bottom:0;}
.cms-navdesk-update .widget.block.block-static-block .content-dynamic .widget.block.block-static-block p{text-align:left;}
.cms-navdesk-update .widget.block.block-static-block .content-dynamic .widget.block.block-static-block p span{font-size:15px !important; font-weight: 600;}
table.tableNavdesk tr td{text-align: center;}

.pages .item{font-size:16px;}
.pages strong.page{
	font-size:16px;
	color: #ffffff;
	background: #00ADEF;
}
.pages a.page:active {
    color: #00ADEF;
}
.pages a.page:hover{
	color: #ffffff;
	background: #00ADEF;
}

table.data.table > tbody > tr > td, table.data.table > tbody > tr > th{vertical-align: middle;}

.product-collateral .mgz-element .mgz-element-inner ul li{margin:0;}
.ampromo-item .ampromo-item-image{height: auto;}

ul.slick-dots{display: none !important;}

.block-authentication .block-title {font-size: 22px;}
.block-authentication .action.action-login,
.block-authentication .action.action-register{
  line-height: 2.2rem;
  font-size: initial;
  padding: 7px 12px;
}
.block-authentication ul.disc{margin-left: 1.2em;}

.amcheckout-items .col.col-method,
.amcheckout-items .col.col-price,
.amcheckout-items .col.col-carrier{width:24.9%;}
.amcheckout-items .col:first-of-type{width:8%;}

/*.table-comparison .cell {width: auto;}
table.data.table.table-comparison thead tr{height: auto;}
table.data.table.table-comparison thead td{border-bottom: 0;}*/

.contacu_us .mgz-container .mgz-element-column{padding: 25px 10px;}

/*table common style*/
table .st_black{background: #000 !important; color: #fff !important;}

.mgz-element-inner .button{margin: 5px 15px 5px 0;}

body.categorypath-products-previous-gps ol#accessoriesProducts li .product-image,
body.categorypath-products-previous-dashcams ol#accessoriesProducts li .product-image{/*fix*/
  position: relative;
  height: 300px;
}
body.categorypath-products-previous-gps ol#accessoriesProducts li .product-image img,
body.categorypath-products-previous-dashcams ol#accessoriesProducts li .product-image img{/*fix*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#Description, #Overview, #Features, #Specifications, .newDownload_inner, #Tools, #AvailableMaps, #Accessories{
	border-bottom: solid 1px #f2f2f2;
}



/* ============================================ *
 * James改
 * ============================================ */
/* Page Revo Slider */
.pRevoSlider {
  display: none;
  width: 100%;
  top: 70px;
  position: relative;
}
.catalog-category-view .pRevoSlider {
  display: block;
}
.pRevoSlider .category-description {
  margin: 0;
}
.pFooterBgBar {
  position: relative;
  min-height: 90px;
  margin-top: 8rem;
  background: -moz-linear-gradient(bottom,#fff 10%,#ebebeb 100%);
  background: -webkit-linear-gradient(bottom,#fff 10%,#ebebeb 100%);
  background: linear-gradient(to bottom,#fff 10%,#ebebeb 100%);
}

body.mgz-productpagebuilder .pFooterBgBar{display: none;}

@media (max-width: 1199px) {
  .pRevoSlider {
    top: 50px;
  }
}
/* 共用 */
.clearer { clear:both; height:0; line-height:0; font-size:0;}
.navGBtn, .navWBtn, .navBBtn, .navLGBtn {
  display: inline-block;
  /* background-color: rgb(0, 0, 0); */
  background-color: transparent;
  height: auto;
  width: auto;
  color: #1f1f1f;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  border-color: #1f1f1f;
  border-style: solid;
  border-width: 1px;
  padding-left: 25px;
  border-radius: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
.navWBtn {
  color: #ffffff;
  border-color: #ffffff;
}
.navBBtn {
  color: #00ADEF;
  border-color: #00ADEF;
}
.navLGBtn {
  color: #807F7F;
  border-color: #807F7F;
}

.ppbd-crosssell-products a.button, .ppbd-upsell-products a.button, .category-maps .slick-list .actions a.button, .category-international-maps .slick-list .actions a.button {
  background-color: #fff;/*原透明*/
  color: #1f1f1f;
  border-color: #1f1f1f;
  border-style: solid;
}

.navGBtn a, .navGBtn a:visited {
  color: #1f1f1f;
}
.navWBtn a, .navWBtn a:visited {
  color: #ffffff;
}
.navWBtn a, .navBBtn a:visited {
  color: #00ADEF;
}
.navWBtn a, .navLGBtn a:visited {
  color: #807F7F;
}

.navWBtn:hover, .navWBtn:hover a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1f1f1f;
  transition: all .2s;
}
.navBBtn:hover, .navBBtn:hover a {
  background-color: #00ADEF;
  border-color: #00ADEF;
  color: #ffffff;
  transition: all .2s;
}
.navLGBtn:hover, .navLGBtn:hover a {
  background-color: #e2e2e2;
  border-color: #adadad;
  color: #807F7F;
  transition: all .2s;
}
.navGBtn:hover, .navGBtn:hover a, .ppbd-crosssell-products a.button:hover, .ppbd-upsell-products a.button:hover, .category-maps .slick-list .actions a.button:hover, .category-international-maps .slick-list .actions a.button:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #FFF;
  transition: all .2s;
}
.btn-default.btnBordBlue, .btnBordBlue, .banner-row .button.btnBordBlue {
  color: #00ADEF;
  background-color: #fff;
  border-color: #00ADEF;
}
.btn-default.btnBordBlue:hover, .btnBordBlue:hover, .banner-row .button.btnBordBlue:hover {
  color: #FFF;
  background-color: #00ADEF;
  border-color: #00ADEF;
}

/* product list */
.pStaticBanRow .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.pStaticBanRow .mgz-element-column > .mgz-element-inner {
  padding: 5px;
}
.pStaticBanRow .navGBtn, .pStaticBanRow .navGBtn, .pStaticBanRow .navWBtn, .pStaticBanRow .navBBtn, .pStaticBanRow .navLGBtn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.pStaticBanRow .mgz-btn-size-md .mgz-btn {
  padding: 0;
  background-color: transparent;
}
.products.wrapper.grid.products-grid {
  /* margin: 0; */
  margin: 30px 0;
}
.mgz-element-column > .mgz-element-inner.iRevSlider {
  padding: 0;
}
.new .mgz-child:not(:last-child) > .mgz-element-inner {
  margin-bottom: 0;
}
.iIntroSecRow {
  background: -moz-linear-gradient(top,#fff 0%,#ebebeb 100%);
  background: -webkit-linear-gradient(top,#fff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom,#fff 0%,#ebebeb 100%);
}
.filter-options-content a:hover {
  background-color: transparent;
}
.filter .block-subtitle {
  font-size: 1.7rem;
}
.filter-options input[type="checkbox"] {
  margin-right: 5px;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  height: auto;
  /*height: 190px;*/
  min-height: 190px;
  max-height: 215px;
}
.products-grid .product-item-info .product-item-inner {
  position: static;
  height: auto;
  max-height: 215px;
}
.products-grid .product-item-description {
  margin: 0 0 20px 0;
}
/* 為了讓度的符號出來 */
.filter-options-content a {
  font-family: "Helvetica Neue", "Verdana", Arial, sans-serif;
}

.toolbar.toolbar-products {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.catalogsearch-result-index .toolbar.toolbar-products{
  border-bottom: 0px;
}
.glyphicon-filter:before {
  color: #458ED9;
}
.toolbar-products .toolbar-sorter.sorter .sorter-options {
  padding-right: 35px;
}
.toolbar-sorter.sorter .sorter-options {
  min-width: 230px;
}
.page-products .columns {
  padding-top: 0;
}
.catalog-category-view .mgz-button a {
  vertical-align: baseline;
}
a.action.tocompare {
  color: #797979;
}
a.action.tocompare:hover {
  color: #00ADEF;
}
a i,
span.glyphicon,
.button i,
.btn i,
.button span.glyphicon{
  padding-right: 4px;
}
.sorter-action:before {
  color: #00ADEF;
}

/* product view */
.fotorama__thumb-border {
  border: 1px solid #00ADEF;
}
.fotorama__wrap {
  max-width: 660px !important;
  margin: 0 auto;
}
.fotorama__arr .fotorama__arr__arr {
  background-image: none;
  border: solid #00ADEF;
  border-width: 0px 6px 6px 0;
  display: inline-block;
  /* box-shadow: 0 3px 5px rgba(0, 0, 0, .2); */
  height: 30px;
  width: 30px;
  transform-origin: center;
}
.fotorama__arr--next .fotorama__arr__arr {
  transform: translate3d(-50%, -50%, 0) rotate(315deg);
}
.fotorama__arr--prev .fotorama__arr__arr {
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.product-info-main.new .product.attribute.sku {
  padding: 20px 0;
}
.new .ppbd-product-description {
  /* max-width: 1260px;
  padding: 0 20px; */
  max-width: 1024px;
  padding: 0 30px;
  margin: 30px auto;
}
.overviewL {
  padding: 0 30px 10px 15px;
}
.overviewR {
  padding: 0 15px 10px 30px;
}
.mgz-element .mgz-element-inner ul.features-grid {
  margin-left: 0;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
  /* border-bottom: 1px solid #ccc;
  padding-bottom: 10px; */
  /* margin-bottom: 20px; */
  margin-bottom: 15px;
}
.tab-content-box .new.visual-box #player .video {
  padding: 0;
}
.new.visual-box #player .video {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.features-grid.detail li.item .feature-top .cont {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
ul.features-grid.detail li.item .feature-top .title {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.features-grid.detail li.item .txt {
  padding-left: 15px;
  font-size: 13px;
}
.tab.fixed .mgz-container {
    padding: 0 10px 0 10px;
}
.catalog-product-view .product-add-form .ambanners {
  /* border-top: 1px solid #ccc;
  padding-top: 20px; */
}
.catalog-product-view .product-add-form .ambanners:empty {
  border-top: 0;
}
.catalog-product-view .product-add-form .fieldset:last-child {
  margin-top: 20px;
}

/* new features */
.newFeaturesWrap {
  background-color: #f2f2f2;
}
.features-grid.newFeaturesList {
  /* display: flex;
  flex-wrap: wrap; */
}
.TPLold .features-grid li.item .feature-top .thumbs img {
  max-width: 30px;
  max-height: 30px;
}
.features-grid li.item .feature-top .thumbs img {
  width: 50px;
  max-width: 50px;
}
ul.features-grid li.item .thumbs {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

ul.features-grid li.item .desc {
  display: inline-block;
  width: 70%;
  margin-top: 5px;
  margin-left: 5%;
}
ul.features-grid li.item .desc .title {
  font-size: 18px;
  line-height: 2.5rem;
  margin-bottom: 5px;
  font-weight: 400;
  color: #5c5c5c;
}
ul.features-grid li.item .desc .title h3{
  color: #5c5c5c;
  font-size: 1.65rem;
  line-height: 2.5rem;
  font-weight: 600;
}
ul.features-grid li.item .desc .txt {
  padding-left: 0;
}
ul.features-grid.newFeaturesList li.item {
  margin-bottom: 5px;
  padding: 20px;
}

.dropdown-menu > li > a {
  display: flex;
}
@media (min-width: 1260px) {
  .magezon-builder .mgz-container {width: 1310px;}
}

/*Product page Banner*/
.catalog-product-view .tab-content-box {
  margin: 0;
}
.mgz-element-inner.pdt_brief.R{
  padding-left: 25px;
}
.catalog-product-view .new .ppbd-product-name, .catalog-product-view .new .product.attribute.sku {
  margin-bottom: 20px;
}
.catalog-product-view .ppbd-product-name {
  font-family: Orbit;
}
.compareicon {
  padding-right: 10px;
}
.twitter-share-button {
  vertical-align: bottom;
}
.animOK {
  opacity: 1 !important;
  transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0) !important;
  -webkit-transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0) !important;
  -o-transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0) !important;
  -o-transform: perspective(1000px) rotateY(0deg) translate3d(0, 0, 0) !important;
}
.banner-col .content {
  direction: ltr;
}
.banner-col.col-img img{
  max-width: 55%;
  margin: 0 auto;
}
.product-banner .col-txt {
  padding: 100px 20px;
}
.banner-row{
  width: 100%;
}
.banner-row .button{
  /* border: #f05a1e 2px solid; */
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  background-color: transparent;
}
.banner-row .button:hover{
  /* border: #f05a1e 2px solid; */
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}
.no-touch .parallax-container {
  z-index: 0;
}
.parallax-container {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0);
}
.parallax-container-inner.no-repeat {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.parallax-container-inner {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  min-height: 250px;
}
.parallax-container-inner.Left {background-position: left;}
.parallax-container-inner.Right {background-position: right;}
.parallax-container-overlay, .parallax-container-overlay-color, .parallax-container-overlay-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
}
.parallax-container-overlay-color {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
.parallax-container-overlay-color[data-color="light"], .parallax-container-overlay-color[data-color="main"], .parallax-container-overlay-color[data-color="gray"] {
  background-color: #000;
}
.parallax-container-overlay-color[data-color="dark"] {
  background-color: #fff;
}
section {
  position: relative;
  z-index: 1;
}
section[data-color="main"], section [data-color="main"] {
  color: #00ADEF;
}
section[data-color="light"], section [data-color="light"] {
  color: #fff;
}
section[data-color="dark"], section [data-color="dark"] {
  color: #000;
}
section[data-color="gray"], section [data-color="gray"] {
  color: #787878;
}
a.button[data-color="main"], a.btn[data-color="main"] {
  background-color: transparent;
  color: #00ADEF;
  border: #00ADEF 2px solid;
}
a.button[data-color="main"]:hover, a.btn[data-color="main"]:hover {
  background-color: #00ADEF;
  color: #fff;
  border: #00ADEF 2px solid;
}
a.button[data-color="light"], a.btn[data-color="light"] {
  background-color: transparent;
  color: #fff;
  border: #fff 2px solid;
}
a.button[data-color="light"]:hover, a.btn[data-color="light"]:hover {
  background-color: #fff;
  color: #f05a1e;
  border: #fff 2px solid;
}
a.button[data-color="dark"], a.btn[data-color="dark"] {
  background-color: transparent;
  color: #000;
  border: #000 2px solid;
}
a.button[data-color="dark"]:hover, a.btn[data-color="dark"]:hover {
  background-color: #000;
  color: #fff;
  border: #000 2px solid;
}
a.button[data-color="gray"], a.btn[data-color="gray"] {
  background-color: transparent;
  color: #ccc;
  border: #ccc 2px solid;
}
a.button[data-color="gray"]:hover, a.btn[data-color="gray"]:hover {
  background-color: #ccc;
  color: #000;
  border: #ccc 2px solid;
}
.section-container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.section-container.autoheight{
  min-height: 500px;
}

.catalog-product-view .Mivue-manager .col-txt,
.catalog-product-view .Mivue-share .col-txt{
  padding: 30px 10px 50px;
}
.catalog-product-view .sec{
  /* padding: 35px 0; */
  padding: 0 0 35px;
}
.catalog-product-view #Description.new.sec {
  padding-bottom: 20px;
}
.catalog-product-view .sec:last-child{
  padding-bottom: 0;
}
.catalog-product-view .sub_sec{
  padding-top: 50px;
}
.catalog-product-view .sec .box-collateral-title{
  /* height: 90px; */
  text-align: center;
  max-width: 1550px;
  /* margin: 0 auto 20px;
  border-bottom: 1px solid #eee; */
}
.catalog-product-view .sec.banner{
  padding-top: 20px;
}
.catalog-product-view .sec.in_the_box .box-collateral-title{
  height: 105px;
}
.catalog-product-view .sec.spec .box-collateral-title{
  border-bottom: 0;
}
.catalog-product-view .sec.spec span.glyphicon{
  color: #F05A1E;
}
.catalog-product-view .ppbd-product-attribute{
	color: #666;
  line-height: 2.7rem;
}
.catalog-product-view .box-collateral-title h2.h1 {
  text-transform: none;
  color: #00adef;
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 35px;
  margin-top: 30px;
}
.newSpec h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #424242;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}
.newSpecBox {
  padding: 0 2% 2%;
}
.catalog-product-view .newDownload_inner {
  background-color: #f2f2f2;
}
.catalog-product-view .box-collateral-title h2.h1 {
  margin-top: 35px;
}
.dlrWrap {
  padding-bottom: 50px;
}
.newDownloadWrap {
  
}
.newDownloadWrap .mgz-element-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newDownloadWrap .mgz-element-inner ul li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}
.dlrTxt {
  padding: 15px 15px 15px 80px;
  font-size: 1.65rem;
  font-weight: 600;
  background: url(../images/download_icon.png) 15px center no-repeat;
}
.catalog-product-view .sec .box-collateral-title.center {
  margin: 0 auto;
}
.Mivue-manager td {
  border: 0;
}
#banner-MivueManager {
  font-family: "FoundrySans Normal", "Metronic Pro", "Noto Sans TC", "Verdana", "Arial Unicode MS", "microsoft jhenghei", "microsoft mhei", stheititc, sans-serif;
}
#banner-MivueManager h2.title{
  font-weight: bold;
  font-size: 3.5rem;
}
#banner-MivueManager .button{
  margin-bottom: 25px;
}
#banner-MivueManager strong{
  color: #333;
}
#banner-MivueManager.Mivue-manager table img,
#banner-MivueManager.Mivue-share table img{
  padding-top: 3px;
}
#banner-MivueManager.Mivue-manager table td:first-child,
#banner-MivueManager.Mivue-share table td:first-child{
  width: 50px;
}
#banner-MivueManager .button img{
  display: inline-block;
  vertical-align: text-bottom;
}
.add-to-cart-wrapper{
  margin-bottom: 20px;
}
#banner-MivueManager table {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.catalog-product-view .Mivue-manager .banner-col.col-img img, .catalog-product-view .Mivue-app .banner-col.col-img img {
  /* max-width: 75%; */
  max-width: 95%;
}
.available_map_inner, .youMayAlsoLike_inner {
  background-color: #f2f2f2;
}
.snipTool {
  margin-bottom: 15px;
}
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-share {
  margin-bottom: 5px;
}
.fotorama__thumb {
  background-color: #ffffff;
}
.fotorama__arr, .fotorama__thumb__arr {
  background-color: transparent;
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover {background-color: transparent;}

.catalog-product-view .magezon-builder .mgz-container {
  width: 1310px;
}
.catalog-product-view .compareicon {
  color: #797979;
}
.catalog-product-view #ProductBanner.sec, .catalog-product-view .newDownloadWrap.sec, .catalog-product-view #AvailableMaps.sec {
  padding: 0;
}
.catalog-product-view #Download h2.h1, .catalog-product-view #YouMayAlsoLike h2.h1, .catalog-product-view #AvailableMaps h2.h1 {
  /* margin-top: 70px; */
}
.catalog-product-view .Mivue-manager .col-txt, .catalog-product-view .Mivue-share .col-txt {
  padding: 10px 10px;
}
.fotorama__stage {
  /* margin-bottom: 20px; */
}
.fotorama__thumb img {
  padding: 15px;
}

/*Product page Tab*/
.catalog-product-view .pdt_tab ul.toggle-tabs {
  /* display: none; */
  opacity: 0;
  height: 0;
  padding: 0;
}
.pdt_tab {
  margin-top: 50px;
}
.pdt_tab ul.toggle-tabs{
  padding: 20px 0 15px;
  margin-left: -1em;
}
.pdt_tab ul.toggle-tabs li:not(:last-of-type){
  list-style-type: none;
  border-right: 1px solid #333;
}
.pdt_tab ul.toggle-tabs li a{
  color: #000;
}
.pdt_tab ul.toggle-tabs li a:hover{
  color: #00adef;
  text-decoration: none;
}
.pdt_tab .tab{
  height: 55px;
  width: 100%;
}
.pdt_tab ul.toggle-tabs.tab_list_pc li a {
  line-height: 30px;
  padding: 20px 22px 15px;
  font-size: 18px;
}
.pdt_tab ul.toggle-tabs.tab_list_pc li a:hover{
  border-bottom: 4px solid #00adef;
}

.category-trade-in .mgz-element-column > .mgz-element-inner {padding: 10px;}
.category-trade-in .toolbar.toolbar-products {
  border-bottom: 0;
}
.mgz-element-column > .mgz-element-inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .toggle-tabs, .tab {
    display: none!important;
  }
}
.toggle-tabs, .tab {
    margin: 0;
  }
.toggle-tabs {
  overflow: hidden;
}
.toggle-tabs:after, .toggle-tabs:before{
  content: '';
  clear: both;
}

.pdt_tab .tab {
  position: fixed;
  display: none;
  z-index: 9999;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-bottom: 4px solid #00ADEF;
  left: 0;
  width: 100vw;
}
.pdt_tab .tab h2 {
  float: left;
  font-size: 24px;
  line-height: 55px;
  padding: 0;
  color: #000;
  font-weight: 700;
  margin: 0;
  width:auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pdt_tab .tab ul {
  float: right;
}
.pdt_tab .tab_list_pc li{
  display: inline-block;
  position: relative;
  margin: 0!important;
}
/*.tab_list_pc li:after {
  position:absolute;
  display: block;
  width: 2px;
  height: 18px;
  background-color: #f05a1e;
  content: '';
  right: 0;
  top: 21px;
}*/
.pdt_tab .tab_list_pc li a{
  line-height: 60px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
  margin: 0;
  color: #000;
}
.pdt_tab .tab_list_pc li a:hover {
  color:#0088bc;
  text-decoration: none;
}
.pdt_tab .tab_list_pc li:last-child:after {
  display: none;
}

/* User Guides */
/* .cms-gps-user-guides .topbanner .text {
  background-color: transparent;
  width: auto;
  float: none;
  text-align: center;
  padding: 100px 0 100px 0;
}
.cms-gps-user-guides .topbanner .text .inner-wrapper {
  border-right: 0;
  padding-right: 0;
  line-height: 3.4em;
} */

#accessoriesProducts .product-image {
  min-height: 200px;
}
#accessoriesProducts .product-image img {
  width: 100%;
}
.old.mt-20 {
  margin-top: 40px !important;
}
.features-grid a:not(.mgz-btn):not(.btn):not(.button):not(.primary):visited {
  color: #666666;
}
.features-grid a:not(.mgz-btn):not(.btn):not(.button):not(.primary):hover {
  color: #00adef;
}
.category-trade-in .pccf.default input[type=checkbox] {
  margin: 10px 0 0!important;
}
::placeholder {
  font-size: 14px !important;
  font-style:normal !important;
  opacity: 1;
}
:-ms-input-placeholder {
  font-size: 14px !important;
  font-style:normal !important;
}
::-ms-input-placeholder {
  font-size: 14px !important;
  font-style:normal !important;
}
.amlocator-wrapper .amlocator-text {
  border-radius: 20px
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
#footer{margin-top: 80px;}
#maincontent .columns .column.main{padding-bottom: 0;}
/* line 11, ../scss/layout/_footer.scss */
.footer {
  width: 100%;
  padding: 40px 0;
}
/* line 14, ../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.footer:before, .footer:after {
  content: " ";
  display: table;
}
/* line 19, ../scss/bootstrap/bootstrap/mixins/_clearfix.scss */
.footer:after {
  clear: both;
}
@media only screen and (max-width: 539px) {
  /* line 11, ../scss/layout/_footer.scss */
  .footer {
    text-align: center;
  }
}
/* line 23, ../scss/layout/_footer.scss */
.footer a {
  color: #00507D;
}
/* line 28, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
}
/* line 33, ../scss/layout/_footer.scss */
.footer .block-title span {
  display: inline-block;
  border-bottom: 1px solid #00507D;
  padding: 5px 0;
  position: relative;
  bottom: -1px;
}
/* line 40, ../scss/layout/_footer.scss */
.footer .block-title i[class^="ico-"]:before,
.footer .block-title i[class*=" ico-"]:before {
  display: none;
}
/* line 50, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #00507D;
}
/* line 55, ../scss/layout/_footer.scss */
.footer .links {
  float: left;
  min-width: 150px;
  padding: 0 40px 0 0;
}
/* line 61, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
/* line 67, ../scss/layout/_footer.scss */
.footer .links a {
  color: #4c4c4c;
}
/* line 69, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #00ADEF;
}
/* line 75, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
/* line 87, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 95, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
/* line 101, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 107, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
/* line 110, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 115, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
/* line 121, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
/* line 127, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 132, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 136, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 143, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}

@media only screen and (max-width: 1199px) {
  /* line 172, ../scss/layout/_footer.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  .TPL2023 .features-grid.top li.item:nth-child(3n+1) {
    clear: none;
  }
  .overviewL {
    /* padding-right: 20px; */
  }
  .overviewR {
    /* padding-left: 20px; */
  }
}
@media only screen and (min-width: 1024px) {
	.page-products.page-layout-1column .products-grid .product-item {
		margin-left: 0;
		width: 33.333%;
	}
	.page-products .products-grid .product-item{
		padding: 5px;
    width: calc((100% - 4%) / 3);
	}
  .page-products .products-grid #accessoriesProducts .product-item {
    padding: 20px;
  }
  .page-products .products-grid .product-item:first-child {
    margin-left: 0 !important;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    /* margin-left: 2%; */
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {/*ipad*/
	.page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
		width: calc((100% - 4%) / 2);
	}
	
}

@media only screen and (max-width: 767px) {
  /* line 182, ../scss/layout/_footer.scss */
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  /* line 187, ../scss/layout/_footer.scss */
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  /* line 192, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
	.hero_slider .item.mgz-carousel-item{
		height: 358px !important;
	}
}

@media only screen and (min-width: 1200px) {
  /* line 200, ../scss/layout/_footer.scss */
  .social-links {
    float: right;
    margin-bottom: 10px;
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 79.16666667%;
  }
  /* .page-layout-2columns-left .column.main {
    width: 76%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 24%;
  } */
}
/* line 205, ../scss/layout/_footer.scss */
.social-links ul, .social-links li, .social-links span {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  font-weight: bold;
}
/* line 212, ../scss/layout/_footer.scss */
.social-links li {
  margin-left: 5px;
}
/* line 215, ../scss/layout/_footer.scss */
.social-links .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 220, ../scss/layout/_footer.scss */
.social-links span {
  margin: 5px;
}

.copyright{
    background-color: initial;
    color: #4c4c4c;
}

/* line 230, ../scss/layout/_footer.scss */
#scrollToTop {
  position: fixed;
  overflow: hidden;
  z-index: 3;
  height: 40px;
  width: 40px;
  bottom: 25px;
  right: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 244, ../scss/layout/_footer.scss */
#scrollToTop-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*opacity: 0;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 253, ../scss/layout/_footer.scss */
#scrollToTop-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00507D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 268, ../scss/layout/_footer.scss */
#scrollToTop i {
  position: relative;
  display: block;
  color: #fff;
  line-height: 40px;
}

/* line 274, ../scss/layout/_footer.scss */
#scrollToTop:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@media only screen and (max-width: 1199px) {
  /* line 281, ../scss/layout/_footer.scss */
  #scrollToTop {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  /* line 287, ../scss/layout/_footer.scss */
  #scrollToTop i {
    line-height: 30px;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/* line 311, ../scss/layout/_footer.scss */
.footer-before-container {
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
}
/* line 315, ../scss/layout/_footer.scss */
.footer-before-container .nobr {
  display: inline-block;
}
/* line 318, ../scss/layout/_footer.scss */
.footer-before-container .validation-advice {
  text-align: left;
}
@media only screen and (max-width: 539px) {
  /* line 323, ../scss/layout/_footer.scss */
  .footer-before-container h3 {
    font-size: 14px;
  }
}
/* line 327, ../scss/layout/_footer.scss */
.footer-before-container .Subscribe-block {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
/* line 331, ../scss/layout/_footer.scss */
.footer-before-container .Subscribe-block .button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 120px;
  background-color: #000000;
  border-color: #000000;
}
@media only screen and (max-width: 539px) {
  /* line 331, ../scss/layout/_footer.scss */
  .footer-before-container .Subscribe-block .button {
    min-width: 80px;
  }
}
/* line 341, ../scss/layout/_footer.scss */
.footer-before-container .Subscribe-block .button:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
/* line 345, ../scss/layout/_footer.scss */
.footer-before-container .Subscribe-block .button:active {
  background-color: #666666;
  border-color: #666666;
}
@media only screen and (min-width: 1550px) {
  .product-banner .col-txt .content {
    width: 590px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 353, ../scss/layout/_footer.scss */
  .countries-switch {
    float: right;
    clear: right;
  }
  /* line 357, ../scss/layout/_footer.scss */
  .countries-switch .dropdown-menu {
    left: 10px;
  }

  .parallax-container-overlay-gradient[data-color="light"][dir="ltr"] {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.5)), color-stop(65%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
  }
  .parallax-container-overlay-gradient[data-color="light"][dir="rtl"] {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0.5)), color-stop(65%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 65%);
  }
  .parallax-container-overlay-gradient[data-color="dark"][dir="ltr"] {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(65%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
  }
  .parallax-container-overlay-gradient[data-color="dark"][dir="rtl"] {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(65%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 65%);
  }
  .banner-row {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
  .banner-col {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .product-banner .no-image {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
  }
  #banner-MivueManager h2.title {
    font-size: 3.5rem;
  }
}
/* line 361, ../scss/layout/_footer.scss */
.countries-switch .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
/* line 374, ../scss/layout/_footer.scss */
.countries-switch .btn-default {
  justify-content: center;
  display: flex;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  color: #666;
}
/* line 380, ../scss/layout/_footer.scss */
.countries-switch .btn-default .caret {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -2px;
}
@media only screen and (max-width: 1366px) {
  .topbanner{
    min-height: 30vh;
  }
}
@media only screen and (max-width: 1199px){ /*Main-Break*/
  .page-main{top: 50px;}
  .topbanner{top: 50px;}
	.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left.Block_head a.has-icon{padding: 10px 14px 10px 40px;}
  /* line 361, ../scss/layout/_footer.scss */
  .countries-switch .flag {
    margin-right: 4px;
  }
  /* line 366, ../scss/layout/_footer.scss */
  .countries-switch .flag img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  /* line 374, ../scss/layout/_footer.scss */
  .countries-switch .btn-default {
    background-color: transparent !important;
    border-radius: 0;
    padding: 12px 15px;
    border-width: 0;
    border-bottom: 1px solid #CCCCCC  !important;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
  }
  /* line 395, ../scss/layout/_footer.scss */
  .countries-switch .btn-default:active, .countries-switch .btn-default:hover, .countries-switch .btn-default:focus {
    background-color: transparent !important;
    box-shadow: none  !important;
  }
  /* line 402, ../scss/layout/_footer.scss */
  .countries-switch .btn-default .caret {
    display: none;
  }
  /* line 406, ../scss/layout/_footer.scss */
  .countries-switch .btn-default:after {
    font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e764";
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  /* line 423, ../scss/layout/_footer.scss */
  .countries-switch .dropdown-menu {
    position: relative;
    margin: 0;
    box-shadow: none;
    border-width: 0;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    width: 100%;
    padding: 0;
    line-height: 50px;
  }
  /* line 433, ../scss/layout/_footer.scss */
  .countries-switch .dropdown-menu:active, .countries-switch .dropdown-menu:hover, .countries-switch .dropdown-menu:focus {
    border-bottom: 1px solid #CCCCCC  !important;
  }
  /* line 438, ../scss/layout/_footer.scss */
  .countries-switch .dropdown-menu > li > a {
    line-height: 50px;
    color: #666;
    padding: 0 0 0 36px;
  }
  .countries-switch .dropdown-menu > li > a:hover {
    background-color: #fff;
  }
  .products-grid .slick-prev, .slick-prev, .products-grid .slick-next, .slick-next {
	width: 60px;
    height: 60px;
  }
	.filter-title strong{
		background-color: #fff;
		border-radius: 18px;
		padding: 10px 12px;
	}
	.toolbar-sorter label.sorter-label{display:none;}
	.minicart-wrapper {margin-top:0;}
	.products-list .link-compare a {/*padding-left: 3.5rem;*/}
  
  .links-section{display: none;}

  .parallax-container-overlay-gradient[data-color="light"] {
    background-color: #000;
    opacity: 0.3;
  }
  .parallax-container-overlay-gradient[data-color="dark"] {
    background-color: #fff;
    opacity: 0.3;
  }
  .breadcrumbs{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter .filter-current.active .items {
    margin-bottom: 10px;
  }
  .block-subtitle.filter-current-subtitle.widget-title {
    margin-bottom: 0;
  }
  .filter-current .item {
    padding: 5px 0 5px 15px
  }
  .filter-current .action.remove {
    top: 4px
  }
  .ppbd-releated-products .stock.unavailable, .ppbd-crosssell-products .stock.unavailable, .ppbd-upsell-products .stock.unavailable,
  body.catalogsearch-result-index .stock.unavailable {
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 18px;
    min-width: 140px;
  }
}

@media only screen and (max-width: 991px) {
	.post-list-content .post-list-body .mp-clear{clear: inherit;}
}

/* line 451, ../scss/layout/_footer.scss */
#footer address {
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 922px) {
  .stock.unavailable, .ppbd-product-addtocart .stock.unavailable {
    float: none;
  }
  .ppbd-product-addtocart .stock.unavailable {
    margin-bottom: 20px;
  }
  .ppbd-product-addtocart #find-local-store {
    margin-bottom: 0;
  }
  .mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .stock.unavailable, .ppbd-product-addtocart .stock.unavailable {
    float: left;
  }
  li.product-item .stock.unavailable {
    float: none;
  }
  .mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
    margin-bottom: 20px;
  }
  .newSpecBox {
    padding: 0 5% 2%;
  }
}
@media (min-width: 768px){
  .button.button_s{
    min-width: 150px;
    padding: 4px 6px;
  }
  .block-authentication .block[class] .field .control{width: 90%;}
	.block-search .action.search{top:3px;}
	.L .mgz-element-product_name{display:none;}
	.Block_head h2 i{display: none;}
	.post-item-wraper{border:0;}
	.modal-content{
		-webkit-box-shadow: none;
		box-shadow: none;
		border: 0 !important;
	}
  table.data.table tr{height: 50px;}
  #mapSearch .input-box{width:89%;}
}

@media (min-width: 768px), print {
  .page-print .page-title-wrapper h1,
  body.sales-order-view .page-title-wrapper h1,
  body.sales-order-invoice .page-title-wrapper h1,
  body.sales-order-creditmemo .page-title-wrapper h1{
    font-size: 2.2rem;
  }
	.page-print .table > tbody > tr > td{
		padding:1px;
		vertical-align: initial;
	}
	.page-print .order-details-items .col.name{padding-top: 6px;}
	.page-print .order-details-items .table-order-items tbody td {
		padding-bottom: 0;
		padding-top: 0;
	}
	.page-print .product-item-name{height: initial;}
	.page-print .table {margin-bottom: 0px;}
	.page-print .table tfoot > tr:first-child th, .page-print .table tfoot > tr:first-child td {padding-top: 8px;}
	.page-print .table > thead > tr > th, .page-print .table > thead > tr > td, .page-print .table > tbody > tr > th, .page-print .table > tbody > tr > td, .page-print .table > tfoot > tr > th, .page-print .table > tfoot > tr > td{padding: 1px;}
	.page-print.account .column.main .block:not(.widget) .block-title{margin-bottom: 10px;}
	
	.page-print .logo{padding:0;}
	.page-print .block.block-order-details-view{padding-top:8px;}
	.page-print .order-details-items {padding: 6px 10px;}
	.page-print .box-order-billing-address .box-content{font-size: 14px;}
	.page-print .order-details-items .table-wrapper:not(:last-child) {margin-bottom: 0 !important;}
	.page-print .row{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.page-print .block.block-order-details-view .box-order-shipping-address,
	.page-print .block.block-order-details-view .box-order-shipping-method,
	.page-print .block.block-order-details-view .box-order-billing-address,
	.page-print .block.block-order-details-view .box-order-billing-method{
		clear: none;
		float: left;
		width: 50%;
	}
  .payment-method table.data.table th {padding-left: 0;}
	.payment-method table.data.table td {border-bottom: 0;}
	.page-print .account .messages {
		margin-bottom: 0px;
	}
  .page-print .order-details-items tfoot .amount {float: right;}
  .page-print .order-details-items tfoot .amount span{text-align: right; float: right;}
	
	table.customerDevice.table th.col.dev, table.table td.col.dev{width:25%;}
	table.customerDevice.table th.col.num, table.table td.col.num,
	table.customerDevice.table th.col.os, table.table td.col.os,
	table.customerDevice.table th.col.ret, table.table td.col.ret,
	table.customerDevice.table th.col.pcs, table.table td.col.pcs,
	table.customerDevice.table th.col.cre, table.table td.col.cre{width:15%;}
	
	table.table-order-items.table th.col.id, table.table td.col.id,
	table.table-order-items.table th.col.date, table.table td.col.date,
	table.table-order-items.table th.col.shipping, table.table td.col.shipping,
	table.table-order-items.table th.col.total, table.table td.col.total,
	table.table-order-items.table th.col.status, table.table td.col.status,
	table.table-order-items.table th.col.actions, table.table td.col.actions{width:16.666%;}
	
	table.table-additional-addresses-items.table th.col.city, table.table td.col.city,
	table.table-additional-addresses-items.table th.col.country, table.table td.col.country,
	table.table-additional-addresses-items.table th.col.state, table.table td.col.state,
	table.table-additional-addresses-items.table th.col.zip, table.table td.col.zip{width:9.5%;}
	table.table-additional-addresses-items.table th.col.firstname, table.table td.col.firstname,
	table.table-additional-addresses-items.table th.col.lastname, table.table td.col.lastname,
	table.table-additional-addresses-items.table th.col.phone, table.table td.col.phone,
	table.table-additional-addresses-items.table th.col.actions, table.table td.col.actions{width:12%;}
	table.table-additional-addresses-items.table th.col.streetaddress, table.table td.col.streetaddress{width:14%;}
	
	table.table-order-items th.col.name, table.table td.col.name{width:36%;}
	table.table-order-items th.col.sku, table.table td.col.sku,
	table.table-order-items th.col.price, table.table td.col.price,
	table.table-order-items th.col.qty, table.table td.col.qty,
	table.table-order-items th.col.subtotal, table.table td.col.subtotal{width:16%;}
	
	table.table-order-items.table.creditmemo th.col.name{width:24%;}
	table.table-order-items.table.creditmemo th.col.sku{width:16%;}
	table.table-order-items.table.creditmemo th.col.price,
	table.table-order-items.table.creditmemo th.col.qty,
	table.table-order-items.table.creditmemo th.col.subtotal,
	table.table-order-items.table.creditmemo th.col.discount,
	table.table-order-items.table.creditmemo th.col.rowtotal{width:12%;}

  .tab_mobile{
    display: none!important;
  }
}

@media (max-width: 868px) {
  .dlrWrap {
    text-align: center;
  }
  .dlrTxt {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    float: none;
  }
  .dlrBtn {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /*ipad portrait*/
  .tab_list_pc{
    display: none;
  }
}
@media (max-width: 767px){/*Main-Break*/
    .hidden-xs{display:none !important}
    h1, .h1{font-size: 2.8rem;}
    h2, .h2{font-size: 2.5rem;}
    h3, .h3{font-size: 2.2rem;}
    h4, .h4{font-size: 2.0rem;}
    h5, .h5{font-size: 1.5rem;}
    h6, .h6{font-size: 1.3rem;}
    .page-title-wrapper h1.page-title, .mp-blog-view h1{font-size: 2.5rem;}
    .mp-blog-view .post-post_content > h2{font-size: 2.3rem;}
		.dropdown.switcher-dropdown.item-submenu{padding: 10px 20px 0;}
		.nav-item .item-submenu{position: initial;}
    /**/
    .ninjamenus-hamburger-active .menu-trigger-inner {background-color: #00ADEF !important;}
    .ninjamenus .links li > a:hover {background: #00ADEF !important;}
    .ninjamenus-hamburger-trigger .menu-trigger-inner:hover{background-color: #00ADEF !important;}
    .navigation .level0.active .all-category .ui-state-focus {border-color: #00ADEF !important;}
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {border-color: #00ADEF !important;}
    /**/
    .mgz-element-column > .mgz-element-inner{padding: 0;}
		/* #maincontent {padding-top: 0px !important;} */
		.hero_slider .item.mgz-carousel-item{
      height: 120px !important;
      min-height: 104px;
		}
		.mb-m{margin-bottom:15px;}
		.home_catBox{padding: 3px;}
		.home_catBox .mgz-element-inner{padding: 20px;}
		.home_catBnr{margin-bottom:10px;}
		.home_catBnr h2{font-size: 2rem;}
		/*.toolbar-amount{display: inline-block;}*/
		
		.minicart-wrapper .block-minicart{right: 0px;}
		.block-title{padding-top:2em;}
		.fotorama__dot {height: 8px;width:8px;}
		.product-info-main .mgz-element-product_name,
		.product-info-main ul.features-grid{display:none;}
		.mgz-element-product_name .pdt_name{margin-top: 15px;}
		.mgz-child:not(:last-child) > .mgz-element-inner.pdt_name{margin-bottom: 0;}
    /* .mgz-child:not(:last-child) > .mgz-element-inner.pdt_name{margin-bottom: 15px;} */
		.mgz-element-product_name .ppbd-product-name{
			font-weight: 600;
			color: #000;
			display: block;
			font-size: 30px;
			margin-bottom: 0;
			font-family: Orbit;
		}
		.fotorama__arr{width: 40px;}
		.page-products .sorter{left:0;}
		.filter-title strong{
      left: unset;
      right: 0;
      /* top: 12px; */
      box-shadow: none;
      border: 0px;
      font-size: 14px;
      color: #fff;
      background-color: #00ADEF;
    }
    .glyphicon-filter:before {
      color: #fff;
    }
		.toolbar-sorter.sorter .sorter-options{
			max-width: 70%;
			float: left;
		}
		.box-tocart .button.tocart{
			max-width: 135px;
		}
		.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left.Block_head a.has-icon {
			padding: 4px 4px 4px 4px;
		}
		.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-left.Block_head i{
			left: unset;
			right:15px;
		}
		.Block_head.mgz-panel-heading{border-top-left-radius: 0!important; border-top-right-radius: 0!important;}
		.Block_head.mgz-panel-heading span{font-size:16px;}
		.mgz-active .Block_head{background-color:#00baf2 !important;}
		.mgz-active .Block_head a{color:#fff !important;}
		.topbanner{
			min-height: unset;
			margin-bottom: 15px;

      min-height: 200px;
      background-position: center;
		}
		.topbanner .text {
			width: 90%;
			font-size: 18px;
			color: #fff;
			padding: 20px 10px 20px 0;
		}
		.products {margin: 10px 0;}
		.products-grid .product-item{width: inherit;}
		.products-list .product-item-name{font-size: 1.9rem;}
		.products-list .product-item-description{margin: 15px 0;}
		.column.main .product-item {padding-left: 15px;}
    .overviewL,.overviewR {padding: 0 15px 0;}
		.block.crosssell{margin-top: 0;}
		.block, .customer-review .product-details, .block-banners, .block-banners-inline{margin-bottom: 0;}
		.slick-slider{margin-bottom: 0;}
		.ppbd-crosssell-products .actions, .ppbd-upsell-products .actions, .ppbd-releated-products .actions{
			position: relative;
			margin-top:20px;
		}
		.ppbd-crosssell-products .product-info, .ppbd-upsell-products .product-info, .ppbd-releated-products .product-info {
			padding-bottom: 0px;
		}
		.block.related-mio{padding: 20px 15px 0;}
		.page-title-wrapper .page-title{
			padding-top: 15px;
		}
		.products-list .product-items{margin-left: 0;}
		.products-list .product-item-photo img.product-image-photo{
			height: auto;
			padding: 0 10px 0 0;
		}
		.tabs-switch .actions.dropdown{
			/*background: #000; fix*/
		}
		.tabs-switch .actions.dropdown a{color:#000;}
		.tabs-switch .actions.dropdown a.btn-default{color:#fff;}
		.tabs-switch .actions.dropdown ul.dropdown-items li a{border: 1px solid #ccc; border-top: 0;}
		.mst-search__result-tabs li a.active{background-color: #f6f6f6;}
		
		.sidebar.sidebar-main{padding-top: 35px;}
		.sidebar .account-nav ul.nav.items li.nav.item{
			padding: 5px;
			width: 48%;
			margin: 2px;
			float: left;
			border-bottom: 1px solid #ccc;
		}
		
    .modal-content{
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .block-authentication .actions-toolbar > .secondary {
      padding-top: 0;
      text-align: center;
    }
    .modal-popup.modal-slide .modal-content {padding: 1.8rem;}

    .contacu_us .mgz-container .mgz-element-column{padding: 20px 30px;}

    #mapSearch .input-box{width:83%;}
    
    #footer{margin-top: 50px;}
    .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
      width: auto;
      max-width: none;
    }
    .catalog-category-view .products-grid ol.list li.product-item {
      width: 100%;
      border-bottom: 1px #e9e9e9 solid;
    }

    .tab_mobile {
      width: 100vw;
      position: fixed;
      display: none;
      z-index: 9999;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      left: 0;
      top: 60px;
      width: 100vw;
    }
    .tab_mobile .tab_mobile_title {
      overflow: hidden;
      border-bottom: 4px solid #00ADEF;
      padding: 10px 10px 0;
    }
    .tab_mobile .tab_mobile_title:after, .tab_mobile .tab_mobile_title:before{
      content: '';
      clear: both;
    }
    .tab_mobile .tab_mobile_title .tit {
      float: left;
      line-height: 40px;
      padding: 0;
      margin: 0;
    }
    .tab_mobile .tab_mobile_title h2 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      display: inline;
      /*overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;*/
    }
    .tab_mobile .tab_mobile_title h2 i{
      color: #F05A1E;
      font-size: 3rem;
    }
    .tab_mobile .tab_mobile_title h2 span {
      margin-right: 10px;
    }
    .tab_mobile .tab_mobile_title .addtocart {
      float: right;
      padding: 5px 0;
    }
    .tab_mobile .tab_mobile_title .addtocart * {
      margin: 0!important;
    }
    .tab_mobile .tab_mobile_title .addtocart .box-tocart a#find-local-store{
      display: none;
    }
    .tab_mobile .tab_mobile_title .addtocart .stock.unavailable {
      width: auto;
      padding: 4px 12px;
    }
    #find-local-store {
      width: auto;
    }
    .tab_mobile .tab_mobile_title .addtocart .button,
    .tab_mobile .tab_mobile_title .addtocart .stock.unavailable{
      float: right;
      padding: 2px 12px !important;
      min-width: 60px !important;
      font-size: 14px;
      width: auto;
    }
    .tab_list_mobile {
      list-style: none!important;
      margin: 0!important;
      display: none;
    }
    .tab_list_mobile li {
      list-style: none!important;
      padding: 6px 10px;
      border-bottom: 1px solid #bbb;
      margin: 0!important;
    }
    .tab_list_mobile li a{
      line-height: 30px;
      cursor: pointer;
      font-size: 16px;
      list-style: none;
      margin: 0;
      color: #000;
      display: block;
    }
    .tab_list_mobile li a:hover {
      color:#f05a1e;
      text-decoration: none;
    }

    /*.product-banner .col-txt {
      padding: 40px 0;
    }*/
    .product-banner .col-txt.Up {
      padding: 10% 0 70%;
    }
    .product-banner .col-txt.Bottom {
      padding: 70% 0 10%;
    }

    ul.features-grid.newFeaturesList li.item {
      padding: 0 15px 20px;
    }
    #banner-MivueManager h2.title{
      font-size: 2.5rem;
    }
    .pdt_brief.R .snipTool {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .catalog-product-view .pdt_brief.R .mgz-element-product_name, .pdt_brief.R ul.features-grid {
      display: none;
    }
    .mgz-element-inner.pdt_brief.R {
      padding-left: 5px;
    }
    .ppbd-product-sku {
      text-align: center;
      margin-top: 20px;
    }
    .catalog-product-view .product.attribute.sku {
      margin-bottom: 0;
    }
    ul.features-grid li.item .thumbs img{
      width: 65px;
    }
    ul.features-grid li.item .thumbs {
      width: 20%;
    }
    ul.features-grid li.item .desc {
      width: 75%;
    }
    .pFooterBgBar {
      margin-top: 6rem;
    }
}


