@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@font-face {
font-family:'Font Awesome 5 Brands';
font-display:block;
font-style:normal;
font-weight:normal;
src:url("../fonts/fa-brafnds-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff")
}
.fab {
	font-family:'Font Awesome 5 Brands'
}
@font-face {
font-family:'fontawesome';
font-display:block;
font-style:normal;
font-weight:300;
src:url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff")
}
.fal {
	font-family:'fontawesome';
	font-weight:300
}
@font-face {
font-family:'fontawesome';
font-display:block;
font-style:normal;
font-weight:400;
src:url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff")
}
.far {
	font-family:'fontawesome';
	font-weight:400
}
@font-face {
font-family:'fontawesome';
font-display:block;
font-style:normal;
font-weight:900;
src:url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff")
}
.fa, .fas {
	font-family:'fontawesome';
	font-weight:900
}
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}
a, a:visited, .alink:visited, .breadcrumbs a:visited, .paypal-review-discount .block>.title strong, .cart-discount .block>.title strong {
	color:#3463B1;
}
a:hover, .breadcrumbs a:visited, a:visited, .alink:visited {
	color:#7049ba;
}
.action.primary {
	background:#3463B1;
	border-color:#3463B1;
}
.review-form .action.submit.primary, .review-form .action.submit.primary:hover {
	background:#3463B1;
	border-color:#3463B1;
	color:#fff;
}
a, a:hover {
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
/* Home Page CSS */
.cms-home .page-main {
	max-width: 100%;
	padding: 0;
}
.cms-homev2 .page-main {
	max-width: 100%;
	padding: 0;
}

/* Header CSS */

@media screen and (min-width:768px) {
 .page-main {
padding: 0;
}
 .minisearch.active {
 background-color:#333;
}
 .cms-home .page-header, .has-banner-slider .page-header {
position: absolute;
top:0;
left:0;
width: 100%;
z-index: 999;
}
 .cms-homev2 .page-header, .has-banner-slider .page-header {
position: absolute;
top:0;
left:0;
width: 100%;
z-index: 999;
}
 .cms-home .nav-sections, .has-banner-slider .nav-sections {
position: absolute;
top:65px;
left:0;
width:100%;
z-index: 99;
}
 .cms-homev2 .nav-sections, .has-banner-slider .nav-sections {
position: absolute;
top:65px;
left:0;
width:100%;
z-index: 99;
}
 .cms-home .page-header .panel.wrapper, .has-banner-slider .page-header .panel.wrapper {
background: rgba(0, 0, 0, 0.2);
color:rgba(255, 255, 255, 0.66);
}
 .cms-homev2 .page-header .panel.wrapper, .has-banner-slider .page-header .panel.wrapper {
background: rgba(0, 0, 0, 0.2);
color:rgba(255, 255, 255, 0.66);
}
 .header.panel>.header.links {
float: none;
display:table;
margin:5px auto 0 auto;
}
.minicart-wrapper .action.showcart .counter.qty {
 background: #3463B1;
 position: absolute;
 top: -15px;
 border-radius: 50%;
 left: 15px;
}
.nav-sections-item-content {
 background: rgba(0, 0, 0, 0.2);
}
 .sticky .nav-sections-item-content {
 background: transparent;
}
 .header.panel>.header.links>li.authorization-link, .header.panel>.header.links>li:last-child {
display: none;
}
 .header.panel>.header.links .greet.welcome {
display: none;
}
 .header.panel>.header.links>li {
margin:0;
padding:0 20px;
}
 .header.panel>.header.links > li > a {
font-size:16px;
color:rgba(255, 255, 255, 0.66);
}
 .nav-sections-item-content>.navigation {
display: flex;
 align-items: center;
 justify-content: center;
}
 .logo img {
width:214px;
}
 .header.panel>.header.links > li > a:hover {
text-decoration: none;
}
 .header.panel>.header.links > li > a i {
margin-right: 5px;
}
 body .logo {
margin: 0;
position:absolute;
margin-top: -31px;
}
 .catalog-category-view .page-header .header.panel {
padding: 20px 40px;
position:relative;
max-width:1280px;
}
 .header.panel>.header.links > li > div {
width: 100%;
position: absolute;
left:0;
top:50px;
display: block;
transform-origin: 50% 0;
transform: scaleY(0) translateZ(0);
opacity: 0;
z-index: 9;
transition: transform 0.3s, opacity 0.3s;
}
 .header.panel>.header.links > li:hover a + div {
background: none;
box-shadow: none;
color: inherit;
min-width: 0;
transform: none !important;
transition: none !important;
opacity: 1 !important;
transition: transform 0.3s, opacity 0.3s;
}
 .header.panel>.header.links > li > div > div {
background: #333;
max-width: 100%;
display: flex;
margin: 30px auto 0;
padding: 20px 40px;
}
 .header.panel>.header.links > li > div > div > div {
flex:1 1 auto;
}
 .header.panel>.header.links > li > div > div > div h4 {
font-size: 18px;
color:#3463B1;
font-weight: 600;
}
 .header.panel>.header.links > li > div > div > div ul {
list-style: none;
margin: 0;
padding: 0;
}
 .header.panel>.header.links > li > div > div > div ul li a {
font-size: 14px;
color:#3463B1;
font-weight: normal;
}
 .header.panel>.header.links > li > div > div > div ul li a:hover {
color:#d3d3d3;
text-decoration: none;
}
 .header.panel>.header.links > li > div > div > div ul li {
margin-bottom: 16px;
}
 .page-products.page-layout-3columns .products-grid .product-item {
width:32%;
}
 .navigation .level0>.level-top {
color:#3463B1 !important;
font-size: 20px;
font-weight: 400;
}
 .navigation .level0>.level-top i {
margin-right: 8px;
}
 .navigation .level0>.level-top:after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0.2em;
margin: 0 auto -2px;
height: 2px;
width: 100%;
opacity: 0;
transition: all 0.3s;
background: #3463B1;
}
 .navigation .level0>.level-top:hover:after {
background: #D3D3D3;
opacity: 1;/* bottom: -2px;*/
}
 .navigation .level0>.level-top:hover {
color: #D3D3D3;
}
 .nav-sections.sticky .navigation .level0>.level-top {
color: #D3D3D3;
}
 .nav-sections.sticky .navigation .level0>.level-top:hover {
color: #3463B1;
}
 .nav-sections.sticky .navigation .level0>.level-top:hover:after {
background: #3463B1;
}
 .navigation .level0 .submenu {
background: #333333;
border:0;
color: #3463B1;
}
 .navigation .level0 .submenu li a i {
margin-right: 5px;
}
 .navigation .level0 .submenu a {
color: #3463B1;
font-size: 16px;
}
 .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
background: transparent;
color: #d3d3d3;
}
 .navigation .level0 .submenu {
top:65px !important;
}
 .nav-sections.sticky .navigation .level0 .submenu {
top:52px !important;
}
 .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
border-bottom: 0;
color:#fff;
}
 .nav-sections.sticky .navigation .level0.active>.level-top, .nav-sections.sticky .navigation .level0.has-active>.level-top {
color: #3463B1;
}
 .navigation .level0 .submenu .active>a {
border-color:#3463B1;
color:#fff;
}
 .catalog-category-view .header-banner {
margin-bottom: 16px;
}
 .header.panel>.header.links>li.for-student .top-sub-menu > div > div {
width: 25%;
flex: inherit;
}

  /* Search for desktop */
  .block-search {
 position: absolute;
 right: -20px;
 top: 20px;
}
.minicart-wrapper {
 margin-left: 13px;
 position: absolute;
 right: 70px;
 top: 22px;
}
.block-search {
width: auto;
position:absolute;
}
.block-search .control {
text-align: right;
}
.block-search input[type="text"]:hover {
cursor: pointer;
}
.block-search input[type="text"] {
width: 20px;
background: transparent;
border-color:transparent;
outline: 0;
padding-right: 17px;
}
.block-search input[type="text"]:focus {
width: 240px;
border-color:#fff;
color:#fff;
transition: width .3s cubic-bezier(0.000, 0.795, 0.000, 1.000);
outline: 0;
box-shadow: none;
}
.block-search input[type="text"]::placeholder {
color:#fff;
font-size:12px;
transition: width .3s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
.block-search .action.search {
opacity: 1 !important;
}
.block-search .action.search:before {
color:#fff;
}
.search-autocomplete ul li {
color:#333;
}
.slider-product-item-info {
margin: 0 auto !important;
}
table#product-attribute-specs-table tbody tr:nth-child(odd) {
background: #edf0eb;
}
table#product-attribute-specs-table tbody tr th {
padding-left:10px;
}

