/*html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block;}
audio,canvas,video{display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) { display: none;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html { font-synthesis: none; }
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td,
img{border:medium none; margin: 0; padding: 0;}
/*form*/
button,input,select,textarea {margin: 0; font-size: 100%; vertical-align: middle;}
button,input {*overflow: visible;line-height: normal;}
button::-moz-focus-inner,input::-moz-focus-inner {padding: 0;border: 0;}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input[type="search"] { -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
textarea { overflow: auto; vertical-align: top;}
/*body,button, input, select, textarea { font: 12px/1.5 Arial, Helvetica, sans-serif;}*/
body,button, input, select, textarea { font-size: 15px; line-height: 1.5; font-family: 'ProximaNova-Light' }
input, select, textarea, .form-control {
  font-size: 16px;
}
select{-webkit-appearance: menulist-button;}
/** 设置默认字体 **/
h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color: #757575;}

/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333; outline: none;}
a:link{color:#000;}
a:visited{color:#000;}
a:hover { text-decoration: underline; color: #6D552C; }
a:focus{ text-decoration:none;}
/** 重置表格元素 **/
table { border-collapse:collapse; border-spacing:0; }
/**禁止拉动**/
textarea{resize:none;}
/*重置表单元素*/
input,button,select,textarea{outline:none;}
/*选中文字背景色*/
::-moz-selection{background: #666666; color:#ffffff; text-shadow: none;}
::selection {background: #666666; color:#ffffff; text-shadow: none;}
/*常用样式*/
.clears{zoom:1;}
.clears:after{clear:both; content:"."; display:block; margin:0; padding:0; font-size:0; height:0; line-height:0; overflow:hidden;}
.al{ text-align:left;}
.ar{ text-align:right}
.ac{ text-align:center;}
.fl{ float:left;}
.fr{ float:right;}
.position_r{ position: relative !important;}
.position_f{ position: fixed !important;}
.position_a{ position: absolute !important;}
.underline{ text-decoration:underline;}
.vm { vertical-align: middle; height: 100%;}
.width-100 { width: 100%;}
.pointer {cursor: pointer;}
.move{cursor: move;}
.hide {display: none;}
.upp{ text-transform:uppercase;}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mr-4 { margin-right: 1rem; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.center-center { justify-content: center; align-items: center; }

.flex-grow { flex-grow: 1; }

.div-table{ display:table; height:100%; width:100%;}
.table-cell{ display:table-cell; vertical-align:middle; height:100%;}
img{ max-width:100%;}

.container-fluid{ padding-left:15px; padding-right:15px; }
.row{ margin-left:-15px; margin-right:-15px;}
.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1{ padding-left:15px; padding-right:15px; transition:all 0.25s;}

.css3-animation{transition: all 0.5s ease, opacity 1s ease; opacity: 0; transform:translateY(10px); }
.css3-animation.scrolltothis{/*animation:imgAnimation  1s ;*/ opacity:1; transform:translateY(0);}
.css3-animation-3d{    transition: all 0.5s ease, opacity 1s ease;   opacity: 0;   transform: translateY(200px) translateZ(-500px) rotateX(90deg);}
.css3-animation-3d.scrolltothis{    transition: all 0.5s ease, opacity 1s ease;   opacity: 1; transform: translateY(0) translateZ(0) rotateX(0deg);}
.css3-animation-txt{ transition: all 0.8s ease, opacity 1s ease; opacity: 0;  transform:translateX(100px);}
.css3-animation-txt.scrolltothis{opacity: 1;  transform:translateX(0);}
.css3-animation-txt-y{transition: all 0.8s ease, opacity 1s ease; opacity: 0;  transform:translateY(100px);}
.css3-animation-txt-y.scrolltothis{opacity: 1;  transform:translateY(0);}
.css3-animation-txt-right{ transition: all 0.8s ease, opacity 1s ease; opacity: 0;  transform:translateX(-100px);}
.css3-animation-txt-right.scrolltothis{opacity: 1;  transform:translateX(0);}

@-moz-keyframes imgAnimation {
  0% {transform:translateY(10px) opacity:0;}
  100% { transform:translateY(0) opacity:1;}
}
@-webkit-keyframes imgAnimation {
  0% {transform:translateY(10px) opacity:0;}
  100% { transform:translateY(0) opacity:1;}
}

@keyframes imgAnimation {
  0% {transform:translateY(10px) opacity:0;}
  100% { transform:translateY(0) opacity:1;}
}

.animation-delay-05{ transition-delay:0.25s;}
.animation-delay-1{ transition-delay:0.5s;}
.animation-delay-15{ transition-delay:0.75s;}
.animation-delay-2{ transition-delay:1s;}
.animation-delay-25{ transition-delay:1.25s;}
.animation-delay-3{ transition-delay:1.5s;}

.alert {
  border-radius: 0;
  color: #333;
}

/*body*/
body{ font-size:14px; line-height:1.714em; color:#333; font-family: 'ProximaNova-Light'; /*letter-spacing:0.02em;*/}
#wrap{}

.page-banner{ transition: all 0.8s ease, opacity 1s ease; opacity: 0;}
.loadone.page-banner{opacity: 1;}
.css3-animation-banner-txt{ transition: all 0.8s ease, opacity 1s ease; opacity: 0;  transform:translateX(100px); transition-delay:0.5s;}
.loadone .css3-animation-banner-txt{opacity: 1;  transform:translateX(0);}

.landscape-show{ position:fixed; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.85); z-index:9999; color:#fff; display:none;}
.landscape-show img{ max-width:212px;}
.landscape-show p{ font-size:24px; padding-top:30px;}

h1{ font-size:36px; font-family: 'Times-Roman'; font-weight:400; line-height:1.1666em;}
h2{ font-size:32px; font-family: 'Times-Roman'; font-weight:400; line-height:1.1875em;}
h3{ font-size:30px; font-family: 'ProximaNova-Light'; font-weight:400; line-height:1.2em;}
h4{ font-size:24px; font-family: 'ProximaNova-Light'; font-weight:400; letter-spacing:0.1em; line-height:1.3333em;}
h5{ font-size:14px; letter-spacing:0.05em; line-height:1.4285}
h6{ font-size:15px; font-family: 'ProximaNova-Bold'; font-weight:400; letter-spacing:0.02em; line-height:1.333em;}
.btn{ font-size:12px; line-height:20px; height:40px; font-family: 'ProximaNova-Regular'; border-radius:0; text-transform:uppercase; letter-spacing:0.1em; padding:10px 12px; box-shadow:none !important; outline:none !important; position:relative; display:inline-block; overflow: hidden; z-index:9; transition: 0.5s ease-in-out;}
.btn:before{ transition:all 1s ease; z-index: -1;}
.btn-lg{ font-size:50px; font-size:12px;}
.btn-sm{ font-size:12px;}

.btn-gold-t,a.btn-gold-t{ background-color:transparent; color:#333; border:1px solid #333;}
.btn-gold-t:before { content:""; display:block; position: absolute; top: 0; right: 0; bottom: 0; left: 0;  background-color: #333;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.btn-gold-t:hover,a.btn-gold-t:hover{color:#fff;}
.btn-gold-t:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-gold,a.btn-gold{ background-color:#666; color:#fff;}
.btn-gold:hover,a.btn-gold:hover{ background-color:#666; color:#fff;}

.btn-block,a.btn-block{ background-color:#000; color:#fff;}
.btn-block:hover,a.btn-block:hover{ background-color:#666666;}
.btn-white,a.btn-white{ background-color:#fff; color:#333;}
.btn-black,a.btn-black{ background-color:#000; color:#fff;}
.btn-black:hover,a.btn-black:hover{background-color:#000; color:#fff;}
.btn.btn-black:focus{color:#bbb;}
.btn-red,a.btn-red{ color:#ff0000;}
.btn-red:hover{ color:#ff0000;}

.btn-grey ,a.btn-grey{ background-color:#f8f8f8;border-color: #ccc;}
.btn-grey:hover{color: #333; background-color: #d4d4d4; border-color: #8c8c8c;}

.btn-brown,a.btn-brown{ background-color: #cfb07b; color:#333; padding: 10px 25px;}
.btn-brown:hover,a.btn-brown:hover{ background-color: #cfb07b; color:#333;}

.btn-blue {
  border: 1px solid #0D5C91;
  background-color: #F1F8FB;
}

.btn-border-black {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}

.btn-full-light {
  width: 100%;
  background: #F8F8F8;
  color: #333;
}

.form-control{ border-radius:0; height:40px;padding: 6px 12px 6px 6px;}
/*input style*/
.select-container{position:relative;display:inline-block;vertical-align:top}
.select-container .icon-select-arrows{display:block;width:29px;height:28px;position:absolute;top:1px;right:1px;border-left:1px solid #ddd;background-color:#fff;background-size:40px 40px;background-position:top right;z-index:30;cursor:pointer;pointer-events:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAIAAAD3rtNaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk0OEZDMDkwN0NCRDExRTNBRDJCRUZERDg1OTgzRkRFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk0OEZDMDkxN0NCRDExRTNBRDJCRUZERDg1OTgzRkRFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTQ4RkMwOEU3Q0JEMTFFM0FEMkJFRkREODU5ODNGREUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ4RkMwOEY3Q0JEMTFFM0FEMkJFRkREODU5ODNGREUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yLNhBAAAAhElEQVR42mL4DwafPn/umzwbSEK4TAwMDL9+/Z40bd6VqzeAJJANFGH69+/fzLlL7t1/BOQASSAbKMKsrm14/ORZBhh48fL1ly9fGYGmMGAAJgZsgGXJ8nX7Dx1DFnK0s2KKCg8w0NOGCwHZQBEmIEhPjlFSlAMKAUkgGyjCgNUXAAEGANEEWEG/zTCLAAAAAElFTkSuQmCC) no-repeat 10px center}
.select-container select{appearance:none;position:relative;z-index:29;cursor:pointer;border:1px solid #ddd;width:100%;outline:0;height:30px;padding:0 42px 0 12px;line-height:28px;border-radius:0;background:#fff;font-family:inherit;color:#333;font-size:14px}
.checkbox,.radio{margin-top:6px; margin-bottom:0;}
.checkbox.inline,.radio.inline{display:inline-block;vertical-align:top;margin-right:18px}
.checkbox.inline:last-child,.radio.inline:last-child{margin-right:0}
.checkbox label,.radio label{display:block;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}
.checkbox input[type=checkbox],.checkbox input[type=radio],.radio input[type=checkbox],.radio input[type=radio]{position:absolute;top:0;left:0;opacity:0}
.checkbox.required input[type=checkbox]{visibility:visible;opacity: 0;}
.checkbox .custom-checkbox,.checkbox .custom-radio,.radio .custom-checkbox,.radio .custom-radio{display:inline-block;vertical-align:top;margin:0 6px 0 0;width:18px;height:18px;background:#fff;border:1px solid #ccc;position:relative;}
.checkbox .custom-checkbox{ background:#666;transition:box-shadow 180ms ease;box-shadow:inset 0 0 0 12px #fff;top:-2px}
.checkbox .icon-check{width:11px;height:11px;background-size:cover;position:absolute;top:3px;left:3px;transform:scale(0);transition:all 180ms ease}
.checkbox input[type=checkbox]:checked+.custom-checkbox{border-color:#ccc;box-shadow:none}
.checkbox input[type=checkbox]:checked+.custom-checkbox .icon-check{transform:scale(1)}
.radio .custom-radio{border-radius:18px;background:#2095F0;box-shadow:inset 0 0 0 12px #fff;transition:all 180ms ease;top:-2px}
.radio input[type=radio]:checked+.custom-radio{border-color:#ccc;background: #6D552C;box-shadow:inset 0 0 0 4px #fff}
.icon-check{background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E');background-repeat:no-repeat}
.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkbox label, .radio label{ padding-left:0;}

#upload_purchase_order_ocr_modal .alert {
  font-weight: 200;
}

#upload_purchase_order_ocr_modal .alert b {
  font-family: 'ProximaNova-Bold';
}


.form-control.has-popover {
  padding-right: 30px;
}
.form-control.has-popover + [data-toggle=popover] {
  position: absolute;
  right: 30px;
}

.controls {
  text-align: left;
  position: relative;
}
.controls input[type="text"],
.controls input[type="password"],
.controls input[type="email"],
.controls input[type="tel"],
.controls input[type="number"],
.controls textarea,
.controls button,
.controls select {
  padding: 9px 12px 8px 0;
  font-size: 16px;
  font-family: 'ProximaNova-Light';
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid #666;
  border-radius:0;
  width: 100%;
  color: #000;
  font-weight:normal;
  background-color:transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.controls input[type="text"]:focus, .controls input[type="text"]:hover,.controls input[type="password"]:focus, .controls input[type="password"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
  outline: none;
  border-color: #666;
  font-weight:normal;
}
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls input[type="email"]:focus + label,
.controls input[type="email"]:hover + label,
.controls input[type="tel"]:focus + label,
.controls input[type="tel"]:hover + label,
.controls textarea:focus + label,
.controls textarea:hover + label,
.controls button:focus + label,
.controls button:hover + label,
.controls select:focus + label,
.controls select:hover + label {
  /*font-family: 'ProximaNova-Regular';*/
  color: #b99453;
  cursor: text;
  font-weight:normal;
}
.controls .fa-sort,
.controls .fa-angle-down,
.controls [data-toggle="popover"],
.controls .has-popover {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #757575;
}
.controls .fa{pointer-events: none;}
.controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.controls label {
  position: absolute;
  font-size:15px;
  font-family: 'ProximaNova-Light';
  left: 0;
  top: 9px;
  color: #333;
  display: inline-block;
  padding: 4px 10px 4px 0;
  font-weight:normal;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.controls .floatLabel:focus + label,
.controls .floatLabel:-webkit-autofill + label,
.controls label.active {
  top: -11px;
  color: #333 !important;
  background-color:transparent;
  font-size:12px;
  font-weight:normal;
  text-transform: uppercase;
}
.controls textarea {
  resize: none;
  height: 140px;
}
.controls button {
  cursor: pointer;
  background-color: #07B3A1;
  border: none;
  color: #fff;
  padding: 12px 0;
}
.controls button:hover {
  background-color: #08ccb7;
}
/**/
a.skip-to{ position:fixed; top:0; left:0; color:#fff; padding:3px 10px; display:block;  border-bottom-right-radius: 8px; background: #BF1722; -webkit-transition: top 1s ease-out; transition: top 1s ease-out;   z-index: 9999; transition:all 0.3s; transform:translateY(-40px);}
a.skip-to.active{ /*animation: skip_to 5s;*/ transform:translateY(0); }
@keyframes skip_to {
  0%{ transform:translateY(-40px);}
  10%{ transform:translateY(0px);}
  90%{ transform:translateY(0px);}
  100% { transform:translateY(-40px);}
}
#NagishLiBar{ opacity:0; visibility:hidden; transition:all 0.3s;}
#NagishLiBar.active{ opacity:1; visibility:visible;}
/**/
/*head*/
#wp-header{}
#header{ position:fixed; width:100%; z-index:1034;background-color: #fff;
-moz-box-shadow: 0 0 12px rgba(71,71,71,.4); /* drop shadow */
-webkit-box-shadow: 0 0 12px rgba(71,71,71,.4); /* drop shadow */
box-shadow: 0 0 12px rgba(71,71,71,.4); /* drop shadow */
}
#header .container-fluid{ transition:all 0.25s;}


.header-top{height:36px;text-transform:uppercase; background-color:#000; color:#fff; font-family: 'ProximaNova-Semibold'; font-size:12px; padding-top:7px; padding-bottom:4px; letter-spacing:1.5px;}
.header-top a{ color:#fff;}
.header-top li{ display:inline-block; padding:0 10px; line-height:24px; position:relative;}
.header-top li:first-child{ padding-left:0;}
.header-top li:last-child{ padding-right:0;}
.question-mark{ display:inline-block; width:16px; height:16px; color:#000; background-color:#fff; border-radius:100%; text-align:center; vertical-align:middle; line-height:16px;}
.header-top .col-xs-6{ transition:all 0.25s;}
.header-top-dropdown-link{ position:relative;}
.header-top-dropdown-link a:hover{ text-decoration:none;}
.header-top-dropdown-link:not(.ignore_hover):hover .header-top-dropdown{ display:block;}
.header-top-dropdown{ position:absolute; margin-top:-2px; padding-top:7px; font-family: 'ProximaNova-Light'; left:0; text-align:left; white-space:nowrap; z-index:1999; display:none; min-width:100%;}
.header-top-dropdown dl, .header-top-dropdown ul { background-color:#f8f8f8; padding:10px 15px 15px; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.header-top-dropdown ul {
  min-width: 162px;
  display: flex;
  flex-direction: column;
}
.header-top-dropdown ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-dropdown ul li {
  padding: 0;
}
.header-top-dropdown ul li img {
  height: 0.8rem;
  width: auto;
}
.header-top-dropdown dd { padding-top:5px; letter-spacing:0.02em; }
.header-top-dropdown dd a,
.header-top-dropdown dd button,
.header-top-dropdown li a,
.header-top-dropdown li button {
  font-size: 0.8rem;
  padding: 0.4rem 0;
  color: #333;
  background-color: transparent;

  transition: color 0.1s ease-in;
}
.header-top-dropdown li button:first-child:hover {
  color: #a0a0a0;
}
.header-top-dropdown li button:has(img) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


.header-logo-bar{ border-bottom: 1px solid #dcdcdc; text-align:center; padding:40px 60px; transition:all 0.3s;}
.scroll .header-logo-bar{ padding:20px 60px;}
.header-logo-bar .container-fluid{ padding:0 24px; max-width:832px;}
.header-logo-bar .row{ margin-left:-24px; margin-right:-24px;}
.header-logo-bar .col-xs-6{ padding:0 24px;}
.header-logo-bar .col-xs-6 img{ max-width:160px; width:100%; transition:all 0.3s;}
.scroll .header-logo-bar img{ max-width:90px;}

.question-mark-link{ position:relative;}
.question-mark-link:hover  .question-mark-dropdown{ display:block; z-index:9998;}
.question-mark-dropdown{ position:absolute; right:0; color:#333; text-align:left; font-family: 'ProximaNova-Light'; padding-top:7px; text-transform:none; letter-spacing:0.02em; width:250px; transition:all 0.25s; display:none; margin-top:-2px;}
.question-mark-dropdown dl{ background-color:#f8f8f8; padding:5px 20px 20px; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.question-mark-dropdown dd{ position:relative; margin-top:20px; padding-left:25px;}
.question-mark-dropdown dd i{ position:absolute; left:0; font-size:16px; top:-2px;}
.question-mark-dropdown dd strong{font-family: 'ProximaNova-Regular'; font-weight:400;}
.header-main{ text-align:center; font-family: 'ProximaNova-Regular'; border-bottom:1px solid #ccc;}

.header-main .col-xs-12{ transition:none;}
.header-main .col-logo{ border-bottom:1px solid #dcdcdc; }
.pc-logo{ padding:16px 0;}
.pc-logo img{ max-width:325px;}
.header-main ul>li{ display:inline-block; position:relative; white-space:nowrap; z-index:8;}
.header-main ul>li>a{ display:block; padding:18px 20px; position:relative; text-decoration:none; transition:all 0.3s; letter-spacing:1.5px;}
.header-main ul>li.search-link-li>a{ padding-left:15px; padding-right:15px;}
.icon-search:before{ vertical-align:middle;}
.header-main ul>li>a:after{ position:absolute; content:""; display:block; width:0; left:0; height:2px; transition:all 0.3s ease;}
.header-main ul>li>a:hover{ color:#000;}
.header-main ul>li>a:hover:after{ background-color:#333; width:100%;}
.header-main ul>li.active>a:after{ background-color:#333;}
.header-main ul>li.search-link-li{ position:absolute; right:0;}
.header-main ul>li.search-link-li>a:after{ display:none;}
.dropdown-menu-sub{ position:absolute; text-align:left; visibility: hidden;  opacity: 0; transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s; }
.header-main .active .dropdown-menu-sub{ visibility:visible;  opacity: 1;}
.dropdown-menu-sub.first{ width:360px; background-color:#f8f8f8;}
.dropdown-menu-sub b {
  font-family: 'ProximaNova-Semibold', sans-serif;
  text-transform: uppercase;
}
.header-main li dl{background-color:#f8f8f8; padding:15px 20px; position:relative;}
.header-main li dl.fl{ width:180px;}
.header-main li dl.width-2{ padding-top:0;}
.header-main li dl.width-2 dd{ padding-top:0;}
.header-main dd{ padding:5px 0;}
.header-main dd .btn{ min-width:180px; color:#fff !important;}
.header-main dd a{ display:block;}
.header-main dd>a:hover{ color:#333;}
.header-main dd.active>a{ color:#333;}

.dropdown-menu-3.second{ min-width:440px;}
.dropdown-menu-3.second ol{ float:left; min-width:110px;}
.dropdown-menu-3{ position:absolute; left:100%; top:0; white-space:nowrap; overflow-y:auto; display:none; margin-left:-21px; padding-left:20px; min-width:220px;}
.dropdown-menu-3 ol{ background-color:#333; padding:15px 20px; min-height:100%;}
.dropdown-menu-3 li{ padding:5px 0;}
.dropdown-menu-3 a{ color:#fff;}


.nav-dropdown{ position:fixed; width:100%; left:0; z-index:99; visibility:hidden;  opacity: 0;  top:320px; bottom:0; font-size:13px; background-color:rgba(0,0,0,0.7); transition: opacity 0.3s ease-in-out 0.2s, visibility 0.3s ease-in-out 0.2s; }
.nav-dropdown.active{visibility:visible;  opacity: 1;}
.nav-dropdown > .container-fluid{ max-width:1300px;}
.nav-dropdown-main{  /*padding-bottom:30px; border-bottom:1px solid #ebebeb; border-left:1px solid #ebebeb; border-right:1px solid #ebebeb;*/ position:relative;}
.nav-dropdown-main>.row{visibility:hidden;  opacity: 0; transition: opacity 0.3s ease-in-out 0.2s, visibility 0.3s ease-in-out 0.2s; position:absolute; top:0;}
.nav-dropdown-main > .row.active{visibility:visible;  opacity: 1;}
.inner_pages .nav-dropdown{  top:170px;}
.inner_pages.scroll .nav-dropdown{  top:80px;}
.search-modal{ display:none;}

.search-modal .modal-body {
  height: 100vh;
  padding: 0;
}
.search-modal .modal-content {
  border: 0;
  border-radius: 0;
}
.search-modal a:hover,
.search-modal a:focus {
  color: #000;
}
.search-modal form {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-modal-bar {
  display: flex;
  align-items: center;
  height: 68px;
  padding: 24px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F8F8F8;
}
.search-modal .form-control{
  box-shadow: none !important;
  padding-top: 10px;
  border: 0;
  background-color: transparent;
  font-size: 18px;
}
.search-modal .btn{ background-color:transparent !important; box-shadow:none !important; border:none; font-size: 18px;}
.search-modal .btn .icon::before { font-weight: 700 !important;}
.search-modal-bar__close .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color:#333;}
.search-modal-bar__close .icon-bar + .icon-bar {margin-top: 4px;}
.search-modal-bar__close .icon-bar:first-child{ transform:rotate(45deg);}
.search-modal-bar__close .icon-bar:nth-child(2){ transform:rotate(135deg); margin-top:-2px;}

/* Search V2 Start */
.modal.search-modal-v2 {
  background-color: rgba(0, 0, 0, 0.6);
}
.search-modal-dialog .search-modal-results {
  display: none;
  /* 允許項目換行 */
  flex-wrap: wrap;
  gap: 0 16px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.search-modal-dialog .search-modal-results .p-index-box {
  /* 計算寬度: (100% 總寬度 - 兩側的總間距) / 3 個項目
    假設 gap: 16px，則總間距為 32px (16px * 2)
  */
  flex-basis: calc((100% - 16px) / 2);

  /* 確保項目不縮放 */
  flex-grow: 0;
  flex-shrink: 0;
}

.search-modal-dialog .search-modal-links ul li {
  padding-top: 6px;
  padding-left: 20px;
}

.search-modal-dialog .search-modal-body {
  display: flex;
  flex-direction: column-reverse;
}

.search-modal-dialog .search-loader-wrapper {
  width: 100%;
  padding: 40px 0; /* 上下留白 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-modal-dialog .search-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1e4651; /* 轉動的顏色 (請改成您的主題色) */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: search-spin 1s linear infinite;
}

@keyframes search-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* * 1. "No Results" 訊息樣式
 */
.search-modal-dialog .search-no-results {
  width: 100%;

  /* 建議設定一個最小高度，才有垂直置中的空間
     您可以根據您的 modal 視窗大小調整此數值 */
  min-height: 200px;

  /* 使用 Grid 來輕鬆達成垂直與水平置中 */
  display: grid;
  place-items: center; /* 這會同時處理水平與垂直置中 */

  /* 內距還是需要，以防文字在小螢幕上太貼邊 */
  padding: 20px;

  font-size: 1.5em;
}

.search-modal-dialog .search-correction-message strong {
  font-family: 'ProximaNova-Bold';
  font-weight: bold;
}

.search-modal-dialog  .search-modal-footer {
  padding-top: 0;
}

@media (min-width: 768px) {
  .search-modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .search-modal-dialog .search-modal-links,
  .search-modal-dialog .search-modal-results {
    padding: 24px 36px;
  }

  .search-modal-dialog .search-modal-links li+li,
  .search-modal-dialog .search-modal-results li+li {
    padding-top: 12px;
  }

  .search-modal-dialog .search-modal-links {
    max-width: 30%;
  }

  .search-modal-dialog .search-modal-results {
    max-width: 70%;
    gap: 16px;
  }

  .search-modal-dialog .search-modal-body {
    flex-direction: row;
  }
  .search-modal-dialog .search-modal-results {
    display: flex;
    border-bottom: 0;
    justify-content: center;
  }
  .search-modal-dialog .search-modal-links {
    border-right: 1px solid #ccc;
  }

  .search-modal-dialog .search-modal-results .p-index-box {
    flex-basis: calc((100% - 32px) / 3);
  }

  .search-modal-dialog  .search-modal-footer {
    padding-top: 20px;
  }
}

@media (min-width: 1164px) {
  .search-modal-dialog {
    width: 950px;
  }
}
/* Search V2 end */

.search-modal-links {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  font-size: 14px;
  text-transform: uppercase;
}

.search-modal-links__title {
  color: #555555;
}

.search-modal-links ul li {
  padding-top: 20px;
  padding-left: 20px;
}

.search-modal-logo {
  margin: auto auto 26px;
}

.search-modal-results {
  display: none;
  padding: 24px;
  font-size: 14px;
}

.search-modal-results li + li {
  padding-top: 20px;
}

.search-modal-results li em {
  color: #6D552C;
  font-style: normal;
}

.search-modal-footer {
  padding-top: 20px;
}

.search-modal-footer a {
  border-bottom: 1px solid #CCCCCC;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.scroll .pc-header .container-fluid{ max-width:1300px;}
.scroll .header-main .col-xs-12:first-child{ border-bottom:none;}
.scroll .col-menu{ text-align:right;}
.scroll .pc-logo{ padding:18px 0; text-align:left;}
.scroll .pc-logo img{ max-width:247px;}
.scroll .header-main li.search-link-li{ position:relative;}
.scroll .header-main ul>li>a{ padding-top:22px; padding-bottom:22px;}
.scroll .nav-dropdown{ /*top:104px;*/ top:186px;}




.mob-menu{ display:none;}
.navbar-header{ border-bottom:1px solid #ccc; float:none !important;}
.navbar-fixed-top{ position:relative;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{ color:#fff;}
.navbar-default .navbar-collapse{ border-top:1px solid #78acc5;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ margin-left:-15px; margin-right:-15px;}
.nav > li > a{ padding:10px 20px;}
.navbar-brand{ padding:10px 10px 0 10px; height:50px; display:block; float:none; margin:0 50px !important; border-left:1px solid #ebebeb;  border-right:1px solid #ebebeb;}
.navbar-brand img{ max-height:26px; margin: 0 auto;}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background-color:transparent;}
.nav > li{ text-align:center; font-size:14px;}
.nav .btn-link{ max-width:145px; border-color:#fff; margin:3px auto; padding:5px 20px;}
.navbar-toggle{ margin-top:9px; margin-bottom:9px; float:left; margin-left:5px; margin-right:0;}
.mob-search-btn, a.mob-search-btn{ position:absolute; color:#666; top:12px; right:10px; font-size:16px; text-align:center; width:30px; display:block; text-decoration:none;}
.mob-search-btn.active .icon{ display:none;}
.mob-search-btn.active .mob-search-icon{ display:inline-block;}
a.mob-search-btn .menu-cart-num{ color:#2f2f2f; right:0; top:11px;}
.mob-user-circle-btn, a.mob-user-circle-btn{ position:absolute; color:#fff; top:10px; right:50px; font-size:22px;}
.navbar-form{ float:none !important;}
.navbar-form .form-group{ margin-bottom:0;}
.navbar-link{ margin-top:0; margin-bottom:0; float:left; margin-right:0; position: relative; padding: 9px 14px; height:50px; background-color: transparent; background-image: none; border-radius: 0;}
.navbar-link .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color:#333;}
.navbar-link .icon-bar + .icon-bar {margin-top: 4px;}
.navbar-link.active .icon-bar:last-child{ display:none;}
.navbar-link.active{ margin-top:0; /*background-color:#87c440;*/}
.navbar-link.active .icon-bar{ /*background-color:#fff;*/}
.navbar-link.active .icon-bar:first-child{ transform:rotate(45deg);}
.navbar-link.active .icon-bar:nth-child(2){ transform:rotate(135deg); margin-top:-2px;}
.navbar-link.active .icon-bar:nth-child(3){ opacity: 0;}
.navbar-default{ border-radius:0; background-color:#fff; color:#333; border-bottom:none; z-index:1991; margin-bottom:0;}
.navbar-default .navbar-nav > li > a{ color:#333;}
.navbar-default .navbar-toggle{ border:none;}
.navbar-default .navbar-toggle .icon-bar{ background-color:#333;}
.navbar-form{ position:relative; border-top:none; padding:0; margin:0 -15px; border-radius:0; transition:none; /*float:left; width:cacl(100% - 156px); width:-moz-calc(100% - 156px); width:-webkit-calc(100% - 156px); */border-bottom:none; display:none;
background-color: #fff; /* layer fill content */
-moz-box-shadow: 2px 3px 9px rgba(65,65,64,.2); /* drop shadow */
-webkit-box-shadow: 2px 3px 9px rgba(65,65,64,.2); /* drop shadow */
box-shadow: 2px 3px 9px rgba(65,65,64,.2); /* drop shadow */
}
.navbar-form .form-group{ margin-bottom:0; }
.navbar-form .btn{ position:absolute; right:0; top:0;  font-size:18px; border:none; padding:12px 10px; border-radius:0; height:50px;}
.navbar-form .btn:focus,.navbar-form .btn:hover, .navbar-form .btn-default:active:hover, .navbar-form .btn-default:active{ background-color:transparent; outline:none; box-shadow:none;}
.navbar-default .navbar-nav > li > a{ text-transform:uppercase;}
.navbar-default .form-control{ padding-right:35px; border:none; height:50px; box-shadow:none; border-radius:0;}
.mob-search-icon{ transform:scale(0.7,0.7); display:none;}
.mob-search-icon{ height:40px; right:0; padding-top:20px; margin-top:-5px;}
.mob-search-icon .line-bar{ display:block; background-color:#737373; height:2px; width:30px;}
.mob-search-icon .line-bar:first-child{ transform:rotate(45deg);}
.mob-search-icon .line-bar:last-child{ transform:rotate(135deg); margin-top:-2px;}

.mob-menu-pop{ background-color:rgba(0,111,166,0.95); position:fixed; top:0; right:0; bottom:0; left:0; z-index:9999; color:#fff; display:none;}
.mob-menu-pop .container-fluid{ max-width:1280px;}
.mob-menu-pop a{ color:#fff !important;}
.mob-menu-pop li{ display:inline-block;}

.mob-menu-pop .close-btn{ position:relative;}

.mob-menu-pop-top .close-btn{ height:98px; padding-top:45px;}
.mob-menu-pop-top .line-bar{ height:3px; width:40px;}
.mob-menu-pop-top .close-btn .line-bar:last-child{ margin-top:-3px;}
.mob-menu-pop-top li a{ display:block; padding:37px 10px;}
#header .mob-menu-pop a .cart-num{ top:28px; right:0;}
.menu-pop-serach{ position:relative; font-family: 'Roboto Slab', serif;}
.menu-pop-serach i{ position:absolute; font-size:30px; top:16px;}
.menu-pop-serach .close-btn{ position:absolute; right:0; top:13px; padding-bottom:20px; display:none;}
.menu-pop-serach input{ background-color:transparent; height:64px; font-size:40px; line-height:64px; color:#fff; border-bottom:2px solid #fff; width:100%; padding-left:40px; padding-right:40px; font-weight:300; -webkit-appearance: none; border-radius:0; border-left:none; border-right:none;}

.menu-pop-serach input::placeholder{ color:#fff;}
.menu-pop-serach input::-webkit-input-placeholder {color: #fff;}
.menu-pop-serach input::-moz-placeholder { color: #fff;}
.menu-pop-serach input:-ms-input-placeholder { color: #fff;}
.menu-pop-serach input:-moz-placeholder { color: #fff;}

.menu-pop-list{ text-align:center; padding-top:25px; font-family: 'Roboto Slab', serif;}
.menu-pop-list li{ font-size:50px; display:block; padding:25px 0; text-transform:none !important; font-weight:300 !important;}

.mob-navbar-pop{ position:fixed; top:0; opacity: 0; width:calc(100vw - 50px); bottom:0; left:0; z-index:9999; transform:translateX(-100%); transition:ease-in 0.3s; background-color:#fff;}
.mob-navbar-pop .logo{ margin-left:20px;}
.mob-navbar-pop-main{ color:#fff; font-size:14px; position:relative; height:100vh; overflow-y:auto; overflow-x:hidden; width:calc(100vw - 50px)}
.mob-navbar-pop-main a{ color:#000; display:block; text-transform:uppercase;}
.mob-navbar-pop-main a.inline{
  display: inline;
}
.mob-navbar-pop-main span{ color:#000; }
.mob-navbar-pop-main span.gold_link{
  color: #6D552C;
}
.mob-navbar-pop-main .ac li{ display:inline-block; text-transform:uppercase;}
.mob-navbar-pop-main .ac li a{ padding:20px;}

.mob-navbar{ letter-spacing:1px; font-size:14px;}
.ios .mob-navbar{ padding-bottom:0px; height: 100%; position: absolute;}
.mob-navbar>ul>li{ border-bottom:1px solid #eeeeee; text-transform:uppercase; font-size:11px; }
.mob-navbar>ul>li.active>a>i{ transform:rotate(180deg);}
.mob-navbar>ul>li>a{ display:block; padding:8px 20px; position:relative; color:#333;}
.mob-navbar>ul>li>a>i{ position:absolute; right:20px; top:17px; font-size:18px; transition:all 0.3s;}
.mob-navbar li .icon{ display:inline-block; font-size:16px; margin-right:5px;}
/*.mob-navbar>ul>li:first-child{ background-color:#333;}
.mob-navbar>ul>li:first-child>a{ color:#fff;}
.mob-navbar>ul>li:nth-child(2)>a>i{ top:25px;}*/
.mob-navbar>ul>li:last-child{ border-bottom:none;}
.dropdown-sub{ background-color:#fff;}
.mob-navbar li a.btn{ padding:11px;margin-top: 10px;color:#fff;}

.mob-navbar>ul>li>a>span{ position:absolute; font-size:20px; right:20px; top:10px; width:12px; text-align:center;}
.mob-navbar .plus-ico,.mob-navbar .minus-ico{float: right;}
.minus-ico{ display:none;}
.dropdown-sub.active .plus-ico{ display:none;}
.dropdown-sub.active .minus-ico{ display:block;}
.mob-menu-sub{display:none;}
.mob-menu-sub dd{ border-bottom:1px solid #fff;}
.mob-menu-sub dd:last-child{ border-bottom:none;}
.mob-menu-sub dd:first-child{margin-top: 15px;}
.mob-menu-sub dd a{ font-size:14px; padding:12px 10px; color:#333; text-transform:capitalize; font-family: 'ProximaNova-Light';}
.mob-menu-sub .color-list{ padding-bottom:10px; margin:0 auto; max-width:200px;}
.mob-menu-sub .color-list li{ margin-right:6px; margin-left:9px;}

.dropdown-sub.active{ background-color:#fff;}
.mob-menu-sub dd i{ position:absolute; right:14px; font-size:14px;}
.mob-menu-sub dd b {
  font-family: 'ProximaNova-Semibold', sans-serif;
  text-transform: uppercase;
}


.mob-nav-c{ overflow-y:auto; transform:translateX(calc(100vw - 50px)); top:0; position:absolute; width: calc(100vw - 150px);transition:all 0.25s; background-color:#fff; font-size:13px; z-index:99;}
.mob-nav-c.active{transform:translateX(100px);}
.mob-nav-c a{ padding:10px 20px; color:#333;}
.mob-nav-c dt{ border-bottom:1px solid #ddd; font-weight:400; background-color:#f8f8f8; margin-bottom: 10px;}
.mob-nav-c dt i{ margin-right:5px;}
.mob-nav-c dd b {
  font-family: 'ProximaNova-Semibold', sans-serif;
  text-transform: uppercase;
}
/*content*/
.mob-show{ display:none;}
.page-wrap{ transition:ease-in 0.3s;}

#wp-content{}
#content{}
/* .content{ position:relative; z-index:9;} */

.home-banner{ height:100vh; background-repeat:no-repeat; background-size:cover; background-position: center; max-width:100%; overflow :hidden ; color:#fff; position:relative;}
.home-banner {}
.home-banner .swiper-slide{ height:100vh; overflow:hidden; position:relative; background-repeat:no-repeat; background-size:cover; /*background-position:center 134px ;*/background-position:center 320px ;}
.home-banner.no-header-logo-bar .swiper-slide {background-position:center 170px ;}
.home-banner .swiper-slide video{
  position:absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  padding-top: 320px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  /*left:50%;
  margin-left:-50%;*/
  /*max-width:100%;*/
}
.home-banner-txt{ /*padding-top:170px;*/ padding-top:320px; position:absolute; top:0; right:0; left:0; bottom:0;}
.home-banner-txt .container-fluid{ max-width:1300px;}
.home-banner-txt-box{ /*background-color:rgba(255,255,255,0.8); width:350px; text-align:center; padding:25px;*/ width:200px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.home-banner-txt-box.black{ /*background-color:rgba(0,0,0,0.8);*/}
.home-banner-txt-box.black h1{}
.home-banner-txt-box.black p{ color:#fff;}
.home-banner-txt-box.m-center{ margin:0 auto;}
.home-banner-txt-box p{ color:#333; margin-bottom:20px;}
.home-banner-txt-box .btn{ border:1px solid #333;}
.home-banner-txt h1{ line-height:1em; }
.home-banner-txt h1 span{font-family: 'Times-Italic';}
.home-banner-txt .btn{ /*margin-top:20px;*/ min-width:200px;}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{ margin-top:75px; /*margin-top:125px;*/ background-color:rgba(255,255,255,0.9);  background-size:40%; width:40px; height:50px;}
.home-banner .swiper-button-next{ right:0;}
.home-banner .swiper-button-prev{ left:0;}
.home-banner .swiper-slide-active .fadeInUp{animation-duration: 1s;  animation-fill-mode: both;}
.swiper-button-disabled{ display:none;}


.arrow-link, a.arrow-link{ display:block; left:50%; margin-left:-20px; width:40px; height:50px; color:#fff; text-align:center; font-size:48px; position:absolute; bottom:0; z-index:99;}
.arrow-link i{  -moz-animation: bounce 2s infinite;  -webkit-animation: bounce 2s infinite;  animation: bounce 2s infinite;}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0);}
  40% { -moz-transform: translateY(-10px); transform: translateY(-10px);}
  60% { -moz-transform: translateY(-5px); transform: translateY(-5px);}
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0);}
  40% { -webkit-transform: translateY(-10px); transform: translateY(-10px);}
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0);}
  40% { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px);}
  60% { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px);}
}

.minka-story{ padding-top:85px;}
.minka-story .container-fluid{ max-width:1300px;}
.minka-story-wrap{background-color: #fff;
-moz-box-shadow: 0 0 20px rgba(129,141,149,.15);
-webkit-box-shadow: 0 0 20px rgba(129,141,149,.15);
box-shadow: 0 0 20px rgba(129,141,149,.15);
}
.minka-story-box{ max-width:490px; height:340px; padding:50px;}

.minka-story-box p{ padding:30px 0;}
.col-minka-story-txt{ position:absolute; z-index:98; margin-top:65px;}

.minka-story-video{ background-repeat:no-repeat; background-size:cover; background-position:top center; height:473px; overflow:hidden; position:relative;}
.video-box{ position:absolute; top:0; right:0; bottom:0; left:0; text-align:center;}
.video-box img{ max-width:90px;}


.choose-fan{ padding-top:54px;}
.choose-fan .container-fluid{ max-width:1300px;}
.col-choose-fan-img{ position:absolute; z-index:9;}
.choose-fan-img{ background-repeat:no-repeat; background-size:cover; background-position:center; height:420px;}
.col-choose-fan-txt{ background-color:#f6f6f6; margin-top:60px;}

.choose-fan-txt{ max-width:400px; height:410px;}
.choose-fan-txt p{ padding:30px 0;}
.choose-fan-txt .btn{ margin-bottom:5px;}

.home-about{ padding:80px 0;}
.home-about .container-fluid{ max-width:1300px;}
.home-about-box{ max-width:360px; margin:0 auto 40px; }
.home-about-img-wrap{overflow:hidden; }
.home-about-img-wrap>a{ display:block;}
.home-about-img{ background-repeat:no-repeat; background-size:cover; background-position:center; transition:all 0.3s;}
.home-about-img:hover,.home-about-img-wrap>a:focus .home-about-img { transform:scale(1.05,1.05);}
.home-about-txt h2{ padding:20px 0;}
.home-about-txt p{ padding-bottom:20px;}

.get-inspired{ background-color:#f9f9f9; padding:75px 0; }
.get-inspired .container-fluid{ max-width:1200px;}
.home-zoom-wrap{ overflow:hidden; margin:15px 0;}
.home-zoom-wrap-h{transition:all 0.25s;}
.home-zoom-wrap-h a{ display:block;}
.get-inspired-box{ position:relative; background-position:center; background-repeat:no-repeat; background-size:cover; height:133.3333%; }
.home-zoom-wrap:hover .home-zoom-wrap-h{ transform:scale(1.05,1.05);}
.get-inspired-box.last{ background-size:63% auto; background-color:#fff;}
.get-inspired-box-txt{ text-align:center; position:absolute; top:0; right:0; bottom:0; left:0; padding-top:80%;}

.our-brands{ background-color:#f9f9f9; text-align:center;}
.our-brands .container-fluid{ max-width:1300px;}
.title-h3{ text-align:center; margin:30px auto;}
.title-h3:before{content:"";display:inline-block;width:30px;height:2px;border-radius:0; background-color:#333;margin-right:20px; vertical-align:middle; margin-top:-3px;}
.title-h3:after{content:"";display:inline-block;width:30px;height:2px;border-radius:0; background-color:#333;margin-left:20px; vertical-align:middle; margin-top:-3px;}
.our-brands-wrap{ padding:30px;background-color: #fff;
-moz-box-shadow: 0 0 20px rgba(129,141,149,.15);
-webkit-box-shadow: 0 0 20px rgba(129,141,149,.15);
box-shadow: 0 0 20px rgba(129,141,149,.15);
}
.our-brands-box{ padding:10px 0;}

.page-content{  padding-top:324px;}
.scroll .page-content{ padding-top:186px;}
.scroll.dealer_islogin .page-content {padding-top: 125px;}
.inner_pages .page-content{ padding-top: 170px; }
.page-content .container-fluid{ max-width:1300px;}
.page-breadcrumb{ padding-top:30px; padding-bottom:10px;}
.product-page-breadcrumb{ padding-bottom:0; margin-bottom:-10px;}
.product-page-breadcrumb-line{border-bottom: 1px solid #e9e9e9; padding-top:10px;}
.page-breadcrumb .breadcrumb{ padding-left:0; padding-right:0; background-color:transparent; margin-bottom:0;}
.page-breadcrumb .breadcrumb li { color: #757575;}
.page-breadcrumb .breadcrumb i{ color: #6D552C;}
.page-breadcrumb ul:not(.dropdown-menu) li{ display:inline-block; padding:8px 0; text-transform:uppercase;}
.page-breadcrumb .projects .btn, .page-breadcrumb .export-data .btn{ padding-right:25px; margin-left: 6px;}
@media screen and (max-width: 767px) {
.pindex-content .mob-project { padding-left: 20px; padding-right: 20px;}
.pdetails-content .mob-project,.compare-content .mob-project { padding-left: 10px; padding-right: 10px;}
.mob-project .dropdown-menu { min-width: 100%;}
.mob-project button { text-align: center !important;}
.mob-project .projects, .mob-project .export-data { width: 100%;}
}

.filter-dropdown{ display:inline-block; position:relative;}

.filter-dropdown-main{ position:absolute; background-color:#f2f2f2; padding:10px 0; z-index:991; left:-10px; min-width:100%; display:none;}
.filter-dropdown-main li{ white-space:nowrap;}
.filter-dropdown-main li a{ display:block; padding:5px 25px; position:relative;}
.filter-dropdown-main li a i{ position:absolute; left:8px; font-size:12px; top:9px; transition:all 0.3s; display:none;}
.filter-dropdown-main li a:hover i{ display:block;}
.filter-dropdown-main li.active a i{ display:block;}
.filter-txt{ cursor:pointer;}
.filter-txt i{ transition:all 0.3s;}
.filter-txt.active i{ transform:rotate(180deg); vertical-align:middle;}

.filter-top-line{ position:relative; z-index:99;}
.filter-top p{ display:inline-block; padding:15px 0; }
.filter-top h4{ padding:15px 5px;}
.filter-line{ border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}
.filter-line p{ display:inline-block; padding:10px 0;}

.filters-applied-list {
  font-family: 'ProximaNova-SemiBold', sans-serif;
  text-align: left;
}

.filter-wrap{}
.filter-main-line{
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.filter-main-line > .row {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.filter-main-line > .row > .col-lg-2 {
  width: calc(100% / 6);
}
.filter-main-line:nth-child(2){ border-top:none;}
.filter-main-line .dropdown {
  margin-right: 30px;
}
.filter-main-line .dropdown .btn-default {
  display: inline-flex;
  align-items: center;
  font-size:14px;
  border:none;
  padding: 0;
  height:auto;
  white-space:
  inherit;
  background-color:transparent;
  vertical-align:top;
}

.filter-main-line .dropdown .btn-default:hover{
  text-decoration: underline;
}

.filter-main-line .dropdown .btn-default::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  margin-left: 4px;
}
.filter-main-line .dropdown [data-toggle='popover']{
  margin-left: 8px;
}

.filter-main-line .dropdown .btn-default i{ font-size:18px;}
.filter-main-line .dropdown-menu{ padding:0;}
.filter-main-line .dropdown-menu > li > a{ padding:3px 15px;}
.filter-main-line .dropdown-menu p{ padding:5px 10px;}
.filter-main-line .dropdown-menu p.last{ padding-top:0;}
.filter-main-line .dropdown-menu .btn{ width:100%; cursor:pointer; /*min-width:150px;*/}
.filter-main-line .dropdown-menu .btn-xs{ text-align:left; text-transform:none;}
.filter-main-line .dropdown-menu .btn-grey:hover{ background-color:#666; color:#fff;}
.filter-main-line .dropdown-menu .btn-grey.active{ background-color:#666; color:#fff;}
.btn-xs{ height:30px; padding:5px 15px;}
.col-1-dropdown .dropdown-menu { width: 280px; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px;}
.col-2-dropdown .dropdown-menu{ width:580px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;}
.col-3-dropdown .dropdown-menu{ width:760px; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;}
.col-3-dropdown .dropdown-menu .btn, .col-2-dropdown .dropdown-menu .btn, .col-1-dropdown .dropdown-menu .btn { margin-top:5px; margin-bottom:5px;}
.dropdown-p{ font-size:13px; text-transform:capitalize; font-family: 'ProximaNova-Light'; display:block; margin-bottom:5px;}
.col-2-dropdown .col-xs-6:nth-child(odd){ padding-right:5px;}
.col-2-dropdown .col-xs-6:nth-child(even){ padding-left:5px;}
.col-3-dropdown .col-xs-4:nth-child(3n+1){ padding-right:5px;}
.col-3-dropdown .col-xs-4:nth-child(3n+3){ padding-left:5px;}
.col-3-dropdown .col-xs-4:nth-child(3n+2){ padding-left:5px; padding-right:5px;}

.filter-main-line .btn-link{ color:#333;}

.filter-list{}
.filter-list li{ display:inline-block;}
.filter-list li a{ display:block; padding:15px 12px 12px; color: #666; text-decoration:none; }
.filter-list li a span{ text-decoration:underline;}


.mob-page-menu div#mobile_pages{
    position: fixed;
    top: 137px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    line-height: 50px;
}


.mob-page-menu{ position:relative; /*height:55px;*/ display:none;}

.p-index-box-img{ position:relative; text-align:center; }
.p-index-box-img .xs-txt{ position:absolute; right:0; top:3%; letter-spacing:0.09em; z-index:9; color:#676767; border-color:#676767;}

.quick-shop{ position:absolute; bottom:0; width:100%; transition:all 0.3s; opacity:0; transform:translateY(-40px); background-color:#fff; }
.quick-shop .row{ margin-left:0; margin-right:0;}
.quick-shop .col-sm-6{ padding-left:0; padding-right:0;}
.quick-shop .btn{ width:100%;}
.p-index-box-img:hover .quick-shop,.p-index-box-img a:focus+.quick-shop{ opacity:1; transform:translateY(0);}

.p-index-box-txt{ padding:10px; min-height:126px;}
.custom-checkbox-pop{ position:absolute; width:217px; background-color:#fff; border:1px solid #666666; top:39px; margin-left:-100px; text-align:center; z-index:9;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.25);
box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}
.custom-checkbox-pop a{ text-decoration:underline;}
.custom-checkbox-pop>div{ position:relative; padding:12px;}
.custom-checkbox-pop>div:before{ content:""; background-image:url(../../_images/custom-checkbox-pop-arrow.png); width:18px; height:9px; position:absolute; top:-9px; left:50%; margin-left:-9px;}
.custom-checkbox-pop p{ padding-bottom:10px;}

.compare{ background-color:#eee; padding:15px 0; position:fixed; width:100%; z-index:101; opacity:0; z-index:-99; transition:all 0.3s;}
.compare.active{ z-index:999; opacity:1;}
.inner_pages .compare{ top: 170px;}
.inner_pages.scroll .compare{ top: 100px;}
.compare .container-fluid{ max-width:1600px;}
.compare-banner{ padding:10px 60px; 0 position:relative;}
.compare-banner .swiper-slide:hover .x-icon{ opacity:1;}
.x-icon{ display:block; position:absolute; width:20px; height:20px; right:0; top:0; background-color:rgba(0,0,0,0.5); opacity:0; transition:all 0.25s;}
.x-icon>span{ display:block; position:relative; width:20px; height:20px;}
.x-icon>span:before, .x-icon>span:after{ content:""; display:block; width:16px; height:2px; background-color:#fff; position:absolute; top:9px; left:2px;}
.x-icon>span:before{ transform:rotate(45deg);}
.x-icon>span:after{ transform:rotate(135deg);}
.x-red-icon{ opacity:1; background-color:transparent; top:10px;}
.x-red-icon>span:before,.x-red-icon>span:after{ background-color:#cd1c1c; height:1px;}
.compare-banner .swiper-button-next, .compare-banner .swiper-button-prev{ background-size:75%;}
.compare .form-group{ margin-bottom:10px;}
.compare .btn{ width:100%;}
.compare .btn-group{ width:100%; text-align:left;}
.btn-group > .btn:first-child{ text-align:left; position:relative;}
.btn .caret{ position:absolute; right:10px; top:16px;}
.dropdown-menu{ /*min-width:100%; */border-radius:0; margin-top:0;}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{ background-color:#fff !important;}
.dropdown-header{ margin-top:10px;}
.compare-img-01{ max-width:66%;margin-right:3%;    vertical-align: top;}
.compare-img-02{ max-width:26%;     vertical-align: top;}

.p-index-filter-top{ padding:15px 0;}
.p-index-filter-top-pc p.upp{ padding-top:10px;}
.p-index-filter-top-pc .label-span{ margin-right:5px;}
.p-index-bottom{ padding:80px 0;}
.no-results-p{ padding:10% 0;}

.p-details-top{ padding-top:25px; padding-bottom:20px;}
.details-title-logo{ position:relative; text-align:center; margin-top:-25px; margin-bottom:30px;}
.details-title-logo:after{ content:""; height:1px; background-color:#eee; display:block; position:absolute; top:50%; width:100%; z-index:8;}
.details-title-logo img{ position:relative; z-index:9; padding-left:20px; padding-right:20px; background-color:#fff;}

.p-details-img{  position:relative; margin-bottom:15px; max-width:700px; border:1px solid #ccc; overflow: hidden;}
.p-details-img #wrap{ overflow: hidden;}

.pdetail-thum{    overflow-x: hidden;  overflow-y: auto;}
.pdetail-thum li{ position:relative; border:1px solid #ccc; margin-bottom:10px; max-width:96px; overflow:hidden; vertical-align: top;}
.pdetail-thum li:hover,.pdetail-thum li.active{ border-color: #6D552C;}
.pdetail-thum li:before{content:""; display:block; position:absolute; top:0; bottom:0; left:0; right:0; z-index:9; cursor: pointer;  }
.pdetail-thum li.pdetail-thum-video:before{ background:url(../../_images/video-play-img.png) center no-repeat; background-size:54px auto;}
.pdetail-thum li a{ display:block; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pdetail-thum li a img{ opacity:0 !important; visibility: hidden;}

.pinterest-btn,a.pinterest-btn{ position:a; display:block; display:inline-block; background-color:#be000a; color:#fff; border-radius:3px; border:1px solid #b31c2e; position:absolute; text-decoration:none !important; padding-top:3px; padding-left:5px; padding-right:5px; font-family: 'ProximaNova-Regular'; opacity:0; transition:all 0.3s; z-index:999;}
.p-details-img:hover .pinterest-btn{ opacity:1;}
.zoom-icon{ display:block; background-color:#eee; width:30px; height:30px; text-align:center; padding-top:5px; position:absolute; bottom:0; right:0; z-index:99; cursor: pointer;}
.p-details-txt{}
.p-details-txt h4{ margin-bottom:10px; position:relative; padding-top:15px;}
.p-details-txt h4 img{ position:absolute; right:0; top:-10px;}
.p-details-txt h5{ font-size:16px;}
.p-details-txt h5 em{font-family: 'Times-Italic'; font-weight:400;}
.p-details-txt h6{font-family: 'Times-Italic'; padding-top:15px; margin-bottom:10px;}
.p-details-txt h4.pic-h4{ color: #008815; font-size: 14px; font-family: 'ProximaNova-Semibold';}
.p-details-txt h4.pic-h4 span{ text-decoration:line-through; color:#008815; font-family: 'ProximaNova-Regular'; margin-right: 10px;}
.p-details-txt__note {
  margin-top: 15px;
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
}
.green-txt{ color: #008815;}
.xs-txt, .p-details-txt h6.xs-txt{font-family: 'ProximaNova-Semibold'; font-size:11px; font-style:normal; text-transform:uppercase; border:1px solid; padding:6px 5px 4px; margin-bottom:0; margin-top:10px; display:inline-block;}
.xs-txt.gold-txt{ color: #666; border-color:#666;}

.details-reviews{
  margin-top:15px;
}
.description{}
.available-color{}
.color-list{}
.color-list li{ display:inline-block; padding-right:12px; text-align:center; width:68px;}
.color-list li span{ font-size:11px; line-height:14px !important; display:block; margin-top:10px;}
.color-list li a{ display:block; width:56px; height:56px; /*background-color:#000;*/ border-radius:100%; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover;}
.color-list li a:after{ content:""; display:block; position:absolute; border-radius:100%;width:56px; height:56px; border:2px solid #666; opacity:0; transition:all 0.3s; top:0;}
.color-list li a:before{ content:""; display:block; position:absolute; border-radius:100%;width:50px; height:50px; border:3px solid #fff; top:3px; left:3px; opacity:0; transition:all 0.3s;}
.color-list li.active a:after,.color-list li.active a:before{ opacity:1;}
.color-list li i{ position:absolute; font-size:24px; left:50%; margin-left:-12px; top:50%; margin-top:-14px; transition:all 0.25s; opacity:0; color:#000;}
.color-list li.active a i{ opacity:1;}.color-list li.disabled{ opacity:0.3;}.color-img-list{}
.color-img-list li{ display:inline-block; margin-right:5px;}.color-img-list li a{ display:block; border:1px solid #ccc; position:relative; margin-bottom:8px;}
.color-img-list li a:hover{ border-color: #6D552C;}
.color-img-list li.active a:after{ content:""; display:block; position:absolute; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.5);}
.color-img-list li.disabled a{border:1px dashed #ccc;    /*cursor: not-allowed;*/}
.color-img-list li.disabled img{ opacity:0.25;}
.color-img-list li img{ max-width:58px; vertical-align:middle;}
.size-list li{ display:inline-block; margin-right:5px; margin-bottom:8px;}
.size-list li a{ display:block; border:1px solid #ccc; padding:6px 7px 4px; text-decoration:none; transition:all 0.3s ease;}
.size-list li a:hover{ border-color: #6D552C;}
.size-list li.active a{ background-color:#666; color:#fff;}
.size-list li.disabled a{ border:1px dashed #ccc; background-color:#fff; color: #757575;    /*cursor: not-allowed;*/}
.available-sizes .btn{ width:100%;}.p-details-txt form .btn{ width:100%;}
.manual-specs{margin-bottom:15px;}
.manual-specs li{ padding-top:5px;}

.p-details-middle{ padding-bottom:30px;}
.p-detail-info-list{ border-right:1px solid #ddd;}
.p-detail-info-list li{ text-transform:uppercase; border-left:1px solid #ddd; border-top:1px solid #ddd;}
.p-detail-info-list li a { display:block; border-bottom:1px solid #ddd; padding:11px 0 9px;background-color:#f8f8f8;}
.p-detail-info-list li a:hover{ background-color:#fff; text-decoration:none; color:#000; }
.p-detail-info-list li a.active{ background-color:#fff; border-bottom:1px solid #fff;}
.tabs-box{ padding-top:30px; padding-bottom:30px; min-height:370px; display:none;}
.p-detail-tabs{ border-bottom:1px solid #ddd;}
.p-detail-tabs h6{ margin-bottom:15px;}
.details-pdf{ text-align:center; padding:40px 0; }
.pdf-icon{ width:40px; height:40px; display:block; margin:0 auto; text-align:center; background-color:#f8f8f8; border:1px solid #ddd; padding-top:8px; margin-bottom:20px; }
.p-detail-tabs .btn{ margin-top:20px; min-width:200px;}
.no-reviews{ text-align:center;}
.no-reviews .table-cell{ height:310px;}
.details-reviews-banner{ position:relative;}
.p-details-middle .swiper-button-next,.p-details-middle .swiper-button-prev{ background-size:60%;}
.p-details-middle .swiper-button-next{ right:0;}
.p-details-middle .swiper-button-prev{ left:0;}
#energy-guide{ margin-bottom:25px; display:inline-block;}


.reviews-txt{ border:1px solid #ddd; padding:30px;;}
.reviews-txt-line{ margin-top:15px;}
.reviews-txt-line p{font-family: 'ProximaNova-Regular';}
.reviews-bottom-line{ margin-top:25px; border-top:1px solid #ddd; padding-top:15px; margin-bottom:-15px;}
.reviews-bottom-line {}

.product-bottom-line p span{ font-family: 'Times-Roman';}
.product-bottom-line{ padding:60px 0 0;}
.product-bottom-line-box{ /*border-bottom:1px solid #ddd;*/}

.getInspired-banner{ background-image:url(../../_images/Brand_Landing_bg_02.jpg); background-repeat:no-repeat; background-position:top center; background-attachment:fixed; background-size:cover; text-align:center; height:770px; position:relative;}
.brand-arrow-link, a.brand-arrow-link{ display:block; left:50%; margin-left:-20px; width:40px; height:50px; color:#fff; text-align:center; font-size:48px; position:absolute; bottom:140px; z-index:99;}
.brand-arrow-link i{  -moz-animation: bounce 2s infinite;  -webkit-animation: bounce 2s infinite;  animation: bounce 2s infinite;}

.getInspired-banner img{ max-width:350px;}
.page-logo{ height:600px; margin:150px auto 0;  background-repeat:no-repeat; background-position:center; background-attachment:fixed; background-size:350px auto; background-image:url(../../_images/George_Kovacs_logo-bg.png);}

.getInspired-banner-bottom{ background-color:#f7f7f7;}
.getInspired-banner-bottom-txt{background-color: #fff; margin-top:-140px; padding:40px 0;
-moz-box-shadow: 0 0 20px rgba(129,141,149,.15);
-webkit-box-shadow: 0 0 20px rgba(129,141,149,.15);
box-shadow: 0 0 20px rgba(129,141,149,.15);}
.getInspired-banner-bottom h5{ padding-top:40px; text-transform:uppercase; color: #6D552C; text-align:center;}
.getInspired-banner-bottom h1{ text-align:center;}
.getInspired-banner-bottom p{ padding-top:40px;}

.details-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 10px;
  row-gap: 14px;
}

.details-icons--icon-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.details-icons--icon-wrapper img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
}

.details-icons--item {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.details-icons--title {
  flex-grow: 1;
  display: block;
  text-align: center;
  opacity: 0;

  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.details-icons--item__active .details-icons--title {
  opacity: 1;
}

.arrow-down-box{background-color: #fff; width:50px; height:50px; display:block; margin:20px auto 0;  padding-top:15px; text-align:center;
-moz-box-shadow: 0 0 15px rgba(129,141,149,.2);
-webkit-box-shadow: 0 0 15px rgba(129,141,149,.2);
box-shadow: 0 0 15px rgba(129,141,149,.2);
}
.arrow-down-box i{  -moz-animation: bounce 2s infinite;  -webkit-animation: bounce 2s infinite;  animation: bounce 2s infinite; color: #6D552C; }

.getInspired-banner-02{ background-image:url(../../_images/Grid-II.jpg); background-position:center 185px; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; height:calc(100vh - 186px); max-height:56.25vw;}

.brands-video-line{ background-color:#f7f7f7; padding:135px 0 50px;}
.brands-video-box{ height:450px; position:relative; text-align:center; background-size:cover; margin-top:-365px; z-index:1; background-position:center top;}
.plays-btn img{ max-width:85px;}
.brands-video-line-txt{background-color: #fff;  box-shadow: 0 0 20px rgba(129,141,149,.15); position:relative; height:280px; padding:20px 40px; z-index:9; }
.brands-video-line-txt p{ padding:30px 0; }


.browse-by-category{ padding-top:135px; padding-bottom:30px;}
.browse-by-category h4{ text-transform:uppercase; text-align:center; margin-bottom:70px;}

.category-box{ text-align:center;}
.category-box-img{ overflow:hidden;
  -moz-box-shadow: 0 0 20px rgba(129,141,149,.15);
-webkit-box-shadow: 0 0 20px rgba(129,141,149,.15);
box-shadow: 0 0 20px rgba(129,141,149,.15);
}
.category-box-img img{ transition:all 0.25s;}
.category-box-img:hover img{ transform:scale(1.05,1.05);}
.p-index-box-img img{ transition:all 0.25s;}
.chooseTheRightFan-main .p-index-box-img:hover img{ transform:scale(1.05,1.05);}
.category-box-txt{ height:103px; padding-top:20px;}
.category-box-txt span{font-family: 'Times-Roman';}

.new-brand{ background-color:#f9f9f9; padding:80px 0  60px;}
.new-brand h4{ text-transform:uppercase; text-align:center; margin-bottom:70px;}


.myProjects-top{}
.myProjects-top .myProjects-delete-btn{ font-size:12px; color:#d61818;}
.edit-wrap{ position:relative;}
.edit-link{}
.myProjects-top h1 i{ font-size:20px; transition:all 0.25s; opacity:0; cursor:pointer;}
.myProjects-top h1:hover i{ opacity:1;}
.js-editable-text .editable-text-btn, .js-editable-text .editable-text-string { display: inline-block; vertical-align: middle;}
.js-editable-text .editable-text-string[contenteditable] { background-color: #fff; border: 1px solid #ccc; border-radius: 3px; padding: 20px;}
.js-editable-text .editable-text-btn { margin: 20px; font-size: 1rem; font-weight: normal;}
.js-editable-text .editable-text-save-btn { display: none;}
.js-editable-text.is-active .editable-text-save-btn { display: inline-block;}
.js-editable-text.is-active .editable-text-edit-btn {  display: none;}

.print-myProjects-link{ margin:6px 0 4px; display:inline-block;}

.myProjects-p{ padding:10px 0;}
.myProjects-p i{ transition:all 0.25s; opacity:0; vertical-align:middle; cursor:pointer;}
.myProjects-p:hover i{ opacity:1;}

.myProjects-main{ padding-bottom:130px;}
.myProjects-main .p-index-box-img{ overflow:hidden;}
.myProjects-main .p-index-box-img img{ transition:all 0.3s;}
.myProjects-main .p-index-box-img:hover img{ transform:scale(1.05,1.05);}
.myProjects-main .p-index-box{background-color: #fff; margin-top:30px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.myProjects-main .p-index-box-txt{ text-align:left; background-color:#f6f6f6;}
.myProjects-main .p-index-box-txt .col-sm-6:first-child{ padding-right:0}
.myProjects-main .p-index-box-txt .col-sm-6.ar{ font-size:12px; padding-top:3px;}

.print-myProjects{ padding:30px 0;}
.print-myProjects .container-fluid{ max-width:1300px;}

.comparison-top{ padding-bottom:10px;}
.comparison-top h1{ padding:60px 0; text-align:center;}
.comparison-top p{ padding:10px 0; text-transform:uppercase; color:#757575; font-family: 'ProximaNova-Regular';}
.comparison-top p span{ color:#333;}
.comparison-main{ padding-bottom:60px;}
.comparison-main .swiper-container{ padding: 30px 0; }
.comparison-main .p-index-box-pic{ padding-right: 0; }
.comparison-main .p-index-box-txt{ padding:0;}

.p-comparison-box-pic p strong{  }

.p-comparison-box-pic .btn{ width: 100%; margin-top: 10px; }
.p-comparison-box-pic .btn span{background-color:#ccc; color:#fff; width:19px; height:19px; text-align:center; display:inline-block; margin-left:4px; position:relative; line-height: 19px; margin-top: -1px;}
#swiper-scrollbar-top{ top:0;}

.p-index-box-txt-line{ border-bottom:1px solid #ccc; padding:20px 0;}
.p-index-box-txt-line.ac{ padding-top:0;}

.searchResults-top{ padding-top:45px; padding-bottom:30px;}
.searchResults-top-line{ border-bottom:1px solid #ccc; margin-top:30px;}
.searchResults-top h1{ padding-bottom:25px;}
.searchResults-top form{ position:relative;}
.searchResults-top .form-control{ height:70px; padding-left:55px; font-size:15px; border-radius:0 !important; -webkit-appearance: none;}
.searchResults-top button{ position:absolute; top:15px; left:10px; font-size:20px; background-color:transparent !important; border:none; }
.searchResults-top button:hover,.searchResults-top button:focus{ background-color:transparent;}
.searchResults-top h6{ margin-top:15px;}
.searchResults-top h6 span{ font-weight:400; font-family: 'ProximaNova-Light';}
/*.searchResults-top li{ display:inline-block; margin-right:10px; margin-top:15px;}
.searchResults-top li a{ display:block; height:30px; padding:5px 15px 0;*/
/* background-color:#eee;border-radius:15px;*/}
/*.searchResults-top li a:hover{ text-decoration:none;}*/
.txt-x{ font-family: 'ProximaNova-Bold'; margin-right:5px;}
.underline{ text-decoration:underline; }
.searchResults-top li span{ display:inline-block;}
.searchResults-top li .underline{ margin-top:-1px;}

.resources-banenr{ background-image:url(../../_images/RS1-MinkaLavery.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff; text-align:center;}
.resources-banenr .table-cell{ height:300px;}
.resources-banenr h1 em{font-family: 'Times-Italic';}

.resources-meun{ text-transform:uppercase; border-bottom:1px solid #ccc; border-top:1px solid #ccc;}
.resources-meun ul{ text-align:center;}
.resources-meun li{ display:inline-block; padding:0 20px;}
.resources-meun li a{ display:block; position:relative; padding:20px 0;}
.resources-meun a:hover{ text-decoration:none;}
.resources-meun li a:after{ content:""; display:block; height:4px; background-color:#666; width:0; bottom:0; position:absolute; transition:all 0.25s;}
.resources-meun li a:hover:after,.resources-meun li a.active:after{ width:100%;}
.resources-meun dt{ padding:15px 20px; position:relative; border-bottom:1px solid #ccc;}
.resources-meun dt i{ position:absolute; right:20px; top:12px; font-size:24px; color: #6D552C; transition:all 0.25s;}
.resources-meun dt.active i{ transform:rotate(180deg);}
.resources-meun dd{ background-color:#f8f8f8; display:none;}
.resources-meun dd a{ display:block; padding:15px 20px;}
.resources-meun-mob{ display:none;}

.resources-01{ padding:100px 0;}
.resources-box{ text-align:center; border:1px solid #ccc; margin-bottom:30px;}
.resources-box img{ max-height:47px;}
.resources-box p{ margin-top:20px; font-family: 'ProximaNova-Regular';}
.resources-box .table-cell{ height:210px;}

.warranty-registration-main{ max-width:680px; margin:0 auto; padding:70px 0;}
.warranty-registration-main h2{ margin-bottom:30px; }
.warranty-registration-main h4{ padding-top:20px; padding-bottom:20px;}
.warranty-registration-main p{ margin-bottom:30px;}
.warranty-registration-main p.warranty-registration-p{ margin-bottom:10px; font-size:12px;}
.font-size-12{ font-size:12px;}
.font-size-12 a{font-family: 'ProximaNova-Semibold';}
.warranty-registration-main p.warranty-registration-p a{font-family: 'ProximaNova-Semibold';}
.warranty-registration-main .form-group{ margin-bottom:20px;}
.warranty-registration-main .btn{ width:100%; margin-top:20px;}
.warranty-registration-main .checkbox input[type="checkbox"]{
  left: 3px;
  margin-left: 0;
}
.xs-icon{ width:12px; height:12px; padding-top:5px; display:block; position:absolute; right:0; top:12px;}
.xs-icon .line-bar{ display:block; background-color:#d10b0c; height:2px; width:15px;}
.xs-icon .line-bar:first-child{ transform:rotate(45deg);}
.xs-icon .line-bar:last-child{ transform:rotate(135deg); margin-top:-2px;}


.documentation-content{ padding:70px 0;}
.documentation-content h2{ margin-bottom:40px;}
.documentation-menu{ text-transform:uppercase; margin-bottom:40px;}
.documentation-menu a{ display:block; padding:10px 12px; position:relative; transition:all 0.25s;}
.documentation-menu a:hover{ text-decoration:none; color:#000;}
.documentation-menu a.active{ text-decoration:none; color:#000;}
.documentation-box{}
.documentation-box p{ padding:15px 0; height:80px;}
.product-specs-search{ position: relative; background-color:#eee; padding:35px;}
.product-specs-search form{ position:relative; margin-top:15px;}
.product-specs-search .form-control{ height:50px; padding-left:50px; border-radius:0 !important; -webkit-appearance: none;}
.product-specs-search button{ position:absolute; top:4px; left:5px; background-color:transparent; border:none; font-size:18px;}
.product-specs-search.search-results-active #search-input {
  border-color: #333;
  border-bottom-color: #ccc;
}
.product-specs-search.search-results-active .search-results {
  display: block;
}

.product-specs-bottom{ padding-top:50px;}
.product-specs-bottom-title{ margin-bottom:10px;}
.product-specs-line{ border-top:1px solid #ccc; padding:20px 0;}
.product-specs-line p span{ font-size:16px;}
.product-specs-line img{ vertical-align:middle; margin-right:7px; margin-top:-1px;}
.product-specs-line a{ text-transform:uppercase;}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  border-top: 0;
}

.search-results > ul {
  padding: 3px 0;
}

.search-results > ul > li {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  margin: 0 17px;
  line-height: 1;
}

.search-results > ul > li > a {
  margin-top: 3px;
}

.search-results > ul > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.search-results-footer {
  margin: 0 17px;
  padding: 3px 0 11px 0;
}

.search-results-footer a {
  border-bottom: 1px solid #CCCCCC;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .search-results > ul > li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px;
  }

  .search-results > ul > li:not(:last-child) {
    border-bottom: 0;
  }

  .search-results > ul > li > span {
    width: 33.3333%;
  }

  .search-results-footer {
    margin: 0 50px;
  }
}

.faq-box{ padding:20px 0; border-top:1px solid #ccc;}
.faq-box a span { color: #6D552C !important; }
.faq-box-title{ position:relative; padding-left:40px;cursor: pointer;}
.faq-box-title span{ position:absolute; color:#333; left:10px; font-size:24px; width:16px; height:16px; background-repeat:no-repeat; background-size:cover; display:block; text-indent:-9999px; transition:all 0.25s;}
.plus-icon{ background-image:url(../../_images/plus-icon.png);}
.minus-icon{ background-image:url(../../_images/minus-icon.png);  opacity:0;}
.faq-box-title.active .plus-icon{ opacity:0;}
.faq-box-title.active .minus-icon{ opacity:1;}
.faq-box-child{ padding-left:40px; padding-top:15px; display:none;}
.faq-form{ border:1px solid #ccc; padding:30px;}
.faq-form .form-group{ margin-top:30px;}
.faq-form .btn{ width:100%;}

.faq-form-header__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.faq-form-header .fa-angle-down {
  font-size: 20px;
  color: #6D552C;
  transition: all 0.25s;
}

.faq-form-header:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
}

.faq-form .form-group .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}

.faq-form-desktop {
  display: none;
}

.videos-box-img{ position:relative;}
.videos-box-img a{ position:absolute; left:0; top:0; right:0; bottom:0; text-align:center;}
.videos-box-img a img{ max-width:60px;}

.videos-box-txt{ height:114px; padding-top:10px;}


.chooseTheRightFan-main{ padding-bottom:40px;}
.chooseTheRightFan-main h4.ac.upp{ margin-bottom:60px; margin-top:20px;}
.chooseTheRightFan-main h4.ac.upp a{ color: #757575;}
.chooseTheRightFan-main h1{ margin-bottom:60px;}
.chooseTheRightFan-main h1 > small {
  color: inherit;
  font-family: 'ProximaNova-Light', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.chooseTheRightFan-main .filter-main-line {
  display: flex;
  align-items: center;
}

.chooseTheRightFan-box-wrap{ position:relative; overflow:hidden; margin-bottom:20px;}
/* .chooseTheRightFan-box-wrap.selected .chooseTheRightFan-box{ transform:scale(1.05,1.05);} */
.chooseTheRightFan-box{ position:relative; background-position:center; background-repeat:no-repeat; background-size:cover; height:450px; transition:all 0.25s;}
.chooseTheRightFan-box-img{ position:absolute; top:0; right:0; bottom:0; left:0;
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=); */
background-image: -moz-linear-gradient(bottom, #333 0%, transparent  27.56%, transparent  100%);
background-image: -o-linear-gradient(bottom, #333 0%, transparent  27.56%, transparent  100%);
background-image: -webkit-linear-gradient(bottom, #333 0%, transparent  27.56%, transparent  100%);
background-image: linear-gradient(bottom, #333 0%, transparent  27.56%, transparent  100%);
}
.chooseTheRightFan-box-txt{ position:absolute; bottom:20px; text-align:center; left:0; right:0; color:#fff;}
.room-size-box, .room-size-box-disable{ position:relative; border:1px solid #ccc; background-color:#f8f8f8; text-align:center; height:210px; transition:all 0.25s; margin-top:50px; padding:0 15px;}
.room-size-box h6, .room-size-box-disable h6{ padding-top:30px;}
.room-size-box h6 span, .room-size-box-disable h6 span{font-family: 'ProximaNova-Regular'; font-weight:400;}
.right-icon{ position:absolute; left:50%; margin-left:-20px; bottom:0; margin-bottom:-20px; display:block; color:#fff; text-align:center; border-radius:100%; width:40px; height:40px; background-color:#333; padding-top:10px; font-size:16px; transition:all 0.25s; opacity:0;}
.bg-lightbrown{background-color: #cfb07b !important;}
.room-size-box.active{ border-color:#333; background-color:#fff;}
.room-size-box.active .right-icon{ opacity:1;}
.room-size-box-disable:hover{ cursor:not-allowed;}

.room-size-bottom{ margin-top:80px; padding-bottom:60px;}
.room-size-bottom .btn{ min-width:280px;}
.room-size-box, .room-size-box-disable { margin-top:30px; cursor:pointer;}

.chooseYourStyle-3{ text-align:center; margin-top:40px;}
.chooseYourStyle-3 .color-list li{ padding-right:0; width:100%;}
.chooseYourStyle-3 h4{ font-size:18px; text-align:center; margin-top:10px; height:3em;}
.chooseYourStyle-3 .color-list li a{ margin:0 auto;}

.whereToBuy-top{ padding-bottom:60px; }
.whereToBuy-top h1{}
.whereToBuy-top h4{ margin-top:20px; margin-bottom:20px;}
.whereToBuy-top .btn{ width:100%;}
.whereToBuy-top p{ text-transform:uppercase; padding:15px 0;}

.whereToBuy-line{ padding-top:15px; border-top:1px solid #ccc; padding-bottom:5px;}
.whereToBuy-line p{ padding: 6px 0; text-transform: none;}
.whereToBuy-line span.num-icon{ display:block; width:30px; height:30px; text-align:center; border:1px solid #666; border-radius:100%; padding-top:3px;}
.whereToBuy-line p span{ border:1px solid #666; color:#666;font-family: 'ProximaNova-Semibold'; font-size:11px; text-transform:uppercase; letter-spacing:0.09em; display:inline-block; padding:1px 6px; margin-right:5px;}
.whereToBuy-logo > .row {
  display: flex;
  flex-wrap: wrap;
}
.whereToBuy-logo > .row > .col-xs-6{
  padding: 0 5px 20px;
}

.whereToBuy-logo > .row > .col-xs-6 img {
  max-width: 90%;
}

.whereToBuy-main{
  overflow-y: auto;
}
.whereToBuy-main #dealer-form {
  padding-top: 6px;
  overflow: hidden;
}

.whereToBuy-main #dealer-form .checkbox {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

#data_list_wrapper {
  overflow: hidden;
}
.map-box-wrapper {
  position:relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
.map-box-wrapper .map-box {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-box-wrapper a:focus {
  outline: none !important;
  text-decoration: none !important;
}

.whereToBuy-box{}
.whereToBuy-box-img{ background-position:center; background-repeat:no-repeat; background-size:cover; height:220px;}
.whereToBuy-box-txt{ padding-top:10px; height:70px; }
.whereToBuy-box-txt p span{font-family: 'ProximaNova-Regular';}

.contact-main{ padding-bottom:70px;}
.contact-main h1{ margin-bottom:70px;}
.contact-main h2{ margin-bottom:20px;}
.contact-main .btn{ width:100%; margin:15px 0;}
.contact-side{}
.contact-side p span{ font-family: 'Times-Roman';}
.contact-side ul{}
.contact-side li{ padding-bottom:30px;}
.contact-side-box{ border-top:1px solid #ccc; padding:30px 0 15px;}
.contact-side-box p{ padding-bottom:15px;}

.box-404{ padding:120px 0;}
.box-404 h2{ margin:30px 0;}
.box-404 h3{ margin-bottom:30px;}
.box-404 .btn{ min-width:280px;}

.getInspired-content{}
.getInspired-content h1{ margin-bottom:50px;}
.getInspired-main{ padding-bottom:60px;}
.getInspired-main .whereToBuy-box-txt{ height:90px;}
.getInspired-main h3{ margin-bottom:20px;}
.getInspired-main h4{ position:relative;}
.getInspired-main h4 span{ display:inline-block; background-color:#fff; position:relative; z-index:9;}
.getInspired-main p{ margin-bottom:20px; text-transform:uppercase;}
.getInspired-swiper .swiper-button-prev{ background-size:50% auto; left:0; background-color:rgba(255,255,255,0.8);}
.getInspired-swiper .swiper-button-next{ background-size:50% auto; right:0;  background-color:rgba(255,255,255,0.8);}
.getInspired-bottom{ padding-top:40px; position:relative;}
.getInspired-bottom h1{ text-align:center; margin-bottom:20px; position:relative;}
.getInspired-bottom h1 span{ padding-left:15px; padding-right:15px; display:inline-block; background-color:#fff; position:relative; z-index:9;}
.getInspired-bottom h1:after{ content:""; display:block; position:absolute; height:1px; background-color:#ccc; width:100%; top:50%; z-index:8;}
.getInspired-side.getInspired-bottom h1{ margin-bottom:30px;}
.getInspired-bottom .swiper-button-prev{ left:0; background-size:60% auto;}
.getInspired-bottom .swiper-button-next{ right:0;  background-size:60% auto;}
.getInspired-bottom .p-index-box-txt p{ margin-bottom:0;}

.getInspired-line{ position:relative;}
.getInspired-line:after{ content:""; display:block; position:absolute; top:0; bottom:0; width:1px; background-color:#ccc; right:0;}

.getInspired-side{}
.getInspired-side h4.getInspired-title{ margin-bottom:20px;}
.getInspired-side .whereToBuy-box-txt h4{ text-transform:uppercase; padding-top:10px;}

.myProjects-all-top{ padding-top:40px; padding-bottom:13px; border-bottom:1px solid #ccc;}
.myProjects-all-top p{ text-transform:uppercase;}
.myProjects-line-box{background-color: #fff; margin-bottom:5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.myProjects-all-line{ padding:13px 0; border-bottom:1px solid #ccc;}
.myProjects-all-line p{}
.myProjects-all-line .btn{ width:100%;}


.login-SignUp-title{ padding-top:50px; padding-bottom:15px; border-bottom:1px solid #ccc;}
.login-SignUp-main {font-family: 'ProximaNova-Regular';}
.login-SignUp-main h2{ margin-top:40px; padding-bottom:15px;}
.login-SignUp-main p{ margin-bottom:15px; }
.login-SignUp-main a strong{ color: #6d552c; font-weight: normal;}
.login-SignUp-main .dropdown-menu .active a strong { color: #DBCEA9 }
.login-SignUp-main .btn{ margin-bottom:40px; width:100%;}
.login-SignUp-main .form-group{ margin-bottom:20px;}
.or-line{ text-align:center; position:relative;}
.or-line:after{ content:""; display:block; height:1px; position:absolute; background-color:#ccc; width:100%; z-index:8; top:50%;}
.or-line span{ position:relative; z-index:9; background-color:#fff; padding:0 10px; font-size:15px;}
.login-SignUp-main h4{ margin-bottom:20px; margin-top:30px;}
.create-account-max .btn{ margin-bottom:0;}
.ubuntu { font-family: 'ubuntu-R';}
.pn-sb{font-family: 'ProximaNova-Semibold';}
.pn-li{font-family: 'ProximaNova-Light';}
.pn-re{font-family: 'ProximaNova-Regular';}
.pn-bd{font-family: 'ProximaNova-Bold';}
.color_red,.login-SignUp-main a.color_red strong{color: #A72725 !important;}

.create-account-max a.upp{font-family: 'ProximaNova-Semibold';}
.ourstory-banner{ background-image:url(../../_images/AU1_Minka-Lavery.jpg); color:#333;}
.ourStory-img{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.ourStory-img-01{ background-image:url(../../_images/AU2_Minka-Lavery.jpg); height:400px;}
.ourStory-img-02{ background-image:url(../../_images/AU3.jpg); height:760px;}
.ourStory-img-03{  background-image:url(../../_images/AU4.jpg); height:510px;}

.ourStory-content h2,.ourStory-bottom h2{ color: #666;}
.ourStory-top-line{ padding:90px 0;}
.ourStory-top-line h1{ margin-bottom:30px;}
.ourStory-line{ padding:90px 0;}
.ourStory-line p{ padding-top:20px;}
.ourStory-line>.row{}
.ourStory-line>.row>div:first-child{ padding-top:200px; }
.ourStory-bottom{ background-color:#f9f9f9; padding:90px 0;}
.ourStory-bottom h2{ border-bottom:1px solid #ccc; padding-bottom:15px;}
.ourStory-line-box span.num-icon{ display:block; width:40px; height:40px; text-align:center; border:1px solid #666; border-radius:100%; padding-top:8px; position:absolute; left:0; font-size:16px;}

.ourStory-line-box{ position:relative; padding-left:65px; padding-top:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}

.events-tradeShows-main{ padding:0 0 90px;}
.events-tradeShows-main .whereToBuy-box{ margin-top:90px;}
.events-tradeShows-main .whereToBuy-box-img{ border:1px solid #ccc; height:250px;}
.events-tradeShows-main .whereToBuy-box-txt{ height:auto;}
.events-tradeShows-main .whereToBuy-box-txt h6{font-family: 'ProximaNova-Light'; font-weight:400; margin:15px 0;}
.events-tradeShows-main .whereToBuy-box-txt p{ margin:15px 0;}
.events-tradeShows-main .whereToBuy-box-txt p span{ color: #6D552C;}

.Events_TradeShows-2{padding-bottom:30px;}

.Events_TradeShows-2-txt h1{ margin-bottom:25px;}
.Events_TradeShows-2-txt p span{ color: #6D552C; }
.Events_TradeShows-2-txt p{ margin-bottom:25px;}

.Events_TradeShows-2-box{ background-color:#f6f6f6; padding:35px;}
.Events_TradeShows-2-box p{ margin-bottom:20px;}
.Events_TradeShows-2-box .btn{ width:100%;}


.EmailCart-list ul{ display:table; margin:0 auto 65px;}
.EmailCart-list li{ display:table-cell; vertical-align:middle; position:relative; text-align:center; font-family: 'Times-Roman';}
.EmailCart-list li>span{ margin-bottom: 10px; display:block; width:40px; height:40px; line-height:36px; background-color:#fff; border:2px solid #666; text-align:center; border-radius:100%; font-size:18px; font-weight:400; color:#333; transition: all 0.3s;}
.EmailCart-list li strong{ position:absolute; left:50%; white-space:nowrap; font-size:20px; width:230px; margin-left:-115px; text-transform:capitalize; transition: all 0.3s; color: #333; font-family: 'Times-Roman'; font-weight:400;}
.EmailCart-list li strong.active{ color: #333; }
.EmailCart-list li.active span{ border:2px solid #666; background-color:#666; color:#fff; }
.EmailCart-list li.active-ok span{ background-color:#87ca04; color:#fff;}
.EmailCart-list li.step-line span{/* width:56px;*/ width:210px; border-radius:0; height:2px; background-color:#eee; border:none;}

.virtualSampleCart-main{ padding-top:50px;}
.virtualSampleCart-main h2{ text-transform:capitalize; margin-bottom:30px;}
.virtualSampleCart-main h4{ text-transform:uppercase; letter-spacing:0.05em; margin-bottom:10px;}
.virtualSampleCart-line{ letter-spacing:0.05em; padding:35px 0; border-top:1px solid #ccc;}
.virtualSampleCart-line h5{ margin-bottom:20px; text-transform:uppercase;}
.virtualSampleCart-line p{ margin-bottom:20px;}
.virtualSampleCart-line span{font-family: 'Times-Roman'; text-transform:capitalize;}
a.remove-link{ color:#d80101;}
.virtualSampleCart-bottom{ padding:30px 0; border-top:1px solid #ccc;}
.virtualSampleCart-bottom .btn{ width:100%; max-width:260px;}

.email-Project-main{ padding-bottom:30px;}
.email-Project-main h1{ margin-bottom:40px;}
.virtualSampleCart-email-box .btn{ width:100%;}
.emailCart-3{ padding-bottom:50px;}
.emailCart-3 h2{ padding-top:20px;}
.emailCart-3 p{ margin-bottom:20px;}
.emailCart-3 .form-group{ margin-bottom:20px;}
.emailCart-3-line{ width:1px; height:400px; margin:0 auto; background-color:#ccc;}

.email-Project-box{ padding:110px 0;}
.email-Project-box p{ margin-bottom:30px;}
.email-Project-box p a{ color:#333; text-transform:uppercase; font-family: 'ProximaNova-Semibold';}

#registerform label a, #registerform p a{ color: #6D552C; }
.terms-main p{ padding-bottom:20px;}
.terms-main h3 {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
/*foot*/
.footer{ position:relative; z-index:9;}
.footer-help{ background-color:#f6f6f6; padding:50px 0; border-top:1px solid #e5e5e5;}
.footer-help .container-fluid{ max-width:1300px;}
.footer-help-box{ padding:15px 0; max-width:260px; margin:0 auto; }
.footer-help-box h4{ text-align:center; margin-bottom:20px;}
.footer-help-box .btn{ min-width:180px;}
.footer-help-box p{ padding-bottom:15px;}
.footer-help-box-txt{ text-align:center;}
.footer-help.footer-help__product_recall_notification {padding: 0; border-top: 0;}
.footer-help.footer-help__product_recall_notification .container-fluid {border-top: 1px solid #e5e5e5;}
.footer-help.footer-help__product_recall_notification .container-fluid .footer-help-box {padding: 20px 0}

.footer-main{ background-color:#000; color: #6D552C; text-align:center; font-size:12px; padding:40px 0;}
.footer-logo{ padding-bottom:10px;}
.footer-logo img{ max-width:325px;}

.footer-main ul{ padding:20px 0 15px;}
.footer-main li{letter-spacing:1.5px; padding:10px 20px 0;}
.footer-main li a{ color:#fff; text-transform:uppercase;}
.copy{ font-size:12px; color:#999999; letter-spacing:0.5px; padding-top:10px;}
.copy a{ color:#999;}

#topcontrol{ border-radius:100%; background-color:#fff; width:40px; height:40px; text-align:center; font-size:24px; padding-top:7px; z-index:9998;
-moz-box-shadow: 0 0 5px rgba(215,215,215,.75); /* outer glow */
-webkit-box-shadow: 0 0 5px rgba(215,215,215,.75); /* outer glow */
box-shadow: 0 0 5px rgba(215,215,215,.75); /* outer glow */
}
#top-message .message-e{ border-radius:0; text-align:center;}
#top-message .message-i{ color:#fff !important; border-radius:0; background-color:#b99353; text-align:center;}
#top-message{ width:100%; left:0; text-align:center;}
#top-message .box{padding: 7px 31px 6px 12px;}

.pop-wrap{ position:fixed; background-color:rgba(51, 51, 51, .78); top:0; right:0; bottom:0; left:0; overflow-y:auto; z-index:-9999; opacity:0; visibility:hidden; transition: opacity 0.3s;}
.pop-wrap.active{ z-index:1100; opacity:1; visibility:visible;}
.pop-wrap-bg{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:8;}
.pop-main{  position:relative; z-index:9; margin:0 auto;}
.pop-main .ac img{ max-width:129px;}
.pop-main h3{ text-transform:uppercase; margin:30px 0;}
.pop-wrap .close-btn{ position:absolute; z-index:999;}
.close-icon{ height:40px; right:0; padding-top:20px; display:inline-block;}
.close-icon .line-bar{ display:block; background-color:#fff; height:2px; width:30px;}
.close-icon .line-bar:first-child{ transform:rotate(45deg);}
.close-icon .line-bar:last-child{ transform:rotate(135deg); margin-top:-2px;}

.terms-pop-box{ padding:0 8.33333%;}
.terms-pop-box p{ padding-top:20px;}

.live-chat-pop-main{ max-width:320px; text-align:center;}
.live-chat-box{ border:1px solid #ccc; border-radius:10px; background-color:#fff;}
.live-chat-box-top{ background-color:#e6eef0; border-top-left-radius:10px; border-top-right-radius:10px; padding:20px;}
.userphoto{ background-color:#fff; border-radius:100%; width:56px; height:56px; overflow:hidden; border:2px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover; margin:0 auto;}
.live-chat-box-top h6{ margin-top:10px; margin-bottom:15px;}
.live-chat-box-top .live-logo{ max-width:230px;}
.live-tel, a.live-tel{ display:inline-block; color:#fff; background-color:#88bacf; padding:9px 20px 8px; border-radius:20px; margin-top:25px;}
.live-chat-box-middle{ height:180px; overflow-y:auto;}
.live-chat-box-content{ text-align:left; padding:15px;}
.live-chat-box-content p span{ color:#3e8397;}
.live-chat-box-bottom .form-control{ border-left:none; border-bottom:none; border-right:none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; height:50px;}

.live-chat-pop-main .close-icon{ width:50px; height:50px; background-color:#88bacf; border-radius:100%; text-align:center; padding-left:10px; padding-top:25px; margin-top:10px; transform: scale(1,1);}

.live-chat-icon{ position:fixed; right:5px; bottom:60px; z-index:999; border-radius: 100%;  background-color: #000; color:#fff;  width: 40px; height: 40px; text-align: center;  font-size: 24px;  padding-top: 7px;  -moz-box-shadow: 0 0 5px rgba(215,215,215,.75);  -webkit-box-shadow: 0 0 5px rgba(215,215,215,.75); box-shadow: 0 0 5px rgba(215,215,215,.75);}
.live-chat-icon i{ color:#fff;}

.quick-shop-pop-main{background-color: #fff; max-width:1000px;
-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.quick-shop-pop-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px;
}
.quick-shop-pop-top li{ display:inline-block;}
.quick-shop-pop-top .ac{ text-align:left;}
.quick-shop-pop-top .close-icon{
  margin-left: 20px;
}
.quick-shop-pop-top .line-bar{ background-color:#666 !important;}
.quick-shop-pop-middle{
  /* height:490px; overflow-y:auto; */
}
.quick-shop-pop-middle .p-details-txt {
  padding: 0 !important;
}
.quick-shop-pop-bottom{ text-align:center; padding:20px;}
.quick-shop-pop-bottom:nth-child(3){ padding:0;}
.quick-shop-pop-bottom {
  font-family: 'Times-Italic', serif;
}
.quick-shop-pop-bottom p a{
  background-color:#f3f3f3;
  text-transform:uppercase;
  color:#333;
  display:block;
  padding:7px 0 4px;
  font-family: 'ProximaNova-Regular';
}

.video-pop{ background-color:rgba(0,0,0,0.9);}
.video-main{ max-width:960px; margin:0 auto;}
.pop-bg-black{ background-color:rgba(0,0,0,0.9);}
.pop-bg-black .close-icon .line-bar{ background-color:#000;}
.pop-bg-black .pop-main{ background-color:#fff;}

.myProjects-pop, .projectsTerms-pop {}
.myProjects-pop-main, .projectsTerms-pop-main { max-width:450px; margin:0 auto; }
.projectsTerms-pop-main { max-width: 650px; margin:0 auto; }
.projectsTerms-pop-main .terms { padding: 20px 35px; }
.projectsTerms-pop-main .myProjects-pop-link { margin-bottom: 20px; }
.myProjects-box, .projectsTerms-box { padding:20px;}
.myProjects-pop .close-icon .line-bar,
.projectTerms-pop .close-icon .line-bar {
  background-color:#000;
}
.myProjects-pop .btn, .projectTerms-pop .btn { width:100%; }
.myProjects-pop h4, .projectTerms-pop h4 { margin-bottom:30px; font-family: 'Times-Roman'; letter-spacing:1px; }

.myProjects-all-top-mob{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-top:20px;}
.myProjects-all-top-mob dl{ text-transform:uppercase;}
.myProjects-all-top-mob dt{ position:relative; text-transform:uppercase; padding:15px 0;}
.myProjects-all-top-mob dt i{ position:absolute; right:20px; top:15px; transition:all 0.25s; font-size:18px;}
.myProjects-all-top-mob dt.active i{ transform:rotate(180deg);}
.myProjects-all-top-mob dd{ display:none;}
.myProjects-all-top-mob dd a{ display:block; padding:5px 0;}

.warranty-registration-pop-main{ max-width:620px;padding:15px 20px 20px;}
.warranty-registration-pop-box{ padding:0 20px 20px; }
.warranty-registration-pop-box h4{ margin-bottom:15px;}
.ul-style{ list-style-type:disc; padding-left:18px;}

.compare-pop-main{background-color: #fff; -moz-box-shadow: 0 0 18px rgba(0,0,0,.15); -webkit-box-shadow: 0 0 18px rgba(0,0,0,.15); box-shadow: 0 0 18px rgba(0,0,0,.15); max-width:320px;}
.compare-pop-main .close-icon{ transform:scale(0.5);}
.compare-pop-main .close-icon .line-bar{ background-color:#000;}
.compare-pop-main .video-container{ padding:0 20px 20px; margin-top:-10px;}
.compare-pop-main .video-container p{ padding:15px 0 25px;}
.compare-pop-main .video-container .btn{ width:100%;}

.energy-guide-pop-main{ max-width:820px; padding:10px 20px; color:#000;}
.energy-guide-box{ text-align:center; border:1px solid #000; height:220px; margin:15px 0; padding:60px 15px 0;}
.energy-guide-bottom{ border-top:1px solid #000; padding:15px 0; margin-top:15px;}
.energy-guide-box-bottom{ text-align:center; border:1px solid #000; padding-top:5px;}
.energy-guide-bottom p{ padding:5px 0 10px;}

.warranty-registration-pop-main{ max-width:680px; color:#000; padding:30px 20px;}
.warranty-registration-pop-main .close-icon{transform: scale(0.5); position:absolute; top:0;}
.warranty-registration-pop-main h5{ margin-bottom:10px;}

#template_info .num-icon{ padding-top:6px; margin-right:10px;}.recent-projects-pop .close-icon{ transform: scale(0.65);}
.recent-projects-pop-main{ max-width:620px; text-align:center;}.recent-projects-pop-main .controls,.recent-projects-pop-main .btn, .recent-projects-pop-main .checkbox { max-width:345px; margin:0 auto; width:100%;}.recent-projects-pop-main p{ margin:15px 0;}
.recent-projects-pop-main .checkbox input[type="checkbox"] { margin-left: 0; }
/**/
.brands-video-pop .pop-wrap-bg{}
.brands-video-pop-main{ max-width:1265px;}
.brands-video-pop-title{ position:relative; z-index:99;}
.brands-video-pop iframe{ height:712px; vertical-align:middle;}
.brands-video-pop .close-icon{ border-radius:100%; /*border:2px solid #999;*/ width:60px; height:60px; padding-left:13px; padding-top:28px; position:absolute; right:20px; top:20px;}
.brands-video-pop.pop-bg-black .close-icon .line-bar{ background-color:#fff;}
/***/
.brands-video-pop-box{ text-align:center;}
.brands-video-pop-box img{ /*max-height:calc(100vh - 180px); height:auto; max-width:100%; width:about;*/}
.brands-video-pop-main{ background-color:transparent !important;}
#pdetail-img-pop .brands-video-pop-box{max-height: calc(100vh - 180px); overflow:hidden; position: relative;}
#viewer2 { text-align:center; height: calc(100vh - 180px);}
/***/
.add-fadeInUp, .add-fadeIn,.add-fadeInDown,.load-fadeInUp,.load-fadeIn{ opacity:0;}
.hvr-icon-wobble-horizontal:hover i, .hvr-icon-wobble-horizontal:focus i, .hvr-icon-wobble-horizontal:active i {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#dealer_head li{
  text-transform: none;
  letter-spacing: 1px;
}
#dealer_head .header-top-dropdown dd{
  color: #333;
}
#dealer_head .popover {
  color: #000;
}

#dealer_head .popover button.close {
  color:#000;
  opacity: 1;
  font-size: 11px;
}

#dealer_head .popover p {
  margin-bottom: 10px !important;
}

#dealer_head .popover label {
  color: #333;
}

#dealer_head .popover input {
  margin: 0 6px 0 0 !important;
}

#dealer_head .popover-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'ProximaNova-Regular' !important;
}

.gray_text{
  color: #757575;
}
.max-280{
  max-width: 280px;
  margin-bottom: -8px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.max-180{
  max-width: 180px;
  margin-bottom: -15px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

#main-content{
  min-height: calc(100vh - 242px);
}

.bottom_negative{
  bottom: -50px !important;
}
.chat_with_us{
  display: none;
}
.chat_with_us.active{
  display: block;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.effect-3 {
  display: inline-block;
  position:relative;
  overflow: hidden;
}
.effect-3:before {
  content:"";
  position:absolute;
  transition:all 0.3s;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-105%);
}
.effect-3:hover{ text-decoration:none;}
.effect-3:hover:before {
  transform: translateX(0);
}
.dealer_action_modal .modal-footer{
  padding: 17px 0px 0px 0px;
  border-top: none;
}
.dealer_action_modal{
  font-family: 'ProximaNova-Regular';
}
.dealer_action_modal p{
  font-family: 'ProximaNova-Light';
}
.dealer_action_modal .modal-title{
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
}
.dealer-main h3.modal-title,
.dealer-main h5.modal-title {
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}
.dealer-main .modal-footer {
  text-align: center;
}
.dealer-main input::placeholder{ color:rgba(0, 0, 0, .3);}
.dealer-main input::-webkit-input-placeholder {color:rgba(0, 0, 0, .3);}
.dealer-main input::-moz-placeholder { color:rgba(0, 0, 0, .3);}
.dealer-main input:-ms-input-placeholder {color:rgba(0, 0, 0, .3);}
.dealer-main input:-moz-placeholder {color:rgba(0, 0, 0, .3);}

.dealer-main.dealer-form th {
  padding: 8px 12px !important;
}
.dealer-main.dealer-form td {
  padding: 16px 12px !important;
}
.dealer-main.dealer-form h3,
.dealer-main.dealer-form .h3 {
  margin-bottom: 16px;
  font-family: 'ProximaNova-Regular';
  font-size: 24px;
}
.dealer-main.dealer-form h5,
.dealer-main.dealer-form .h5 {
  margin-bottom: 12px;
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
}
.dealer-main.dealer-form .required-marker {
  color: #A72725;
}
.dealer-main.dealer-form .checkbox label,
.dealer-main.dealer-form .radio label {
  font-family: 'ProximaNova-Light';
  font-size: 16px;
}
.dealer-main.dealer-form .textarea-wrapper {
  position: relative;
  border: 1px solid #333;
  width: 100%;
  padding: 0;
  height:146px;
}
.dealer-main.dealer-form .textarea-wrapper textarea {
  position: relative;
  width: 100%;
  height: 114px;
}
.dealer-main.dealer-form .textarea-wrapper .text-limit {
  position: absolute;
  bottom: 0;
  left: 4px;
  color:#333333;
}
.dealer-main.dealer-form button[type=submit] {
  width: 330px;
}
.dealer-main.dealer-form-sent h2 {
  font-size: 32px;
  font-family: 'ProximaNova-Regular';
  letter-spacing: 3px;
}
.dealer-main.dealer-form-sent .dealer-form-sent-content  {
  max-width: 688px;
  margin: 0 auto;
  text-align: center;
  padding: 43px 0 60px;
  font-size: 16px;
}
.dealer-main.dealer-form-sent .dealer-form-sent-button-group  {
  display: flex;
  column-gap: 16px;
  margin: 0 auto;
  width: fit-content;
}
.dealer-main.dealer-form-sent .dealer-form-sent-button-group button  {
  width: 246px;
}

.upload-file-wrapper .filepond--wrapper {
  border: 1px dashed #BEBEBE;
  padding: 4px 0;
}
.upload-file-wrapper.rga-item-info-detail__upload .filepond--root {
  border: none !important;
}
.upload-file-wrapper .filepond--drop-label {
  /* background-color: white; */
  font-family: 'ProximaNova-Light';
  font-size: 14px;
}
.upload-file-wrapper .btn {
  border-radius: 3px;
  text-transform: unset;
  font-size: 14px;
  font-style: italic;
  padding: 10px 16px;
  letter-spacing: 0px;
}
.upload-file-wrapper .gray_text {
  color: #BEBEBE;
  font-size: 12px;
  line-height: 12px;
  padding-top: 6px;
  margin-top: 0px !important;
}
.upload-file-wrapper .color_red {
  font-size: 12px;
  line-height: 12px;
  padding-top: 6px;
}

#dealer_login .controls label {
  font-family: 'Ubuntu-R';
}

.archive_download_modal .modal-dialog {
  width: 768px;
}
.archive_download_modal .modal-content {
  border-radius: 0;
  padding: 29px;
}
.archive_download_modal .modal-header {
  padding: 14px 0;
}
.archive_download_modal .modal-title {
  font-size: 18px;
}
.archive_download_modal .modal-body {
  padding: 24px 0;
}

.archive_download_modal .modal-body p {
  margin-bottom: 20px;
}

.archive_download_modal .modal-body p label {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  margin: 0 20px;
  column-gap: 10px;
}

.archive_download_modal .modal-body p label input {
  margin: 0 0 3px 0;
}

.archive_download_modal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-top: 0;
  padding-top: 3px;
}

.archive_download_modal .modal-footer .btn + .btn {
  margin-left: 0;
}

.archive_download_modal .btn-disabled {
  opacity: 1;
  background-color: #bebebe;
  color: #d8d8d8;
}

.archive_download_modal label:has([disabled]) {
  cursor: not-allowed;
  color: #d8d8d8;
}

@media (max-width: 767px) {
  .archive_download_modal .modal-header {
    border-bottom: 0;
  }

  .archive_download_modal .modal-body label {
    margin: 0 20px;
  }

  .archive_download_modal .modal-footer {
    flex-direction: column-reverse;
  }
}

.custom-dropdown-nav .dropdown-toggle {
  background-color: #ffffff;
  border: 1px solid #333;
  color: #333333;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 24px 8px 12px;
  transition: all 0.2s ease-in-out;
}

/* 按鈕 Hover / Active 狀態 */
.custom-dropdown-nav .btn-group.open .dropdown-toggle,
.custom-dropdown-nav .dropdown-toggle:hover,
.custom-dropdown-nav .dropdown-toggle:focus {
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
}

/* 下拉箭頭預設顏色 */
.custom-dropdown-nav .caret {
  border-top-color: #333333;
}

/* 下拉箭頭 Hover / Active 狀態顏色 */
.custom-dropdown-nav .btn-group.open .caret,
.custom-dropdown-nav .dropdown-toggle:hover .caret {
  border-top-color: #ffffff;
}

/* 下拉選單容器 */
.custom-dropdown-nav .dropdown-menu {
  border-radius: 0;
  border: 1px solid #cccccc;
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
}

/* 下拉選單項目 */
.custom-dropdown-nav .dropdown-menu > li {
  display: list-item;
}

.custom-dropdown-nav .dropdown-menu > li > a {
  color: #333333;
  padding: 10px 20px;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.custom-dropdown-nav .dropdown-menu > li > a:hover:after {
  background-color: transparent;
}

/* 下拉選單項目 Hover 狀態 */
.custom-dropdown-nav .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #333333;
}

.order-now-li {
  margin-left: 5%;
}
.order-now-li a.btn{
  padding: 10px 10px !important;
  margin-bottom: -15px;
}
.header-main ul>li.order-now-li a.btn:hover{
  color: #fff;
}
.header-main ul>li.order-now-li a.btn:after{
  height: 0px;
}
.dealer_action_modal ul{
  list-style:disc;
  margin-left: 15px;
  margin-bottom: 20px;
}
.dealer_action_modal li{
  color: #000;
}
.py-10 td{
  padding: 10px 0 !important;
}
.span2{
  width: 150px;
  text-align: right;
  float: left;
  padding-right: 10px;
  line-height: 30px;
}
.span1{
  width: 90px;
  float: left;
}
.span4{
  width: calc(100% - 400px);
  float: left;
}
.lds-spinner {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  transform: scale(0.8);
  left: calc(50% - 40px);
  top: calc(50vh - 40px);
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #bfbfbf;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#dealer_switch_user .alert.alert-info{
  background-color: #F8F8F8;
  margin-bottom: 10px;
}
.alert-gray{
  background-color: #F8F8F8;
}

.modal {
  z-index: 1100;
}
/*.animated { animation-duration: 1s; animation-fill-mode: both;}
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 100%, 0);}
  to { opacity: 1; transform: none;}
}
.fadeInUp { animation-name: fadeInUp; opacity:0;}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1;}
}

.fadeIn { animation-name: fadeIn; opacity:0;}*/
/***/
@media (max-width:768px) and (orientation : landscape) {
  .mob .landscape-show{ display:block;}
}
@media screen and (min-width:1360px){
.p-details-middle .swiper-button-next{ right:-30px;}
.p-details-middle .swiper-button-prev{ left:-30px;}
.p-details-middle .details-reviews-banner .swiper-button-next{ right:-40px;}
  .p-details-middle .details-reviews-banner .swiper-button-prev{ left:-40px;}

  .getInspired-bottom .swiper-button-prev{ left:-40px;}
.getInspired-bottom .swiper-button-next{ right:-40px;}
}

@media screen and (min-width:1200px) {
  .EmailCart-list li.step-line span{ width: 260px; }

}
@media screen and (min-width:960px) {
  #topcontrol{ right:35px !important;}
  .live-chat-icon{ right:35px !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1229px) {
  .scroll.dealer_islogin .page-content {
/*    padding-top: 190px;*/
  }
}
@media screen and (min-width:992px) {
  body{display: flex;  min-height: 100vh;  flex-direction: column;}
  .content{    flex: 1;}
  body.ie{ display:block;}
  .ie .content{ display:block; }
.scroll .home-banner .swiper-slide{background-position:center 186px ;}
.scroll .home-banner-txt,
.scroll .home-banner .swiper-slide video {
  padding-top:186px;
}

  .home-banner-txt h1{ font-size:90px;}
  .footer li{ padding:10px 25px 0;}

  .detail-tab-box{ min-height:305px; padding:0 40px;}
  .tabs-box-1 .col-xs-12:nth-child(2){ border-right:1px solid #ddd; border-left:1px solid #ddd;}
  .tabs-box-1 .col-xs-12:last-child{ border-right:none;}

  .documentation-menu a:hover{  background-color:#eee; border-left:4px solid #6D552C;}
    .documentation-menu a.active{ background-color:#eee; border-left:4px solid #6D552C;}
  .chooseTheRightFan-main{ min-height:800px;}
  /*.getInspired-side{ max-width:350px; float:right;}*/

  .myProjects-all-line>.row{ display:table;}
  .myProjects-all-line>.row>div{ display:table-cell; float:none; vertical-align:middle;}

  .ourstory-banner .table-cell{ height:768px;}

  .getInspired-banner{ background-position:center;}
  .scroll .getInspired-banner{background-position:center;}

  .case-md-offset-3{ margin-left:12.5%;}
  .case-md-offset-1{ margin-left:37.5%;}
  .pr-md-0{ padding-right: 0;}

  .product_gap_md{
    width: 100%;
    float: left;
    height: 1px ;
    display: block;
  }
  .product_gap_xs{
    display: none;
  }

  .faq-form-mobile {
    display: none;
  }

  .faq-form-desktop {
    display: block;
  }
}
@media screen and (min-width:768px) {
  /*.footer ul{ display:table; width:100%;}
  .footer li{ display:table-cell; width:20%;}*/
  .footer li{ display:inline-block;}
  .footer-help-box-txt{ height:110px;}
  .footer-help .col-xs-12{ border-right:1px solid #e5e5e5;}
  .footer-help .col-xs-12:last-child{ border-right:none;}

  .our-brands-box{ height:120px;}

  .p-detail-info-list{ display:table;}
  .p-detail-info-list li{ display:table-cell; width:1%;}
  .tabs-box-2 .col-xs-12:first-child,.tabs-box-2 .col-xs-12:nth-child(2){ border-right:1px solid #ddd;}
  .tabs-box-2 .table-cell{ height:310px;}
  .myProjects-top li{ display:inline-block;}
  .myProjects-box{ padding:20px 50px;}
  .myProjects-all-top-mob{ display:none;}
  .login-SignUp-main{ padding-bottom:60px;}
  .login-SignUp-style { padding-top:40px; }
  #first_time_login .login-SignUp-style { padding-top: 0px; }
  .login-SignUp-style .or-line{ padding-top:220px; padding-bottom:220px;}
  .login-SignUp-style .or-line span{ padding:10px;}
  .login-SignUp-style .or-line:after{ width:1px; height:100%; top:0; bottom:0; left:50%; }
  .create-account-max{ max-width:510px; margin:0 auto;}
  .create-account-max h2{ margin-top:0;}
  .p-index-box-img>a{ display:block; padding:20px;}
  .p-index-box-txt h6{ max-height:57px; overflow:hidden;}

  .p-details-top .p-details-txt h4{ padding-right:105px;}
  .chooseTheRightFan-main .case-offset-1{ margin-left:37.5%;}
  .chooseTheRightFan-main .case-offset-3{ margin-left:12.5%;}

  .rga-item-info-detail > div {
    margin-right: 2rem;
  }

  .filters-applied-list-wrapper {
    display: flex;
  }

  .filters-applied-list-wrapper > span {
    color: #757575;
    white-space: nowrap;
  }

  .filters-applied-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
  }

  .filters-applied-list > li:not(.separator):not(:last-child) {
    padding-right: 14px;
  }

  .filters-applied-list > li.separator:not(:last-child)::after {
    display: inline-block;
    content: '/';
    margin: 0 .5rem 0 -7px;
  }

  .filter-option--with-image {
    display: inline-flex;
    align-items: center;

    padding: 0;
  }

  .filter-option--with-image .filter-option-image {
    height: 100%;
    padding: 2px;
    border-right: 1px solid #ccc;
    background-color: white;
  }
  .filter-option--with-image .filter-option-image img {
    height: 100%;
  }

  .filter-option--with-image .filter-option-text {
    flex-grow: 1;
    text-align: center;
  }

  .more-filters-trigger {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
  }

  .more-filters {
    display: inline;
  }
}
@media (min-width:768px) and (max-width:1024px){
h1{ font-size:30px; line-height:1.1333em;}
h2{ font-size:22px; line-height:1.2727em;}
h3{ font-size:22px; line-height:1.1818em;}
h4{ font-size:18px; line-height:1.3333em;}
h5{ font-size:14px; line-height:1.4285em;}
h6{ font-size:14px; line-height:1.4285em;}
.content .container-fluid{ padding:0 40px;}

  .home-about{ padding-bottom:10px; padding-top:70px;}
  .get-inspired{ padding:20px 0;}
  .our-brands-wrap{ padding:20px 30px;}
  .footer .container-fluid{ padding:0 40px;}

  .choose-fan-img{ /*height:380px;*/}
  .choose-fan-txt{ padding:0 30px; height:380px;}
  .choose-fan-txt h1 br{ display:none;}
  .col-choose-fan-txt{ margin-top:20px;}

  .p-details-middle .swiper-button-next{ right:-20px;}
  .p-details-middle .swiper-button-prev{ left:-20px;}

  .p-details-middle .details-reviews-banner .swiper-button-next{ right:-30px;}
  .p-details-middle .details-reviews-banner .swiper-button-prev{ left:-30px;}

  .getInspired-banner{ height:480px; background-size:cover; background-position:center top !important;}
  .page-logo{ margin-top:50px; height:400px;}
  .getInspired-banner-02{ height:56.25vw; background-position:center top !important;}
  .browse-by-category{ padding-top:50px;}
  .browse-by-category h4{ margin-bottom:50px;}
  .new-brand{ padding-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px){
  .header-logo-bar{ padding:25px 60px;}
  .header-logo-bar .container-fluid{ }
  .header-logo-bar .row{ margin-left:-16px; margin-right:-16px;}
  .header-logo-bar .col-xs-6{ padding:0 16px;}
  .scroll .header-logo-bar{ height:0; overflow:hidden; padding:0;}
  .scroll .content { padding-top:86px;}
  body.active .content { padding-top:0;}
  #main-content{ min-height: calc(100vh - 115px);}
  .home-banner{ height:560px;}
  .home .content { padding-top:125px;}
  .home-banner .swiper-slide{ height:560px;}
  .home-banner .swiper-button-next, .home-banner .swiper-button-prev{ margin-top:-25px;}
  .home-banner-txt{ padding-top:0;}
  .home-banner-txt-box{ /*width:320px;*/}

  .resources-banenr .table-cell{ height:200px;}
  .documentation-menu{ display:table; width:100%; border-right:1px solid #ddd;}
  .documentation-menu li{ display:table-cell; width:1%}
  .documentation-menu li a.active{ background-color:#fff; border-bottom:1px solid #fff;}
  .product-specs-bottom{ padding-top:35px;}
  .chooseTheRightFan-main h4.ac.upp{ margin-bottom:40px;}
  .chooseTheRightFan-main h1{ margin-bottom:40px;}
  .chooseTheRightFan-box{ height:270px;}

  .contact-side{ margin-top:60px;}
  .contact-side ul{ display:table; width:100%; margin-bottom:50px;}
  .contact-side li{ display:table-cell; vertical-align:middle; text-align:center; width:1%; padding:20px; border-right:1px solid #ccc;}
  .contact-side li:last-child{ border-right:none;}
  .contact-side-box{ border:1px solid #ccc; text-align:center;}
  .contact-side-box p{ max-width:450px; margin:0 auto;}
  .contact-side .btn{ max-width:290px;}

  .myProjects-all-line .btn{ margin-top:15px;}
  .ourStory-img-01{ height:350px;}
  .ourStory-img-02{ height:500px;}
  .ourStory-line>.row>div:first-child{ padding-top:85px;}
  .ourStory-top-line{ padding:60px 0;}
  .ourStory-line{ padding:60px 0;}
  .ourStory-bottom{ padding:60px 0;}

  .emailCart-line>.row>div:nth-child(1){ padding-right: 10px; }
  .emailCart-line>.row>div:nth-child(2){ padding-right: 10px; padding-left: 10px;}
  .emailCart-line>.row>div:nth-child(3){ padding-left: 10px;}
  .emailCart-line>.row>div:nth-child(4){ padding-left: 10px; }
  .EmailCart-list li strong{ font-size: 12px; width: 180px;  margin-left: -90px; }
  .EmailCart-list li.step-line span{ width: 155px; }

  .case-md-offset-1{ margin-left:33.33333333%}
  .plays-btn{ padding-left:25%;}

  .footer-main{  padding: 0 0 30px 0;}
  .footer-main ul { padding: 20px 0 0px;}
  .copy{padding-top: 0px; }
  .footer-main li{position: relative;}
  .footer-main li:not(:first-child)::after{
    content: '';
    top: 15px;
    height: 12px;
    width: 1px;
    left: -20px;
    position: absolute;
    margin-left: 20px;
    border-left: 1px #ffffff solid;
  }
}
@media screen and (max-width:1200px) {
  .filter-main-line .col-xs-12.ar{ text-align:left;}
}
@media screen and (max-width:1080px) {
  .header-main ul>li>a{ padding-left:15px; padding-right:15px;}
  .resources-meun li{ padding:0 10px;}
}
@media screen and (max-width:1024px){
  .getInspired-banner{    background-attachment: inherit;}
  .getInspired-banner-02{    background-attachment: inherit;}

  .mousetrap,#cloud-zoom-big{ opacity:0;}
}
/* 默认宽屏样式 */
@media all and (max-width: 991px) {
  html.active{overflow:hidden;}
  body.active{overflow:hidden; height:100vh; width:100vw; position:relative;}
  .page-wrap.active{ transform:translateX(calc(100vw - 50px)); width:100vw; position:fixed; top:0;}
  .ios .page-wrap.active #header{ position:relative;}
  .ios body.active{ height:100%;}
  .pc-header{ display:none;}
  .mob-menu{ display:block;}
   #hamburger-link{display:none; }
   #dealer_portal_link{margin-left: 0px;}
  .mob-navbar-pop.active{ transform:translateX(0); opacity: 1;-moz-box-shadow: 2px 3px 9px rgba(65,65,64,.2); -webkit-box-shadow: 2px 3px 9px rgba(65,65,64,.2); box-shadow: 2px 3px 9px rgba(65,65,64,.2); }
  .header-top li{ display:none;}
  .header-top #dealer_head li{ display:inline-block;}
  .header-top #dealer_head .division-selector li {
    display: flex;
  }
  .header-top li:last-child{ display:block;}

  .home-banner .swiper-slide{ /*background-position:center 85px ;*/background-position:center 0 ;}
  .home-banner .swiper-slide video {
    padding-top: 0;
  }
  .home-banner-txt h1{ font-size:60px;}
  .content { padding-top:195px;}
  .content.no-header-logo-bar { padding-top:88px;}
  .home-banner.no-header-logo-bar .swiper-slide {background-position:center 0px ;}
  .page-content{ padding-top:86px;/*  padding-top:195px;*/}
  .scroll .page-content{ padding-top:86px;}
  .inner_pages .page-content{padding-top:86px;}
  .scroll.dealer_islogin .page-content{padding-top:110px;}
  .compare-banner{ padding:10px 0 20px;}
  .compare .controls{ max-width:200px;}
  .compare .btn{ max-width:200px; float:right;}
  .compare-banner .swiper-button-next, .compare-banner .swiper-button-prev{ background-color:rgba(255,255,255,0.5);background-size: 55%;}
  .compare-banner .swiper-button-next{ right:-20px;}
  .compare-banner .swiper-button-prev{ left:-20px;}

  .tabs-box-1, .tabs-box-2{ border-left:1px solid #ddd; border-right:1px solid #ddd;}
  .detail-tab-box{ text-align:center; padding-bottom:20px;}

  .resources-meun{ border-bottom:none;}
  .resources-meun .container-fluid{ padding-left:15px; padding-right:15px;}
  .resources-meun .col-xs-12{ padding-left:0; padding-right:0;}
  .resources-meun-pc{ display:none;}
  .resources-meun-mob{ display:block;}
  .resources-meun dd:last-child{ border-bottom:1px solid #ccc;}

  .documentation-menu{ border-right:1px solid #ddd;}
  .documentation-menu li{  text-align:center; text-transform:uppercase; border-left:1px solid #ddd; border-top:1px solid #ddd;}
  .documentation-menu li a { display:block; border-bottom:1px solid #ddd; padding:11px 0 9px;background-color:#f8f8f8;}
  .documentation-menu li a:hover{ background-color:#fff; text-decoration:none; color:#000; }
  .documentation-menu li a.active{ background-color:#fff;}

  .myProjects-top .col-md-10.ar{ text-align:left;}

  .whereToBuy-top h4{ text-align:center;}
  .getInspired-line{ display:none;}


  .ourStory-img-03{ display:none;}
  .emailCart-3-line{ display:none;}

  .pdetail-thum { margin-right:-10px;}
  .pdetail-thum li{ display:inline-block; margin-right:7px; max-width:59px;}
  .pdetail-thum li.pdetail-thum-video:before{ background-size:36px auto;}

  .brands-video-pop iframe{ height:56.2845vw;}
  .footer-logo{display: none;}

}
.inline-xs{
  display: none;
}
.mt-minus-8{
  margin-top: -8px;
}
.mt-0{
  margin-top: 0px !important;
}

@media all and (max-width: 767px) {
  body{ font-size:13px;}
h1{ font-size:22px; line-height:1.3636em;}
h2{ font-size:22px; line-height:1.2222em;}
h3{ font-size:16px; line-height:1.25em;}
h4{ font-size:16px; line-height:1.25em;}
h5{ font-size:13px; line-height:1.3846em;}
h6{ font-size:13px; line-height:1.3846em;}

  .header-logo-bar{ padding:20px 24px;}
  .scroll .header-logo-bar{ padding:20px 24px;}
  #main-content{ min-height: calc(100vh - 155px);}
  .header-logo-bar .row{ margin-left:-10px; margin-right:-10px;}
  .header-logo-bar .col-xs-6{ padding:0 10px;}
  .header-logo-bar .col-xs-6 img{ max-width:126px; width:100%;}
  .footer-main{  padding: 0 0 30px 0;}
  .footer-main ul {padding: 20px 0 0px;}
  .footer-main li{display: inline-block; padding: 0px 20px 0; position: relative;}
  .footer-main li:not(:first-child)::after {
    content: '';
    top: 5px;
    height: 12px;
    width: 1px;
    left: -20px;
    position: absolute;
    margin-left: 20px;
    border-left: 1px #ffffff solid;
  }
  .copy{ padding-top: 0px;}
  .copy span{ display:block;}
  .copy span.copy-line{ display:none;}

  .scroll .header-logo-bar{ height:0; overflow:hidden; padding:0;}
  .scroll .content { padding-top:86px;}
  body.active .content { padding-top:0;}
  .home-banner{ height:auto;}

  .content{ padding-top:240px;}
  .content.no-header-logo-bar { padding-top:88px;}
.content .container-fluid{ padding:0 20px;}
.content .row{ margin-left:-10px; margin-right:-10px;}
.content .col-xs-12,.content .col-xs-6,.content .col-xs-8,.content .col-xs-4{ padding-left:10px; padding-right:10px;}
.mob-hide{ display:none;}
  .home-banner .swiper-slide{ height:calc(100vh - 240px);}
  .home-banner.no-header-logo-bar .swiper-slide{ height:calc(100vh - 88px);}
  .home-banner.no-header-logo-bar .swiper-slide {background-position:center 0;}
  .home-banner .swiper-button-next, .home-banner .swiper-button-prev{ margin-top:-25px;}
  .home-banner-txt{ padding-top:0; text-align:center;}
  .home-banner-txt h1{ font-size:30px;}
  .home-banner-txt-box{ /*max-width:100%; width:100%;*/}
  .footer-logo img{ max-width:100%;}
  .home-banner-txt-box.fr{ float:none;}
  .home-banner .table-cell{ vertical-align:bottom;}
  .home-banner .home-banner-txt-box{ margin-bottom:47px; margin-left:auto; margin-right:auto;}

  .title-h3{ margin:20px auto;}
  .home-about{ padding:40px 0 0;}
  .home-about-txt h2{ padding:10px 0;}
  .home-about-txt p{ padding-bottom:10px;}
  .home-about-box.fl{ float:none;}
  .home-about-box.fr{ float:none;}
  .home-about-box{ max-width:100%; margin-bottom:20px;}
  .col-xs-6 .btn-white{ white-space:normal; height:auto;}
  .get-inspired{ padding:10px 0 20px;}
  .our-brands-wrap{ margin-left:-20px; margin-right:-20px;}
  .col-choose-fan-img{ position:relative;}
  .choose-fan-img{ height:280px;}
  .col-choose-fan-txt>.row{ }
  .choose-fan-txt{ padding:95px 40px 20px; height:auto;}
  .col-choose-fan-txt{ margin-top:-65px; margin-left:-20px; margin-right:-20px; padding-left:10px; padding-right:10px;}
  .col-minka-story-txt{ position:relative; margin-top:30px;}
  .minka-story{ padding-top:0; text-align:center;}
  .minka-story-box{ padding:40px 20px 20px; height:auto;}
  .choose-fan{ padding-top:30px;}
  .minka-story-video{ height:280px;}
  .video-box img{ max-width:45px;}

  .compare-banner{ padding:10px 10px 20px;}
  .compare-banner .swiper-button-next{ right:-10px;}
  .compare-banner .swiper-button-prev{ left:-10px;}
  .p-index-box-txt{ padding:10px 0; min-height:136px;}
  .page-breadcrumb .ar{ text-align:left;}
  .filter-top p{ display:block; background-color:#f8f8f8; text-align:center; font-size:14px;border:1px solid #ccc; margin-top:-1px;}

  .filter-dropdown{ display:block; text-align:center; border:1px solid #ccc; margin-top:-1px;}
  .filter-dropdown .filter-txt{ font-size:14px;}
  .filter-dropdown-main{ left:0; text-align:left;}
  .filter-line{ border-top:none; border-bottom:none; margin-top:15px; padding-bottom:15px;}
  .filter-line .upp{ display:none;}
  .filter-main-line .dropdown .btn-default{ height:40px;}
  .quick-shop{ display:none;}
  .p-index-bottom{ padding:50px 0;}

  .page-breadcrumb .breadcrumb{ display:none;}
  .page-breadcrumb .ar{ display:none;}
  .filter-top-line{ display:none; }
  .filter-top-line.active{ }
  .mob-show{ display:block;}
  .p-index-mob{}
  .p-index-mob .btn{ width:100%;}
  .p-index-box-txt h6{ max-height:51px; overflow:hidden;}
  .mob-filier-1{}
  .mob-filier-2{ display:none;}
  .p-index-mob .btn.active .mob-filier-1{ display:none;}
  .p-index-mob .btn.active .mob-filier-2{ display:block;}
  .p-detail-info-list li{ margin-top:-1px;}
  .p-details-img #wrap{ overflow: hidden;max-height:calc(100vw - 40px;)}
  .p-details-middle .swiper-button-next{ right:-10px;}
  .p-details-middle .swiper-button-prev{ left:-10px;}

  .p-details-middle .details-reviews-banner .swiper-button-next{ right:0;}
  .p-details-middle .details-reviews-banner .swiper-button-prev{ left:0;}

  .getInspired-banner{ height:400px; background-attachment:inherit; background-position:center top!important;}
  .page-logo{ margin-top:50px; height:300px; background-size:200px auto;}
  .page-logo img{ max-width:200px;}
  .getInspired-banner-bottom-txt{ padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:30px; margin-top:-120px;}
  .getInspired-banner-bottom h5{ padding-top:30px;}
  .getInspired-banner-bottom p{ padding-top:30px;}
  .arrow-down-box{ margin-top:0;}
  .getInspired-banner-02{ height:400px; background-attachment:inherit; background-position:center !important;}
  .browse-by-category{ padding-top:40px; padding-bottom:20px;}
  .browse-by-category h4{ margin-bottom:20px;}
  .new-brand{ padding-top:30px; padding-bottom:20px;}
  .new-brand h4{ margin-bottom:20px;}

  .getInspired-banner-bottom h1{ padding-top:30px;}

  .myProjects-top li{ }
  .myProjects-top li .btn{ width:100%; margin-top:-1px;}
  .myProjects-main .p-index-box-txt .col-sm-6.ar{ text-align:left;}
  .myProjects-main .p-index-box-txt{ padding-left:10px; padding-right:10px;}
  .searchResults-top .form-control{ height:50px;}
  .searchResults-top button{ top:6px; font-size:18px; }

  .resources-banenr .table-cell{ height:120px;}
  .resources-meun .container-fluid{ padding-left:10px; padding-right:10px;}
  .resources-meun .col-xs-12{ padding-left:0; padding-right:0;}
  .resources-01{ padding:30px 0;}
  .warranty-registration-main{ padding:30px 0;}
  .documentation-content{ padding:30px 0;}
  .documentation-menu{ margin-bottom:30px;}
  .documentation-menu li{ margin-top:-1px;}
  .product-specs-bottom{ padding-top:20px;}
  .product-specs-line .ar{ text-align:left;}
  .product-specs-search{ padding:20px;}

  .chooseTheRightFan-box{ height:220px;}
  .chooseTheRightFan-main h4.ac.upp{ margin-bottom:20px; margin-top:0; font-size:13px;}
  .chooseTheRightFan-main h1{ margin-bottom:20px;}
  .room-size-bottom{ padding-bottom:0; margin-top:40px;}
  .room-size-bottom .ar{ text-align:center;}
  .room-size-bottom .al{ text-align:center;}
  .room-size-bottom .btn{ width:100%}
  .room-size-bottom .al .btn{ margin-top:20px;}
  .chooseYourStyle-3 h4{ font-size:14px; height:4em;}
  .map-box-col{ display:none;}
  .whereToBuy-logo .col-xs-12{ height:auto; padding-bottom:10px;}

  .contact-main h1{ margin-bottom:40px;}
  .contact-side ul{ margin-top:15px; text-align:center;}
  .contact-side-box{ text-align:center;}
  .contact-side-box p{ padding-left:20px; padding-right:20px;}

  .box-404{ padding:60px 0;}
  .getInspired-main{ padding-bottom:0;}
  .comparison-top p{ text-align:center;}
  .comparison-top .btn{ width:100%;}
  .comparison-top h1{ padding-top:40px; padding-bottom:10px;}

  .myProjects-line-box{ margin-bottom:15px;}
  .myProjects-all-line{ padding:25px 0;}
  .myProjects-all-line p{ padding-bottom:15px;}
  .myProjects-all-top{ display:none;}
  .login-SignUp-main .btn{ margin-bottom:10px;}
  .ourStory-line>.row>div:first-child{ padding-top:0; padding-bottom:25px;}
  .ourStory-top-line{ padding:25px 0;}
  .ourStory-line{ padding:25px 0;}
  .ourStory-bottom{ padding:25px 0 30px;}
  .ourStory-img-01{ height:150px;}
  .ourStory-img-02{ height:440px;}

  .EmailCart-list li strong{ display:none;}
  .EmailCart-list li.step-line span{ width:40px;}
  .virtualSampleCart-line .ar{ text-align: left; }
  .virtualSampleCart-bottom .btn{ max-width:100%; margin-top:20px;}
  .email-Project-box{ padding-top:60px;}

  .pindex-content .page-breadcrumb{ display:none;}
  /*.content.pindex-content*/ .mob-filters-menu .container-fluid{ padding:0 10px;}
  /*.content.pindex-content*/ .mob-filters-menu .col-xs-6,.mob-filters-menu .col-xs-12{ padding-left:0; padding-right:0;}
  .mob-padding-filters{ padding-top:60px;}
  .mob-page-menu .dropdown{ margin-bottom:15px;}
  .filters-side-box .dropdown{ margin-bottom:0;}

  .filters-side button.btn{ height:auto; white-space: inherit;}
  /*.filters-side .dropdown{ width:100%;}
  .filters-side .btn .fa{ float:right;}*/
  .filter-wrap{ display:none;}
  .mob-page-menu{ display:block;}
  .filters-col{ display:none;}
  .filters-side{
    background-color:#fff;
    color:#333;
    position:fixed;
    top:136px;
    z-index:999;
    width:100%;
    display:none;
    padding-bottom: 36px;
    max-height: calc(100vh - 136px);
    max-height: calc(100dvh - 136px);
    overflow-y: auto;
    -moz-box-shadow: 0 0 12px rgba(71,71,71,.4);
    -webkit-box-shadow: 0 0 12px rgba(71,71,71,.4);
    box-shadow: 0 0 12px rgba(71,71,71,.4);
  }

  .filters-side .container-fluid{ padding-left:0; padding-right:0;}
  .filters-side .col-xs-6:nth-child(1){ padding-right:5px;}
  .filters-side .col-xs-6:nth-child(2){ padding-left:5px;}
  .mob-filters-menu{ position:fixed; width:100%; background-color:#fff; z-index:91;}

  .mob-filters-menu .col-xs-6:nth-child(1){ border-right:1px solid #ccc;}
  .mob-filters-menu a{ display:block; color:#333; font-size:14px; padding:14px 20px; text-transform:uppercase; text-align:left;}
  .mob-filters-menu a:focus{ text-decoration:none; background-color:#f1f1f1;}
  .mob-filters-menu a i{ transition:all 0.3s; float:right; margin-top:3px;}
  .mob-filters-menu a.active i{ transform:rotate(180deg); }
  .mob-filters-menu{ border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
  .mob-sort-down{ position:fixed; top:136px; width:100%;  background-color:#fff; z-index:991; padding:15px 0; display:none; -moz-box-shadow: 0 0 12px rgba(71,71,71,.4); -webkit-box-shadow: 0 0 12px rgba(71,71,71,.4); box-shadow: 0 0 12px rgba(71,71,71,.4); }
  .mob-sort-down label{ display:block;}
  .mob-sort-down .dropdown, .mob-sort-down .dropdown button{ width:100%;}
  .mob-sort-down .dropdown button .fa{ float:right; margin-top:3px;}
  .mob-sort-down li{ border-bottom:1px solid #fff; font-size:14px;}
  .mob-sort-down a{ display:block; }
  .filters-applied {
    border-bottom: 1px solid #CACACA;
  }
  .filters-applied li:not(:last-child) > hr {
    margin: 0 -10px;
    border-bottom: 1px solid #CACACA;
  }
  #filters-applied-list-wrapper {
    text-align: center;
  }

  .filters-applied,
  .filters-side-box {
    padding: 15px 30px;
  }

  .filters-applied-list > li {
    margin: 10px 20px;
    font-size: 12px;
  }

  .filters-side-box h5{ color:#fff;}
  .filters-side-box .dropdown-menu{}
  .filters-side-box .dropdown-menu p { padding: 5px 10px;}
  .filters-side .btn-default {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width:100%;
    height:30px;
    border:none;
    background-color:#fff !important;
    font-family: 'ProximaNova-SemiBold', sans-serif;
  }
  .filters-side-box button:focus, .filters-side-box button:hover, .filters-side-box button.btn-default:hover{ background-color:transparent;}
  .filters-side-box .btn-xs.btn-grey.active { background-color: #666; color: #fff;}

  .filters-side-box .btn:not(.collapsed) .plus-ico {
    display: none;
  }
  .filters-side-box .btn:not(.collapsed) .minus-ico {
    display: block;
  }

  .filters-side-box .checkbox {
    margin-top: 16px;
  }

  .mob-filter-option--with-image {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .mob-filter-option--with-image > img {
    margin-top: -6px;
    height: 20px;
  }

  .mob-page-menu .btn-xs{ text-transform:inherit;}
  .p-index-main{ padding-top:100px;}
  .p-index-filter-top{}
  .p-index-filter-top .dropdown{ width:100%;}
  .p-index-filter-top .dropdown button{ width:100%;}

  .brands-video-line{ padding:50px 0;}
  .brands-video-line-txt{ padding:30px; height:auto;}
  .brands-video-box{ margin-top:0; height:54vw;}
  .plays-btn img{ max-width:70px;}
  .inline-xs{
    display: inline;
  }

  .zoom-icon{ width:40px; height:40px; padding-top:10px;font-size: 16px;}
  .xs-w-100{
    width: 100%;
  }
  .w-100.xs-w-100{
    width: 100%;
  }
  .xs-mt-10{
    margin-top: 10px;
  }
  .xs-mt-20{
    margin-top: 20px;
  }
  .scroll.dealer_islogin .page-content{
    padding-top: 106px;
  }
  .dealer-main .table-bordered > tbody > tr > td,
  .dealer-main .table-bordered > tbody > tr > th{
    font-size: 11px;
    padding: 7px 4px  5px 4px !important;
  }
  .dealer-main .table-bordered > tbody > tr > td.xs-pa-8{
    padding: 8px !important;
  }
  .dealer-main .table-aging.table-bordered.dealer-table-striped.table-condensed  tr.toggled_tr td{
    padding: 0px 2px  0px 2px !important;
  }
  .dealer-main .table-bordered.dealer-table-striped  tr.toggled_tr.no-border td{
    border: none !important;
  }
  .dealer-main .table-bordered.dealer-table-striped  tr.toggled_tr td b{

    font-family: 'ProximaNova-Semibold';
  }

  .rga-item-info-detail__upload .filepond--root {
    font-size: 12px;
  }
}
@media all and (max-width: 374px) {
  .p-index-box-txt h6{ max-height:34px; overflow:hidden;}
  .content{ padding-top:220px;}
  .home-banner .swiper-slide{ height:calc(100vh - 220px);}
}
/*Retina Displays*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2){

}
/* 本条为CSS2部分，IE8及以下只支持本条 */
/*打印*/
@media print{
  .container-fluid{ max-width:1300px;}
  .print-myProjects{ padding:10px 0;}
  .myProjects-main .p-index-box{ margin-top:0; }
  .myProjects-main .p-index-box-txt{background-color: #f6f6f6; padding:0; min-height:103px;}
  .print-myProjects h1{ margin:0; padding:0;}
  .print-myProjects img{ vertical-align:top;}
  .print-myProjects .myProjects-p{ padding-bottom:0;}
  .print-myProjects textarea{ display:none;}
  .p-index-main{ padding-top:15px;}
}

.home-zoom-wrap-h a .get-inspired-box.add-fadeInDown.animated.fadeInDown{
  position: relative;
}
.get_inspired_title{
  position: absolute;
  height: 70px;
  width: 100%;
  bottom: 0;
  color:#fff;
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: center;
  line-height:  70px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


/* dealer portal */
.navbar-link.white{     height: 22px; padding: 0 15px 0 0; position:absolute;}
.navbar-link.white .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color:#fff;}
.navbar-link.white .icon-bar + .icon-bar {margin-top: 4px;}
.navbar-link.white.active .icon-bar:last-child{ display:none;}
.navbar-link.white.active .icon-bar{ /*background-color:#fff;*/}
.navbar-link.white.active .icon-bar:first-child{ transform:rotate(45deg);}
.navbar-link.white.active .icon-bar:nth-child(2){ transform:rotate(135deg); margin-top:-2px;}
.navbar-link.white.active .icon-bar:nth-child(3){ opacity: 0;}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  margin-top: 34px;
}

/* The navigation menu links */
.nav_cate .logout a {
  padding: 8px 8px 8px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 50px;
  transition: 0.3s;
  font-family: 'ProximaNova-Regular';
}

.nav_cate a {
  padding: 8px 8px 8px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 50px;
  transition: 0.3s;
  font-family: 'ProximaNova-Bold';
}



/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
header,#nav-dropdown,#main-content,footer {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.dealerSidenav{
  width: 0;
  transition: width 0s ease;
}
.dealerSidenav.active{
  width: 100vw;
  transition: width 0s ease;
}
.dealerSidenav_overlay{
  width: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
}
.dealerSidenav_content{
  width: 0px;
  background: #fff;
  height: 100%;
  display: block;
  overflow: hidden;

  position: absolute;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.nav_sub_cate::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
  background-color: #fff;
}

.nav_sub_cate::-webkit-scrollbar
{
  width: 4px;
  background-color: #fff;
}

.nav_sub_cate::-webkit-scrollbar-thumb
{
  background-color: #0000009c;
}

.dealerSidenav.active .dealerSidenav_content{
  width: 384px;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.dealerSidenav_content_mob{
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.nav_cate{
  width: 116px;
  background: #666;
  display: block;
  float: left;
  position: absolute;
  height: 100%;
}
.mob-navbar .nav_cate{
  width: 100px;
  height: 100%;
}
.mob-navbar .nav_cate a{
  font-size: 11px;
}
.nav_cate li{
  cursor: pointer;
}
.nav_cate li .triangle{
  float: right;
  margin-top: -45px;

}
.nav_sub_cate{
  width: 268px;
  background: #fff;
  margin-left: 116px;
  padding-bottom: 250px;
  display: block;
  height: calc(100vh + 100px);
 overflow-y: auto;
}
.mob-navbar .nav_sub_cate{
  width: calc(100vw - 150px);
  overflow: scroll;
  margin-left: 100px;
}
#mob_right_overlay{
  background: rgba(0,0,0,.5);
  display:none;
  width: 100%;
  top: 0px;
  position: absolute;
  z-index: 999;
  height: 100%;
}
#header-top-overlay{
  background: rgba(0,0,0,.5);
  display:none;
  width: 100%;
  top: 0px;
  position: absolute;
  z-index: 999;
  height: 100%;
}
#header-top-overlay.active{
  display:block;
}

.nav_sub_cate .title{
  background: #005580;
  line-height: 41px;
  font-size: 13px;
  color: #fff;
  font-family: 'ProximaNova-Bold';
}
.mob-navbar .nav_sub_cate .title{
  line-height: 32px;
}

.nav_sub_cate .greeting{
  min-height: 60px;
  color: #000;
  padding: 24px 10px;
  line-height: 1.5;


}
.nav_sub_cate ul.main_ul{
  padding: 0px 10px;
}
.contact_link{
  text-transform: none !important;
  display: inline  !important;
}
ul.main_ul li span.fr{
  font-weight: bold;
}
.nav_sub_cate ul.main_ul > li{
  padding: 24px 5px;
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #CCCCCC;
}

.mob-navbar .nav_sub_cate ul.main_ul > li{
  padding: 22px 5px;
}


li.has_border_top{
  border-top: 1px solid #CCCCCC;
}
li.has_no_border_bottom{
  border-bottom:none !important;
}
.triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 9px 0;
  border-color: transparent #fff transparent transparent;
  display: none;
}

.nav_cate ul li.active .triangle{
  display: block;
}

.menu_btn{
  margin: 32px 15px;
  width: calc(100% - 30px);
}
ul.sub_ul{
  display:none;
}
ul.sub_ul li{
  padding: 25px 10px 5px 10px;
  font-family: 'ProximaNova-Light';
  color:#333;
}
ul.main_ul li.active ul.sub_ul{
  display:block;
}
.sub_cate{
  display: none;
}
.sub_cate.active{
  display: block;
}
.contact_card{
  background: #F8F8F8;
  margin-top: 20px;
  color: #333;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
  font-family: 'ProximaNova-Light';
}
.contact_card b{
  font-family: 'ProximaNova-Regular';
}
.gold_link,a.gold_link{
  color: #6D552C;
}
.blue_link,a.blue_link{
  color: #0D5C91;
}
#dealer_head .header-top-dropdown dd.gold_link{
  color: #6D552C;
  font-size: 18px;
}
.order_cart_btn{
  width: 240px;
}
.cart_dropdown{
  width: 320px;
  left: unset;
  right: 0;
}
.cart_dropdown dl{
  padding: 10px 20px 5px 20px;
}
.cart_dropdown dl dd{
  padding:0px 0 15px 0;
}
.cart_dropdown .cart_item{
  display: table;
}
.cart_dropdown .cart_item div{
  display: inline-block;
  clear:both;
  vertical-align: top;
}
.cart_dropdown .cart_item div.item_info{
  padding: 0px 0 0 15px;
  font-size: 14px;
  width: 200px;
  word-break: normal;
  font-weight: normal;
  line-height: 1.8;
}
.cart_item div.item_info h5{
  color:#000000;
  padding-bottom: 0px;
  white-space:normal;
  font-family: 'ProximaNova-Regular';
}
.cart_item div.item_info p{
  color:#333;
  white-space:normal;
  line-height: 1.7;
  font-family: 'ProximaNova-Light';
}
#dealer_msg{
  background: #6D552C;
  color:#fff;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 36px;
  line-height: 36px;
  z-index: 9999;
  top: 0;
  display: none;
  font-family: 'ProximaNova-Regular';
}
#dealer_msg.danger{
  background: #A72725;
}
#dealer_msg button{
  background: transparent;
  font-size: 18px;
  margin: 5px;
}
.dealer_radio{
  display: inline-block;
  margin-top: -8px;
}
.dealer_radio input[type=radio] {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  margin: 0 0 2px;
}

.dealer_radio label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 2px;
  column-gap: 8px;
}
.d-inline-block {
  display: inline-block;
}
.d-block{
  display: block;
}
.height-20{
  height:20px !important;
}
.pr-0{
  padding-right: 0px;
}
.pl-0{
  padding-left: 0px;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-35{
  margin-top: 35px;
}

b.mt-10{
  display: inline-block;
}
.mt-4{
  margin-top: 4px;
}
.ml-10{
  margin-left: 10px;
}
.fw{
  width: 100%;
}
.hw{
  width: 50%;
}
.no-border{
  border:none !important;
}
.dealer_select{
  /* width:150px; */
  width:250px;
}
.dealer_select.fw{
  width:100%;
}
.dealer_select,.dealer_input{
  height: 36px;
  background: transparent;
  padding-left:3px ;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* #payment-form .dealer_select {
  width: 68px !important;
} */
.bg_white{
  background: #fff;
}
.dealer_chk.checkbox input[type=checkbox]{
  margin-top: 0px;
  margin-left: 0px;
  opacity: 1;
}
.dealer_chk.checkbox label{
  padding-left: 20px;
  margin-bottom: 10px;
}
.f-18{
  font-size: 18px;
}
.f-18-xs-14{
  font-size: 18px;
}
.f-14{
  font-size: 14px;
}
.dealer_hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-bottom:0;
}
.text-333{
  color: #333;
}
.ffa-pr{
  font-family: 'ProximaNova-Regular';
}
.dealer_collapse_btn{
  font-family: 'ProximaNova-Regular';
  font-size:14px;
  cursor:pointer;
  color: #0D5C91;
}
.alert-info a{
  color: #0D5C91;
}
.alert-grey{
    background-color: #f5f5f5;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.w-40p{
  width: 40%;
}
.m-w-30p{
  min-width: 30%;
}
.m-w-40p{
  min-width: 40%;
}
.w-50p{
  width: 50%;
}
.w-80p{
  width: 80%;
}
.dealer_hide{
  display: none;
}
.dealer_show{
  display: block;
}
.dealer-main{
  padding: 0px 0 70px 0;
}
.dealer-main.pb-0{
  padding: 0px 0 00px 0;
}
.dealer-main input[type="text"]{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dealer-main .modal-dialog{
  margin-top: 115px;
}
.dealer-main .modal-dialog .modal-content{
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.dealer-main .modal-dialog .modal-header{
  border-bottom: 0 ;
}
.dealer-main .modal-dialog .modal-header h4{
  font-size:18px;
  font-family: 'ProximaNova-Regular';
}

.dealer-main .modal-dialog .modal-body{
    padding: 0 15px 15px 15px;
    word-break: break-word;
}
.dealer-main .modal-dialog .modal-footer{
  border-top: none ;
}
.dealer-main input.err{
  background: #fff;
}
.dealer_btn{
  background: #F8F8F8;
  height: 36px;
  padding:8px 20px;
  border: 1px solid #333;
}
.dealer_btn.active{
  background: #333;
  color:#fff;
  border: 1px solid #333;
}
.outline_ipt{
  height: 36px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #333;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dealer_ipt{
  height: 40px;
  padding: 0 3px;
  background: #F8F8F8;
}
.dealer_outline_ipt{
  height: 36px;
  padding: 0 3px;
  background: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dealer_outline_ipt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:  #CCCCCC;
  opacity: 1; /* Firefox */
}

.dealer_outline_ipt:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #CCCCCC;;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:  #CCCCCC;;
}
.outline_ipt:disabled,
.outline_ipt.disabled {
  background: #f6f6f6;
}
.dealer-main .alert,#dealer_switch_user .alert{
  border: none;
  border-radius: 0;
 }
 .dealer-main .alert b{
  font-family: 'ProximaNova-Bold';
 }
 #dealer_switch_user .alert span{
  font-size: 18px;
 }
.dealer-main .modal-dialog .close {
  position: absolute;
  opacity: 1;
  z-index: 1;
  top: 15px;
  right: 5px;
  border: 0;
  color: black;
  padding: 5px 10px;
  font-size: 1.3rem;
}
.dealer-main .popover{
  min-width: 260px;
}
.dealer-main .popover button.close{
  color:#000;
  opacity: 1;
  font-size: 11px;
  margin-bottom: 10px;
}
.popover{
  max-width: 100%;
  border-radius: 0;
  font-family: 'ProximaNova-Light', sans-serif;
}
.dealer-main .adjustments-col .popover{
  min-width: 400px;
}
.dealer-main .popover h3{
  font-family: 'ProximaNova-Regular';
 }

 .dealer-main table.table-outline{
  border: 1px solid #ddd;
}
.dealer-main table.table-outline td{
  line-height: 1.8;
  padding-top: 15px;
}


.dealer-main table.table-outline > thead > tr > th{
  border-bottom: none;
}
.table-bordered-top-only{
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.dealer-main .table-bordered > thead > tr > th, .dealer-main .table-bordered > thead > tr > td{
    border-bottom-width: 1px;
    vertical-align: middle;
    padding: 4px;
    font-weight: normal;
    font-family: 'ProximaNova-Semibold';
}
.dealer-main .table-bordered > tbody > tr > th,.dealer-main .table-bordered > tfoot > tr > th{
  font-weight: normal;
  padding: 4px;
  font-family: 'ProximaNova-Semibold';
}
.dealer-main .table-bordered > tfoot > tr > th{
  border-top: none ;
}
.dealer-main .table-bordered > tbody > tr > td{
  padding: 4px;
  vertical-align: middle;
  font-family: 'ProximaNova-Regular';
}
.dealer-main .table-bordered > tbody > tr > td.icon object{
  margin-top: 3px;
  margin-bottom: -4px;
}
.dealer-main .resources-box .table-cell {
  height: 180px;
}
.dealer-main .btn-group > .btn:first-child:not(.disabled){
  border: 1px solid #333;
  text-align: center;
  background: #F8F8F8;
}
.dealer-main .btn-group > .btn.dropdown-toggle{
  padding-right: 22px;
}
.dealer-main .btn.dropdown-toggle.disabled,
.dealer-main .btn.disabled{
  color: #fff;
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
}
.dealer-main .btn-group.open > .btn{
  background: #666666 !important;
  color: #ffffff !important;
}
.btn-back{
  border: 1px solid #ccc !important;
  background: transparent  !important;
}
.dealer-main .pull-right .btn-group{
  margin-left: 6px;
}
.mb_30{
  margin-bottom: 30px;
}
.pb_0{
  padding-bottom: 0 !important;
}
.ml-35{
  margin-left: 35px;
}
.lh-25{
  line-height: 25px;
}
.w-120{
  width: 120px;
}
.w-140{
  width: 140px;
}
.w-100{
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-100p {
  width: 100%;
}
.w-50{
  width: 50px;
}
.h-40{
  height: 40px;
}
.pop_width_400 + .popover{
  max-width: 400px;
}
.text-error {
  color: #A72725;
}
.break-all{
  word-break: break-all;
}
.va-top{
  vertical-align: top !important;
}
.dealer_link{
  color: #0D5C91 !important;
  cursor: pointer;
}
.one_customer,.one_customer label{
  margin-bottom: 0px !important;
  margin-top: 0px  !important;
}
.white_tr th, .white_tr td{
  background: #fff;
}

.dealer_islogin .nav-dropdown{
  top:103px;
}
.form-group.err{
  color: #A72725;
}

.form-group.err input,
.form-group.err textarea,{
  border-color: #A72725;
}
.err_msg{
  color:   #A72725;
  margin-top: 10px;
}
.material_link a{
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}
ul.material_link{
  padding-top: 20px ;
}
.material_link li{
  padding-top: 10px ;
  padding-bottom: 10px ;
}

.form-horizontal.dealer_form_horizontal .control-label{
  float: left;
  width: 200px;
  padding-top: 0px;
  text-align: right;
  line-height: 40px;
  margin-right: 20px;;
  font-size: 18px;
  font-weight: normal;
  font-family: 'ProximaNova-Regular';
}
.form-horizontal.dealer_form_horizontal .form-group {
  margin-bottom: 15px;
}

.form-horizontal.dealer_form_horizontal .control-label + div{
  width: calc(100% - 230px);
  float: left;
  position: relative;
  line-height: 40px;
}

.form-horizontal.dealer_form_horizontal .control-label + div .has-popover {
  position: absolute;
  right: 30px;
}

.form-horizontal.dealer_form_horizontal input[type="text"],
.form-horizontal.dealer_form_horizontal input[type="password"],
.form-horizontal.dealer_form_horizontal input[type="tel"],
.form-horizontal.dealer_form_horizontal input[type="number"],
.form-horizontal.dealer_form_horizontal input[type="email"],
.form-horizontal.dealer_form_horizontal textarea,
.form-horizontal.dealer_form_horizontal select,
.form-horizontal.dealer_form_horizontal .form-control{
  width: calc(100% - 20px);
  float: left;
  margin-right: 2px;
}

.form-horizontal.dealer_form_horizontal .datepicker + div.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom{
  background-color:transparent;
  border: none;
  box-shadow: none;
}
.form-horizontal.dealer_form_horizontal .datepicker.dropdown-menu,
.form-horizontal.dealer_form_horizontal .datepicker-days{
  max-width: 300px !important;
  width: 300px !important;
  background: red;
  background-color: #fff;
  padding: 5px;
  margin-top: -5px;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.form-horizontal.dealer_form_horizontal .iti {
  float: left;
  width: calc(100% - 91px);
}
.form-horizontal.dealer_form_horizontal .iti .input-phone {
  width: 100%;
}
.form-horizontal.dealer_form_horizontal input.input-phone_ext{
  width: 60px;
}
.help-block{
  display: block;
  clear: both;
  line-height: 1.5;
  padding-top: 10px;
  color:#333;
  font-family: 'ProximaNova-Regular';
  letter-spacing: 1px;
  font-size: 12px;
}
.form-horizontal.dealer_form_horizontal .chk_wrap{
  width: calc(100% - 230px);
}
.form-horizontal.dealer_form_horizontal .radio{
  padding-top:0px;
  line-height: normal;
}

.form-horizontal.dealer_form_horizontal .btn-black{
  min-width: 300px;
}
.require_star{
  font-size: 20px;
}
.floatThead-container{
  z-index: 91 !important;
  background: #fff;
  overflow-x: inherit !important;
}
h3.material_title{
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
}
h3.material_title small{
  font-family: 'ProximaNova-Light';
  color: #757575;
  font-size: 14px;
}
.vue_paging{
  text-align: center;
}
.vue_paging .pagination > .disabled > span,
.vue_paging .pagination > .disabled > span:hover,
.vue_paging .pagination > .disabled > span:focus,
.vue_paging .pagination > .disabled > a,
.vue_paging .pagination > .disabled > a:hover,
.vue_paging .pagination > .disabled > a:focus{
  border: none;
}
.vue_paging .pagination > .active > a,
.vue_paging .pagination > .active > span,
.vue_paging .pagination > .active > a:hover,
.vue_paging .pagination > .active > span:hover,
.vue_paging .pagination > .active > a:focus,
.vue_paging .pagination > .active > span:focus{
  border: none;
}
.vue_paging .pagination > li > a,
.vue_paging .pagination > li > span{
  color: #757575;
  border:none;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}
.vue_paging .pagination > .active > a{
  color:#000;
  background: transparent;
}
.vue_paging .pagination > li:first-child a,
.vue_paging .pagination > li:last-child a{
  color:#000;
}
.vue_paging .pagination > li:first-child.disabled a,
.vue_paging .pagination > li:last-child.disabled a{
  color: #757575;
}

.btn_card{
  background: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  height: 30px;
  box-shadow: 1px 1px 4px rgb(192, 192, 192) !important;
  line-height: 25px;
}
.btn_card img{
 margin-top: -5px;
}
.inventory-table ul.dropdown-menu{
  min-width: auto;
}
.bg-f8{
  background: #f8f8f8;
}
.btn-outline{
  border: 1px solid #000;
}
.btn-outline[disabled]{
  border: 1px solid #bbb;
}
.btn-outline.is-active {
  background-color: #666;
  color: #fff;
}
.input-large.outline_ipt{
  height: 40px;
}
.w-300{
  width: 300px;
}
tr.borderless,tr.borderless td,tr.borderless th{
  border: none !important;
  background: transparent !important;
}
tr.bg-white td,tr.bg-white th{
  background: #fff !important;
}
.item_image{
  box-shadow: 1px 2px 4px #00000026;
}
.link_ab{
  position: relative;
}
.link_ab a{
  position: absolute;
    bottom: 10px;
    width: 100%;
    left: -10px;
}
.box_wrap{
  padding: 20px;
  border: 1px solid #ddd;
}
.box_wrap .btn-black{
 width: calc(100% - 40px);
 margin: 0 auto;
 display: block;
}
.box_wrap.darker{
  border-color: #757575;
}
.box_wrap.darker .radio-inline input[type="radio"]{
  margin-top: 0px;
}
.box_wrap h4{
  font-family: 'ProximaNova-Regular';
}
.rga_radio_label{
  font-family: 'ProximaNova-Regular';
  font-size: 18px;
  margin-right: 20px;
}
.no-border td{
  border: none !important;
}
#input_QTY{
  width: 65px;
  margin-right: 5px;
}
#dealer_head_mob{
  position: fixed;
  bottom: -1px;
  background: #005580;
  width: 100vw;
  font-size: 12px;
  color: #fff;
  z-index: 1091;
}
#dealer_head_mob li{
  display: inline;
  line-height: 36px;
  font-family: 'ProximaNova-Semibold';
  letter-spacing: 1px;
  font-size: 12px;
  color: #CCCCCC;
}
#dealer_head_mob li a{
  color:#fff;
  font-family: 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#dealer_head_mob .header-top-dropdown{
  bottom: 36px;
  color: #333;
  width: 100vw;
  left: -15px;
  height: 100vh;
  font-family: 'ProximaNova-Regular';
  background-color: #f8f8f8;
}
#dealer_head_mob  .header-top-dropdown-link .header-top-dropdown{
  display: none;
}
#dealer_head_mob  .header-top-dropdown-link.active .header-top-dropdown{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: stretch;
}
#dealer_head_mob  .header-top-dropdown-link.active .caret{
  transform: rotate(180deg) scaleX(-1);
}
.group_dropdown.active .caret{
  transform: rotate(180deg) scaleX(-1);
}
#dealer_head_mob .header-top-dropdown dl{
  border:none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0;
}
#dealer_head_mob .header-top-dropdown dd,
#dealer_head_mob .header-top-dropdown li {
  height: 60px;
  border-top: 1px solid #CCCCCC;
  padding: 0 15px;
  line-height: 60px;
}
#dealer_head_mob .header-top-dropdown dd a,
#dealer_head_mob .header-top-dropdown li button {
  color: #333;
  font-size: 1rem;
}
#dealer_head_mob .header-top-dropdown li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#dealer_head_mob .header-top-dropdown-link.fr div.header-top-dropdown{
  right: 0;
  left: auto;
}
.nav_sub_cate .switch_user_wrap{
  text-align: center;
  border-bottom: none !important;
  font-family: 'ProximaNova-Light' !important;
  border-top: 1px solid #CCCCCC;
}

.form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="file"] {
  margin-top: 12px;
}
.switch_user_wrap .btn{
  margin: 20px 15px 0px 15px;
}
.ml-20{
  margin-left: 20px;
}
.mob_head_fuc_wrap .btn-group.active.open>a::after{
  content: "";
  position: absolute;
  bottom: -7px;
  width: 10px;
  left: 4px;
  z-index: 1099;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.mob_switch_user_wrap{
  font-family: 'ProximaNova-Light' !important;
  text-align: center;
  color: #000;
  border-top:1px solid #CCCCCC;
  line-height: 25px !important;
  border-bottom: none !important;
}
.mob_switch_user_wrap a.btn{
  color: #000 !important;
  margin-bottom: 0 !important;
}
.arrow_link{
  padding-left: 8px;
}
.arrow_link::before{
  content: "";
  border-style: solid;
  height: 8px;
  width: 5px;
  margin-left: -7px;
  margin-top: 3px;
  position: absolute;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #0D5C91;
}
.arrow_link.active::before{
  content: "";
  border-style: solid;
  margin-left: -10px;
  margin-top: 5px;
  position: absolute;
  border-width: 5px 4px 0 4px;
  border-color: #0D5C91 transparent transparent transparent;
}
.dealer-table-striped  tbody.striped:nth-child(even){
  background-color: #f9f9f9;
}
.dealer-table-striped  tbody.striped:nth-child(odd){
  background-color: #ffffff;
}
.table > tbody + tbody{
  border-top: 1px solid #ddd;
}
tbody tr.toggled_tr {
  display: none;
}
tbody.active tr.toggled_tr {
  display: table-row;
}
.dealer-table-striped tbody.active tr,tbody.active tr{
  background:#F1F8FB  !important;
}
.table-aging tr.toggled_tr td{
  border: none !important;
}
.dealer-table-striped.table > tbody + tbody{
  border: none ;
}
.dealer-table-striped.table-loose tbody > tr > th,
.dealer-table-striped.table-loose thead > tr > th {
  padding: 7px 12px;
}
.dealer-table-striped.table-loose tbody > tr > td {
  padding: 7px 12px;
}

.disable_icon{
  opacity: 0.3;
}
.ver_separate{
  border-left:0.5px solid #333;
  font-size: 30px;
  margin-bottom: -12px;
  margin-left: 12px;
  margin-right: 8px;
  display: inline-block;
  width: 1px;
  height: 30px;
}
.pa-0{
  padding: 0;
}
.xs_fixed_form_action{
  display: none;
}
.dealer_chk_two_cols label{
  width: 50%;
  float: left;
  height: 25px;
}
.dealer_chk_two_cols .dealer_chk:has(input:not([type=checkbox])) label {
  width: auto;
  height: auto;
  min-height: unset;
  padding: 0;
  margin: 0;
}
.dealer_chk_two_cols.mw-300 label{
  max-width: 300px;
}
.form-horizontal .checkbox{
  padding-top: 15px;
}
.right_zero{
  right: 0 !important;
  left: auto;
}
.left_zero{
  left: 0 !important;
  right: auto;
}
.p-current-price {
  font-family: 'ProximaNova-Regular';
  font-size: 24px;
  color: #A72725;
}
.p-current-price.small-price {
  font-size: 20px;
}
.price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.price-discount {
  margin-left: 5px;
}
.p-was-price{
  color: #333;
  text-decoration: none;
  position: relative;
  font-family: 'ProximaNova-Regular';
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}
.p-was-price span{
  color: #757575;
}
.p-save-price{
  font-family: 'ProximaNova-Regular';
  font-size: 10px;
  color: #008815;
  line-height: 12px;
  text-align: left;
}
#dealer_RGA input.err{
  border-color:#A72725;
}
#power_home_username + ul.typeahead.dropdown-menu{
  margin-left: 10px;
}
#power_home_username + ul.typeahead.dropdown-menu .active > a {
  background-color: #0D5C91;
}

#power_home_division_id,#user_division_id_mob,#select_division_id,#user_division_id,.select_arrow{
  background-image: url(../../_images/dealer/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 95%  center;
  background-size: 8px;
}
.order_cart_table > tbody + tbody {
  border-top: 0;
}
.order_cart_table tbody tr td{
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  font-family: 'ProximaNova-Regular';
}
.order_cart_table tbody tr td:first-child {
  padding-left: 0;
}
.order_cart_table tbody tr td:last-child {
  padding-right: 0;
}
.order_cart_table tbody tr td .text-muted {
  font-family: 'ProximaNova-Light';
  color: #757575;
}
.dnd_icon{
  background-image:  url(../../_images/dealer/dnd_icon_grey.svg);
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-top: 10px;
  margin-right: 8px;
}
.dnd_icon:hover,
.dnd_icon:focus {
  background-image:  url(../../_images/dealer/dnd_icon.svg?20230517);
}
.side_nav_new_feature {
  font-family: 'ProximaNova-Semibold';
  font-size: 10px;
  color: #6D552C;
}
.new_feature{
  font-family: 'ProximaNova-Semibold';
  font-size: 10px;
  position: absolute;
  color: #6D552C;
  /*margin-top: 5px;
  margin-left: 10px;*/
  margin-top: 4px;
  margin-left: 29px;
}
.minicart_reddot{
  display: inline-block;
  background:#ED3D3A ;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  right: -5px;
}
.md_sticky_pay{
  background: #F8F8F8;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  box-shadow: 0 -3px 6px #0000001f;
  z-index: 999;
  padding: 20px;
  width:calc( 100vw - 20px);
  margin-left: calc(-50vw + 640px);
}

.btn-radios .radios input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-radios .btn {
  width: 60px;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid;
  border-radius: 3px;
  color: #757575;
  text-transform: none;
}

.btn-radios .btn.active {
  color: #000;
  background-color: #E2E2E2;
}

.btn-radios .btn + .btn {
  margin-left: 8px;
}

/* Order Cart page */
.multi-account-sidebar {
  border: 1px solid #ccc;
}

.multi-account-sidebar.is-sticky {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .mob-select-account{
    left: 0px;top:90px; position: fixed; z-index: 1091; padding-top:6px;padding-bottom:14px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-color: white;
    line-height: 32px;
  }
}

.multi-account-sidebar .account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  border-bottom: 1px solid #ccc;
}

/* .multi-account-sidebar .account:hover,
.multi-account-sidebar .account:focus, */
.multi-account-sidebar .account.selected {
  box-shadow: 0 0 0 2px #6D552C;
}

.multi-account-sidebar .account__logo {
  display: flex;
  align-items: center;
  height: 52px;
  width: 104px;
  font-size: 18px;
  white-space: nowrap;
}

.multi-account-sidebar .accounts-meta {
  padding: 0 20px;
}

.multi-account-sidebar .accounts-meta .amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 17px;
  font-size: 18px;
}

.multi-account-sidebar .accounts-meta .btn {
  margin-bottom: 25px;
}

.multi-account-sidebar .accounts-meta .alert {
  margin-bottom: 16px;
}

.cart {
  margin-top: 20px;
}

.cart .row {
  margin-left: -15px;
  margin-right: -15px;
}

.cart-addr {
  color: #000;
  font-family: 'ProximaNova-Regular';
}

.cart .require_star {
  color: #A72725;
  font-size: inherit;
}

.cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 13px 15px;
  margin: 0 -20px;
  background-color: #F1F8FB;
  color: #000;
  font-size: 12px;
}

.cart .cart-header .outline_ipt {
  border-color: #707070;
}

.cart .cart-header .outline_ipt::-webkit-input-placeholder {
  color: #A72725;
}
.cart .cart-header .outline_ipt::-moz-placeholder {
  color: #A72725;
}
.cart .cart-header .outline_ipt:-ms-input-placeholder {
  color: #A72725;
}
.cart .cart-header .outline_ipt:-moz-placeholder {
  color: #A72725;
}

.cart .cart-header > div:last-child {
  margin-left: 20px;
}

.cart .cart-header .btn--styless {
  margin-left: 36px;
}


.cart .cart-header-mob{
  padding: 13px 15px;
  margin: 0 -20px;
  background-color: #F1F8FB;
  color: #000;
  font-size: 12px;
  justify-content: space-between;
}
.cart .cart-header-mob .cart-flex{
  display: flex !important;
  align-items: center !important;
}

.cart .cart-header-mob .cart-flex > div:nth-child(2) {
  margin-left: 20px;
}

.cart .cart-header-mob .cart-flex .btn--styless {
  margin-left: 36px;
}

.cart-wrapper .btn--styless.is-toggled {
  transform: scaleY(-1);
}

.cart-header__title {
  color: #333;
}

.cart-header__account {
  font-size: 12px;
}

.cart-header__account-total {
  display: inline-block;
  font-size: .88em;
}

.cart-header__account + .outline_ipt {
  width: 130px;
  max-width: 100%;
}

.cart-body {
  padding: 5px 0;
}

.cart-actions {
  margin-top: 6px;
}

.cart-actions a {
  display: inline-block;
  color: #0D5C91;
}

.cart-actions a:last-child:not(:only-child) {
  margin-left: 20px;
  color: #A72725;
  text-decoration: underline;
}

.cart-table-th {
  margin-bottom: 5px;
}

.cart-collapsable__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 30px -20px 0;
  font-size: 13px;
  cursor: pointer;
}

.cart-collapsable:not(.collapsed) .cart-collapsable__toggle {
  background-color: #f8f8f8;
}

.cart-collapsable.collapsed .cart-collapsable__toggle > svg {
  transform: scaleY(-1);
}

.cart-collapsable + .cart-collapsable > .cart-collapsable__toggle {
  margin-top: 0;
}

.cart-collapsable.collapsed + .cart-collapsable > .cart-collapsable__toggle {
  border-top: 0;
}

.cart-collapsable__content {
  padding: 15px 0;
}

.cart-footer {
  padding: 10px 30px 20px;
  margin: 40px 0;
  background-color: #F1F8FB;
  color: #000;
}

.cart-footer .cart-collapsable__toggle {
  border-bottom-color: #707070;
}

.cart-footer td {
  border-top: 0;
}

.cart .box_wrap {
  border: 1px solid #707070 !important;
  margin-bottom: 15px;
  background-color: #f8f8f8;
}

.address-book {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  color: #000;
}

.address-book:hover,
.address-book:focus {
  border-color: #0D5C91;
}

.address__title {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
}

.address-book__addr {
  padding: 20px 20px 0;
  font-size: 16px;
}

.address-book__actions {
  padding: 10px 20px;
  text-align: right;
}

.request-tracker-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-family: 'ProximaNova-Regular';
}

.request-tracker-subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}

.request-tracker-list {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  line-height: 32px;
}

.request-tracker-list li:before {
  margin-right: 3px;
  content: '•';
}

.request-tracker-hint {
  margin-bottom: 40px;
  font-size: 13px;
}

.request-tracker-steps li {
  display: flex;
  align-items: center;
  color: #BEBEBE;
  line-height: 1.5;
}

.request-tracker-steps .active .fig-main {
  stroke: #6D552C;
}

.request-tracker-steps .active .fig-dots circle {
  fill: #6D552C;
}

.request-tracker-steps .active .step-title {
  color: #000;
}

.request-tracker-steps li:first-child .step-text {
  margin-top: -19px;
}

.request-tracker-steps li:last-child .step-text {
  margin-bottom: -19px;
}

.request-tracker-steps li .fig {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.request-tracker-steps li .fig-main {
  margin: 4px 0;
}

.request-tracker-steps li .step-title,
.request-tracker-steps li .step-hint {
  margin-left: 20px;
  font-size: 16px;
  text-align: left;
}

.request-tracker-steps li .step-hint {
  color: #ccc;
  font-size: 11px;
}

.request-tracker-steps li + li {
  margin-top: 3px;
}

.request-tracker-actions {
  position: fixed;
  width: 100%;
  padding: 20px;
  bottom: 36px;
  left: 0;
  z-index: 10;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
  background-color: #F8F8F8;
}

.request-tracker-actions .btn {
  width: 100%;
}

.request-tracker-actions .btn + .btn {
  margin-top: 12px;
}

#dealer_RGA {
  padding-bottom: 0;
}

#dealer_RGA > .fixed-table-container {
  padding-bottom: 180px;
}

.rga-item-info-wrapper {
  margin: 0 -20px;
}
.rga-item-info-wrapper + .rga-item-info-wrapper {
  margin-top: 20px;
}

.rga-item-info {
  padding: 30px 40px 15px;
  background-color: #F1F8FB;
  text-align: center;
}

.rga-item-info .dealer_input {
  width: 100%;
  background-color: #fff;
}

.rga-item-info-mobile.is-collapsed .form-group:last-child > svg,
.rga-item-info.is-collapsed .form-group:last-child > svg {
  transform: scaleY(-1);
}

.rga-item-info-mobile {
  display: none;
}

.rga-item-info-detail {
  padding: 20px;
}

.rga-item-info-detail .require_star {
  color: #A72725;
  font-size: inherit;
}

.rga-item-info-detail textarea.outline_ipt {
  width: 100%;
  height: auto;
}

.rga-item-info-detail__upload {
  position: relative;
  display: flex;
  flex-direction: column;
}

.rga-item-info-detail__upload .filepond--wrapper {
  flex-grow: 1;
}

.rga-item-info-detail__upload .filepond--wrapper + .gray_text {
  margin-top: 20px;
}

.rga-item-info-detail__upload .filepond--root {
  min-height: 100% !important;
  background-color: transparent !important;
  border: 1px dashed #BEBEBE !important;
  border-radius: 0;
  margin-bottom: 0;
  font-size: inherit;
}

.rga-item-info-detail__upload .filepond--drop-label {
  height: 125px;
}

.rga-item-info-detail__upload .filepond--drop-label-or {
  display: inline-block;
  margin: 8px 0;
}

.rga-item-info-detail__upload .filepond--panel-root {
  background-color: transparent !important;
}

.rga-item-info-detail__upload .filepond--item-panel {
  background-color: transparent;
}

.rga-item-info-detail__upload .filepond--item:not([data-filepond-item-state=load-invalid]) .filepond--action-remove-item:before {
  position: absolute;
  top: 2px;
  left: -10px;
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43431 11.7643L0.234305 6.53442C-0.0781016 6.22021 -0.0781016 5.71077 0.234305 5.39654L1.36565 4.25865C1.67806 3.94442 2.18462 3.94442 2.49703 4.25865L6 7.78174L13.503 0.235652C13.8154 -0.0785507 14.3219 -0.0785507 14.6344 0.235652L15.7657 1.37353C16.0781 1.68774 16.0781 2.19718 15.7657 2.51141L6.56569 11.7644C6.25325 12.0786 5.74672 12.0786 5.43431 11.7643Z' fill='%2337853B'/%3E%3C/svg%3E%0A");
  transform: translateX(-100%);
}

.rga-item-info-detail__upload [data-filepond-item-state*=error] .filepond--item-panel,
.rga-item-info-detail__upload [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: rgb(194, 125, 123);
}

.rga-item-info-detail__upload .filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: none;
}

.rga-item-info-detail__upload .filepond--file {
  border: 1px solid #BEBEBE;
  color: inherit;
}

.rga-item-info-detail__upload .filepond--file-action-button.filepond--file-action-button {
  top: 13px;
  width: 1.4em;
  height: 1.4em;
  background-color: rgba(0, 0, 0, .3);
}

.rga-bottom-actions {
  position: sticky;
  width: 100%;
  padding: 20px;
  bottom: 36px;
  left: 0;
  z-index: 10;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
  background-color: #F8F8F8;
}

.rga-bottom-actions .btn {
  width: 100%;
}

.rga-bottom-actions .btn + .btn {
  margin-top: 12px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  /* who ever wrote this is a monster. use `.real-align-items-center` instead */
  align-items: center;justify-content: center;
}

.real-align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.font-weight-normal {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
}

.pt-0 {
  padding-top: 0 !important;
}

a.blue-link {
  color: #0D5C91;
}

.btn--styless {
  border: 0;
  background-color: transparent;
  line-height: 1;
}

@media all and (max-width: 1300px) {
  .md_sticky_pay{

    width:calc( 100% + 30px);
    margin-left:-15px;
  }
}
@media all and (max-width: 991px) {
  .form-horizontal.dealer_form_horizontal .control-label{
    width: 180px;
    font-size: 16px;
    line-height: 26px;
  }
  .form-horizontal.dealer_form_horizontal .control-label + div .has-popover {
    right: 15px;
  }

  #mob_right_overlay.active{
    display:block;
  }
  .product_gap_xs{
    width: 100%;
    float: left;
    display: block;
    height: 1px ;
  }
  .product_gap_md{
    display: none;
  }
  .inner_pages .compare{ top: 80px;}
  .inner_pages.scroll .compare{ top: 80px;}

  .dealer-main table.dealer-table-striped .popover{
    width: calc(100vw + 4px);
    height: calc(100vh + 4px);
    border-radius: 0;
    top: 0 !important;
    margin-top: -2px;
    min-width: calc(100vw + 4px) !important;
    left: -12px !important;
    z-index: 1100;
    position: fixed;
  }
  .sm_fixed_form_action{
    display: block;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .sm_fixed_form_action .btn{
    width: calc(50% - 20px);
    min-width: calc(50% - 30px) !important;
  }
  .sm_fixed_form_action .btn:nth-child(2){
    margin-left: 15px;
  }
  .dealer-main .popover button.close{
    font-size: 21px;
    margin-bottom: 0px;
  }

}
@media all and (max-width: 767px) {
  #dealer_transactions .dealer_select {
    width: 75px;
  }
  #dealer_transactions .dealer_btn {
    width: 90px;
  }
  #dealer_msg{
    height: auto;
    line-height: 1.5;
    padding: 20px;
  }
  #dealer_msg_span{
    display: block;
    text-align: left;
    padding-right: 20px;
  }
  #dealer_msg button {
    right: 10px;
    top: 10px;
    position: absolute;
}
  .text-sm-right{
    text-align: right;
  }
  .text-sm-left{
    text-align: left;
  }
  .dealer-main .container-fluid{
    padding-top: 20px;
  }
  #sales_home.dealer-main .container-fluid{
    padding-top: 0px;
  }
  .dealer-main .resources-box{
    margin-bottom: 20px;
  }

  .resources-box img{
    max-height: 28px;
    max-width: 28px;
  }
  .dealer-main .resources-box .table-cell {
    height: 100px;
  }
  .dealer-main .resources-box .table-cell object{
    max-height: 30px;
    max-width: 30px;
  }
  .dealer-main .resources-box p {
    margin-top:10px;
    line-height:1.2;

  }
  #power_home_username,#power_home_division_id{
    margin-left: 20px;
    margin-top: 10px;
  }
  #power_home_customer_no{
    margin-top: 10px;
  }
  .dealer_noheader{
    padding-top: 92px !important;
  }
  .dealer-main table.dealer-table-striped .popover{
    width: calc(100vw + 4px);
    height: calc(100vh + 4px);
    border-radius: 0;
    top: 0 !important;
    margin-top: -2px;
    min-width: calc(100vw + 4px) !important;
    left: -12px !important;
    z-index: 1100;
    position: fixed;
  }
  h3.material_title{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .material_link a{
    font-size: 12px;
    font-family: 'ProximaNova-Regular';
  }
  ul.material_link{
    padding-top: 0px ;
    padding-left: 20px;
  }
  .material_link li{
    padding-top: 0px ;
    padding-bottom: 0px ;
  }
  .dealer-main .table-bordered > thead > tr > th{
    line-height: 14px;
  }

  .inner_page_title{
    background: #000;
    font-size: 12px;
    padding: 7px 15px 4px 15px;
    height: 36px;
    margin: 0 !important;
    letter-spacing: 1.5px;
    font-family: 'ProximaNova-Semibold';
    color:#fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    width: 100vw;
  }
  .inner_page_title h2{
    text-transform: uppercase;
    font-size: 16px;
    background: #F8F8F8;
    color: #333;
    line-height: 57px;
    letter-spacing: 0px;
    margin-left: -15px;
    padding: 0 25px;
    width: 100vw;
    margin-top: 28px;
    height: 57px;
    font-family: 'ProximaNova-Semibold';
  }
  .inner_page_title h2::after{
    background-color: #333;
    content: '';
    top: 54px;
    height: 2px;
    width: 100%;
    position: absolute;
    margin-left: 10px;
  }
  .inner_page_title>.col-xs-12 {
    padding: 0px ;
  }
  .inner_page_title a{
    color:#fff;
  }
  .inner_page_title .dealer_hr{
    display: block;
    margin-top: -33px;
    border: 5px solid #f8f8f8;
    border-bottom: 0;
    z-index: 99999;
    width: 20px;
    position: absolute;
    right: -20px;
  }
  .inner_page_title.no-deco h2 {
    background-color: #fff;
  }
  .inner_page_title.no-deco h2:after {
    display: none;
  }
  .mob_back{
    position: fixed;
    left: 15px;
    top: 8px;
  }
  .mob_back:active{
    text-decoration: none;
  }
  .full_height_dropdown{
    position: fixed;
    top: 33px;
    left: -1px;
    height: calc(100vh - 33px);
    width: calc(100vw + 3px);
  }
  .full_height_dropdown li{
  height: 60px;
  border-bottom: 1px solid #eee;
  }
  .full_height_dropdown li a{
  padding: 20px 15px 3px  15px;
  }
  .dealer-main .pull-right .btn-group{
    margin-left: 12px;
  }
  .mt--2{
    margin-top: -2px;
  }
  .l-after-4::after{
    left: 4px !important;
  }
  .w-xs-55{
    width: 55px;
  }
  .w-xs-50{
    width: 50px;
  }
  .dealer_mob_full_modal{
    z-index: 1092;
  }
  .dealer_mob_full_modal .modal-dialog{
    margin: 0 !important;
    height: 100vh;
  }
  .dealer-main .dealer_mob_full_modal .modal-dialog .modal-body,
  .dealer-main .dealer_mob_full_modal .modal-dialog .modal-header{
    padding-left: 0px ;
    padding-right: 0px ;
  }
  .dealer_mob_full_modal .modal-dialog .modal-content{
    width: 100vw !important;
    min-height: 100vh;
    overflow-y: auto;
    border: 1px solid #fff;
    border-radius: 0;
  }
  .dealer_mob_full_modal .modal-footer{
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    border-top:none;
    width: 100%;
    left: 0;
    padding: 0px 20px 30px 20px;
  }
  .dealer_mob_full_modal .modal-footer .btn{
   width: 100%;
  }
  .fw-xs{
    width: 100% !important;
  }
  .form-horizontal.dealer_form_horizontal .form-group{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .form-horizontal.dealer_form_horizontal .form-group .control-label{
    width: 100%;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    font-family: 'ProximaNova-Regular';
  }
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div{
    width: 100%;
  }
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="text"],
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="number"],
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="password"],
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="email"],
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input[type="tel"],
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > textarea,
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > select{
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input.input-phone {
    width: calc(100% - 90px);
  }
  .form-horizontal.dealer_form_horizontal .form-group .control-label + div > input.input-phone_ext{
    width: 76px;
  }
  .form-horizontal.dealer_form_horizontal .chk_wrap{
    width: 100%;
  }
  .require_star{
    font-weight: 100;
    margin-left: 3px;
    font-size: 14px;
  }
  .xs_fixed_form_action{
    background: #F8F8F8;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .xs_fixed_form_action .btn{
    width: calc(50% - 20px);
    min-width: calc(50% - 30px) !important;
  }
  .xs_fixed_form_action .btn:nth-child(2){
    margin-left: 15px;
  }
  .xs_fixed_form_action.b-35{
    bottom: 35px;
  }
  .xs_fixed_pay{
    background: #F8F8F8;
    position: fixed;
    display: block;
    bottom: 35px;
    left: 0;
    box-shadow: 0 -3px 6px #0000001f;
    z-index: 9;
    padding: 20px;
  }
  .xs_fixed_pay .btn{
    width: calc(100% - 20px);
    min-width: calc(100% - 20px) !important;
  }
  .abbrev_alert{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 40px;
    position: relative;
  }
  .abbrev_alert .pointer{
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 15px;
    color: #0D5C91;
    font-weight: bold;
  }
  .abbrev_alert.active{
    overflow:auto;
    white-space: normal;
    text-overflow: unset;
  }

  #dealer_switch_user .alert span{
  font-size: 14px;
  }

  #search_doc{
    top: 33px;
    position: fixed;
    z-index: 1991;
    left: 0;
    box-shadow: 0px 1px 6px #aaa;
    text-align: center;
    padding: 20px 40px;
  }
  #search_doc::before{
    content: "";
    position: absolute;
    top: -1px;
    width: 10px;
    right: 54px;
    z-index: 1099;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
  }
  #search_doc input{
    width: 100%;
    margin-bottom: 10px;
  }
  .order-amount.outline_ipt,.order-no.outline_ipt{
    width: 85px;
    height: 24px;
  }
  #topcontrol{
    z-index: 1090;
  }
  .hidden-xs.in{
    display: block !important;
  }
  .box_wrap.darker{
    padding: 0px;
    border: none;
    margin-bottom: 15px;
  }
  .box_wrap.darker h4{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    letter-spacing: 0px;;
  }
  .box_wrap.darker .rga_radio_label{
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
    letter-spacing: 1px;
  }
  .dealer_chk_two_cols.mw-300.dealer_chk_xs_one_col label{
    width: 100%;
    max-width: 100%;
  }
  .inner_btn{
    margin-top: -36px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 40px;
    color: #CCCCCC;
    z-index: 999;
    position: relative;
    cursor: pointer;
  }
  td .outline_ipt{
    border-color: #CCCCCC;
  }

  .vue_paging_mob th {
    padding: 8px 4px 7px 4px !important;
    font-size: 11px;
    line-height: 14px !important;
  }
  .vue_paging_mob ul.pagination{
    margin: 0px 0;
    position: relative;
    display: block;
    height: 30px;
    width: 100%;
    margin-top: -5px;
  }
  .vue_paging_mob ul.pagination li{
    display: none;
  }
  .vue_paging_mob ul.pagination li a{
    background-color: transparent;
  }
  .vue_paging_mob ul.pagination > li > a{
    padding: 2px 12px;
  }
  .vue_paging_mob ul.pagination li:first-child{
    position: absolute;
    left: 0;
    display: block;
  }
  .vue_paging_mob ul.pagination li:last-child{
    position: absolute;
    right: 0;
    display: block;
  }
  .vue_paging_mob ul.pagination li.disabled{
    display: none;
  }
  .vue_paging_mob .mob_current_page{
    display: block;
    text-align: center;
    width: 80%;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
  .dealer-main .table-bordered > thead > tr > th{
    border-bottom-width: 1px;
    vertical-align: middle;
    padding: 8px 4px 7px 4px;
    font-family: 'ProximaNova-Semibold';
    font-size: 11px;
  }
  .dealer-main.dealer-form h3 {
    margin-bottom: 12px;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
  }
  /* .container-fluid.order_cart_container,
  .container-fluid.order_cart_container .col-xs-12{
    padding: 0 !important;
  }
  .container-fluid.order_cart_container .row{
    margin-left: 0px;
    margin-right: 0px;
  } */
  .order_cart_container {
    margin-top: -55px;
  }
  .order_cart_container table.table-outline,
  .order_cart_container table.table-outline tbody tr td,
  .box_wrap{
          border: transparent !important;
  }
  .box_wrap .btn-black.xs-w-100{
    width:100% ;
   }
   .outline_qty_ipt{
    height: 36px;
    padding-left: 4px;
    border: 1px solid #333;
    width: 80px;
   }
   .xs-pl-20{
     padding-left: 20px !important;
   }
   .xs-pr-20{
    padding-right: 20px !important;
  }
  h2.order_summary{
    background: #666666;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    font-family: 'ProximaNova-Semibold';
  }
  .contact_card{
    letter-spacing: 0;
  }
  #search_doc .err_msg{
    display: block;
  }
  .hi_dealer_name{
    font-size: 14px;
  }
  .td_dropdown{
    position: relative;
    top: 5px;
    left: -5px;
    width: calc(100% + 10px);
    border: 1px solid #ddd;
    margin-bottom: -3px;

    float: none;
    box-shadow: none;
  }
  .td_dropdown li{
    height: 60px;
    display: table;
    width: 100%;
  }
  .td_dropdown li a{
    vertical-align: middle;
    display: table-cell;
    font-family: 'ProximaNova-Light';
     font-size: 14px;
    white-space: inherit !important;
  }
  .td_dropdown li:not(:last-child){
    border-bottom: 1px solid #ddd;
  }
  /* .toggled_tr .dealer_chk.checkbox label{
    padding-top: 0;
  } */
  .toggled_tr .dealer_chk.checkbox input{
    padding-right: 15px;
    margin-right: 5px;
  }
  .form-horizontal.dealer_form_horizontal .radio {
    line-height: 30px;
  }
  .xs-170{
    width: 170px;
  }
  .xs-90{
    width: 90px;
  }
  #power_home_username + ul.typeahead.dropdown-menu{
    margin-left: 20px;
  }
  .f-18-xs-14{
    font-size: 14px;
  }
  .f-xs-12{
    font-size: 12px;
  }
  #dealer_head_mob li{
    display: list-item;
  }
  #fixed_customer_select{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    float: right;
  }
  .xs-h-40 td{
    height: 40px;
  }
  .xs-f-12{
    font-size: 12px;
  }

  .cart-collapsable__toggle {
    text-transform: uppercase;
  }

  .block-toggle {
    position: relative;
    z-index: 1;
    padding: 12px 15px;
    margin: 0 -20px;
    /*box-shadow: 0 3px 6px rgba(138, 79, 79, 0.16);*/
    background-color: #D9EDF6;
    font-family: 'ProximaNova-Semibold';
    cursor: pointer;
    text-transform: uppercase;
  }

  .block-toggle:not(.disabled):after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: url('../../_images/chevrons-down.svg');
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    transform-origin: 0 0;
  }

  .block-toggle.collapsed:after {
    transform: scaleY(-1) translateY(-50%);
  }

  .price-wrapper {
    margin-bottom: 15px;
  }

  .rga-item-info-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 0;
    border-top: 1px solid #6D552C;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
    background-color: #FCF7E3;
    font-family: 'ProximaNova-Semibold';
  }

  /* .rga-item-info-mobile > div {
    margin-right: 40px;
  } */

  .cart-total {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 1091;
    width: 100%;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
  }

  .cart-total .amount {
    padding: 12px 15px;
    background-color: #666;
    color: #fff;
  }

  .cart-total .action {
    padding: 20px;
    background-color: #f8f8f8;
  }

  .cart-total .action .checkbox a {
    color: #0D5C91;
    text-decoration: underline;
  }

  .cart .cart-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    margin: 0 -20px;
    background-color: #D9EDF6;
  }

  .cart .cart-header-mob .cart-flex > div:first-child {
    flex: 1 0 auto !important;
  }

  .cart .cart-header-mob .cart-addr__email {
    word-break: break-all;
  }

  .cart .cart-header > div:first-child {
    flex: 1 0 auto;
  }

  .cart .cart-header .cart-addr__email {
    word-break: break-all;
  }

  .btn-brown,a.btn-brown{ padding: 10px;}
}

@media only screen and (min-width: 768px) {
  .search-modal .modal-body {
    height: auto;
    margin-top: 6.145833vw !important;
  }

  .search-modal-links,
  .search-modal-results {
    padding: 24px 72px 72px 72px;
  }

  .search-modal-links li + li,
  .search-modal-results li + li {
    padding-top: 12px;
  }

  .search-modal-logo {
    display: none;
  }

  .p-details-txt {
    padding: 0;
  }

  .btn-radios {
    display: inline-block;
  }

  .cart {
    border: 1px solid #ccc;
  }

  .cart + .cart {
    margin-top: 25px;
  }

  .cart .box_wrap {
    margin-top: 15px;
  }

  .cart .cart-header-mob {
    padding: 18px 40px;
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .cart .cart-header {
    padding: 18px 40px;
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .cart-header__account {
    font-size: 18px;
  }

  .cart-header__account + .outline_ipt {
    width: 240px;
  }

  .cart .cart-header-mob > div:last-child {
    flex-basis: 30%;
  }

  /* .cart .cart-header > div:last-child {
    flex-basis: 30%;
  } */

  .cart-body {
    padding: 15px 40px;
  }

  .cart-table-m-extra {
    display: none;
  }

  .cart-collapsable__toggle {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 24px;
  }

  .cart-shipping-meta .form-group {
    margin-right: 18px;
  }

  .cart-footer {
    /*margin: 40px 25px;*/
  }

  .address-book {
    width: calc(50% - 9px);
  }

  .rga-item-info-wrapper {
    margin: 0;
  }

  .rga-item-info {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #707070;
    font-size: 14px;
    text-align: left;
  }

  .rga-item-info .form-group + .form-group {
    margin-left: 3vw;
  }

  .rga-item-info .form-group:last-child {
    margin-left: auto;
  }

  .rga-item-info label {
    font-size: inherit;
  }

  .rga-item-info .dealer_input {
    width: auto;
    height: auto;
    border: 0;
    border-bottom: 1px solid #666;
    margin-bottom: 0;
    background-color: transparent;
    font-size: inherit;
    line-height: 1;
  }

  .rga-item-info-error {
    color: #A72725;
    font-size: 14px;
    line-height: 1.28571429;
    text-align: right;
  }

  .rga-item-info-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 25px;
    border: 1px solid #707070;
    border-top: 0;
  }

  .rga-item-info-detail .form-group.d-block {
    display: block;
  }

  .rga-item-info-detail > div {
    flex-basis: calc(50% - 2rem);
  }

  .rga-item-info-detail__upload .filepond--wrapper + .color_red {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .rga-bottom-actions {
    bottom: 0;
    text-align: center;
  }

  .rga-bottom-actions .btn {
    width: auto;
    min-width: 245px;
  }

  .rga-bottom-actions .btn + .btn {
    margin-top: 0;
    margin-left: 15px;
  }

  .whereToBuy-logo > .row > .col-xs-6{
    padding-right: 10px;
    padding-left: 10px;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .dealer_select_auto_width {
    width: auto;
    padding-right: 32px;
  }

  .cart-wrapper + .cart-wrapper {
    margin-top: 60px;
  }

  .cart {
    margin-top: 0;
  }

  .request-tracker-title {
    margin-top: 30px;
    font-size: 32px;
  }

  .request-tracker-subtitle {
    font-size: 18px;
  }

  .request-tracker-list {
    font-size: 18px;
  }

  .request-tracker-hint {
    font-size: 16px;
  }

  .request-tracker-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }

  .request-tracker-steps li {
    flex-direction: column;
  }

  .request-tracker-steps li:first-child {
    align-items: flex-start;
  }

  .request-tracker-steps li:last-child {
    align-items: flex-end;
  }

  .request-tracker-steps li .fig {
    flex-direction: row;
  }

  .request-tracker-steps li .fig-main {
    width: 102px;
    height: 102px;
    margin: 0 10px;
  }

  .request-tracker-steps li .step-text {
    margin-top: 15px !important;
    max-width: 122px;
  }

  .request-tracker-steps li:first-child .step-text {
    margin-top: 0;
  }

  .request-tracker-steps li:last-child .step-text {
    margin-bottom: 0;
  }

  .request-tracker-steps li .step-title,
  .request-tracker-steps li .step-hint {
    margin-left: 0;
    text-align: center;
  }

  .request-tracker-steps li .step-title {
    font-size: 16px;
  }

  .request-tracker-steps li .step-hint {
    font-size: 12px;
  }

  .request-tracker-steps li + li {
    margin-top: 0;
    margin-left: 6px;
  }

  .request-tracker-actions {
    position: static;
    box-shadow: none;
    background: transparent;
  }

  .request-tracker-actions .btn {
    width: auto;
    min-width: 245px;
  }

  .request-tracker-actions .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }

  .block-toggle {
    margin-bottom: 15px;
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
  }

  .rga-item-info {
    font-size: 18px;
  }

  .rga-item-info-detail {
    justify-content: space-between;
  }

  .rga-item-info-detail > div {
    flex-basis: calc(25% - 2rem);
  }

  .rga-item-info-detail > div:last-child {
    flex-grow: 1;
  }

  .whereToBuy-main {
    padding-right: 10px;
  }
}

/* Deals page */
.page-breadcrumb .ar .btn.btn-border-black {
  padding: 12px;
}

.col-2-dropdown .dropdown-menu.brands,
.col-2-dropdown .dropdown-menu.mob-brands {
  width: 285px;
}

.col-2-dropdown .dropdown-menu.brands .btn,
.col-2-dropdown .dropdown-menu.mob-brands .btn {
  text-align: center;
}

.col-2-dropdown .dropdown-menu .btn.btn-font-small {
  font-size: 11px;
}
.col-2-dropdown .dropdown-menu.brands .btn.btn-font-small,
.col-2-dropdown .dropdown-menu.mob-brands .btn.btn-font-small {
  padding: 5px;
}

.col-2-dropdown .dropdown-menu.brands > .row {
  margin-right: -5px;
  margin-left: -5px;
}

.col-2-dropdown .dropdown-menu.brands > .row > .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.filter-dropdown .dropdown-menu {
  width: 280px;
}

.filter-dropdown .dropdown-menu .checkbox {
  margin-top: 0;
}

.filter-dropdown .dropdown-menu img {
  width: 24px;
  height: 24px;
}

.filter-dropdown .dropdown-menu img + span {
  margin-left: -4px;
}

.filter-dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.filter-dropdown .dropdown-menu .checkbox label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}

.filter-dropdown .dropdown-menu .checkbox label .custom-checkbox {
  top: 0;
  flex-shrink: 0;
  margin-right: 0;
}

.filter-dropdown .dropdown-menu .filter-dropdown__options {
  max-height: 309px;
  padding: 13px;

  overflow-y: auto;
}

.filter-dropdown .dropdown-menu .filter-dropdown__options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.filter-dropdown .dropdown-menu .filter-dropdown__options::-webkit-scrollbar:vertical {
  width: 8px;
}
.filter-dropdown .dropdown-menu .filter-dropdown__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #d5d5d5;
}
.filter-dropdown .dropdown-menu .filter-dropdown__options::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f2f2f2;
}

.filter-dropdown .dropdown-menu .filter-dropdown__option {
  flex-grow: 1;
}

.filter-dropdown__actions {
  display: flex;

  border-top: 1px solid #c7c7c7;

  margin-top: 2px;
  padding: 13px;

  justify-content: space-between;
}

.filter-dropdown .dropdown-menu .filter-dropdown__actions .btn {
  width: 124px;
}

.filter-dropdown .checkbox input[type=checkbox]:checked + .custom-checkbox {
  background-color: #000;
}

.simple-list-left.deals > li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.simple-list-left.deals > li:nth-of-type(1)::after,
.simple-list-left.deals > li:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #CCCCCC;
}

.simple-list-left.deals .total-items,
.simple-list-left.deals .current-list-page {
  padding: 0 10px;
}

.nav-pages.deals a {
  text-decoration: none;
}

.form-control.quantity {
  display: inline-block;
}

.order-wrapper {
  display: flex;
  margin: 15px 0;
}

.order-wrapper .form-control {
  width: auto;
}

.order-wrapper .select_arrow {
  padding-right: 6%;
  margin-right: 5px;
  appearance: none;
}

@media only screen and (max-width: 767px) {
  .simple-list-left.deals > li:nth-of-type(1)::after,
  .simple-list-left.deals > li:nth-of-type(2)::after {
    top: 19px;
  }

}
@media only screen and (max-width: 1244px) {
  #order_now{margin-left:1% !important;}
}

#cookie_consent{
  width: 100vw;
  background: #dfdfdf;
  padding: 0px 20px;
  color: #333;
  z-index: 99999;
  font-size: 12px;
  overflow: hidden;
  max-height: unset;
  padding: 21px 20px;
  bottom: 0;
  position: fixed;
  margin-left: 0px;
  display: none;
}

a.agree_cookie{
  padding: 8px 10px;
  font-size: 12px;
  background: #333;
  color: #fff;
  margin-top: -7px;
  position: absolute;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 35px;
}

a.privacylinks {
  color: #333;
  text-decoration: underline;
}


.star{
  flex: 1 0 auto;
  flex-basis: 16px;
  width:16px;
  margin-top:-1px;
  flex-grow: 0;
}
.star_dashboard{
  width:16px;
  margin-left: 7px;
  margin-top: 3px;
}

.dealer_login_holiday_calendar .title{
  font-size:18px;
}
@media only screen and (max-width: 767px) {
  .dealer_login_holiday_calendar .alert{
    padding:20px !important;
  }
  .dealer_login_holiday_calendar .title{
    font-size:14px;
  }
}

.iti__country-list {
  z-index: 99 !important;
}

/* Minor Styling update for choose_fans.tpl and choose_style.tpl */
.chooseTheRightFan-box-wrap.selected + .right-icon {
  opacity: 1;
  margin-bottom: 30px;
}

.chooseTheRightFan-main.step-style .room-size-bottom .al,
#s-step2 .room-size-bottom .al{
  margin-bottom: 15px;
}

#in-out-step2 .container-fluid .row:nth-child(2) {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px){
  .chooseTheRightFan-box-wrap {
    margin-bottom: 50px;
    overflow: inherit;
  }

  .chooseTheRightFan-box-txt {
    bottom: -40px;
    color: #333;
  }

  #in-out-step2 .chooseTheRightFan-box-txt,
  #cimg_box_multiple_styles .chooseTheRightFan-box-txt {
    bottom: -40px;
  }
}

@media screen and (min-width: 768px) {
  .chooseTheRightFan-box-wrap:hover .chooseTheRightFan-box {
    transform: scale(1.05,1.05);
  }

  .chooseTheRightFan-box-wrap.selected + .right-icon {
    margin-bottom: 0px;
  }

  #cimg_box_multiple_styles .active:not(.traditional) .chooseTheRightFan-box-wrap,
  #in-out-step2 .col-xs-6:not([id*='o-']) .chooseTheRightFan-box-wrap {
    margin-bottom: 32px;
  }

  #cimg_box_multiple_styles .active:not(.traditional) .chooseTheRightFan-box-wrap + .right-icon ,
  #in-out-step2 .col-xs-6:not([id*='o-']) .chooseTheRightFan-box-wrap + .right-icon {
    bottom: 12px;
  }
}

/* division hint */
.division-hint {
  position: absolute;
  z-index: 1992;
  background-color: #fff;
  color: #000;
  width: 280px;
  text-transform: none;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  right: 230px;
}

.division-hint.hide {
  display: none;
}

.division-hint > div:nth-child(1) {
  padding: 10px 10px 4px 10px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.division-hint > div:nth-child(2) {
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none;
}

.division-hint p,
.division-hint label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.division-hint label {
  color: #333;
}

.division-hint__close {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.division-hint__close svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.division-hint__bottom--check {
  display: flex;
  align-items: center;
  height: 14px;
  margin-top: 10px;
}

.division-hint__bottom--check input,
.division-hint__bottom--check label {
  margin: 0px;
  cursor: pointer;
}

.division-hint__bottom--check input {
  font-size: 14px;
  margin-right: 10px;
  display: none;
}

.division-hint__bottom--check input + ::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  border-radius: 20%;
  margin-right: 10px;
  cursor:pointer;
}

.division-hint__bottom--check input:checked + ::before {
  content: "✓";
  text-align: center;
  color: #ffffff;
  background-color: #707070;
}

.division-hint__arrow {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

/* recaptcha */
.grecaptcha-badge {
  opacity: 0;
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  font-size: 16px !important;
}

@media print {
  a[href]:after {
    content: '';
  }

  .page-content {
    padding-top: 0 !important;
  }

  button,
  .btn,
  .alert,
  .mob_head_fuc_wrap {
    display: none !important;
  }

  td.hidden-xs:not(.hidden-print),
  th.hidden-xs:not(.hidden-print) {
    display: table-cell !important;
  }

  th.visible-xs.hidden-print,
  td.visible-xs.hidden-print {
    display: none !important;
  }

  table {
    min-width: 0 !important;
  }

  .floatThead-container {
    position: static !important;
    width: 100% !important;
    transform: none !important;
  }

  .inner_page_title {
    position: static !important;
  }
}
