
@charset "UTF-8";
:root {
	--bodycolor: #f0f0f0;
	--primary: #2A82BC;
	--blue: #8FC1E2;
	--bgcolor: #DEEBF2;
	--white: #fff;
	--text: #020100;
	--black: #000;
	--grey: #727273;
	--border: #c6c6c6;


	--h1: 34px;
	--h2: 35px;
	--h3: 22px;
	--font20: 20px;
	--font18: 18px;
	--font17: 17px;
	--font16: 16px;
	--font15: 15px;
	--font14: 14px;
	--font13: 13px;


	--weight300: 300;
	--weight400: 400;
	--weight500: 500;
	--weight700: 700;

	--body-font: "soleto";

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    color: var(--text);
    font-size: var(--font17);
    font-family: var(--body-font);
    font-weight: var(--weight400);
    overflow-x: hidden;
    background-color: var(--bodycolor);
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
a {
    font-family: var(--body-font);
	cursor: pointer;
}
a:not([href]):not([tabindex]){
    color: rgb(0 0 0 / 57%);
}
button:focus {
    outline: 0;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style-type: none;
    text-decoration: none;
}

::selection {
    background: var(--primary);
    color: var(--white);
}
.wrapper {padding-top: 3em; }
.navbar {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	/* background-color: var(--white) !important; */
	background-color: #133E65;
	padding: 15px 85px 15px 73px;

	position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
}
/* .navbar:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: rgb(167,203,227);
background: linear-gradient(90deg, rgba(167,203,227,1) 0%, rgba(46,133,189,1) 100%, rgba(0,212,255,1) 100%);
} */
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-brand { padding: 0;}
.navbar-toggler { padding: 0; border: 0;}
.logo { width: 230px;}
.logo img {
	height: 44px;
	width: 100%;
}
.rightnav {
	display: flex;
}

/* setup my-tooltips */
.my-tooltip {
  position: relative;
}
.my-tooltip:before,
.my-tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.my-tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.95);
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 26px;
    left: 13px;
  	width: 0;
}
.my-tooltip:before {
  background: rgba(0,0,0,.95);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 32px;
  left: -8px;
  white-space: nowrap;
  z-index: 1;
}

.brand-dashboard img {
	cursor: pointer;
	padding: 5px;
	width: 105px !important;
	height: 48px !important;
}

.filters-ham{
	display: none;
}

/* the animations */
/* fade */
.my-tooltip.tool-fade:after,
.my-tooltip.tool-fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.my-tooltip.tool-fade:hover:after,
.my-tooltip.tool-fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.companylogin { margin-right: 20px;}

.companylogin ul li svg{
	margin-bottom: 5px;
}

.companylogin ul li, .appnav ul li {
	display: inline-block;
	margin-right: 5px;
}
.companylogin ul li a {
	font-size: var(--font17);
	color: #FFF;
	display: block;
	padding: 0 5px;
	/* font-style: italic; */
}

.companylogin ul li{
	color: #ffffff;
}

.companylogin ul li.comp{
	font-weight: var(--weight300);
}


.companylogin ul li a:hover {
	color: var(--primary);
}
.companylogin ul li a img { width: 45px; transition: all 0.4s ease;}
.appnav ul li a svg {margin: 0 10px; transition: all 0.4s ease;}
.appnav ul li a svg .fillsvg {
	fill: #FFF;
}

.companylogin ul #fav-star svg{
	width: 16px; 
}

.appnav ul li:last-child a svg { margin-right: 0;}
.appnav ul li a svg .ques {
	fill: #fff;
}
.appnav ul li a img { width: 16px; margin: 0 10px; transition: all 0.4s ease;}
.appnav ul li a:hover img, .companylogin ul li a:hover img {
	transform: scale(1.1);
}
.app-drawer .dropdown-item {
	padding: 6px 4px;
	margin: 4px 0;
	min-width: 240px;
}
.app-drawer .dropdown-item img {
	height: 24px;
	width: auto;
}
.app-drawer .dropdown-item img.traqline {
	height: 16px;
}
.app-drawer .dropdown-item .badge {
	margin-top: 6px;
}
.content-wrapper {
	/*max-width: 80%;*/
	max-width: 91.5%;
	margin: 50px auto 0;
}
.page-title {
	padding: 0 50px 35px;
}
.page-title h4 {
	font-size: var(--h3);
	font-weight: var(--weight700);
}
.content-panel {
	background-color: var(--white);
	border: 1px solid var(--border);
	padding: 50px 50px 30px;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.contentleft {
	width: 55%;
}
.contentleft-head {
	padding-bottom: 40px;
	width: 100%;
    display: inline-block;
}
.contentleft-head h3 {
	font-size: var(--h3);
	padding-bottom: 5px;
}
.contentleft-head h4 {
	font-size: var(--font18);
	color: var(--primary);
}
.contentright {
	width: 40%;
	margin-top: -7%;
}
.product-col {
	width: 80%;
    text-align: center;
    margin: 0 auto;
}
.product-img img { margin-bottom: 60px;}
.contentleft .card {
    border: 0;
    border-radius: 0;
}
.accordion>.card .card-header {
    margin-bottom: 10px;
}
.contentleft .card-header {
    padding: 5px 15px;
    margin-bottom: 0;
    background-color: var(--bgcolor);
    border: 1px solid var(--blue);
	position: relative;
	display: flex;
    justify-content: space-between;
	border-radius: 6px;
	cursor: pointer;
}
.card-title {
    margin-bottom: 0;
	font-weight: var(--weight700);
	font-size: var(--font17);
}
.card-body {
    padding: 0 20px 10px;
}
.accordion .card-header {
	position: relative;
}
.accordion .card-header:after {
    font-family: var(--body-font);
    position: absolute;
    content: "-";
    font-size: 20px;
    line-height: 14px;
    font-weight: 400;
    color: var(--blue);
    border: 1px solid var(--blue);
    height: 16px;
    right: 15px;
    top: 50%;
    width: 16px;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 4px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+";
}
.filtraccordian .card-body {
    padding: 0;
}
.card-text {
	padding: 10px 15px;
}
.checkfilter {
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 55%;
    transform: translateY(-50%);
}

.checkfilter .brand-series-btn:hover{
	color: #000;
}

.filtraccordian .card-title {
    background-color: transparent;
	padding: 7px 15px;
	border-radius: 6px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	color: #000 !important;
	font-weight: var(--weight500);
	position: relative;
	margin-bottom: 5px;
	font-size: var(--font16);
	line-height: 1;
}

.filtraccordian .card{
	border: none;
	border-radius: 0px;
	background-color: transparent;
}

.filtraccordian.accordion .card-title:after {
    position: absolute;
    content: url(../images/up-carret.svg);
    height: 20px;
    left: 85%;
    width: 20px;
	top: 40%;
}

.filtraccordian.accordion div[data-target="brand-content"]:after, .filtraccordian.accordion div[data-target="brand-series-content"]:after {
	display: none;
}


.filtraccordian.accordion .card-title input.clear-all{
	display: none;
}

.filtraccordian.accordion .collapsed.card-title:after {
    /* symbol for "collapsed" panels */
    /* content: "+"; */
	display: none;
}

.filtraccordian .vertical-flip::after {
    transform: scaleY(-1);
	top: 0 !important;
}

.bld{
   font-weight: var(--weight700) !important;
   color: var(--primary) !important;
}

.filtercheck_list ul li label input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    display: grid;
    place-content: center;
    margin-right: 0.85em;
    width: 12px;
    height: 12px;
    border: 1px solid #418ACB;
    border-radius: 2px;
  }
  
.filtercheck_list ul li label input[type="checkbox"]::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #418ACB;
  }
  
.filtercheck_list ul li label input[type="checkbox"]:checked::before {
	transform: scale(1);
  }



.featurelist {
	padding-bottom: 5px;
}
.featurelist ul li {
	font-size: var(--font16);
	color: var(--text);
	padding: 1px 0 2px 18px;
	position: relative;
}
.filtercheck_list ul li span { font-size: var(--font14);
	color: var(--text); font-weight: var(--weight300);}