/* Filter CSS */
.filter .block-subtitle {
background: #3463B1;
color:#fff;
padding: 16px 10px 16px;
}
.filter-options-title {
background: #e8e8e8;
padding:10px 40px 10px 10px;
}
.filter-options-content a:hover {
background: transparent;
}
.filter-options-item {
padding-bottom: 0;
}
 .price-final_price .price {
color:#3463B1;
}
 .cms-contact .ban-img-aceronline {
margin-left: calc(50% - 49.5vw);
margin-right: calc(50% - 49.4vw);
}
.cms-contact .ban-img-aceronline > img {
min-height: 450px;
}
.cms-contact .page-main>.page-title-wrapper .page-title {
color: #3463B1;
margin-bottom: 0;
}
.minicart-wrapper.top-login {
margin-top:5px;
position: absolute;
right: 100px;
top: 21px;
}
}
.header.panel>.header.links > li > div > div > div ul li a i {
	width: 24px;
}
.header.panel>.header.links > li > div > div > div ul li a {
	font-size: 16px;
}
.minicart-wrapper.top-login .block .title {
	color:#fff;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
	color:#fff;
}
.minicart-wrapper .action.showcart:hover:before, .minicart-wrapper .action.showcart:focus:before, .minicart-wrapper .action.showcart.active:hover:before, .minicart-wrapper .action.showcart.active:focus:before {
	color:#3463B1;
}
.minicart-wrapper.top-login a {
	font-size: 16px;
	color:#fff;
}
.minicart-wrapper.top-login a:hover {
	text-decoration: none;
}
.minicart-wrapper.top-login a i {
	margin-right: 5px;
}
.minicart-wrapper.top-login .block-minicart {
	background: #333;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	border:0;
}
.minicart-wrapper.top-login .fieldset {
	margin-bottom: 5px;
}
.minicart-wrapper.top-login .fieldset .control {
	position: relative;
}
.minicart-wrapper.top-login .fieldset .control i {
	position: absolute;
	top:10px;
	left: 10px;
	color:#333333;
	opacity: 0.33;
	z-index: 9;
	font-size: 18px;
}
.minicart-wrapper.top-login .fieldset .control input {
	background:#f5f5f5;
	color:#333;
	box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
	-webkit-box-shadow:0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow:0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-left:40px;
	height: 40px;
}
.minicart-wrapper.top-login .fieldset .control input:focus {
	border-color:#3463B1;
	border-width: 2px;
}
.minicart-wrapper.top-login .fieldset .control input:focus>* {
	color:#3463B1;
}
.minicart-wrapper.top-login .fieldset .control input::placeholder {
color: rgba(51, 51, 51, 0.5);
}
.minicart-wrapper.top-login .buttons {
	margin-top:10px;
	display: flex;
}
.minicart-wrapper.top-login .buttons > div {
	flex:1 1 auto;
}
.minicart-wrapper.top-login .buttons > div button {
	background: #3463B1;
	border:0;
	font-size:16px;
	font-weight: 400;
	outline: 0;
	box-shadow: none;
	color:#fff;
	width: 120px;
	padding: 14px 0;
}
.minicart-wrapper.top-login .buttons > div a.action {
	border:1px solid #fff;
	font-size:16px;
	font-weight: 400;
	outline: 0;
	box-shadow: none;
	color:#fff;
	padding: 12px 0;
	display: block;
	text-align: center;
	border-radius: 4px;
}
.minicart-wrapper .block-minicart:before {
	border-color:transparent transparent #333 transparent;
}
.minicart-wrapper .block-minicart:after {
	border-color:transparent transparent #333 transparent;
}
#mini-login-content-wrapper .block.block-customer-login {
	margin-bottom: 0;
}
.page-header .panel.wrapper {
	border-bottom: 0;
	display: block;
}
.page-header.sticky {
	margin: 0 auto;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.page-header.sticky .panel.wrapper, .page-header .panel.wrapper, .nav-sections {
	background: #333;
}
.cms-home .nav-sections, .has-banner-slider .nav-sections, .navigation {
	background: transparent;
}
.cms-homev2 .nav-sections, .has-banner-slider .nav-sections, .navigation {
	background: transparent;
}
/*.nav-sections{padding-bottom: 10px;}*/
.nav-sections.sticky {
	background: #333;
	margin: 0 auto;
	max-width: 100%;
	position: fixed;
	top:65px;
	width: 100%;
	z-index: 99;
	padding-bottom: 10px;
}
.header.content {
	display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
	background:#3463B1;
}
.minicart-items .product-item-name a {
	color:#333;
	font-weight: 700;
}
.minicart-items .product-item-name a:hover {
	color:#3463B1;
}
.minicart-wrapper .block-minicart {
	color:#333;
}
/* Header Banner  */
.header-banner {
	min-height: 100vh;
	position: relative;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.header-banner.bottom-banner {
	background:url(../images/banner1.png) no-repeat;
}
.header-banner:before {
	content:'';
	width: 100%;
	height: 100%;
	background:  rgba(26, 26, 26, 0.38);
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.banner-content {
	z-index: 2;
	position: relative;
}
.banner-content h1 {
	font-size: calc(0.8rem + 5vw);
	font-weight: 700;
	color:#fff;
}
.banner-content .btn, .explore-block .btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0.8em 1.8em;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
}
.banner-content .btn:before, .explore-block .btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}
.banner-content .btn:after, .explore-block .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height 0.3s;
	background: #ffffff;
}
.banner-content .btn:hover:after, .explore-block .btn:hover:after {
	height: 100%;
}
.banner-content .btn:hover, .explore-block .btn:hover {
	box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	background: #ffffff;
	border-color: #ffffff;
	color: #333333!important;
}
.banner-content .blkbg span {
	color:#76BD22!important;
}
.banner-content .blkbg:before {
	border-color:#76BD22!important;
}
.banner-content .btn.blkbg:after {
	background: #76BD22;
	border-color:#76BD22;
}
.banner-content .btn.blkbg:hover>* {
	color: white!important;
}
.banner-content .btn span, .explore-block .btn span {
	color:#fff;
}
.banner-content .btn>*, .explore-block .btn>* {
	position: relative;
	z-index: 1;
	font-size:24px;
	font-weight: 600;
	color:#fff;
}
.banner-content .btn:hover>*, .explore-block .btn:hover>* {
	color:#333 !important;
}
.banner-content .btn i, .explore-block .btn i {
	font-weight: 400;
	font-size: 20px;
	margin-right: 10px;
}
.banner-content .btn:hover, .explore-block .btn:hover {
	text-decoration: none;
}
.banner-content h1.ah-headline.full-word b {
	display:block;
	text-align: center;
	width:100%;
}
.banner-content h1.ah-headline b i {
	font-style: normal;
}
img.inner-img {
	border: 0;
	max-height: 65vh;
	max-width: 98% !important;
	margin-top: -40px;
}
.no-opacity.header-banner:before {
	opacity:0;
}
/* Footer CSS */
.footer.content {
	max-width: 100%;
	padding: 0;
}
.page-footer {
	padding-bottom: 0;
}
.page-footer {
	background: rgb(51, 51, 51);
}
.footer-upper, .footer-inner {
	max-width: 1280px;
	padding: 4rem 20px;
	width: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
.footer-bottom {
	background:rgba(26, 26, 26, 0.85);
}
.footer-upper {
	color:#d3d3d3;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-upper > div {
	flex: 1 1 auto;
}
.footer-upper i {
	font-size: 36px;
}
.footer-upper p {
	font-size: 16px;
	padding: 0.5em 0 0;
	margin-bottom: 0;
}
.footer-inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-links {
	width: 70%;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
}
.footer-links > div {
	flex-basis: 50%;
}
.footer-links > div h5 {
	font-size:16px;
	color:#3463B1;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer.content ul>li {
	margin-bottom: 5px;
}
.footer.content ul>li a {
	font-size: 14px;
	color:#d3d3d3;
}
.footer-contacts {
	width: 30%;
	color:#d3d3d3;
}
.footer-contacts h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}
.footer-contacts .info-section div {
	margin-bottom: 10px;
}
.footer-contacts .info-section a {
	color: #d3d3d3;
	font-size: 16px;
	line-height: 28px;
	display: flex;
}
.footer-contacts .info-section a:hover {
	text-decoration: none;
	color:#7049ba;
}
.footer-contacts .info-section a i {
	margin-right: 10px;
	font-size: 16px;
	margin-top: 6px;
}
div.social-links {
	display: flex;
}
div.social-links a {
	width: 55px;
	line-height: 55px;
	display: block;
	overflow: hidden;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	color:#fff;
	margin-right: 5px;
}
div.social-links a:hover {
	text-decoration: none;
}
div.social-links a i {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-style: normal;
}
div.social-links a i:after {
	font-family: 'Font Awesome 5 Brands';
	font-size: 22px;
}
div.social-links a.facebook i {
	background:#1e77f0;
}
div.social-links a.facebook i:after {
	content:'\f09a';
}
div.social-links a.youtube i {
	background:#f00;
}
div.social-links a.youtube i:after {
	content:'\f167';
}
div.social-links a.instagram i {
	background: #a17357;
	background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}
div.social-links a.instagram i:after {
	content:'\f16d';
	font-size: 22px;
}
div.social-links a.twitter i {
	background:#55acee;
}
div.social-links a.twitter i:after {
	content:'\f099';
}
/* Owl Sliders */
#mageplaza-productslider-block-after-content-1, #mageplaza-productslider-block-after-content-2 {
	display: flex;
	max-width: 1240px;
	margin:50px auto;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
}
#mageplaza-productslider-block-after-content-2 {
	flex-direction: row-reverse;
}
div[id^="mageplaza-productslider-block-after-content"] > div {
width: 50%;
}
.slider-product-item-info {
	box-shadow: 0 2px 4px 0 rgba(5, 47, 95, 0.04), 0 12px 16px 0 rgba(52, 105, 203, 0.12);
	border-top:1px solid rgba(0, 0, 0, 0.02);
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.slider-product-item-info .product.details.slider-product-item-details {
	text-align: center;
	transition-duration: 0.2s;
	transform: scale(1) translate(0, 0);
}
.slider-product-item-info:hover .product.details.slider-product-item-details {
	transform: scale(1) translate(0, -35px);
	opacity: 1;
}
.slider-product-item-info .product.details.slider-product-item-details a.product-item-name, .slider-product-item-info .product.details.slider-product-item-details .product.name a {
	font-size: 16px;
	color:#1a1a1a;
	margin-bottom: 0;
}
.slider-product-item-info .product.details.slider-product-item-details .product.name a:hover {
	text-decoration: none;
	color:#7049ba;
}
.slider-product-item-info .product.details.slider-product-item-details .price-box {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.slider-product-item-info .product.details.slider-product-item-details .price-box .old-price {
	margin: 0;
	width:100%;
	display:block;
}
.slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price-label {
	display: none;
}
.slider-product-item-info .product.details.slider-product-item-details .price-box .price {
	font-size:18px;
	color:#3463B1;
}
.slider-product-item-info .product.details.slider-product-item-details .price-box .old-price .price {
	text-decoration: line-through;
}
.product.details.slider-product-item-details {
	margin-left: 0;
}
.slider-product-item-info .product.details.slider-product-item-details .tocart {
	width: 100%;
	opacity: 0;
	transform: scale(1) translate(0, 0);
	transition-duration: 0.3s;
	background: #3463B1;
	border-color: #3463B1;
}
.slider-product-item-info:hover .product.details.slider-product-item-details .tocart {
	opacity: 1;
	transform: scale(1) translate(0, 0);
}
.slider-product-item-actions {
	position: absolute;
	width: 100%;
}
/* Explore Block */
.explore-block {
	padding: 100px 0;
	background: rgb(30, 30, 30);
	color:#fff;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.explore-block h2 {
	font-size:40px;
	font-weight: 700;
	color:#fff;
	margin:0 0 20px;
}
.explore-block a.btn {
	margin-top:20px;
}
/* Sale Block */
.sale-block {
	padding: 50px 0;
	background:#3463B1;
	color:#fff;
}
.sale-block > div {
	width: 100%;
	max-width: 1240px;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sale-block > div > div {
	width: 45%;
	text-align: center;
}
.sale-block > div > div h2 {
	color: #333;
	font-size: 36px;
	font-weight:600;
	margin-top:0;
}
.sale-block > div > div ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	max-width: 355px;
	margin:30px auto;
	padding: 0;
}
.sale-block > div > div ul li {
	flex:1 1 auto;
	margin:0 5px;
	color:#333;
}
.sale-block > div > div ul li span {
	display: block;
	background:#202020;
	width:65px;
	height: 95px;
	line-height: 95px;
	margin:0 auto;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:40px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}
.sale-block .btn {
	display: block;
	margin:0 auto;
	width: 206px;
	text-align: center;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0.8em 0;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
}
.sale-block .btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: #333;
}
.sale-block .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height 0.3s;
}
.sale-block .btn:hover:after {
	height: 100%;
}
.sale-block .btn:hover {
	box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	background: #333;
	border-color: #333;
	color: #fff!important;
}
.sale-block .btn span {
	color:#333;
}
.sale-block .btn>* {
	position: relative;
	z-index: 1;
	font-size:14px;
	font-weight: 600;
	color:#fff;
}
.sale-block .btn:hover>* {
	color:#fff !important;
}
.sale-block .btn i {
	font-weight: 400;
	font-size: 20px;
	margin-right: 10px;
}
.sale-block .btn:hover {
	text-decoration: none;
}
.cms-home .columns .column.main {
	padding-bottom: 0;
}
.cms-homev2 .columns .column.main {
	padding-bottom: 0;
}
/* Products Grid Listing */
.products-grid .product-item-info {
	box-shadow: 0 2px 4px 0 rgba(5, 47, 95, 0.04), 0 12px 16px 0 rgba(52, 105, 203, 0.12);
	border:0;
	border-top:1px solid rgba(0, 0, 0, 0.02);
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:0;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
	padding:0px;
	margin:0 !important;
	border:0;
	border-top:1px solid rgba(0, 0, 0, 0.02);
	box-shadow: 0 2px 4px 0 rgba(5, 47, 95, 0.04), 0 12px 16px 0 rgba(52, 105, 203, 0.12);
}
.products-grid .product-item-info .product-item-details {
	text-align: center;
	transition-duration: 0.2s;
	transform: scale(1) translate(0, 0);
}
.products-grid .product-item-info:hover .product-item-details {
	transform: scale(1) translate(0, -35px);
	opacity: 1;
}
.products-grid .product-item-inner {
	padding:0;
	box-shadow: none;
	border:0;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
}
.products-grid .product-item-info a.product-item-name, .products-grid .product-item-info .product.name a {
	font-size: 16px;
	color:#1a1a1a;
	margin-bottom: 0;
	min-height:60px;
	display:block;
}
.products-grid .product-item-info .product.name a:hover {
	text-decoration: none;
	color:#7049ba;
}
.products-grid .product-item-info .price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.products-grid .product-item-info .price-box .old-price {
	margin: 0;
	order: 2;
}
.special-price {
	padding:0 10px;
	display:block;
}
.products-grid .product-item-info .price-box .special-price {
	order: 3;
	padding:0 10px;
}
.products-grid .product-item-info .price-box .lkit-onsale {
	order: 1
}
.products-grid .product-item-info .price-box .old-price .price-label {
	display: none;
}
.products-grid .product-item-info .price-box .price {
	font-size:18px;
	color:#3463B1;
}
.products-grid .product-item-info .price-box .old-price .price {
	/*text-decoration: line-through;*/
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
clip:inherit;
width: 100%;
margin:0;
overflow: visible;
}
.products-grid .product-item-info .product-item-inner {
	width: 100%;
	opacity: 0;
	transform: scale(1) translate(0, 42px);
	transition-duration: 0.3s;
}
.products-grid .product-item-info .product-item-inner {
	margin: 0;
	padding:0;
	height: auto;
}
.products-grid .product-item-info:hover .product-item-inner {
	opacity: 1;
	transform: scale(1) translate(0, 60px);
	margin:0;
	padding: 0;
	min-height:50px;
}
.product-item .price-box {
    margin: 10px 0 10px!important;
}
.products-grid .product-item-actions, .products-grid .product-item-info:hover .product-item-actions {
	margin:0;
}
.product-item .tocart, .action.primary:hover {
	background-color:#3463B1;
	border-color:#3463B1;
}
/* Checkout CSS */
.checkout-container {
	margin:20px 0 20px;
}
.page-layout-checkout .title-number, .page-layout-checkout .action.primary.iosc-place-order-button, .page-layout-checkout .action.primary.iosc-place-order-button:hover, .page-layout-checkout .action.primary.iosc-place-order-button:active, .page-layout-checkout .action.primary.iosc-place-order-button:focus {
	background:#3463B1;
	border-color:#3463B1;
}
.page-layout-checkout div#iosc-summary span.step-title {
	color:#3463B1;
}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary>.title, .checkout-agreements-items .checkout-agreements-item-title {
	font-size:16px;
	font-weight: 600;
}
.product-info-main .product-info-price .old-price .price-wrapper .price, .product-item .old-price .price {
	/*text-decoration: line-through;*/
}
.product-info-main .lkit-onsale {
	font-weight: 600;
	-webkit-animation:colorchange 20s infinite alternate;
}
 @-webkit-keyframes colorchange {
 0% {
 color: #1a1a1a;
}
 25% {
 color: #7049ba;
}
 50% {
 color: #3463B1;
}
 75% {
 color: #1a1a1a;
}
 100% {
 color: #7049ba;
}
}
.has-custom-banner-slider .page-title-wrapper, .has-custom-banner-slider .columns {
	display: none;
}
.has-custom-banner-slider .page-main {
	max-width: 100%;
	padding: 0;
}
.catalog-category-view.has-custom-banner-slider .header-banner, .catalog-category-view.has-custom-banner-slider .category-cms {
	margin-bottom: 0;
}
.has-custom-banner-slider .category-banner {
	min-height: calc(100vh - 129px);
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.has-custom-banner-slider .category-banner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.38);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.has-custom-banner-slider .banner-content {
	max-width: 1280px;
	padding:0 20px;
	margin: 0 auto;
	text-align: center;
}
.has-custom-banner-slider .banner-content h2 {
	font-size: 40px;
	margin: 0;
	color:#80c343;
	font-weight: bold;
	margin-bottom: 10px;
}
.has-custom-banner-slider .banner-content p.sub-heading {
	font-size: 25px;
	margin: 0;
	color:#fff;
	font-weight: bold;
}
.has-custom-banner-slider .banner-content p {
	font-size: 16px;
	color:#fff;
	font-weight: normal;
}
.has-custom-banner-slider .banner-content .col-boxes {
	display: flex;
	padding: 50px 0 100px;
	margin-bottom: 70px;
	border-bottom: 1px solid #80c343;
}
.has-custom-banner-slider .banner-content .col-boxes > div {
	flex: 1 1 auto;
}
.has-custom-banner-slider .banner-content .col-boxes > div img {
	width: 60px;
	height: auto;
}
.has-custom-banner-slider .banner-content .col-boxes > div.all-model img {
	width: 40px;
}
.has-custom-banner-slider .banner-content .col-boxes > div p {
	margin-top: 12px;
}
.has-custom-banner-slider .banner-content .col-boxes.col-desktop {
	justify-content: center;
}
.has-custom-banner-slider .banner-content .col-boxes.col-desktop > div {
	flex: inherit;
	width: 25%;
}
.has-custom-banner-slider .video {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.has-custom-banner-slider .video iframe {
	border: 0;
}
.has-custom-banner-slider .video>* {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	height: auto;
	width: auto;
	border: 0;
	transform: translate(-50%, -50%);
}
.category-banner.video-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top:0;
	padding-bottom: 0;
}
.category-banner.video-banner h2 {
	color:#fff;
}
.category-banner.video-banner .conceptdExploreTitle {
}
.category-banner.video-banner a {
	background:#fff;
	border: 2px solid #fff;
}
.category-banner.video-banner a:hover {
	background: transparent;
	color:#fff;
}
.category-banner.video-banner a span {
	color:#333;
}
.category-banner.video-banner a:hover span {
	color:#fff !important;
}
.category-banner.video-banner a:before, .category-banner.video-banner a:after {
	display: none;
}
.category-banner.video-banner p strong {
	display: block;
	margin: 20px 0;
}
.signup-section {
	background:#80c343;
	padding: 30px 0 50px;
}
.has-custom-banner-slider .signup-section .banner-content h2 {
	color:#fff;
}
.has-custom-banner-slider .signup-section .banner-content p {
	color:#1a1a1a;
	font-weight: bold;
	font-size: 25px;
}
.has-custom-banner-slider .signup-section .banner-content .btn>* {
	font-size: 18px;
}
.has-custom-banner-slider .category-banner {
	border-bottom: 15px solid #80c343;
}
.header-banner.video-header-banner {
	min-height:60vh;
}
@media screen and (min-width:767px) {
.banner-content h1 {
 font-size: calc(0.8rem + 4vw);
}
.banner-content .btn {
 margin-bottom:10px;
}
}
.sale-block .btn {
	display: block;
	margin:0 auto;
	width: 206px;
	text-align: center;
	line-height: 1.2;
	color:#333333 !important;
	position: relative;
	overflow: hidden;
	transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0.8em 0;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
}
.sale-block .btn:hover {
	color:white;
}
.st-concept svg {
	height: 32px;
	fill: #fff;
	margin-top: -5px;
}
 @media screen and (max-width:767px) {
.banner-content .btn {
 margin-bottom:20px;
}
.banner-content h1 {
 font-size:calc(0.8rem + 4vw);
}
}
div.social-links {
	flex-wrap:wrap;
	align-items:center;
	justify-content:left;
}
.social-media-links {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.social-media-links {
	font-size:40px;
}
.social-media-links .fb {
	background: #1e77f0;
	padding: 10px;
	border-radius: 5px;
}
.social-media-links .instagram {
	background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
	padding: 10px;
	border-radius: 5px;
}
.social-media-links .youtube {
	background:#f00;
	padding: 10px;
	border-radius: 5px;
}
.social-media-links .twitter {
	background: #55acee;
	padding: 10px;
	border-radius: 5px;
}
div.social-links .social-media-links a {
	margin-right:0px;
}
.header-banner .hidefrombanner {
	display:none;
}
.category-description .banner-content {
	display:none;
}
.products.list.products-list .product-item {
	border-bottom: 1px solid #ddd;
	margin-bottom:15px;
}
/* top right customer name with logout option */
.user-logout {
	display:none;
	list-style: none;
}
.user-logout a {
	color: #3463B1 !important;
	text-decoration: none !important;
}
.user-logout a:hover {
	background: transparent !important;
	color: #d3d3d3 !important;
}
.user-welcome:hover .user-logout, .user-welcome:active .user-logout {
	display: block;
	padding: 13px;
	background: #333333;
	position: absolute;
	width: 165px;
	z-index: 4;
}
.user-welcome {
	position: absolute;
	right: 150px;
	top: 22px;
}
.user-welcome span {
	cursor:pointer;
}
.down-arrow {
	padding-left: 5px;
}
/* end top right customer name with logout option */

/* login screen */
/*.block-customer-login{margin-left:400px;}*/
@media (min-width: 768px) {
 .login-container .block:nth-child(1) {
 float: none;
}
 .block-customer-login {
 margin: 0 auto;
 padding: 2% 10% 2% 25%;
}
}
/* end login screen */

/* my account link */
@media screen and (min-width:768px) {
 .header.panel>.header.links .myaccount-link {
display:none;
}
}
/* end my account link */

/* Menu quote list position change*/
.mini-quote-list {
	right: 25px;
}
/* quote list */
.cart.table-wrapper .col.cust_req_price {
	text-align: right;
	padding: 16px 11px 16px;
	white-space: nowrap;
}
.cart.table-wrapper .col.cust_req_price .input-text {
	height: 36px;
	margin-top: -2px;
	text-align: right;
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
}
div.cust_req_price {
	position: relative;
}
div.cust_req_price span {
	position: absolute;
	left: 5px;
	top: 5px;
	font-weight: 700;
	color: #666666;
}
/* end quote list */

/* my quote list */
th.req_price {
	white-space: nowrap;
}
.col.req_price span {
	font-weight: 700;
	color: #666666;
	font-size: 1.8rem;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.aw-ctq__products-tab th.col.qty {
	white-space: nowrap;
}
/* end my quote list */

.menu-top {
	padding-bottom: 26px;
}
/*Quote list Notification popup*/
.aw-ctq.mini-quote-list .action .counter.qty {
	background: #3463B1 !important;
	position: absolute !important;
	top: -15px !important;
	border-radius: 50% !important;
	left: 15px !important;
}
/* end Quote list Notification popup*/

/* cart to quote button */
.carttoquotelist {
	width: 100%;
	line-height: 2.2rem;
	padding: 14px 17px !important;
	font-size: 1.8rem !important;
}
/* end cart to quote button */

/* claim date type */
.date-type {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857143;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
}
/* claim date type */

.div-draft {
	padding-top:20px;
}
.delete {
	cursor:pointer;
}
._has-datepicker {
	padding-right: 11.5rem;
	width: 18rem;
}
._has-datepicker + .ui-datepicker-trigger {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	height: 3.2rem;
	margin-left: -3.2rem;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	z-index: 1;
}
.invoice-date {
	min-width:120px;
}
.inv-attachment {
	opacity:0;
}
.limiter {
	text-align:right;
}
.account .page-main {
	max-width:95%;
}
.date-range {
	max-width:49%;
}
.btn-grey {
	background: #eee !important;
	border: 1px solid #ccc !important;
	color: #333 !important;
}
.delete-grey {
	color:#757575 !important;
}
.center-align {
	text-align:center;
}
.right-align {
	text-align:right;
}
.btn-medium {
	line-height: 7px !important;
}
.btn-primary.action.save {
	background:#3463B1 !important;
	color:#FFFFFF !important;
	border:0px !important;
	padding: 8px 15px !important;
}
.btn-primary.btn-grey.action {
	border:0px !important;
	padding: 8px 15px !important;
}
#attchbutton, .attachfile {
	background:#3463B1 !important;
	color:#FFFFFF !important;
	border-color:#3463B1 !important;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	padding: 7px 15px !important;
	font-size: 1.4rem;
	box-sizing: border-box;
	vertical-align: middle;
}
.pager {
	padding-top: 20px !important;
	margin-top: 20px !important;
	border-top: 1px solid #CCCCCC !important;
	text-align: right;
}
.modal-popup {
	top:17px !important;
}
.pages strong.page {
	padding:0px 15px !important;
}
.data.table {
	margin-top:20px;
}
.toolbar-amount, .limiter {
	z-index: 1;
	display: inline-block;
}
.pages {
	display: inline-block;
	z-index: 0;
}
.nav.item.nav-heading {
	background:#333333 !important;
	padding:10px !important;
	color:#FFFFFF !important;
	cursor:pointer;
}
.nav.item.nav-heading:nth-child(1){
	margin-top:0px !important;
}

fieldset.fieldset.three, fieldset.fieldset.three:nth-child(2), fieldset.fieldset.three:nth-child(3) {
 float:left !important;
 width:calc(100%/3) !important;
 clear:none !important;
 padding-right:10px !important;
 box-sizing:border-box !important;
}
.clearfix {
	clear:both;
}
.account .toolbar .pages {
	width:50% !important;
	text-align:right;
}
.customer-menu.customer-menu-dropdown ul.nav.items li.nav.item {
	padding-left:10px !important;
	position:relative;
}
.customer-menu.customer-menu-dropdown ul.nav.items li.nav.item:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #132436;
    position: absolute;
    left: 13px;
    top: 8px;
}
.customer-menu.customer-menu-dropdown ul.nav.items li.nav.item.current:before{
	display:none!important;
}
.block-collapsible-nav .content{
	padding-top:0px !important;
}
@media screen and (max-width:1400px) {
 .page-header .header.panel {
 max-width:95% !important;
 width:100%  !important;
} }

.modal-scroll{
	max-height:85% !important;
	overflow-y:auto !important;
}
.modal-aside{
	overflow-y: hidden !important;
}

.cursor-pointer{
	cursor: pointer;
}
.label-left{
	font-weight:600 !important;
}
/* RSA auto complete */
.ui-autocomplete{
	list-style:none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	position:absolute;
	background: white;
	z-index:100 !important;
	padding-left:10px;
}
.ui-menu-item a{
	color: #303030;
	cursor:pointer;
	text-decoration:none;
}
/*.ui-menu-item:hover{
	background-color: #f1f1f1;
}*/
/* end auto complete */
/*my saved cart page*/
#listmaindiv .listheadclass {
	background: none !important;
	font-weight: bold;
	color: #000000 !important;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