.featurelist ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background-color: var(--blue);
}
.contentright-head {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.brandlogo {
	width: 200px;
	padding: 10px 15px;
}
.brandlogo img, .product-img img { width: 100%;}
.contentright-head a {
	color: var(--primary);
	font-size: 20px;
}
.hidelink {
	width: 100%;
	color: var(--text) !important;
	margin: 10px auto 0px;
    font-weight: var(--weight700);
    font-size: 14px !important;
    display: none;
}
.hidelink:hover {
	color: var(--primary) !important;
}
.reinfo {

}
.reinfo .card-header {
    padding: 5px 15px;
    margin-bottom: 0 !important;
    background-color: #EBEBEB;
    border-bottom: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reinfo .card-header a { margin-right: 10px;}
.reinfo .card {
    border: 1px solid var(--border);
    border-radius: 6px !important;
	text-align: center;
	font-size: var(--font16);
}
.reinfo .accordion>.card:first-of-type {
	border-bottom: 1px solid var(--border);}
.reinfo .accordion .card-header:after {
    position: relative;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 10px;
	color: var(--text);
    border: 1px solid var(--text);
}
.acpricelist {
	padding: 0 0 10px;
}
.acpricelist ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}
.acpricelist ul li p {
	font-size: var(--font16);
	margin: 0;
	color: var(--primary);
}
.acpricelist ul li span {
	width: 60px;
	margin-right: 10px;
	display: block;
}
.acpricelist ul li span img { width: 100%;}
.reinfo .acprice-info h4 {
	font-size: var(--font17);
	padding: 8px 0;
	font-weight: var(--weight700);
}
.reinfo .card-body {
    padding: 0;
}
.acprice-info h3 {
	font-size: var(--font17);
	padding: 8px 0;
	background-color: #EBEBEB;
	font-weight: var(--weight700);
}
.acprice-info h5 {
 	color: var(--primary);
	font-size: var(--font17);
	padding: 6px 0;
}
sup {
    top: -.3em;
}

.fluid-container {
	padding: 0 60px;
}

.searchfrm h4 {
	color: #286B97;
	font-size: var(--font17);
	line-height: 1;
	font-weight: var(--weight500);
	padding: 0 20px 8px;
}
/* .searchfrm form {
	background-color: var(--bgcolor);
	border: 1px solid var(--blue);
	border-radius: 9px;
	padding: 10px;
	margin-bottom: 0px;
} */
.searchfrm form label {
	color: var(--black);
	font-size: var(--font16);
	font-weight: var(--weight500);
	line-height: 1;
	padding-bottom: 4px;
}
/*.searchfrm form .frmgroup input,*/
#compare{
	/*width: 65%;*/
	width: 60%;
}

#search{
	/*width: 33%;*/
	width: 38%;
	/*width: 40%;*/
}



.frmgroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.frmgroup input, .frmgroup select{
	padding: 4px 12px;
	background-color: var(--white);
	border: 1px solid #AAABAC;
	border-radius: 6px;
	color: var(--black);
	font-size: var(--font16);
	line-height: 1;
	width: 68%;
	/*margin-bottom: 7px;*/
}

.paginationnav select.per-page{
	padding: 3px 5px;
    background-color: var(--white);
    border: 1px solid #AAABAC;
    border-radius: 6px;
    color: var(--black);
    font-size: var(--font16);
    line-height: 1;
    max-width: 55px;
    margin-left: 20px;
}

.product-top-header .frmgroup input{
	width: 100%;
	margin-bottom: 7px;
}

.frmgroup textarea {
	padding: 6px 12px;
	background-color: var(--white);
	border: 1px solid #AAABAC;
	border-radius: 6px;
	color: var(--black);
	font-size: var(--font16);
	line-height: 1;
	width: 100%;
	resize: vertical;
	height: 100px;
}

.perpagedrop select {
	padding: 2px;
    width: auto;
    font-size: var(--font14);
}

.discontinued {
	color: #900000;
	font-size: 16px;
}

#compare, #search{
	font-size: var(--font14);
}

#specific-sku .solidbtn {
	padding-top: 4px;
    padding-bottom: 4px;
    font-size: var(--font15);
}

#specific-sku{
    padding: 5px;
}

#dash-frm input#frmSKU {
	width: 60%;
}

#dash-frm .solidbtn {
	margin-left: 1%;
    min-width: fit-content;
}

#dash-frm.frmgroup{
	flex-wrap: nowrap;
}

input#frmSKU {
    max-height: 27px;
    width: 100%;
}

.prdct-card-btm a.disabled{
	background-color: #A8CCE4;
	cursor: default;
	border: none;
	color: #fff !important;
}

.solidbtn {
	background-color: var(--primary);
	color: var(--white);
	font-size: var(--font16);
	font-weight: var(--weight500);
	padding: 6px 6px 5px;
    line-height: 1.1;
	border: 1px solid var(--primary);
	border-radius: 6px;
	transition: all 0.4s ease;
	display: inline-block;
}

.prdct-card-btm a.findSimilarSkus:hover, .solidbtn:hover {
	background-color: transparent;
	color: var(--black);
}
.product-top-header {
	padding-bottom: 30px;
}
.product-top-header-mob, .top-search-mob { display: none;}
.product-top-header,
.productdes-wrap,
.actwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.productdes-wrap {
	align-items: flex-start;
}

.header-actionwrap .actwrap:first-child {
	/*padding-bottom: 45px;*/
	/* padding-bottom: 25px; */
	display: none;
}
.headerleft{
	width: 20%;
}

.row-custom {
    display: flex;
    justify-content: flex-start;
	padding-left: 3%;
    padding-right: 3%;
	width: 100%;
}

.row-custom .col-h p{
	text-align: left;
	font-size: 15px;
}


/* Expanded Product Header */


.product-head.expanded .col-h.brand {
    width: 11.5%;
    padding-left: 2%;
}

.product-head.expanded .col-h.sku {
    width: 21%;
    padding-left: 12px;
}

.product-head.expanded .h-prices .col-h {
    width: 10vw;
}

.expanded span.top-15 {
    width: 100%;
}

footer:not(.expanded){
	padding-left: 15vw;
}

footer.expanded{
	display: block;
}

/* Non-expanded Product Header */
.product-head svg {
    width: 8px;
    fill: #cecece;
    margin-bottom: 2px;
}

.col-h{
	border-right: 1px solid #BBC9D2;
	padding: 0px 5px;
	width: 100%;
}
.col-h.detail p {
    padding-left: 2.1vw;
}
.col-h.detail{
	width: 70%;
	border-right: none;
}

.col-h.sku {
	width: 16%;
    padding-left: 12px;
}

.col-h.feat{
    width: 36%;
    padding-left: 30px;
    padding-right: 30px;
}

.col-h.brand {
	width: 13%;
    padding-left: 2.5%;
}

.h-prices {
	display: flex;
}

.h-prices .col-h {
    width: 5.37vw;
}

.h-prices .col-h p{
	text-align: center;
}

/* -- New Filter Tabs -- */

.sku-search .edit{
	position:relative;
	top: 8.5rem;
	padding-bottom: 85px;
	margin-right: 15px;
	/* overflow-x: scroll; */
}

.sku-search .product-filter {
	width: 100% !important;
}

/* .product-finder-wrap {
	min-width: 1250px;
} */