#listdetaildiv .listdetailclass {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
#listdetaildiv .alink:first-child {
	border-right: none !important;
}
#cartviewhead{
		border-bottom: 1px solid #ccc !important;
}
#cartviewhead .viewheadclass{
	background: none !important;
	font-weight: bold;
	color: #000000 !important;
	border: none !important;

}
#cartviewdetaildiv .save-cart-row {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}
/*end my saved cart page*/

div.hidden
{
	display: none;
}
.popup-modal>.action{
	border-radius: 3px !important;
}
.popup-modal>.input-text{
	border: 1px solid #c2c2c2 !important;
    border-radius: 1px !important;
}
@media screen and (max-width:1200px){
	form#cartlistform{
		min-width:1200px;
		overflow:auto;
	}
}
.popup-modal > button {	
	background-color: #3463B1 !important;
	border-radius: 3px !important;
	font-size: 1.8rem !important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
}
.popup-modal button {
	background-color: #3463B1 !important;
	border-radius: 3px !important;
	font-size: 1.8rem !important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
}
.text-decoration-action{
	text-decoration: none !important;
}
/* Disabled Fieled */
.disabled{
	pointer-events: none;
    cursor: default;
    color: #e4e0e0 !important;
}
.text-decoration-action:visited{
	color: #3463B1 !important;
}
.text-decoration-action:hover{
	color: #7049ba !important;
}
/*Confirmation popup*/
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1 !important;
}
.modal-popup .modal-inner-wrap .modal-header{
	text-align:left !important;
}
.modal-popup .modal-inner-wrap .modal-content{
	text-align:left !important;
}
/*Confirmation popup*/

/* Create two equal columns that floats next to each other */
.column-block {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
  }
  .column-block-quarter {
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
  }
  .column-block-full{
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
  }
  .column-block-threeblock {
	float: left;
	width: 33%;
	padding: 10px;
	box-sizing: border-box;
  }
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  .column-block>.fieldset>.field>label.label>span
  {
	font-weight: bold;
  }
 /* phone num validation error msg*/
  /* .code-phonenumber>#phonenumber-error{
	  margin-left:24%;
  } */
 /* phone num validation error msg*/
 .para-justify
 {
	 text-align: justify;
 }


input[readonly]
{
    background-color:#e8e7e7;
}

.pull-right
{
	float:right;
}
.shipmentdetails{
	border:1px solid #f2f2f2;
	margin:10px 0px;
	padding:10px;
}
.shipmentdetails table.table{
		border :1px solid #CCCCCC;
		margin:0px !important;
 
}
.shipmentdetails table.table th{
	background:#f2f2f2;
}

/* Quarter Block START */
.row.newactionbox .column-block-quarter{
	border:1px solid #a9a9a9;
	width:calc((100%/4) -  10px);
	margin:0px 10px 0px 0px;
	min-height:200px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.row.newactionbox .column-block-quarter.last{
	width:25%;
	margin:0px;
}
.row.newactionbox .column-block-quarter a.btn-primary{
	display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle; 
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.row.newactionbox .column-block-quarter a.btn-primary:hover{
	text-decoration:none;
}
.row.newactionbox .column-block-quarter a.btn-primary,.row.newactionbox .column-block-quarter button{
	background:#3463B1 !important;
	color:#FFFFFF !important;
}
.row.newactionbox .column-block-quarter span.newactionhd{
	display:block;
	background: #f4f4f4;
	padding:5px 0px;
	margin:0px; 
}
.row.newactionbox .column-block-quarter p{
	text-align:left;
	margin:0px;
	padding:10px 10px 0px 10px; 
}
/* Quarter block END */


/* Full block START */
.row.newactionbox .column-block-full{
	border:1px solid #a9a9a9;
	width:calc((100%) -  10px);
	margin:0px 10px 0px 0px;
	min-height:110px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.row.newactionbox .column-block-full a.btn-primary{
	display: inline-block;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 600;
		margin: 0;
		padding: 7px 15px;
		font-size: 1.4rem;
		line-height: 1.6rem;
		box-sizing: border-box;
		vertical-align: middle; 
		box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.row.newactionbox .column-block-full.last{
	width:25%;
	margin:0px;
}
.row.newactionbox .column-block-full a.btn-primary:hover{
	text-decoration:none;
}
.row.newactionbox .column-block-full a.btn-primary,.row.newactionbox .column-block-full button{
	background:#3463B1 !important;
	color:#FFFFFF !important;
}
.row.newactionbox .column-block-full span.newactionhd{
	display:block;
	background: #f4f4f4;
	padding:5px 0px;
	margin:0px; 
}
.row.newactionbox .column-block-full .para-center{
	text-align:center;
	margin:0px;
	padding:20px 10px 0px 10px; 
}
/* Full block END */



/* Three block START */

.row.newactionbox .column-block-threeblock{
	border:1px solid #a9a9a9;
	width:calc((100%/3) -  10px);
	margin:0px 10px 0px 0px;
	min-height:200px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.row.newactionbox .column-block-threeblock.last{
	width:33%;
	margin:0px;
}
.row.newactionbox .column-block-threeblock a.btn-primary{
	display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle; 
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.row.newactionbox .column-block-threeblock a.btn-primary:hover{
	text-decoration:none;
}
.row.newactionbox .column-block-threeblock a.btn-primary,.row.newactionbox .column-block-threeblock button{
	background:#3463B1 !important;
	color:#FFFFFF !important;
}
.row.newactionbox .column-block-threeblock span.newactionhd{
	display:block;
	background: #f4f4f4;
	padding:5px 0px;
	margin:0px; 
}
.row.newactionbox .column-block-threeblock p{
	text-align:left;
	margin:0px;
	padding:10px 10px 0px 10px; 
}
/* Three block END */


table.totalbox{
	margin:10px 0px 10px auto;
	max-width:50%;
}
table.totalbox tr td:nth-child(1){
	width:65%;
}
.erp-header-date{
	float: right;
    font-size: 15px;
}
.row.newactionbox .column-block-quarter a.btn-primary,.row.newactionbox .column-block-quarter button{
 
	background:#3463B1 !important;
	color:#FFFFFF !important;
}
.row_tbl_overcharge>.ui-helper-hidden-accessible{
	display:none;
}

.cart.table-wrapper .col.cust_req_price .input-text.cust_req_price{
	padding-left:30px;
	}
	.cart.table-wrapper .item .col.item{
	min-height:inherit;
	}
	button.btn{
	background-color: #3463B1;
		border-color: #3463B1;
	color:#FFFFFF;
	}
	 
	.modal-popup .modal-inner-wrap {
		width: 90%;
		/*top: 8%;*/
		max-width: 700px;
		max-height:620px;
		overflow:auto;
	}
	a.action.viewquotelist, a.action.viewcart{
		background-color: #3463B1;
		border-color: #3463B1;
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
		padding: 8px 10px;
	}
	a.action.delete:before{
		color:#FF0000 !important;
	}
	
/* start DAM */
	.digitalassetsbox{
		padding:10px;
	}
	.digitalassetsbox *{
		box-sizing:border-box;
	}
	.digitalassetsbox:after{
		clear:both;
		display:block;
		content:"";
	}
	.digital_left{
		width:200px;
		float:left;
		border:1px solid #CCCCCC;
		min-height:500px;
	 
	}
	.digital_right{
		width:calc(100% - 200px);
		float:left;
		padding:0px 10px 0px 30px;
	} 
	.digital_left h3{
		padding:10px 0px 0px 20px;
		margin:0px 0px 10px 0px;
		font-size:16px;
		font-weight:600;
	}
	.digital_left h5.digimenu{
		margin:0px;
		padding:0px;
		position:relative;
		padding:5px 0px 5px 45px;
		font-size:13px;
		font-weight:500;
		cursor:pointer;
	 
	}
	.digital_left h5.digimenu img{
		display:inline-block;
		max-width:12px;
		vertical-align:middle;
		margin-right:5px;
	}
	.digital_left h5.digimenu.sub{
		padding-left:30px;
	}
	.digital_left h5.digimenu.sub.active{
		font-weight:600;
		background:#F2f2f2;
	}
	.digital_left h5.digimenu:before{
		content:"";
		display:block;
		position:absolute;
		left:20px;
		top:5px;
		width:16px;
		height:16px;
		background:url(../images/arrowleft.png) no-repeat 50% 50%;
		background-size:auto 10px;
	  
	}
	.digital_left h5.digimenu.Notebook{
		background:url(../images/notebook.png) no-repeat 45px 50%;
		background-size:16px auto;
	}
	.digital_left h5.digimenu.desk{
		background:url(../images/desktop.png) no-repeat 45px 40%;
		background-size:16px auto;
	}
	.digital_left h5.digimenu.display{
		background:url(../images/display.png) no-repeat 45px 50%;
		background-size:16px auto;
	}
	.digital_left h5.digimenu.gaming{
		background:url(../images/gaming.png) no-repeat 45px 50%;
		background-size:16px auto;
	}
	.digital_left>h5.digimenu:hover,.digital_left>h5.digimenu.active{
		background-color:#F2f2f2;
		font-weight:600;
	}
	.digital_left>h5.digimenu.active:before,.digital_left h5.digimenu.sub.active:before{
			background:url(../images/arrowdown.png) no-repeat 50% 50%;
		background-size:12px auto;
	}
	.digital_left>h5.digimenu:hover:after,.digital_left>h5.digimenu.active:after{
		content:"";
		position:absolute;
		left:0px;
		top:0px;
		bottom:0px;
		width:2px;
		background:#FF0000;
	}
	.digital_left h5.digimenu.sub:before{
		left:0px;
	}
		.digital_left h5.digimenu span.links{
			display:block;
			position:absolute;
			right:0px;
			top:5px;
		}
		.digital_left h5.digimenu span.links a{
			display:inline-block;
			width:16px;
			height:16px;
			margin:0px 10px 0px 0px;
		}
			.digital_left h5.digimenu span.links a:before{display:none;
			}
		.digital_left h5.digimenu span.links a.edit{
			background:url(../images/edit.png) no-repeat 50% 50%;
			background-size:12px auto;
		}
		.digital_left h5.digimenu span.links a.delete{
			background:url(../images/delete-black.png) no-repeat 50% 50%;
			background-size:12px auto;
		}
	.digital_left ul.panel{
		margin:0px;
		padding:0px 0px 0px 30px;
		display:none;
		
	}
	.digital_left ul.panel li{
		list-style:none;
		margin:3px 0px 3px 0px;
	}
	.digital_left ul.panel li h5{
		padding-left:25px;
	}
	.digital_left ul.panel li h5 a{
		padding:0px;
	}
		.digital_left ul.panel li h5 a:before{
			display:none;
		}
	.digital_left ul.panel li a{
		display:block;
		text-decoration:none;
		color:#000000;
		position:relative;
		padding:0px 0px 0px 15px;
	}
	.digital_left ul.panel li a:before{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #132b45;
		content:"";
		position:absolute;
		left: 5px;
		top: 6px;
	}		
	.digital_left ul.panel li ul{
		padding-left:20px;
	}
	.digital_left a.addnew{
		display:inline-block;
		margin:10px 0px 20px 20px;
		position:relative;
		padding:5px 0px 5px 16px;
		font-size:12px;
		text-decoration:none;
		color:#78ac0a;
	}
	.digital_left a.addnew:before{
		content:"+";
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		font-size:16px;
		padding:3px 3px;
		color:#78ac0a;
	}
	.digital_right .title{
		border-top:1px solid #F2f2f2;
		border-bottom:1px solid #F2f2f2;
		padding:10px 0px;
		position:relative;
	}
	.digital_right .title h3{
		margin:0px;
		padding:0px;
		font-size:18px;
		position:relative;
		font-weight:600;
		width:50%;
	}
	.digital_right .title h3 span{
		display:inline-block;
		padding:0px 0px 0px 10px;
		font-size:11px;
		color:#CCCCCC;
	}
	.digital_right p.rightsection{
		position:absolute;
		right:0px;
		top:4px;
		margin:0px;
		white-space:nowrap;
 
		text-align:right;
	}
	.digital_right p.rightsection span.search{
		display:inline-block;
		vertical-align:top;
	}
	.digital_right p.rightsection span.search label{
		display:inline-block;
		font-size:12px;
		padding:0px 10px;
	}
	.digital_right p.rightsection span.search select{
			    border: 1px solid #CCCCCC;
    padding: 5px;
    line-height: 100%;
    width: 130px;
 
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
	cursor:pointer;	
	}
	.digital_right p.rightsection span.grid{
		display:inline-block;
		padding:0px 10px 0px 0px;
		vertical-align:top;
	}
	.digital_right p.rightsection span.grid a{
		display:inline-block;
		width:20px;
		height:20px;
		border:1px solid #F2f2f2;
		margin:  5px;
	}
	.digital_right p.rightsection span.grid a.list{
		background:url(../images/list-gray.png) no-repeat 50% 50%;
	}
		.digital_right p.rightsection span.grid a.list.active{
		background:url(../images/list-black.png) no-repeat 50% 50%;
	}
	.digital_right p.rightsection span.grid a.list2{
		background:url(../images/mosic-gray.png) no-repeat 50% 50%;
				background-size:auto 10px;
	}
	.digital_right p.rightsection span.grid a.list2.active{
		background:url(../images/mosic-black.png) no-repeat 50% 50%;
				background-size:auto 10px;
	}
		.digital_right p.rightsection span.sort{
		display:inline-block;
		vertical-align:middle;
		width:16px;
		height:16px;
		margin-left:10px;
		background:url(../images/sort.png) no-repeat 50% 50%;
		cursor:pointer;
	}
	.digital_right p.rightsection span.filter{
		display:inline-block;
		vertical-align:middle;
		width:16px;
		height:16px;
		margin-left:10px;
		background:url(../images/filter.png) no-repeat 50% 50%;
	}
	.digital_right p.select{
		margin:0px;
		padding:10px 0px 0px 0px;
		position:relative;
		border-bottom:1px solid #CCCCCC;
	}
	.digital_right p.select input[type="checkbox"]{
		display:inline-block;
		vertical-align:middle;
		margin:0px 5px 0px 0px;
		display:none;
	}
	.digital_right p.select input[type="checkbox"]+label{
		display:inline-block;
		font-size:12px;
		vertical-align:middle;
		position:relative;
		padding:5px 0px 5px 25px;
		cursor:pointer;
	}
		.digital_right p.select input[type="checkbox"]+label:before{
	    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    left: 2px;
    top: 6px;
		}
		.digital_right p.select input[type="checkbox"]:checked+label:before{
		background:#3463B1 url(../images/checked.png) no-repeat 50% 50%;
		background-size:10px auto;
	}
	.digital_right p.select	span.btnsright{
	 position: absolute;
    right: 0px;
    top: 9px;
}
	.digital_right p.select span.btnsright a{
 
		display:inline-block;
		padding:5px 10px;
		border:1px solid #83b02f;
		color:#83b02f;
		font-size:11px;
		line-height:100%;
		text-decoration:none;
		margin:0px 0px 5px 0px;
	}


.digital_right p.select span.btnsright button {
   
 	display:inline-block;
		padding:5px 10px;
		border:1px solid #83b02f;
		background:#83b02f;
		font-size:11px;
		line-height:100%;
		text-decoration:none;
		margin:0px 0px 5px 0px;
			color:#FFFFFF;
	}
		.digital_right p.select span.btnsright button.bulk_download{
		background:#83b02f url(../images/download-white.png) no-repeat 5px 50%;
		    border: 1px solid #83b02f;
    padding: 5px 10px 5px 20px;
	  background-size: 8px auto;
	  box-shadow:none;
 
	}
		.digital_right p.select span.show_selected_count{
		    position: absolute;
    width: 102px;
    left: calc(50% - 50px);
    font-size: 11px;
    color: #333333;
    padding: 5px;
	top:7px;
	}
	
	.digital_right ul.digitallist{
		display:block;
		margin:0px;
		padding:20px 0px;		
	}
	.digital_right ul.digitallist:after{
		display:block;
		clear:both;
		content:"";
	}
	.digital_right ul.digitallist li{
		list-style:none;
		margin:0px 10px 10px 0px;
		padding:30px 10px 10px 10px;
		border:1px solid #CCCCCC;
		float:left;
		width:calc((100%/4) - 10px);
		position:relative;
	}
	
		
	.digital_right ul.digitallist li.active{
		
		
		border:1px solid #abeb27;
	    box-shadow: 3px 3px 5px #f2f2f2;
	}
		.digital_right ul.digitallist li input[type="checkbox"]{
			display:none;
		}
		
	.digital_right ul.digitallist li input[type="checkbox"]+label{
		position:absolute;
		left:10px;
		top:10px;
		border:1px solid #CCCCCC;
		width:14px;
		height:14px;
		cursor:pointer;
	}
	.digital_right ul.digitallist li input[type="checkbox"]:checked+label{
		background:#3463B1 url(../images/checked.png) no-repeat 50% 50%;
		background-size:10px auto;
	}
	
	.digital_right ul.digitallist li  span.drp{
		position:absolute;
		top:10px;
		right:10px;
			background:url(../images/menu.png) no-repeat 50% 50%;
		height:5px;
		width:20px;
	}
	.digital_right ul.digitallist li  p.prdpic{
		margin:5px 0px 0px 0px;
		padding:0px;
		width:100%;
		overflow:hidden;
		height:150px;
		cursor:pointer;
		text-align: center;
	}
	.digital_right ul.digitallist li  p.prdpic img{
		/*width:100%;
		height:auto;
		max-height:140px;*/
		height: 100%;

	}
	.digital_right ul.digitallist li.pdf_tile  p.prdpic{
		position:relative;
	}
	.digital_right ul.digitallist li.pdf_tile  p.prdpic img{
		width:38px;
		height:50px;
		position:absolute;
		left:calc(50% - 19px);
		top:calc(50% - 25px);
	}
	.digital_right ul.digitallist li h4{
		margin:0px;
		padding:0px;
		font-size:12px;
		font-weight:600;
		white-space:nowrap;
		max-width:calc(100% - 10px);
		overflow:hidden;
		 text-overflow: ellipsis;
	}

	.digital_right ul.digitallist li h4 span{
		display:block;
		font-size:11px;
		color:#A2A2A2;
	}
	.digital_right ul.digitallist li a.download{
		position:absolute;
		right:10px;
		bottom:10px;
		width:20px;
		height:20px;
		border:1px solid #CCCCCC;
		background:url(../images/download-black.png) no-repeat 50% 50%;
		background-size:auto 10px;
		font-size:0px;
	}	
		.digital_right ul.digitallist li a.download:hover{
		background:#CCCCCC url(../images/download-black.png) no-repeat 50% 50%;
		background-size:auto 10px;
	}
		.digital_right ul.digitallist.active li{
			width:calc(100% - 10px);
			margin:0px 0px 10px 0px;
			float:none;
			padding:10px 10px 10px 40px;
			border:0px;
			border-bottom:1px solid #CCCCCC;
			
		}
				.digital_right ul.digitallist.active li.active{
					
border:1px solid #abeb27;
}
				
.digital_right ul.digitallist.active li p.prdpic{
 width:200px;
	display:inline-block;
	margin-right:20px;
		
	 
	}	
	.digital_right ul.digitallist.active li h4{
		display:inline-block;
		font-weight:600;
		vertical-align:top;
		font-size:14px;
		
		
		
	}
	
.digital_right ul.digitallist.active li a.download{
	border:1px solid #abeb27;
	padding:6px 10px 6px 30px;
	color:#abeb27;
	width:auto;
	height:auto;
	background:url(../images/download-green.png) no-repeat 10px 50%;
	background-size:auto 10px;
	font-size:12px;
	position:absolute;
	right:inherit;
    bottom: 34px;
    left: 264px;
	
	
}

	.modal {
		display: none;
		position: fixed;
		z-index: 999999999;
		padding-top: 40px;
		top:0px;
		right:0px;
		left: 0px;
		bottom: 0px;
		background: rgba(0, 0, 0, 0.8); 
	}
	.modal .close {
		color: white;
		position: absolute;
		top: -20px;
		right: -25px;
		font-size: 22px;
		font-weight: normal !important;
		opacity: 1; 
		cursor:pointer;
	}
	.modal .modal-content {
		position: relative;
		background: #fff;
		margin: auto;
		padding:5px;
		width: 90%;
		max-width: 700px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px; 
 
	}
    .modal .modal-content img {
		width: 100%; 
	}
    .modal .modal-content h5 {
		margin: 10px 0px;
		font-size: 14px;
		color: #000000;
		padding: 0px; 
		font-weight:600;
		padding:10px;
	}
	  .modal .modal-content h5 span{
		  display:block;
		  font-size:12px;
		  color:#CCCCCC;
	  }
    .modal .modal-content .mySlides {
		display: none; 
	}
    .modal .modal-content .mySlides p {
        font-size: 1.42rem; 
	}
    .modal .modal-content .mySlides p.prdimg {
        overflow: hidden;
        max-height: 600px; 
		min-height:300px;
		margin:0px;		  
	}
      .modal .modal-content .mySlides p.prdimg img {
        max-width: 100%;
       height:auto;
	}		
  .modal .modal-content .mySlides p.btn-block{
	  position:absolute;
	  bottom:10px;
	  right:10px;
	  
  }	 
  .modal .modal-content .mySlides p.btn-block button{
	  background:#3463B1;
	  padding:8px 15px;
	  border:0px;
	  font-size:12px;
	  color:#FFFFFF;
	  line-height:100%;
  }
  .digital_right p.rightsection span.sort.down{
				background:url(../images/sortdown.png) no-repeat 50% 50%;
				cursor:pointer;
	}
   .digital_right .empty{
	   display:block;
	   padding:110px 0px;
	   text-align:center;
	   background:url(../images/pleaseselect.png) no-repeat 50% 70px;
	   background-size:auto 35px;
	  
  }
  
/* DAM end */
/*Quote btn approval*/
.btn-submit-approval{
	background: #3463B1 !important;
    border-color: #3463B1 !important;
	color: #ffffff !important;
	padding: 7px 15px !important;
}
/*Quote btn approval*/

.aw-ctq__quote-header{
	position:relative;
	}
	.aw-ctq__quote-header .actions-toolbar{
	position:absolute;
	top:0px;
	right:0px;
	}
/*Stock on hand pdct view page*/
.tbl-stock-on-hand{
	border: 1px solid;
	border-collapse: collapse;
	width: 90%;
    margin: 0 auto;
    font-size: 11px;
}
.tbl-stock-on-hand>thead>tr>th,.tbl-stock-on-hand>tbody>tr>td{
	border: 1px solid;
	padding: 0px 6px;
}
.tbl-stock-on-hand>tbody>tr>td{
	text-align:center;
}
.stock-on-hand{
	text-align:left;
	margin-top:12px;
	margin-bottom:10px;
}
.pdct-stock-on-hand{
	text-align:left;
	margin-top: 6px;
    margin-bottom: 6px;
}
.product-item-details>.price-box>.lkit-onsale{
	display: none;
}
/*Stock on hand*/
.price-box.price-final_price{
	display:block !important;
	width:100% !important;
}
.product-info-main .product-info-stock-sku{
	width:auto !important;
	margin:0px !important;
		padding:10px 0px!important;
		text-align:left !important;
		display:block;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand,.product.details.product-item-details .tbl-stock-on-hand{
	width:auto !important;
	margin:0px 0px 10px 0px!important;
	border:0px !important;
	border-top:1px solid #eff4fa !important;
	border-bottom:1px solid #eff4fa !important;
	display:block;
	max-width:50%;
}
.product.details.product-item-details .tbl-stock-on-hand{
	max-width:100%;
}

.product-info-main .product-info-stock-sku .tbl-stock-on-hand h2,.product.details.product-item-details .tbl-stock-on-hand h2{
	background:#eff4fa;
	padding:10px;
	text-align:center;
	margin:0px;
	font-size:14px;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul,.product.details.product-item-details .tbl-stock-on-hand ul{
	margin:0px;
	padding:10px 0px;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul:after,.product.details.product-item-details .tbl-stock-on-hand ul:after{
	clear:both;
	display:block;
	content:"";
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul li,.product.details.product-item-details .tbl-stock-on-hand ul li{
	list-style:none;
	width:calc(100%/3);
	float:left;
	display:block;
	box-sizing:border-box;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul li:nth-child(2),.product.details.product-item-details .tbl-stock-on-hand ul li:nth-child(2){
	border-right:1px solid #F2f2f2;
	border-left:1px solid #F2f2f2;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul li>span,.product.details.product-item-details .tbl-stock-on-hand ul li>span{
	display:block;
	text-align:center;
	padding:2px 0px;
	color:#8595b7;
	font-size:13px
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand ul li>label,.product.details.product-item-details .tbl-stock-on-hand ul li>label{
	display:block;
	text-align:center;
	padding:0px;
	color:#323232;
	font-size:15px;
	font-weight:600
}
/* File uploader note*/
.qote-uploader-note{
	text-align:left;
	padding-top: 15px;
    color: #878787;
    font-size: 11px;
}
/* File uploader note*/
/*quote history line break*/
.aw-ctq__history-info>.aw-ctq__history-row>.history-value>div>a{
	display: block;
}
/*quote history*/
.checkout-onepage-success #maincontent.page-main ,.aw_ctq-requestquote-success #maincontent.page-main{
	text-align:center;
	position:relative;
	padding:50px 0px;
}
.checkout-onepage-success #maincontent.page-main .page-title-wrapper h1.page-title,.aw_ctq-requestquote-success #maincontent.page-main .page-title-wrapper h1.page-title{
	font-size:26px;
	font-weight:600;
	padding:10px 0px 30px 0px;
	color:#3463B1;
	position:relative;
}
.checkout-onepage-success #maincontent.page-main .page-title-wrapper a.print,.aw_ctq-requestquote-success #maincontent.page-main .page-title-wrapper a.print{
	background:#3463B1;
	color:#FFFFFF;
	font-size:12px;
	font-weight:600;
	padding:10px 20px;
	border-radius:5px;
	position:absolute;
	right:10px;
	top:10px;
}
.checkout-onepage-success #maincontent.page-main  .checkout-success,.aw_ctq-requestquote-success #maincontent.page-main .aw-ctq__quote-submit-success{
	font-size:16px;
	text-align:center;
}
.checkout-onepage-success #maincontent.page-main  .checkout-success .actions-toolbar,.aw_ctq-requestquote-success #maincontent.page-main .aw-ctq__quote-submit-success .actions-toolbar{
	text-align:center;
	padding:30px 0px;
	
	
}

.checkout-onepage-success #maincontent.page-main  .checkout-success .actions-toolbar .primary,.aw_ctq-requestquote-success #maincontent.page-main .aw-ctq__quote-submit-success .actions-toolbar .primary{
	float:none;
	margin:0px auto;
}

#shipping-zip-form>.fieldset>div>.control>.select>option:first-child
{
    display:none;

}
.pager .toolbar-amount {
	float:left;	
}
.pager .limiter {
	float:right;	
}
.account .toolbar .pages{
	width: auto !important;
    text-align: right;
    float: none;
	margin-right: 30px;
    position: relative;
    left: inherit;
    right: inherit;	
}

/* RSA Desc*/
.desc-rtn{
	word-break: break-all;   
    max-height: 80px;
    overflow: auto;
	padding-left:10px;
}
.desc-rtn-label{
	float:left;
}
.todate{
	margin-left: 10px;
}
.col-inv-num{
	width:20%;
}
.inv-search{
	margin-right: 5px;
}
.readonly-date{
	background-color: #ffffff !important;
}
.asterisk{
	color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.sort{
	cursor: pointer;
}
.sort>.fa-caret-up{
	/* margin-left: 10px; */
    float: right;
    padding-top: 3px;
}

.data.table td.part-number{
	position:relative;
}
.data.table td.part-number span.ui-helper-hidden-accessible{
	    position: absolute;
    font-size: 10px;
    top: 45px;
    left: 18px;
	color:#FF0000;
}
@media screen and (max-width:1100px){
	 .user-welcome {
    display: block !important;
	right:100px;
}
.header.panel>.header.links>li{
	padding:0px 10px;
}
.products-grid .product-item-actions .actions-primary + .actions-secondary {
    display: block !important;
}
.products-grid .product-item-info:hover .product-item-inner,.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{
	position: relative !important;
    display: block !important;
    vertical-align: top !important;
    top: -40px !important;
    bottom: inherit !important;
}
}
 

	
@media screen and (max-width:880px){
	.cart.table-wrapper{
		overflow:auto;
	}
}
@media screen and (max-width:780px){
	.login-container{
		padding-top:30px;
}
 .form.minisearch .control{
	 display:none;
}
.form.minisearch .control .block-search input {
    left: inherit;
    margin: 15px 0;
    position: absolute;
    right: 0px;
}
.compare.wrapper, [class*='block-compare'] {
    display: block;
}
.pager .toolbar-amount,.pager .limiter,.account .toolbar .pages {
	float:none;
display:block;	
}
}
@media screen and (max-width:762px){
	.sections.nav-sections{
			width:300px !important;
			left:-300px !important;
	}
	
	.sections.nav-sections.open{
		left:0px !important;
		width:300px !important;
		z-index:99999 !important;
		top:50px !important;
	}
	.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active){
		color:#3463B1;
	}
	 .user-welcome {
      display: none !important;
}
	 .block-search input{
		 left:inherit !important;
		 right:0px !important;
		 width:200px !important;
		 z-index:999;
 
}
.account .toolbar .pages{
	margin-right:0px !important;
}
}

@media screen and (max-width:600px){
	 .login-container .fieldset:after{
	 margin-top:0px;
	 }
	 .columns .column.main{
		 padding-bottom:0px;
	 }
	 .page-products .product-item-info{
		 width:calc(100% - 40px);
		 margin:0px auto;
	 }
	 .footer-links>div{
		    float: left;
    width: 50%;
    display: block;
    flex: inherit !important;
	 }
	.product-add-form .actions .toquotelist{
	width:100%;
}
.product-info-main .product-info-stock-sku .tbl-stock-on-hand, .product.details.product-item-details .tbl-stock-on-hand{
	max-width:100%;
}
}
 

.validate_connote_num
{
	text-decoration:none;
	cursor: pointer;
}

.isDisabled {
	color: currentColor;
	opacity: 0.5;
	text-decoration: none;
  }
#connote-tracking-details{
	position: relative;
  	width: 100%;
	overflow: hidden;
	text-align: justify;
}
.connote-tracking-details-padding
{
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
#iframe-connote{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.modal-connote-tracking {
	width: 100% !important;
	top: 2% !important;
	max-width: 900px !important;
	max-height:700px !important;
	overflow:auto !important;
}
.div-center{
	text-align:center;
}
.div-center>.primary{
	float:none !important;
}
.submitted-date>.ui-datepicker-trigger{
	cursor: default;
}
.tbl-submitted-date{
	min-width:85px;
}
.address-item{
	border-bottom: 1px solid #e3dbdb;
}
.stock-unavailable{
	padding: 7px 15px 8px 15px;
    color: white;
    background-color: #ff5200;
	white-space:nowrap !important;
}
.gst{
	font-size: 10px !important;
    color: #a5a1a1 !important;
}
.product-social-links .action.tocompare:before{
	background: url(../images/compareiconblack.png);
content: "";
background-size: contain;
background-repeat: no-repeat;
    width: 16px !important;
    height: 17px !important;
    /*display: block !important;*/
}

.stock-outofstock{
	margin-bottom: 15px;
    width: 40%;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    text-align: center;
	color: white;
    background-color: #ff5200;
	margin-top: -15px;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    clip: inherit;
    width: 100%;
    margin: 0;
    overflow: visible;
 
}
 
.product.actions.product-item-actions:after{
	content:"";
	display:block;
	clear:both;
}
.product.actions.product-item-actions .actions-primary,.product.actions.product-item-actions .actions-secondary{
	display:block;
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0px;
}

.product.actions.product-item-actions .actions-primary .action.tocart.primary{
display: block;
    width: 100%;
    padding: 0px;
    height: 35px;
	
	
}
.product.actions.product-item-actions .actions-secondary .action.tocompare{
 
	 font-size: 1.3rem;
    border-radius: 0;
    line-height: 1; 
    white-space: nowrap;
    display: block;
    width: 100%; 
	text-align:center;
	color:#FFFFFF;
	text-transform:none;
	 background:#666666 ;
	     height: 35px;
	
}
.product.actions.product-item-actions .actions-secondary .action.tocompare span{
	display:inline-block;
	 background:#666666 url(../images/compareicon.png) no-repeat 5px 50%;
	 background-size:16px auto;
	 padding:12px 0px 5px 25px;
	 width:auto;
	 position:relative;
	 left:inherit;
	 top:inherit;
	 	color:#FFFFFF;
	text-transform:none;
    height: 35px;
    box-sizing: border-box;
	font-weight:400;
	top:1px;
	 
}
.product.actions.product-item-actions .actions-secondary .action.tocompare:before{
	display:none !important;
}
.actions-primary .action.tocart.primary span{	
	background:url(../images/carticon.png);
	background-position:5px 50%;
	background-size:16px auto;
	background-repeat:no-repeat;
	display:inline-block;
	padding:0px 0px 0px 25px;
 
}
.cart-no-quote {
    right: 30px !important;
}
.user-welcome-no-quote{
	right: 90px !important;
}
.doa_part_number span.ui-helper-hidden-accessible {
    position: absolute !important;
    font-size: 10px !important;
    top: 31px !important;    
    color: #FF0000 !important;
}
.doa_part_number{
	position: relative !important;
}
.doa_itemdescription span.ui-helper-hidden-accessible {
    position: absolute !important;
    font-size: 10px !important;
    top: 31px !important;    
    color: #FF0000 !important;
}
.doa_itemdescription{
	position: relative !important;
}
.doa_invoicenumber span.ui-helper-hidden-accessible {
    position: absolute !important;
    font-size: 10px !important;
    top: 31px !important;    
    color: #FF0000 !important;
}
.doa_invoicenumber{
	position: relative !important;
}
.tbl_overcharge span.ui-helper-hidden-accessible {
    position: absolute !important;
    /*font-size: 10px !important;
    top: 55px !important;*/
	top: 41px !important;
    left: 11px !important;
    /*color: #FF0000 !important;*/
	color: #e02b27 !important;
    font-size: 1.2rem !important;
}
.tbl_priceprotection span.ui-helper-hidden-accessible {
    position: absolute !important;
    font-size: 10px !important;
    top: 55px !important;
    left: 11px !important;
    color: #FF0000 !important;
}
.mbolisting-grid-buttons, .osrlisting-grid-buttons{
	float: right;
    margin: 2% 0% 0% 1%;
}
.table-comparison tbody td .price-box .old-price .price-final_price{
	/*text-decoration: line-through;*/
}
.delete-attachment{
	cursor: pointer;
}
.total-claim{
	min-width: 85px !important;
}
.display-none{
	display:none !important;
}
#product-print
{
	text-decoration: none;
    color: #666;
    font-weight: 600;
    margin-left: 20px;
}

.osr_export_slno_note{
	text-align: justify;
	margin-left: -25px;
}
.acer_customtable_icons_wrapper{
	display: flex;
	align-items: center;
	height: 20px;
}
.acer_customtable_icons_wrapper > span{
	display: flex;
	flex-direction: column;
}
.acer_customtable_icons_wrapper > span:first-of-type{
	white-space: nowrap;
}
.acer_customtable_icons_wrapper > span:last-of-type{
	padding-left: 5px;
}
:-ms-input-placeholder{
	color: #fff;
}
.account .sidebar-additional {
    margin-top: 5px;
}
@media all and (min-width: 768px), print {
	.abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 15px;
  }
}
.desc-claims{
	word-break: break-all;
	min-width: 100px;
}
#newcart_popup-modal > #savecart{
	width: 25% !important;
	float: right;
}
#existing_cart_popup-modal > #existingsavecart{
	width: 25% !important;
	float: right;
}
.sku-compare{
	font-size: 12px;
	text-align: left;
	width: 100%;
	margin-top: 3px;
}

/* MBO, OSR error page START*/
.error-main{
	width: 100%;
    min-height: 320px;
    border: 1px solid #666;
    border-radius: 5px;
	background-color: #eee;
	padding: 45px 20px 25px 20px;
	height: auto;
}
.error-sub{
	width:70%; /* 70% of the parent*/
    margin:10px auto;
    display: flex;
  	justify-content: center;
  	align-items: center;
}
.error-title{
	font-size: 30px;
    font-weight: 700;
    color: #666;
}
.error-content
{
    font-size: 25px;
	color: #666;
	text-align: center;
	padding: 15px;
}
/* MBO, OSR error page END*/
.div-claims-btns{
	padding-top: 25px !important;
}
.asterisk{
	color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.div-det-spec{
	padding-bottom:15px !important;
}

.file_upload_error_hide{
	display:none;
}
.file_upload_error{
	color: #e02b27;
    font-size: 1.2rem;
}
.add-ifo-table>tbody>tr>td{
	width: 25%;
    padding-left: 10px;
}
.requested_date{
	width: 100% !important;
}
.select2-override .admin__field-control .select2-container .select2-selection--single {
    height: 30px !important;
    line-height: 100% !important;
    border-radius: 0px !important;
}

#form-deal>.fieldset>.fieldset>.fields>div>label{	
    font-weight: 600 !important;
}
#form-deal>.fieldset>.fieldset>.fields>div{
	margin-bottom:10px;
}
.com-product-div>span{
	font-size: 2.2rem;
    font-weight: 300 !important;
}
#btnEditQuote{
	float:right;
}
#divEditRequestedPrice>div>span{
	font-size: 14px;
	top:10px !important;
}
#divEditRequestedPrice>div>input{
	padding-left: 30px;
    height: 36px;
    margin-top: -2px;
    text-align: right;
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