.filtertoggle *,
.filtertoggle ::after,
.filtertoggle ::before {
  box-sizing: border-box;
}
.filtertoggle .dropdown,
.filtertoggle .dropstart {
  position: relative;
}
.filtertoggle .dropdown-toggle {
  white-space: nowrap;
}
.filtertoggle .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.filtertoggle .dropdown-toggle:empty::after {
  margin-left: 0;
}
.filtertoggle .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.filtertoggle .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.filtertoggle .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.filtertoggle .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.filtertoggle .dropstart .dropdown-toggle::after {
  display: none;
}
.filtertoggle .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.filtertoggle :focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 transparent !important;
}
.filtertoggle * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.filtertoggle ::selection {
  background-color: #2b5783;
  color: #fff;
}
.scroll-inner::-webkit-scrollbar {
  width: 0.7rem;
}
.scroll-inner::-webkit-scrollbar:horizontal {
  height: 0.7rem;
}
.scroll-inner::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.scroll-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bcbcbc;
}
.filtertoggle {
	position: relative;
	top: 1px;
	background-color: #D5DCE3;
    /* border-top: 3px solid #2A82BC; */
    box-sizing: border-box;
    /* position: fixed; */
    display: flex;
    width: 17.5vw;
    /* left: -0.05%;
    top: 137px; */
    text-align: center;
    /* z-index: 9999; */
	/* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}
.adfilter-trigger {
	position: relative;
	align-items: center;
	width: 85%;
	height: auto;
	/* background-color: #000; */
	text-align: center;
	padding: 6px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.adfilter-trigger img {
  width: 15px;
}

.adfilter-trigger h4{
	font-size: 18px;
	margin-left: 5px;
}

.addfilter-view img {
  width: 20px;
}
.addfilter-view {
	/* background-color: #2b5783; */
	width: 20%;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	border-left: 1px solid #869BA8;
}
/* .addfilter-view .dropdown-toggle {
  background-color: #2b5783;
} */
.addfilter-lable {
  /* background-color: #89a4c2; */
  padding: 19px 10px;
  width: 20%;
  height: auto;
  border-left: 1px solid #869BA8;
}
.addfilter-lable .h4,
.addfilter-lable h4 {
  color: #FFF;
  margin: 0;
  font-size: var(--fontmd3);
  line-height: 1;
  font-weight: 500;
  text-align: left;
  /* writing-mode: vertical-lr; */
  margin-left: 3px;
}
.adfilter-trigger .h4 img,
.adfilter-trigger h4 img {
  margin-right: 5px;
  transform: rotate(90deg);
}
#menu {
    position: fixed;
    top: 102px;
    width: 17.45vw;
	min-width: 305px;
    height: 90%;
    padding-top: 55px;
    background-color: #F0F0F0;
    overflow-y: scroll;
	z-index: 1;
	/* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}

.searchfrm {
    padding: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
    margin-right: 1px;
}

.addfilter-view.dropstart .dropdown-toggle::before {
  display: none;
}
.filter-view-dropdown.dropdown-menu {
  background-color: #eef9fd;
  font-family: Roboto, sans-serif;
  position: absolute;
  height: auto;
  z-index: 1000;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  /* background-clip: padding-box; */
  border-radius: 0.25rem;
  /* -webkit-user-select: text; */
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
  width: 20rem;
  padding: 15px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  border: 0;
}
.filter-tags {
  width: 100%;
  padding: 20px 20px;
  height: 300px;
  overflow-y: auto;
  -webkit-user-select: text;
  box-sizing: border-box;
}
.filter-tags.scroll-inner::-webkit-scrollbar {
  width: 7px;
}
.filtertoggle .right-menu .dropdown-menu {
  min-width: 10rem;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.filter-tags .h4,
.filter-tags h4 {
  font-size: var(--fontmd3);
  line-height: 1;
  font-weight: 500;
  color: #2b5783;
  text-transform: none;
  text-align: left;
}

/* #menu {
  opacity: 0;
} */

.edit{
	position: relative; 
	margin-left: 18.35vw;
	z-index: auto;
}

#menu.init{
	left: 0px;
    display: block;
    opacity: 1;
}

.filtertoggle  .filter-view-dropdown.dropdown-menu p{
	position: relative;
    word-wrap: break-word;
    white-space: normal;
    width: auto;
    font-family: "soleto";
    display: block;
}

.filtertoggle  .filter-view-dropdown.dropdown-menu {
    left: 0.25rem !important;
    top: 3.25rem !important;
}
.filtertoggle  .filter-view-dropdown.dropdown-menu.active {
	display: block;
	position: absolute;
	inset: 0px 0px auto auto;
	margin: 0px;
	transform: translate(0px, 0px) !important;
}
@keyframes SlideLeft {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
} 
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.filtertoggle .dropdown-toggle::after {
  background-image: url(../images/select-caret.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 5px;
  border: 0;
  width: 11px;
  height: 5px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* -- End New Filter Tabs -- */

.sku-search .header-actionwrap{
	padding-right: 3.5vw;
    padding-left: 1.65vw;

}

.headerright{
    width: 83%;
    position: fixed;
    right: 0px;
    top: 137px;
	z-index: 9999;
    background-color: #FFF;
    border-top: 3px solid #2A82BC;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.wrapper.mobwrap {
    padding-top: 2em;
}
.actionnav {
	display: flex;
    justify-content: flex-end;
    text-align: right;
    width: max-content;
}
.actionnav ul li {
	display: inline-block;
}
.actionnav ul li a {
    font-size: var(--font13);
    font-weight: var(--weight400);
	color: var(--black);
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 2px 15px;
	transition: all 0.4s ease;
}
.actionnav ul li:last-child a { padding-right: 0;}
.actionnav ul li a:hover {
	color: var(--primary);
}
.actionnav ul li a span {
	width: auto;
	height: 16px;
	display: inline-block;
	margin-right: 7px;
}
.actionnav ul li a span img { height: 100%;}
.dropgroup { display: flex;}
.dropgroup h4 {
	font-size: 20px;
	font-weight: var(--weight700);
	margin-right: 20px;
}
.dropgroup h4 span, .droplink span { display: inline-block; margin-left: 5px;}
.dropgroup select {
	background-color: transparent;
	font-size: 20px;
	border: 0;
}


.dropdown-group {
	/*position: relative;*/
}
.droplink {
	font-size: 20px;
    font-weight: var(--weight700);
    margin-right: 20px;
    color: var(--text);
}
.actdropdown {
	position: absolute;
    background-color: #fff;
    width: 200px;
    padding: 15px;
    z-index: 30;
	display: none;
    border-radius: 6px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 19%);
	margin-top: 8px;
}
.actdropdown:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.actdropdown ul li a {
	color: var(--text);
	font-size: 14px;
    line-height: 1.1;
    font-weight: var(--weight300);
    display: block;
    padding-bottom: 10px;
}
.actdropdown ul li a:hover {
	color: var(--primary);
}
.actwrap h3, .paginationnav h4, .sortbycol h4, .perpagedrop label {
	font-size: var(--font17);font-weight: var(--weight500);
}
.actwrap h3, .paginationnav{
	margin-right: 40px;
}

/* .perpagedrop{
	min-width: 200px;
} */

.actwrap h3 { }
.actwrap h3 span {
	font-weight: var(--weight500);
}
.paginationnav, .sortbycol, .actwrap-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.perpagedrop label, .paginationnav h4, .sortbycol h4 {
	margin-right: 10px;
}

.status-nav .sortbycol h4{
	margin-bottom: 12px;
}

.perpagedrop label { margin-bottom: 0;}
.form-check-label {
    color: #525252;
	font-weight: var(--weight300);
}
.form-check-inline:last-child { margin-right: 0;}
.pagination li a {
	font-size: var(--font17);
	font-weight: var(--weight300);
	color: var(--black);
	padding: 2px 3px;
	margin: 0 3px;
}
.pagination li a.active, .pagination li a:hover {
	background-color: var(--primary);
	color: var(--white);
}
.filteractionnav { padding-bottom: 8px;}
.filteractionnav a {
	font-size: var(--font13);
	line-height: 1;
	font-weight: var(--weight400);
	color: rgb(0 0 0 / 57%);
	/*text-decoration: underline !important;*/
}
.filteractionnav span{
    font-size: var(--font13);
    color: rgb(0 0 0 / 57%) !important;
}
.expcol{
    position:relative;
    padding-left:22px;
}
.collapseall:after{
    font-family: var(--body-font);
    position: absolute;
    content: "-";
    font-size: 18px;
    line-height: 0.85;
    font-weight: 400;
    color: var(--primary);
    border: 1px solid var(--primary);
    height: 16px;
    left: 0;
    top: 50%;
    width: 16px;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 4px;
}
.expandall:after{
    font-family: var(--body-font);
    position: absolute;
    content: "+";
    font-size: 18px;
    line-height: 0.85;
    font-weight: 400;
    color: var(--primary);
    border: 1px solid var(--primary);
    height: 16px;
    left: 0;
    top: 50%;
    width: 16px;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 4px;
}
.filtercheck_list ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.filtercheck_list ul li label{
    display: flex;
    align-items: center;
    margin: 0.35rem 0px;
    font-size: var(--font14);
    line-height: 1.1;
    font-weight: var(--weight300);
}

.product-finder-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 18px;
}