/* deail list page START*/
.deal-item-details{
	display: block !important;
}
#shopping-cart-table tr.item-info td.col.item{
	width: 120px;
}
#shopping-cart-table td.col.price span.price-excluding-tax span.cart-price span.price span.gst,
#shopping-cart-table td.col.subtotal span.price-excluding-tax span.cart-price span.price span.gst{
	display: block;
	margin-top: 5px;
}
.modal-popup.aw_ctq__modal-request-quote-wrapper.awCtqRequestQuoteParent_awCtqRequestQuote._show div.modal-inner-wrap{
	max-width: 75%;
}
/* deail list page END*/

/* Deal form START */
aw_ctq__modal-request-quote{
	padding:0px;
}
.aw_ctq__modal-request-quote:after{
	clear:both;
	content:"";
	display:block;
  
   
  
  }
  .aw-ctq-modal-column{
	width:calc(100%/3);
	float:left;
	padding: 0px 10px;
	margin: 0px 0px 0px 0px !important;
  	box-sizing:border-box;
  }
  .aw-ctq__file-uploader{
	clear:both;
  }
.deal-competitive-brand,.deal-competitive-model ,.deal-competitive-sku,.deal-competitive-warranty,
.deal-competitive-spec ,.deal-competitive-price,.deal-competitive-action{
	float:left;
  	box-sizing:border-box;
  	width:calc(100%/6.5);  
 	padding:0px 10px 0px 0px;
}
.deal-competitive-brand label,.deal-competitive-model label,.deal-competitive-sku label,
.deal-competitive-warranty label,.deal-competitive-spec label,.deal-competitive-price label, 
.deal-competitive-action span{
	font-size:10px !important;
}
.deal-competitive-price {
 	padding:0px !important;
}
.deal-competitive-spec textarea.admin__control-textarea{
	min-height: inherit !important;
    max-height: 32px !important;
}
.field.deal-competitive-spec{
	width: 20%;
}
.field.deal-competitive-action{
	width: 30px;
    float: right;
}
.saveButton{
	margin-top: 60px;
}
.aw-ctq-modal-note{
	float: left;
	clear: both;
}
.ctq-field-radio{
	margin-top: 15px !important;
}
.deal-competitive-action .control{
	margin-top: -20px;
    text-align: right;
    font-weight: 600;
}
.deal-competitive-action{
	height: 93px;
}
.aw-ctq-modal-column .control textarea{
	min-height: inherit;
	max-height: 54px;
	height:auto;
}
/*.deal-competitive-row2, .deal-competitive-row3{
	//border-top:1px solid #bbb;
}*/
.deal-competitive-row-start{
	clear: both;
}
.addCompFields{
	clear:both;	
}

.addCompFields .control span.admin__field-value{
	float: right;
    border-radius: 3px;
	background-image: none;
    background: #eeeeee;cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.delCompFields .control span.admin__field-value{
    color: #333333; 
	float: right;
	cursor: pointer;
} 
.delCompFields .control span.admin__field-value:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #FF0000 !important;
	content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.addCompFields .control span.admin__field-value{
	background: #3463B1;
    border-color: #3463B1;
	color: #ffffff;
}

.end-user-info-title, .distributor-title, .delivery-expectation-title, 
.other-fields-title, .competitive-analysis-title, .user-comments-title{
	clear: both;
    border-bottom: 1px solid #bbb;
    font-size: 15px;
    font-weight: 500;
}
.competitive-analysis-field-seperator{
	clear: both;
	border-bottom: 1px dotted #ccc;
	height: 0px;
	margin: 0px !important;
}
.aw_ctq__modal-request-quote .control{
	margin-bottom: 20px !important;
    position: relative;
}
.field-error, div.mage-error[generated]
{
	/* position: absolute; */
    bottom: -16px;
}



label.admin__field-error{
	color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
}

/*a.product-item-photo span.product-image-container span.product-image-wrapper img.product-image-photo{
	width: 100px;
	height: 100px;
	float: left;
}*/
.aw_ctq-quotelist-index .cart.table-wrapper #shopping-cart-table .item a.product-item-photo{
	display: block!important;
    max-width: 85%!important;
    padding-right: 0!important;
    position: static;
    width: 85%!important;
}
.btn.action.aw-atq__request-quote-action{
	width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px !important;
    font-size: 1.8rem !important;
    box-shadow: none;
}
.field.end-user-info-title{
	padding: 0px;    
	height: auto;
    min-height: 10px;
    line-height: 0%;
	margin-bottom: 20px;
	margin-top: 12px;
}
.deployment_duration_end_date{
	clear: both;
}

.competitive-quote input[type="file"], .comments-attachments input[type="file"]{
    display: none;
}
.thousandseperator{
	text-align: right !important;
}
.comp-quote-file-upload {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    width: 20%;
    font-size: 10px;
    height: 10px;
    margin-top: 0px;
	display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 999999;
    background: white;
	float: left;
}

.comments-attachments-file-upload{
	border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    width: 97.5%;
    font-size: 13px;
    height: 25px;
    margin-top: 0px;
	display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 999999;
    background: white;
	float: left;
}

.comp-quote-file-upload:before{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    background-position: 0 0;
    width: 18px;
    height: 16px;
    position: absolute;
    margin-left: -31px;
	margin-top: -2px;
    display: inline-block;
    content: " ";
	background-size: auto 16px;
}
.comments-attachments-file-upload:before{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    background-position: 0 0;
    width: 18px;
    height: 16px;
    position: absolute;
    margin-left: -31px;
	margin-top: 3px;
    display: inline-block;
    content: " ";
	background-size: auto 16px;
}
.comp_attachemnt_input, .comments_attachments_input{
	display: inline-block;
}

.comp_attachemnt{
	display: inline-block;
    margin-left: 12px;
	margin-top: -2px;
	float: left;
	font-size: 12px;
}

.cmnt_attachemnt{
	display: inline-block;
    margin-left: 12px;
	margin-top: 10px;
	float: left;
	font-size: 12px;
}


.comp_attachemnt .delCompFile, .cmnt_attachemnt .delCmntFile{
	margin-left: 20px;
    margin-top: 0px;
    font-size: 20px;
    cursor: pointer;
	color: red;
}
.comp-price-label{
	text-align: right;
}
.quote_file_types, .comments_attachments_file_types{
	font-size: 11px;
    color: #878787;
    clear: both !important;
    display: block;
	margin-top: 34px;
}

.deal-competitive-price input[type="text"] {
	text-align: right;
}

#addNewCompFields{
	float: right;
}

.Asterisksymbole._required legend:after {
    content: "*";
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 3px;
}
.dollarinputsymbol{
    position: relative;
    bottom: 25px;
    left: 5px;
}
.dollarinput{
	padding-left: 15px !important;
}


#tbl_competitive_analysis.table > tbody > tr > th{
	border-top: 0px solid #cccccc;
    /*border-bottom: 1px solid #bbb;*/
} 
#tbl_competitive_analysis.table > tbody > tr > td{
	border-top: 0px;
}
#tbl_competitive_analysis tr.competitive_analysis_row{
	border-bottom: 1px solid #bbb;
	padding-top: 10px;
}
.aw-ctq-modal-column.deployment_duration_end_date.handle_fulfilment_relative_field{
	clear: both;
}


.cart.table-wrapper .product-item-details {
    padding-bottom: 0px !important;
}
.cart.table-wrapper .item .col.item {
    padding: 15px 8px 0px 0 !important;
}
.bidlistaction td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.cart.table-wrapper .product-item-name {
    font-size: 1.2rem;
	font-weight: 700;
}
.product-item-name h6 {
	margin-top: 1rem;
    margin-bottom: 1rem;
}

/*
#tbl_competitive_analysis tr {
	display: block
}
table#tbl_competitive_analysis tr td.break {
	float: left;
	line-height: 22px;
}*/

table#tbl_competitive_analysis,
table#tbl_competitive_analysis tbody {
  display:inline-block;/* whatever, just  reset table layout display to go further */
}

table#tbl_competitive_analysis tr {
  display:flex;
  flex-wrap:wrap; /* allow to wrap on multiple rows */
}
table#tbl_competitive_analysis td, table#tbl_competitive_analysis th {
  	display:block;
  	flex:1; /* to evenly distributs flex elements */
  	font-size : 10px;
	line-height: 1.1;
    color: #666;
}
table#tbl_competitive_analysis tr td.comp-attachment-row {
  width:92%; /* fill entire width,row */
  flex:auto; /* reset the flex properti to allow width take over */
}

.aw_ctq__modal-request-quote .control textarea{
	color: #575757;
    min-height: 60px !important;
}
a.deleteCompField::before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
	content: '\e604';
    color: red;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}


.fa-trash{
	color:red;
	padding-left:0.5rem;
}


.aw_ctq__modal-request-quote .action-basic{
	float: right !important;
}

.handle_fulfilment_relative_field{
	display: none;
}

.editSaveButton{
	float: right !important;
}

.editSaveDraftButton {
	float: right !important;

}

.draftback {
	float: right !important;
    margin-left: 9px;
    padding: 9px;

}

.draftedit{
	display: flex;
}

.draftbuttons{
	width: 100%;
}


.cart.table-wrapper .actions-toolbar > .action-delete:before{
	color: red;
}


  /* Deal form END */

  .aw-ctq__comment-block .comment.buyer{
	  margin-left: 0px !important;
	  width: 96.5%;
  }
  .aw-ctq__comment-block .comment.buyer .aw-ctq__owner-name{
	border-bottom: 1px dotted #ccc;
  }
  .aw-ctq__comment-block .comment.buyer .aw-ctq__owner-name .aw-ctq__date-created-value{
	float: right;
  }

  fieldset.admin__field.aw-ctq-modal-column.ctq-field-radio._required legend:after{
	content:"*";
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	display:inline-block;
	padding-left: 5px;
	position:relative;
	top:3px;
	}
.btn-deal-approval{
	display: none !important;
}

.deal_details_fields, .opportunity_fields, .enduser_fields, .delivery_expectation_fields{
	width:calc(100%/2);
	float:left;
	padding: 0px 10px;
	margin: 20px 0px 0px 0px !important;
  	box-sizing:border-box;
}
.deal_details_fields label, .opportunity_fields label, .enduser_fields label, .delivery_expectation_fields label{
	font-weight: 600 !important;
}

 .opportunity_fields_section, .delivery_expectation_fields_section, .aw-ctq__quote-enduser{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 10px 0px;
}
.deals_prod_cmnt_history_tab{
	margin-top: 40px;
}

.chkout_uploaded_file a#po_uploaded_file, .chkout_uploaded_file a#eu_po_uploaded_file{
    float: left;
    word-break: break-word;
    max-width: 330px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.chkout_uploaded_file label#po_uploaded_file_delete, .chkout_uploaded_file label#eu_po_uploaded_file_delete{
	color: red;
    font-size: 16px;
	cursor:pointer;
}

.orderflow_eupo_file_view{
	width: 25%;
	word-break: break-all;
}
.category-banner:before {
    background: none !important;
}

#box-order-custom-shipping-method td.csm-lable{
	padding: 11px 0px;
}
.sub-top-menu-show{
	display: block !important; top: 39px; left: 0px;
}


/* Additional forms select 2 css change START */

.select2-override {
    padding-top:5px !important;
}
.select2-override .select2-container{
   width:100% !important;
}
.select2-override .select2-container .select2-selection--single {
       height:30px !important;
       line-height:100% !important;
       border-radius:0px !important;
}
.select2-override .select2-container .select2-selection--single .select2-selection__rendered{
       height:30px !important;
       line-height:100% !important;
       border-radius:0px !important;
       padding:6px 8px !important;
}
.select2-override .select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 30px;
   position: absolute;
   top: 0px;
   right: 0px;
   width: 30px;
   /*background: #CCCCCC;*/
}
.select2-override .select2-container--default .select2-selection--single .select2-selection__arrow b{
	background: #ffffff url(../images/select-bg.svg) no-repeat 100% 45% !important;
    background-clip: padding-box !important;
}