.product-card:first-child{
	margin-top: 3px;
}

.product-card {
	width: 100%;
	/*width: 31%;*/
	margin: 1%;
	background-color: var(--white);
	border: 1px solid var(--border);
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 10px;
	/*display: grid;*/
	display: flex;
	margin-bottom: 5px;
}

div.product-card div {
    padding: 0px 10px;
}

.product-card.pinned-sku {
	border-color: red;
}

.prdct-brand {
	height: 32px;
	margin-bottom: 8px;
}
.prdct-brand img { height: 100%; width: auto;}
.prdct-brand-name {
	width: 100%;
    display: block;
    margin-bottom: 20px;
}
.prdct-brand-name h3 {
	font-size: var(--font17);
	color: var(--black);
	font-weight: var(--weight500);
	display: flex;
	justify-content: flex-start;
	text-decoration: underline;
	margin-bottom: 5px;
}
.prdct-card-header {
	display: flex;
    align-self: flex-start;
    flex-wrap: wrap;
    /*width: 53.5%;*/
    width: 46.5%;
    margin-right: 0;
}



.prdct-card-header, .prdct-card-header div{
	padding-left: 0px !important;
}

.prdct-brand-name h3 a {
/*	margin-left: 15px;
	font-size: var(--font15);*/
    font-size: var(--font18);
    color: #000;
}

.prdct-brand-name h3 a.prod-img{
	max-width: 93%;
}

.prdct-brand-name h3 a.prod-link{
	margin-top: 5px;
	margin-left: 5px;
	width: 6%;
}

.prdct-brand-name p.prod-sku, .prdct-brand-name p.prod-sku a{
	color: var(--primary);
	font-size: var(--font18);
}


.sumrydetaillist{
	padding: 0px !important;
}

.prdct-brand-name h3 a .fa, .sumrydetaillist ul li a .fa {
	font-size: 14px;
	color: var(--primary);
}
.prdct-brand-name p {
	font-size: var(--font15);
	/*color: var(--primary);*/
	color: var(--grey);
	font-weight: var(--weight400);
	    margin: 0;
}
.prdct-card-content, .prdct-card-ftr, .sumrydetailcol ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sku-list-brand-mass-premium{
	text-align: right;
}

.prdct-card-content {
	/*padding: 30px 0;*/
	width: 25%;
    padding: 0px !important;
    margin: 0px;
}
.prdct-brand-img {
	/*width: 23%;*/
	width: 100%;
	padding-left: 0px !important;
}
.prdct-brand-img img { width: 100%; display: block; margin: 0 auto;}

/* -- Collaspe View -- */

.prdtc-div{
	display: none;
}
.expanded{
	display:flex;
	width: 100%;
}

.plus-expand, .minus-expand{
    width: 18px;
    margin-right: 5px;
	align-self: center;
}