.select2-override fieldset.admin__fieldset .admin__field  {
    margin-bottom:10px !important;
}


/* Additional forms select 2 css change END */

/* BID attachment START*/
#ctq_attachments{
    width: 100%;
    border: 1px solid rgb(141, 137, 137);
    min-height: 20px;
	margin-top:30px;
}

#ctq_attachemnt_title{
	padding: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
    font-weight: 600;
    font-size: 16px;
}
#ctq_attachment_contents{
	min-height: 50px;
    padding: 10px;
}

ol.ctq_attachment_horizontal{
    list-style-type: decimal;
    width: 600px;
}

ol.ctq_attachment_horizontal li{
    float: left;
    width: 200px;
    padding: 2px 0px;
}
/* BID attachment END*/
.break-all{
	word-break: break-all;
}
#bid_popup_terms_conditions{
	padding-top:60px;
}
.btn_save_bid_popup{
	margin-top:0px;
}
.checkout-iosc-billing-container{
	display:none;
}


div.control.additional-info div.mage-error{
	position: absolute;
    bottom: inherit;
	margin-top:0px !important;
}

div.control.qty.bidQty div.mage-error{
	position: absolute;
    bottom: inherit;
	margin-top:0px !important;
	width: 10px;
}

.minicart-items-wrapper{
	height: 200px !important;
}
.div_address_fullname{
	display:none;
}
.minicart-items .item-qty{
	width:60px !important;
}
.cart.table-wrapper .col.qty .input-text{
	width:60px !important;
}
.box-tocart > .fieldset > .field > .qty{
	width: 64px !important;
}
.box-tocart > .fieldset > .field > .control > .qty{
	width: 64px !important;
}
#shipping-zip-form>.fieldset>div>.control>.select>option:first-child {
    display: block !important;
}
#product-hi-images{
	text-decoration: none;
    color: #666;
    font-weight: 600;
    margin-left: 20px;
}
.todate-sc{
	margin-left: 10px !important;
}

.shipping-address-message{
	font-size: 12px !important;
}

.shipping-address-message-li{
	width: 100% !important;
	text-align: justify !important;
}
.support-email{
	margin-bottom: 15px !important;
}	
/* Hide Save in address book checkbox from Customer checkout page */
.customer-checkout-save-temp-shipping-address {
    display: none;
}

.saveasdraftbutton{
	background-image: none;
    background: #eee !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
	margin-left: 10px;
}
/*style for competitive product draft*/
table.tbl_draft_competitive_analysis tbody {
    display: inline-block;
	width:100% !important;
}
table.tbl_draft_competitive_analysis tr {
    display: flex;
    flex-wrap: wrap;
	background: #ffffff !important;
}
table.tbl_draft_competitive_analysis tr.competitive_analysis_row {    
    padding-top: 10px;
}
table.tbl_draft_competitive_analysis td{ 
    display: block;
    flex: 1;
    font-size: 14px;
    line-height: 1.1;
    color: #666;
	background: #ffffff !important;
}
table.tbl_draft_competitive_analysis th {
	border-bottom:none !important;
}
table.tbl_draft_competitive_analysis tr td.comp-attachment-row {
    width: 92%;
    flex: auto;
}
.tbl_draft_competitive_analysis .comp-quote-file-upload {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    text-align: center;
    width: 20%;
    font-size: 10px;
    height: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
    background: white;
    float: left;
}
.tbl_draft_competitive_analysis .comp_attachemnt_input, .comments_attachments_input {
    display: inline-block;
}
.tbl_draft_competitive_analysis .comp_attachemnt {
    display: inline-block;
    margin-left: 12px;
    margin-top: -2px;
    float: left;
    font-size: 12px;
}
.tbl_draft_competitive_analysis .quote_file_types {
    font-size: 11px;
    color: #878787;
    clear: both !important;
    display: block;
    margin-top: 34px;
}
.tbl_draft_competitive_analysis th{
	display: block;
    flex: 1;    
    line-height: 1.1;
}    
/*style for competitive product draft*/

.bid_view_headings{
	padding-top:50px !important;
}
.end_user_org_head_section{
	padding-top:80px !important;
}
.aw_ctq_endusr_organisation_info{
	width: 100%;
}
* Hide Save in address book checkbox from Customer checkout page */
.customer-checkout-save-temp-shipping-address {
    display: none;
}
/*for demo version*/
body.catalog-category-view  .page-header .header.panel .minicart-wrapper {
    right: 70px !important;
}
body.catalog-category-view  .page-header .header.panel .mini-quote-list{
	right: 25px!important;
}
body.catalog-category-view .page-header .header.panel .block-search{
	right:-20px!important;
}
body.catalog-category-view .page-header .minicart-wrapper a.action.showcart {
    margin-right: 0px!important;
}

.page-header .header.panel{
	max-width:inherit;
	padding:20px !important;
}
.page-header .header.panel  .user-welcome-no-quote{
	right:115px !important;
	top:26px !important;
}
.sections.nav-sections{
	margin:0px !important;
}
.page-main#maincontent{
	width:100% !important;
	padding:0px !important;
}
.account .messages{
	margin:0px !important;
	display:none;
}
.page-main .columns .sidebar{
	background:#f2f2f2 !important;
	padding:10px !important;
	width:20%;
	box-sizing:border-box !important;
}
body.checkout-cart-index .page-main .columns .main {
    width:100%!important;
}
.page-main .columns .main{
	width:80% !important;
	padding:20px !important;
}
.page-layout-2columns-left .column.main{
	padding:20px !important;
}
.page-main > .page-title-wrapper h1.page-title{
	margin:0px !important;
	padding:20px !important;
	float:left !important;
}
.page-products .products-grid .product-items{
	display:grid !important;
	grid-template-columns:repeat(3,1fr) !important;
	grid-gap:20px !important;
	margin:0px !important;
	padding:0px !important;
}
.page-products .products-grid .product-items li.product-item{
	padding:0px !important;
	margin:0px !important;
	width:inherit !important;
	max-width:100%;
}
.page-products .products-grid .product-items li.product-item .product-item-info{
	width:100% !important;
	text-align:center !important;
}
 .footer-upper, .footer-inner{
	max-width:100% !important;
}
.linka .CustomCustomerGroupContainer .dropdown-common .GroupContainer-dropdown a,.user-logout  li a {
    color: #2c7bff !important;
}
.block .box-actions a,.block-title a span,.products-grid .product-item-info .price-box .price{
	color:#3463B1 !important;
}
 
 .btn-primary.action.save,.product-item .tocart, .action.primary:hover,.btn-primary.action.save, .product-item .tocart, .action.primary:hover{
	background:#3463B1 !important;
}
 .action.primary:hover{   border-color: #3463B1 !important;
 }
.navigation .level0>.level-top span,.navigation .level0 .submenu a,.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price,.reviews-actions a,.footer-links > div h5{
	 color: #2c7bff !important;
}
.filter .block-subtitle{
	background:#3463B1 !important;
}
.action.primary,a.action.viewcart ,button.btn{
		background:#3463B1 !important;
		border:1px solid #3463B1 !important;
		color:#FFFFFF !important;
}
.action.primary:hover {
	background:#252654 !important;
}
table#product-attribute-specs-table tbody tr:nth-child(odd) {
    background: #ecebf0 !important;
}
.minicart-wrapper .action.showcart .counter.qty{
	background:#4169ff !important;
}
.minicart-wrapper a.action.showcart {
    margin-right: 0!important;
}
.minicart-wrapper a.action.showcart {
    margin-right: 42px;
}
.aw-ctq.mini-quote-list .action .counter.qty{
    background:#4169ff !important;
   
}
.products-grid .product-item-info a.product-item-name, .products-grid .product-item-info .product.name a{
	min-height:30px !important;
}
.secondary a.action {
	 color: #2c7bff !important;
}
.primary a.action{
	color:#FFFFFF !important;
}
.message.success {
   
    display: block;    
    background: #f3f9ff !important;
    
}
.actions .secondary a.action {
	color:#FFFFFF !important;
}
.page-main#maincontent{
	padding:20px !important;
}
body.aw_ctq-quotelist-index .page-main#maincontent .column.main{
	 width:100% !important;
}
body.checkout-cart-index .cart-discount{
	justify-content:start  !important;
}
.cart-discount{
	display:flex  !important;
	justify-content:center  !important;
	align-items:center  !important;
}
.cart-discount .block.discount{
	padding:10px  !important;
	display:block  !important;
	background:#A6AACE !important;
}
#block-discount{
	background: transparent !important;
}

body.checkout-cart-index .cart-discount .block.discount .title #block-discount-heading {
	color:#2c7bff !important
}

.cart-discount .block.discount .title #block-discount-heading {
	color:#FFFFFF !important;
}

/* Style for Banner Home page.*/
body.cms-index-index .CustomCustomerGroupContainer .GroupContainer-dropdown a {
    color: #0780d3 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.cms-home .page-main .columns .column.main {
    padding-bottom: 0!important;
}
.sections.nav-sections {
    margin: 0px;
}
body.cms-index-index .page-main .columns .main {
    width: 100%!important;
    padding: 0px!important;
}
body.cms-index-index .page-main#maincontent {
    padding: 0px !important;
}

 

@media (min-width: 768px), print{
.catalog-product-view .nav-sections {
    margin-bottom: 25px!important;
}
}


/* Slider Banner code start: Slick.css */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.acr.banner {

	position: relative;
  }
  .acr.banner figure{
	margin: 0;
  }
  .acr.banner figure img{
	object-fit: cover;
	height: 100vh;
	width: 100%;
  }
  .acr.banner figure::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
  }
  .acr.banner figcaption{
	position: absolute;
	bottom: 50%;
	z-index: 99;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 90px;
	padding: 0 50px;
	z-index: 99;
	transform: translateY(43%);
  }
  .acr.banner .slick-dots li{
	list-style-type: none;
  }
  .acr.banner .slick-dots{
	position: absolute;
	right: 0;
	bottom: 36px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
  }
  .acr.banner .slick-dots button{
	flex: 0 1 auto;
	width: 30px;
	height: 4px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -9999999px;
	cursor: pointer;
	background-color: #fff;
	border: 0;
	opacity: .5;
	transition: opacity .6s ease;
  }
  .acr.banner .slick-dots li.slick-active button{
	opacity: 1;
  }
  .acr.banner .slick-arrow {
	position: absolute;
	top: 50%;
	left: 10%;
	display: inline-block;
	padding: 3px;
	text-indent: -999999px;
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/left-arrow.svg);
	background-size: contain;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 9;
	transform: translateY(-50%);
	opacity: .5;
	box-shadow: none;
  }
  .acr.banner .slick-arrow:hover{
	opacity: 1;
  }
  .acr.banner .slick-arrow.slick-next {
	position: absolute;
	top: 50%;
	right: 5%;
	left: auto;
	display: inline-block;
	padding: 3px;
	text-indent: -999999px;
	outline: none;
	border: 0;
	transform: translateY(-50%);
	background-color: transparent;
	background-image: url(../images/right-arrow.svg);
	background-size: contain;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
  }
  @media only screen and (max-width: 992px) {
	.acr.banner .slick-arrow,.acr.banner .slick-arrow.slick-next{
	  display: none;
	}
	.acr.banner figcaption{
	  font-size: 60px;
  
	  padding: 0 30px;
	  width: 100%;
	}
  }
  @media only screen and (max-width: 600px) {
	.acr.banner .slick-arrow,.acr.banner .slick-arrow.slick-next{
	  display: none;
	}
	.acr.banner figcaption{
	  font-size: 50px;
	
	}
  }
  /* Slider banner style end */
  body.checkout-cart-index .page-footer .footer-upper {
    max-width: 1280px!important;
}
body.checkout-cart-index .page-footer .footer-inner {
    max-width: 1280px!important;
}
body.catalog-category-view .page-footer .footer-upper {
    max-width: 1280px!important;
}
body.catalog-category-view .page-footer .footer-inner {
    max-width: 1280px!important;
}
body.cms-index-index  .page-footer .footer-upper {
    max-width: 1280px!important;
}
body.cms-index-index .page-footer .footer-inner {
    max-width: 1280px!important;
}
@media (min-width: 768px), print{
.page-header .header.panel {
    position: relative;
    max-width: 1280px;
}
}