.product-expand{
	min-height: 220px;
	background-color: #FFF;
	padding-left: 10px;
	margin: 5px 0;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-expand.pinned-sku{
	box-shadow: rgba(255, 0, 0, 0.699) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.product-expand .brand-img, .product-expand .col{
	/* padding-top: 15px; */
	display: flex;
	align-self: flex-start;
}

.product-expand .top-15 {
    display: block;
    padding-top: 18px !important;
}

.product-expand .col.col-btn {
	background-color: #2A82BC;
    height: 100%;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    flex: inherit;
	padding: 0px;
	margin: 0px;
}
.first-div .col.col-btn a:first-child{ 
	border-top-right-radius: 0px;
}
.product-expand .col.col-btn a:first-child{
	border-top-right-radius: 15px;
}

.product-expand p, .product-expand li, .product-expand span, .product-expand a{
	font-size: 15px !important;
}

.product-expand .col.col-btn a:last-child{
	border-bottom-right-radius: 15px;
}

.product-expand .col.col-btn a{
	background-color: #2A82BC;
    height: 100%;
	display: block;
	padding: 26px 12px;
    margin: 0px;
}

.product-expand .col.col-btn a.addSkuToCompare {
    border-top: 1px solid #0D5A8C;
    border-bottom: 1px solid #0D5A8C;
}

.product-expand .col.col-btn a.findSimilarSkus {
    border-bottom: 1px solid #6DBAEC;
}

.product-expand .col.col-btn a.mp-report.btnPriceTrendReport {
    border-top: 1px solid #6DBAEC;
}

.product-expand .col.MSRP, .product-expand .col.Avg, .product-expand .col.Low{
    text-align: center;
}

.product-expand p:not(.truncate-text){
	margin-bottom: 0px;
	min-width: max-content;
}

.product-expand .prdct-img img {
	/*width: 8vw;
    position: absolute;
    top: 3rem;*/

    width: 5.25vw;
    position: absolute;
    top: 2rem;
}

.product-expand .col-sm-auto.brand-img {
    padding-left: 4.65vw;
}

.product-expand .brand-img img.br-img {
    padding: 0px;
	width: 3.5vw;
}

.product-expand .prdct-card-btm{
    flex-direction: column;
    width: auto;
}

.product-expand .prdct-card-btm a{
	padding: 12px 7px;
}

.product-expand .prdct-card-btm a img{
	color: #2A82BC;
	min-width: 20px;
}

.product-expand a.addSkuToCompare:hover img.btn-filter{
	filter: none;
}


.product-expand .brand-price span img{
	width: 3vw;
	margin-right: 5px;
}



.product-collapse{
	min-height: 150px;
	align-items: center;
	background-color: #FFF;
	padding-left: 10px;
	margin: 5px 0;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-collapse .brand-img, .product-collapse .col{
	/* padding-top: 15px; */
	display: flex;
	align-self: flex-start;
}


.product-collapse .top-15 {
    display: block;
    padding-top: 18px !important;
}

.filtraccordian .card-body {
    /* border-top: 1px solid #FEFEFE; */
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    padding-top: 12px;
	padding-left: 10px;
}

.product-collapse .col.col-btn {
	background-color: #2A82BC;
    height: 100%;
    width: fit-content;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    flex: inherit;
	padding: 0px;
	margin: 0px;
}

.product-collapse .col.col-btn a.addSkuToCompare {
    border-top: 1px solid #0D5A8C;
    border-bottom: 1px solid #0D5A8C;
}

.product-collapse .col.col-btn a.findSimilarSkus {
    border-bottom: 1px solid #6DBAEC;
}

.product-collapse .col.col-btn a.mp-report.btnPriceTrendReport {
    border-top: 1px solid #6DBAEC;
}


.product-head{
	padding-left: 40px;
	margin-bottom: 0px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: #F1F1F1;
	border: 1px solid #BBC9D2;
}

.productdes-wrap .first-div {
	margin-top: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.productdes-wrap .first-div .col.col-btn{
	border-top-right-radius: 0px;
}

.product-head p{
	text-align: center;
	margin-bottom: 0px;
	padding: 10px 0px;
}

.product-collapse .col.MSRP, .product-collapse .col.Avg, .product-collapse .col.Low{
    text-align: center;
}

.product-collapse p:not(.truncate-text){
	margin-bottom: 0px;
	min-width: 7.25rem;
}

.product-collapse .prdct-img img {
    width: 4vw;
	/* padding: 0 7px; */
}

.product-collapse .brand-img img.br-img {
    padding: 0px;
	width: 3.5vw;
}

.product-collapse .prdct-card-btm{
    flex-direction: column;
    width: auto;
}

.product-collapse .prdct-card-btm a{
	padding: 12px 7px;
}

.product-collapse .prdct-card-btm a img{
	color: #2A82BC;
	width: 1.05vw;
}

/* .product-collapse a.addSkuToCompare img.btn-filter{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(57deg) brightness(113%) contrast(101%);
} */

.product-collapse a.addSkuToCompare:hover img.btn-filter{
	filter: none;
}


.product-collapse .brand-price span img{
	width: 3vw;
	margin-right: 5px;
}


.keyFeatures span{
	text-wrap: balance;
}

ul.keyFeatures li, ul.brand-price li{
	display: none;
	/* visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear; */
}

ul.keyFeatures li.active{
	display: list-item;
	/* visibility: visible;
  	opacity: 1; */
}


.product-collapse .keyFeatures{
	display: flex;
	flex-direction: column;
	/* padding: 5px 0px; */
}

.product-collapse .zero-left{
	padding-top: 5px;
}

.product-expand .keyFeatures a.prod-img{
	padding-top: 15px;
	padding-bottom: 10px;
	color: #011F3A;
	text-decoration: underline;
	display: block;
}
.edit.menu-closed .car-wrapper{
    width: 300px;
}
.edit.menu-closed .product-head .col-h.detail{
	width: 70%;
}
.edit.menu-closed .product-collapse .zero-left {
    width: 100%;
}

.edit.menu-closed .product-head.expanded .col-h.sku {
	width: 18%;
    padding-left: 12px;
}

.edit.menu-closed .product-head.expanded .col-h.feat{
	width: 43%;
}

.edit.menu-closed .product-head.expanded .h-prices .col-h{
	width: 10vw;
}

.edit.menu-closed .product-head.expanded .col-h.brand {
	width: 10.5%;
    padding-left: 0px;
}

.product-collapse .keyFeatures a.prod-img{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #011F3A;
	text-decoration: underline;
}

.product-collapse .keyFeatures a.prod-img, .product-collapse .keyFeatures ul li, .product-collapse span, .product-collapse li, .product-collapse a, .product-collapse p{
	font-size: 15px;
}

.product-collapse .retailer-price{
	display: flex;
	width: 27vw;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.product-collapse .retailer-price .brand-item, .product-expand .retailer-price .brand-item{
	display: flex;
	margin: 10px 15px;
}


.keyFeatures .dropdown-menu.show{
	min-width: 17rem;
}

.keyFeatures .dropdown-menu.show, .brand-price .dropdown-menu.show{
    background-color: #fff;
    border-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	color: #000000;
}

.export-wrap .btn-panel a img{
	width: 3.5vw;
	margin: 5px 5px 10px 5px;
}

.export-wrap .btn-panel a{
	padding: 15px;
	background-color: #fff;
	border: 3px solid #4482b8;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 15px;
	color: #4482b8;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.export-wrap .btn-panel a:hover{
	/* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.export-wrap{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

p.export-info{
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	margin: 18px 40px 10px 40px;
}

.list-comp {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-comp span {
    font-weight: 500;
    padding: 5px 10px;
    /* margin: 0px 2px; */
    cursor: pointer; /* Add cursor pointer for clickable elements */
}

.list-comp span.active {
    background-color: #4482b8;
    border-radius: 10px;
    border: 1px solid #4482b8;
}

.list-comp svg {
    width: 20px;
	max-height: 12px;
    fill: #4482b8; /* Set the default SVG color */
}

.list-comp span.active svg {
    fill: #ffffff; /* Change SVG color to #fff on active */
}

.outline-switcher {
    display: flex;
    border: 1px solid #4482b8;
    border-radius: 12px;
}

div.product-finder-wrap:not(.mode-active){
	display: none;
}

.product-collapse .dropdown-item:focus, .product-collapse .dropdown-item:hover{
	background-color: transparent;
}

.keyFeatures .dropdown-menu.show span{
	list-style-type: disc;
    display: list-item;
    padding-left: 0px;
    margin-left: 25px;
	width: auto;
    text-wrap: nowrap;
}

ul.brand-price li.active{
	display: inline-flex;
	align-items: center;
}
.keyFeatures span img.btn-down, .brand-price img.btn-down{
	height: 0.45vw;
	margin-left: 5px;
}

.brand-price.btn-group {
	width: 10.5vw;
}

.brand-price span.dropdown-item img {
    width: 5.5vh;
    margin-right: 15px;
}

.product-expand span.retailer-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 26vw;
    flex-flow: wrap;
}

.product-expand .retailer-price .brand-item{
	display: flex;
    margin: 15px 10px;
}

span.retailer-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.car-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 15vw;
}

.key-desc{
	align-self: center !important;
}

.sumrydetaillist .car-wrapper{
	width: 100%;
	justify-content: center;
}

.car-wrapper button:hover img{
	filter: invert(47%) sepia(36%) saturate(850%) hue-rotate(161deg) brightness(89%) contrast(101%);
}
.product-collapse .prdct-card-btm a:first-child{
	border-bottom: 1px solid #6DBAEC;
}
.prdct-card-btm .tool-search.my-tooltip:before{
	left: -85px;
}
.prdct-card-btm .tool-compare.my-tooltip:before{
	left: -102px;
}
.prdct-card-btm .tool-trend.my-tooltip:before{
	left: -130px;
}

.prdct-card-btm .my-tooltip:before{
	background: rgba(0,0,0,.95);
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: 40px;
	left: -105px;
    white-space: nowrap;
    z-index: 1;
}

.prdct-card-btm .my-tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.95);
    border-left: 6px solid transparent;
    content: '';
    height: 0;
	top: 35px;
    left: 5px;
    width: 0;
}

/* -- End Collaspe View -- */

img.br-img{ padding: 0px 30px; }
.prdct-brand-des {
	/*width: 75%;
	padding-left: 15px;*/
	width: 100%;
}



.prdct-brand-des ul li{
	font-size: var(--font16);
    line-height: 0.9;
    list-style: none;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-weight: 400;
}
.prdct-brand-des ul { padding-left: 0px;}
 .listtype ul li {
	font-size: var(--font16);
    line-height: 1.2;
    list-style: none;
    padding-bottom: 7px;
    position: relative;
    padding-left: 10px;
	font-weight: 300;
}
.listtype ul li {font-size: var(--font15); }
.prdct-brand-des ul li:before, .listtype ul li:before {
	position: absolute;
    content: "";
    left: 0;
    top: 16%;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--black);
}
.listtype ul li:before {border-radius: 2px; }
.prdct-card-ftr {
	/*padding-bottom: 20px;*/
	width: 40%;
	padding-left: 0px !important;
}
.findbtn.solidbtn {
	font-size: var(--font14);
    margin-top: 20px;
}
.sumry-price-col {
    padding: 0px !important;
}
.sumry-price-col h3 {
	font-size: var(--font16);
	/*padding-bottom: 10px;*/
	padding-bottom: 15px;
	line-height: 1.2;
	font-weight: 200;
}
.sumry-price-col h3 span {
/*	display: block;
	color: var(--primary);*/

	display: block;
    color: var(--text);
    font-weight: 500;
}
.prdct-card-ftr h4 {
	font-size: var(--font18);
	font-weight: var(--weight500);
	line-height: 1;
	text-decoration: underline;
	/*padding-top: 10px;*/
	padding-bottom: 15px;
}


.sumrycol {
	width: 45%;
	padding-right: 7px !important;
	padding-left: 0px !important;
}
.sumrydetailcol { width: 50%;}
.sumrydetailcol ul li { flex-wrap: nowrap;
    justify-content: end;
    align-items: center; /*margin-bottom: 5px;*/ margin-bottom: 15px;}
.sumrydetailcol ul li p {
	justify-content: flex-end;
    font-size: var(--font15);
	font-weight: var(--weight500);
    margin: 0;
    /*color: var(--primary);*/
    display: flex;
    text-align: right;
    width: 63%;

	color: var(--text);
}
.sumrydetailcol ul li p a {
	margin-top: 5px;
	margin-left: 10px;
	font-size: var(--font14);
}
.sumrydetailcol ul li span {
	width: 50%;
    height: max-content;
    display: flex;
}
.sumrydetailcol ul li span img { width: 100%; padding-right: 7px;}
.prdct-card-btm {
	display: flex;
    /* align-self: flex-end; */
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 26%;
    text-align: center;
    padding: 0px !important;
    flex-direction: column;
}

.product-head p{
	font-weight: 500;
}

.product-head .brand-img{
	padding-left: 7.5rem;
}

.product-head .head-sku{
	margin-right: -0.5vw;
    margin-left: 1vw;
}

.product-head .head-sku p{
	text-align: left;
	padding-left: 4px;
}

.product-head .col.Avg {
    margin-left: 1vw;
    margin-right: 1vw;
	padding-right: 0px;
	padding-left: 0px;
}

.product-head .col.Low {
	padding-right: 0px;
	padding-left: 0px;
}

p.prod-sku {
    width: 7vw;
    font-size: 15px;
}

.truncate-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 85px;
	margin: 0px;
	color:#007bff;
}

.m-right{
	margin-right: 6.15vw;
}
.prdct-card-btm a{
	width: 100%;
	margin: 15px 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-collapse .prdct-card-btm a.findSimilarSkus{
	background-color: transparent !important;
}
.product-collapse .prdct-card-btm a{
	margin: 0px 7px;
}
.prdct-card-btm a.findSimilarSkus{
	background-color: #E5E5E5;
	color: #2A82BC;
	border-color: #0D73B7;
}

.checkcompare {
	background-color: #EDEDED;
	border-radius: 5px;
    color: rgb(2 1 0 / 71%);
    font-style: italic;
    font-size: var(--font14);
	line-height: 1.1;
	font-weight: var(--weight300);
    width: fit-content;
    padding: 4px 5px;
	display: flex;
    align-items: center;
}

.product-collapse .checkcompare .my-tooltip:before {
    left: -245px;
}

.product-collapse .checkcompare{
	width: 100%;
	display: inline-flex;
	align-content: center;
	border-radius: 0px;
}

.product-collapse .checkcompare span{
	width: 100%;
	padding: 10px 7px;
}

.product-collapse .checkcompare img{
	width: 20px;
}

.checkcompare input { margin-right: 8px;}
.fixed-compare-strip {
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    position: fixed;
    bottom: 0;
    width: 70%;
    background-color: var(--bgcolor);
    box-shadow: 0 0 5px rgb(0 0 0 / 42%);
    padding: 0 15px;
    z-index: 999;
    left: 15%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-height: 147px;
    overflow: hidden;
}

.comparewrap .d-flex {
	padding: 10px 0;
}
.comparewrap {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
}
.fixeddlider { width: 55%;
    padding: 15px 5px;}
.fixeddlider .slick-slide { margin:  0 10px; }
.fixeddlider .slick-list {overflow: visible;}

.compare-action .solidbtn{
	text-wrap: nowrap;
}

.comparecol {
	/* width: 10%; */
	min-width: fit-content;
	height: auto;
	background-color: var(--white);
	border: 1px solid var(--border);
	padding: 8px;
	border-radius: 7px;
	position: relative;
	text-align: center;
	margin: 0 10px;
}
.comparecol img { width: auto;
    height: 50px; margin: 0 auto;}
.comparecol h4, .comparecol p {
	font-size: var(--font13);
	margin: 0;
}
.comparecol h4 {
	font-weight: 600;
    margin-bottom: 5px;
}
.comparecol p { margin-top: 5px;}
.prdct-ftr-nav {
	width: 100%;
	display: block;
	padding: 50px 0 30px;
}
.prdct-ftr-nav .actwrap {
    align-items: center;
    justify-content: center;
}
.pricerange_form {
	text-align: center;
}
.pricerange_form form {
	display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
	justify-content: space-between;
}
.pricerange_form .frmgroup {
	width: 48%;
	flex-wrap: nowrap;
	align-items: center;
}
.pricerange_form .frmgroup label {
	width: auto;
    font-size: var(--font15);
    margin-right: 5px;
	margin-bottom: 0;
}
.pricerange_form .frmgroup input {
	width: 75%;
}
.pricerange_form .solidbtn {
	margin: 15px auto;
	border-radius: 15px;
}

.pricerange_form .solidbtn:hover{
	color: #000;
}

.pricerange_form p {
    margin-bottom: 10px;
    font-weight: var(--weight300);
    font-size: var(--font14);
}
.pricerange_form p span { width: 16px; display: inline-block; margin-right: 10px;}
.pricerange_form p span img { width: 100%;}
.pricerange_form .pricetxt { font-weight: var(--weight500); font-size: var(--font16);}
.compare-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    text-align: center;
    padding-left: 30px;
}
.link {
	display: inline-block;
	color: var(--black);
	margin-top: 10px;
	font-size: var(--font17);
}
.comclose {
	position: absolute;
    right: -8px;
    top: -8px;
}
.comclose a {
	width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    font-size: 21px;
    line-height: 1;
    color: var(--primary);
}
.actionpopup .modal-dialog {
    max-width: 450px;
}
.actionpopup .modal-content {
	background-color: #F0F0F0;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
	padding: 20px 30px;
	color: #1F1F1F;
}
.actionpopup .modal-content .close {
	position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    font-family: "soleto";
}
.headerright { padding: 0 30px 0 18px;}
.modal-body { padding: 0;}
.modal-body h4 {
	font-size: var(--font20);
	line-height: 1;
	text-align: center;
	font-weight: 700;
	padding-bottom: 28px;
}
.modal-body .frmgroup {
	display: block;
	margin-bottom: 20px;
}
.modal-body .frmgroup label {
	display: block;
	font-size: var(--font18);
	line-height: 1;
	text-align: left;
	font-weight: 400;
	padding-bottom: 8px;
	margin: 0 15px;
}
.modal-body .frmgroup input, .modal-body .frmgroup select {
	width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
	color: #626262;
}
.modal-body .frmgroup input::placeholder {
	color: #626262;
	font-style: italic;
}
.custom-checkbox {
	display: flex;
	align-items: center;
	margin: 0 15px 20px;
}
.custom-checkbox label {
	color: #1F1F1F;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
    margin-bottom: 0;
}
.modal-body .solidbtn {
	padding: 6px 12px;
}
.widthcontainer {
    max-width: 87%;
    margin: 0 85px 0 auto;
}
.whitecontainer {
	background-color: var(--white);
	border: 1px solid var(--border);
	padding: 0px 0px 30px;
	border-radius: 7px;
}
.top-header {
	justify-content: space-between;
	padding-bottom: 22px;
}
.top-header, .pagehead {
	display: flex;
	align-items: center;
}
.pagehead { margin-left: 70px;}
.pagehead h3 {
	/*font-size: var(--font15);*/
	font-size: var(--font20);
    font-weight: 400;
}
.checklabel { margin-left: 40px;}
.checklabel label {
	font-size: var(--font15);
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: var(--weight400);
}
.compslide_top .brandlogo {
	width: 100px;
    /*height: 32px;*/
	padding: 0;
	margin-bottom: 20px;
}
.compslide_top .brandlogo img {
	/*height: 100%;*/
    width: 100%;
    /*margin-left: -10px;*/
}
.compslide_top h3 {
	font-size: var(--font18);
    line-height: 1.3;
    font-weight: var(--weight500);
	padding-bottom: 5px;
	text-decoration: underline;
}
.compslide_top h4 {
	font-size: var(--font15);
	color: var(--primary);
    line-height: 1;
    font-weight: var(--weight400);
}
.compslide_top { padding-bottom: 20px;}
.compslide_top .brandimg {
	margin-top: 15px;
	height: 180px;
}
.compslide_top .brandimg img { height: 100%;}

.slfeature {
	padding: 35px 0;
    /*border-bottom: 1px solid #F0F0F0;*/
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	position: relative;
	min-height: 200px;
}
.slfeature:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height: 1px;
	background-color: #F0F0F0;
}
.slfeature:nth-last-child(1)::before { display: none;}
.compareslider_btm .slick-track{
	margin-top: 50px;
	border-top: 1px solid #F0F0F0;
}
.stikyleft {
	position: absolute;
    /*left: -3px;*/
    /*left: 200%;*/
    /*top: 0;*/
    top: -50%;
    z-index: 999;
    width: 35px;
    height: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stikyleft h3 {
	font-size: var(--font14);
    font-weight: var(--weight400);
    /*transform: rotate(270deg);*/
    background-color: var(--bgcolor);
    border: 1px solid var(--blue);
    border-radius: 6px;
    padding: 6px;
}
.listtype {
    /*width: 75%;*/
    width: 100%;
}
.compareslider_top { z-index: 30;
    background-color: #fff; }
.compareslider_btm { background-color: #fff;
    z-index: 20;}
.compslide_top, .compslide_btm .brandimg {padding-left: 40px;}
.compslide_top,
.compslide_btm { width: 100% !important;}

.compare-action-mob { display: none;}
.filternav-mob {
	display: flex;
	justify-content: space-between;
}
.filternav-mob .solidbtn {
	background-color: #5C849F;
    border: 1px solid #5C849F;
    width: 21%;
    font-size: var(--font13);
    padding: 6px 10px;
}
.filternav-mob .solidbtn span { margin-right: 5px;}
.filternav-mob .solidbtn span img {
	width: 10px;
}
.product-top-header-mob .dropgroup h4 {
	font-size: 12px;}
.product-top-header-mob .dropgroup h4 span { margin-left: 0;}
.fltrslidenav {
	width: 77%;
    background-color: var(--white);
	border-radius: 5px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 11%);
}
.slidelink {
	border-right: 0.5px solid #DBDBDB;
	text-align: center;
    width: auto !important;
}
.filternavslider.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-evenly;
    width: auto !important;
}

.slidelink h3 a {
	font-size: var(--font13);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--black);
	font-weight: var(--weight500);
	padding: 6px 10px;
}
.slidelink h3 a span {
	margin-left: 8px;
}
.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
  transform: translateY(100%) !important;
}
.modal-bottom .modal-dialog .modal-content {
  border-radius: 22px 22px 0 0;
	padding: 30px 0 0;
}
.modal-bottom.show {
  overflow: hidden;
}
.modal-bottom.show .modal-dialog {
  transform: translateY(0%) !important;
  min-height: 80px;
}


/* App Nav Dropdown */

.dropdown-content {
  	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
}


/* End App Nav Dropdown */

.fltr-btm-head {
	display: flex;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
	border-bottom: 1px solid rgb(112 112 112 / 30%);
	position: relative;
}
.fltr-btm-head h3 {
	font-size: var(--font17);
	line-height: 1;
	color: var(--black);
	font-weight: var(--weight500);
}
.modal-bottom .modal-dialog .modal-content:before {
	position: absolute;
	top: 12px;
	content: "";
	left: 0;
    right: 0;
    margin: 0 auto;
    width: 36px;
    height: 4px;
    background-color: #CBCBCB;
    border-radius: 5px;
}
.fltr-btm-head a, .backhead a {
	position: absolute;
	right: 20px;
	font-size: var(--font17);
	line-height: 1;
	color: var(--primary);
	font-weight: var(--weight500);
}
.modal-bottom .sortbycol { padding: 20px 35px;}
.filtermob_accordian .card { border: 0; overflow-x: hidden;}
.modal-bottom .sortbycol h4, .modal-bottom .modal-body h5 {
	font-size: var(--font17);
	font-weight: var(--weight700);
	margin-right: 28px;
}
.modal-body h5 { margin: 10px 0 25px 35px;}
.filtermob_accordian .card-title .checkfilter { display: none;}
.filtermob_accordian .card-title {
    font-size: 16px;
    font-weight: var(--weight300);
    padding: 10px 35px;
    border-bottom: 1px solid rgb(112 112 112 / 31%);
	position: relative;
}
.filtermob_accordian .card-title:after {
	position: absolute;
	content: "";
	background-image: url(../images/acnext.svg);
	background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
    width: 7px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-bottom .modal-body {
    height: 400px;
    overflow-y: scroll;
}
.modal-bottom .card-text {
        padding: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 12;
    right: -100%;
    transition: all 0.4s ease;

}
.modal-bottom .card-text.show {
	right:0;
}
.top-search-mob {
	background-color: #2a82bc;
}
.top-search-mob .actionnav ul li { display: block;}
.searchfrm-mob { width: 65%;}
.searchfrm-mob form { display: flex;}
.searchfrm-mob .frmgroup input { padding: 10px 15px 10px 40px; width: 100%;}
.searchfrm-mob .frmgroup input::placeholder { color: rgb(0 0 0 / 17%);}
.searchfrm-mob .frmgroup { width: 100%; position: relative;}
.searchfrm-mob button { background-color: transparent; border: 0; margin-right: 8px;}
.searchmob { position: absolute; width: 15px; height: 15px; top: 40%; left: 12px; display: inline-block;
    transform: translateY(-50%);}
.searchmob img { width: 100%; height: 100%;}
.top-search-mob .actionnav ul li a { font-size: 12px; color: var(--white); padding: 3px 0;}
.top-search-mob .actionnav ul li a span img { height: 100%; width: 100%;}
.top-search-mob .actionnav ul li a span { width: 16px; height: 16px;}
.top-search-mob .actionnav { width: 35%;}
.filternavslider .slick-prev {
    left: -10px !important;
    top: 8px;
    background: url(../images/nextslide.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    height: 10px;
    background-size: cover !important;
    transform: rotate(180deg);
    z-index: 99;
}
.filternavslider .slick-next {
    right: -10px !important;
    background: url(../images/nextslide.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    height: 10px;
    background-size: cover !important;
}
.fixeddlider .slick-prev {
    left: -10px;
    top: 35%;
    transform: translateY(-50%);
    background: url(../images/nextslide.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 20px;
    background-size: cover !important;
    transform: rotate(180deg);
    z-index: 99;
}
.fixeddlider .slick-next {
    top: 45%;
    transform: translateY(-50%);
    right: -10px;
    background: url(../images/nextslide.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
     width: 8px;
    height: 20px;
    background-size: cover !important;
}
.slick-next:before, .slick-prev:before { display: none;}
.backhead {
	display: flex;
    padding: 0px 18px 12px;
    justify-content: flex-start;
    border-bottom: 1px solid rgb(112 112 112 / 30%);
    position: relative;
	align-items: center;
}
.backhead h5 {
	color: var(--primary);
	font-size: var(--font17);
	font-weight: var(--weight700);
	line-height: 1;
	margin-right: 8px;
}
.backhead h5 span { margin-right: 5px; width: 7px; display: inline-block;}
.backhead h5 span img { width: 100%;}
.backhead .actitle {
	color: #040405;
	font-size: var(--font17);
	line-height: 1;
	font-weight: var(--weight500);
	margin-left: 8px;
}

.modal-bottom .filtercheck_list ul li label { width: 78%;}
.modal-bottom .filtercheck_list ul li span { width: 15%;
    text-align: right;}
.modal-bottom .filtercheck_list ul li input { width: 15px;
    margin-left: 5px;}
.modal-bottom .filtercheck_list {
	padding: 20px 0 12px;
	height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-bottom .filtercheck_list ul li label { margin-bottom: 0;}
.modal-bottom .filtercheck_list ul li label, .modal-bottom .filtercheck_list ul li span {
    font-size: 16px;
    font-weight: var(--weight300);
	letter-spacing: -0.5px;
    }
.modal-bottom .filtercheck_list ul li {
	padding: 6px 18px;
	border-bottom: 1px solid rgb(112 112 112 / 31%);
	align-items: center;
}
.modal-bottom .filtercheck_list ul li:last-child { border-bottom: 0;}
.make-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 50px;
}
.compareslider_top .slick-dots {
    position: absolute;
    bottom: -35px;
	background-color: #fff;
	padding: 10px 0;
}
.brand-sts .wrapper {
    padding-top: 1.5em;
}
.select-group { margin: 0 0 20px 25px; }
.select-group label {
	font-size: var(--font18);
	color: var(--primary);
	font-weight: var(--weight500);
	display: block;

}
.select-group select {
	width: 290px;
	border: 1px solid #AAABAC;
	background-color: var(--white);
	color: var(--black);
	border-radius: 6px;
	padding: 6px 15px;
	margin-bottom: 5px;
	font-size: var(--font16);
	font-weight: var(--weight700);
	text-transform: uppercase;
	-webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
    background-position-y: 15px;
}
.brand-status-panel {
	background-color: var(--white);
	border: 1px solid var(--border);
	padding: 30px 35px;
	border-radius: 7px;

}
.status-nav, .brandstslogo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.status-nav { padding-bottom: 45px;}
.brandstsimg {
	width: 200px;
	margin-right: 8px;
}
.brandstslogo a {
	font-size: 15px;
	display: inline-block;
}
.status-nav  .sortbycol h4 {
    margin-right: 40px;
}
.status-nav .form-check-inline { margin-right: 30px;}
.status-nav .form-check-inline:last-child {
    margin-right: 0;
}
.status-nav .form-check-label {
    color: #525252;
	font-weight: var(--weight400);
}
.brandstsimg img { width: 100%;}
.brand-table .row {
	justify-content: space-between;
}
.brand-table .col-lg-6 {
	max-width: 48%;
}
.brand-des-col {
	padding-bottom: 60px;
}
.brandhead, .branddes {
  display: grid;
    justify-content: flex-start;
    grid-template-columns: 60% 15% 18%;
    grid-gap: 10px;
}
.branddes-title h3 {
	background-color: var(--bgcolor);
    border: 1px solid var(--blue);
    border-radius: 4px;
    padding: 5px 7px;
    color: var(--black);
    font-size: var(--font18);
    font-weight: var(--weight700);
    line-height: 1;
	margin-bottom: 15px;
}
.bluetxt {
	/*color: var(--primary);*/
	color: var(--text);
	line-height: 1;
	font-size: var(--font15);
    /*font-weight: var(--weight500);*/
	text-align: center;
}
.branddes {
	text-align: center;
	color: var(--primary);
	line-height: 1;
	font-size: var(--font15);
    font-weight: var(--weight400);
	padding: 6px 0;
	border-bottom: 2px solid #F0F0F0;
}

.branddes div:first-child {
	text-align: left;
	color: #020101;
	margin-left: 25px;
}
.brandhead  {
	margin-top: 10px;
	margin-bottom: 5px;
	display: grid;
    align-items: end;
}

.brandhead:first-child(){
	margin-top: 0px;
}

.brandhead div:first-child {
	text-align: left;
	font-weight: var(--weight700);
	font-size: 16px;
	margin-left: 8px;
}
.branddes div:nth-child(2) {
	font-weight: var(--weight500) !important;
}

.branddes:last-child { border-bottom: 0;}
.pt {
	padding-top: 40px;
}
.pt10 {
	padding-top: 10px;
}
.inbox-head, .inboxpopwrap {
	display: grid;
    justify-content: flex-start;
    grid-template-columns: 30% 12% 18% 20% 20%;
    grid-gap: 0px;
}
.inbox-head {
	color: var(--black);
	line-height: 1;
	font-size: var(--font17);
    font-weight: var(--weight700);
	text-align: left;

	border-bottom: 1px solid #D6D6D6;
}
.inbox-head div {
	border-right: 1px solid #D6D6D6;
	padding: 14px 0px;
}
.inbox-head div:last-child { border-right: 0;}
.in_name { margin-left: 35px;}
.in_title { text-align: center;}
.inbox-head span { margin-left: 5px;}
.inbox-head span img { width: 10px;}
.inboxpopwrap {
	color: #020101;
	line-height: 1;
	font-size: var(--font15);
    font-weight: var(--weight300);
	padding: 6px 0 6px 0;
	align-items: center;
}
.inboxdeswrap .card-text {
    padding: 10px 0px 10px;
}
.in_datemob { display: none;}
.inboxdes:nth-of-type(even) .inboxpopwrap {
	background-color: #F8F8F8;
	padding: 4px 0 4px 0;
}
.inboxdes {
	position: relative;
}
.actnavmob {display: none}
select option {
  width: 250px;
}
.inboxdeswrap .card-body, .inboxdeswrap.card { border: 0; padding: 0;}
.page-task {
	font-size: var(--font20);
    line-height: 1;
    padding-bottom: 14px;
    font-weight: var(--weight700);
}
.inboxdeswrap .card-title a {
	margin-top: 20px;
	font-size: var(--font17);
	line-height: 1;
	color: var(--primary);
	font-weight: var(--weight500);
	padding: 7px 15px 7px 0px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 35px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inboxdeswrap .card { border: 0;}
.inboxdeswrap .card-title > a {
  display: inline-block;
  position: relative;
}

.inboxdeswrap .card-title > a:after {
  content: "+";
  font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--primary);
    border: 1px solid var(--primary);
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 4px;
    margin-left: 15px;
	display: inline-block;
}

.inboxdeswrap .card-title > a[aria-expanded="true"]:after {
  font-family: var(--body-font);
    position: relative;
    content: "-";
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--primary);
    border: 1px solid var(--primary);
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 4px;
    margin-left: 15px;
	display: inline-block;
}


.userinbox img {
	width: 12px;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
}
.userinbox {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	min-height: 30px;
}
.in_report, .in_date { margin-left: 35px;}
.actnav {
	display: flex;
    justify-content: center;
    align-items: center;
}
.actnav a {
	padding: 0 20px;
    display: inline-block;
}
.inboxdes .in_name {margin-left: 50px; }
.task-mob {
	background-color: #2a82bc;
	padding: 10px 15px 10px 20px;
	margin-top: -1px;
	display: none;
}
.task-mob .page-task {
	color: var(--white);
	font-size: 20px;
}
.task-mob .page-task span {
	margin-right: 5px;
	width: 12px;
    display: inline-block;
}
.task-mob .page-task span img { width: 100%;}
.skuwrap .solidlink {
	background-color: #095689;
	color: #fff;
	padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
}
.filtermobwrap .solidbtn {
    background-color: #5c849f;
    border: 1px solid #5c849f;
    padding: 5px 10px 4px;
    font-size: 12px;
    color: #fff;
}
.brand-series-btn {
    background-color: #E5E5E5;
    color: #2A82BC;
    border-color: #0D73B7;
    font-size: 12px;
	line-height: 10px;
}
.brand-series-btn:hover {
	background-color: #e5e5e5a9;
    color: #2A82BC;
}
.skuwrap .search.solidlink {
	background-color: #fff;
	color: #000;
}
.skuwrap {
	text-align: right;
    margin-bottom: 8px;
}
.filtermobwrap {
	margin-bottom: 15px;
	display: none;
}
.filtermobwrap, .filternav { display: none; }
.filternav {
	background-color: #fff;
	border-radius: 4px;
	margin-left: 13px;
}
.fillink {
	padding: 5px 8px;
	border-right: 1px solid #efecec;
}
.fillink a {
	color: var(--black);
	display: flex;
    align-items: center;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
}
.fillink:last-child { border-right: 0;}
.fillink span {
	margin-left: 5px;
	width: 8px;
}
.arrowwrap {
	display: inline-block;
    width: 12px;
    height: 20px;
    margin-top: -5px;
}
.arrowwrap img, .fillink span img { width: 100%;}
.arrowwrap .down {
	margin-top: -22px;
}
.in_actmob { display: none;}
.in_name a {
	color: #020101;
}


footer {
	text-align: center;
	margin: 100px 0;
}
footer p {
	font-size: var(--font13);
	color: var(--text);
}
footer p a { text-decoration: underline; color: var(--text);}



