@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.0-9/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root{  
    --body-text: #333;
    --body-bg: #fff;
    --white: #fff;
    --black: #000;
    --red-color: #dd3244;
    --blue-dark: #023c7c;
    --blue-sky: #0b6bd1;
    --montserrat: 'Montserrat', sans-serif;
    --font-w400: 400;
    --font-w500: 500;
    --font-w600: 600;
    --font-w700: 700;
}
h3, strong, b{
    font-weight: var(--font-w600);
}
/*===== login page css =====*/
div.SimpleHeader *{
	box-sizing: border-box;
}
div.SimpleHeader {
    float: none;
    max-width: 1245px;
    width: 100%;
    background: #fff ;
    padding: 20px 15px;
    display: flex;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	box-sizing: border-box;
}
.SimpleHeader > .widget > img[alt="logo"] {
    max-width: 315px;
}
#footer div.SimpleFooter {
    margin-top: 0;
	width: 100%;
    text-align: center;
    margin: 0;
    justify-content: center;
	height: auto;
	line-height: normal;
}
#footer div.SimpleFooter .widget {
	margin: 0;
}
#footer div.SimpleFooter 
body.PasswordResetRequest #header,
body.PasswordResetRequest #content,
body.PasswordResetRequest #main,
body.PasswordResetRequest #footer,
body.PasswordResetRequest #footer-content,
body.PasswordReset #header,
body.PasswordReset #content,
body.PasswordReset #main,
body.PasswordReset #footer,
body.PasswordReset #footer-content,
body.Login #header,
body.Login #content,
body.Login #main,
body.Login #footer,
body.Login #footer-content {
    max-width: 1245px; 
    width: 100%
}

div.LoginInfo,
div.PasswordResetRequest,
div.PasswordReset {
    float: none;
    display: block;
    margin: 60px auto !important;
    max-width: 370px
}

div.Login,
div.LoginInfo {
    text-align: center
}

div.Login #login-fields li a[href*="password_reset"] {
    position: absolute;
    bottom: 28px;
    right: 125px;
    width: 120px
}

body.Login .wcsLoginWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    max-width: inherit;
    margin: 60px 0
}

body.Login .wcsLoginWrap>div {
    width: 350px;
    text-align: center;
    margin: 0 20px !important;
}

body.Login .wcsLoginWrap .widget-header {
    text-align: left
}

body.Login .wcsLoginWrap .widget {
    background: #f8f8f8
}

#login-fields label {
    display: none
}

#login-fields #username,
#login-fields #password,
#forgot-password>li>input {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 5px 0 10px;
    box-sizing: border-box;
    width: 100%
}

div.Login #login-fields li a[href*="password_reset"] {
	position: absolute;
    bottom: 10px;
    left: auto;
    width: auto;
    right: 0;
    color: #bb1722;
    font-size: 11px;
    margin: 0;
}

#login-fields li {
    margin-bottom: 5px;
    padding: 0
}

#forgot-password>li {
    margin-bottom: 5px;
    padding: 0;
    text-align: left
}

body.Login div.LoginInfo {
    display: none
}

.wcsnewreg p {
    padding: 20px 0
}

.wcsnewreg .button {
    margin: 19px 0
}

body.PasswordResetRequest .widget-main {
    padding: 0 !important;
}
body.PasswordResetRequest .fullpage{
	min-width: 350px;
}
#forgot-password>li>input {
    width: 100%;
}

#forgot-password>li:last-child {
    text-align: right;
}

html, body{
    font-family: var(--montserrat);    
    font-weight: var(--font-w400);
}
body {
    font-family: var(--montserrat);    
    font-weight: var(--font-w400);
    color: var(--body-text);
    background: var(--white);
    font-size: 14px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--black);
}

.imgBanner.mb14 img {
    margin-bottom: 14px;
}

.page-selector:after {
    content: "";
    clear: both;
    display: block;
}
.ui-widget{
    font-family: var(--montserrat);
    font-size: 14px;
}
#header > div:nth-child(n + 13),
#header > div:nth-child(n + 4):nth-child(-n + 6) {
    background-image: none;
}

#header .header-nav-top,
#header > .wcs_topBarBG {
    background: 0 0 !important;
}

#footer-background .wcs_topBarBG {
    background: var(--white) !important;
    position: relative;
}

#footer-background .wcs_topBarBG::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--white);
    width: 100%;
    height: 65px;
}

.wcs-logo-footer {
    font-family: var(--montserrat);
    font-size: 30px;
    color: var(--red-color);
    height: 46px;
    line-height: 54px;
}

/*top menu dropdown*/
.wcs_login-module {
    display: flex;
}

#header{
    grid-template-columns: auto 1245px auto !important;
}
#header .wcsDropDown a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 29px;
    padding: 0px 10px;
    display: block;
    background: transparent;
}

.wcsDropDown a.wcsDropDownArrow {
    color: #858686;
    font-size: 14px;
    font-weight: var(--font-w500);
    text-decoration: none;
    line-height: 29px;
    padding-right: 20px;
}


#header .wcs_mainNav,
#header > .wcs_topBarBGMenu {
    background: 0 0 !important;
}

#footer-background > div:nth-child(2),
#footer-background > div:nth-child(3),
#header .wcs_mainNav #footer-background > div:nth-child(1) {
    background: var(--white);
}

div.DealerCategories.expand {
    position: relative;
}

div.DealerCategories + div {
    padding-top: 0 !important;
}

.sidebar .widget-container.Address {
    display: none;
}
#header .header-nav-top,
#header .header-nav-top *{
    box-sizing: border-box;
}

#header .header-nav-top #header-nav-profile span.wcs_username {
    display: block;
    color: var(--black);
    font-weight: var(--font-w500);
    width: auto;
    margin-left: 0;
    background:none;
    border:0;
}

#header .header-nav-top {
    padding: 3.5px 10px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: solid 1px var(--red-color);
}

#header .wcs_mainHeader {
    background: var(--white);
    padding: 0;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

#header-nav-logo {
    padding: 0;
    position: relative;
    width: 315px;
}
#header-nav-logo img{
    max-width: 100%
}

#header-nav-logo .wcs-logo-content {
    font-family: var(--montserrat);
    font-size: 130px;
    color: var(--red-color);
    text-align: left;
    height: 187px;
    line-height: 170px;
}

#header-nav-logo .sub-content {
    position: absolute;
    bottom: 27px !important;
    right: -204px;
    font-family: var(--montserrat);
    font-size: 30px;
    color: var(--black);
    font-weight: var(--font-w600);
}

#header .wcs_mainNav {
    z-index: 9999;
}

body #header .wcs_mainNav:hover {
    z-index: 999999 !important;
}
input, select, textarea{
    font-family: var(--montserrat);
    font-weight: var(--font-w400);
    color: var(--black);
    outline: none !important;
}
select{
    height: 22px;
}
div.textarea-wrapper{
    border: 0;
}
div.OrderNotes #general-notes{
    padding:6px 10px;
    box-sizing: border-box;
}
.zoomContainer,
.fancybox-container,
.qtip {
    z-index: 99999 !important;
}

div.widget div.widget-container{
    margin-bottom:14px;
}
.wcs_mhRight {
    padding-left: 20px;
}

.Topbanner {
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.Topbanner a {
    display: block;
}

#header-nav-search {
    padding: 8px 0;
}
#content.has-left-column{
    width: 1245px;
}
#main-background {
    background: 0 0;
}

#main.has-left-column {
    padding-left: 221px;
    padding-top: 20px;
    min-width: 1005px;
    margin-bottom:30px;
}

aside.left-sidebar{
    margin-bottom: 10px;
    margin-left: -216px;
    width: 206px;
}
aside.left-sidebar div.widget-container.WcsSideBanner{
    margin-bottom: 0;
}
#content {
    background: var(--white);
}

#header-background,
#main-background {
    display: block;
}
#header-nav-profile {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex: auto;
}
#header-nav-profile > span,
#header-nav-site > span{
    display:inline-block !important;
     font-size: 12px;
    font-weight: var(--font-w500);
    padding: 5px 10px;
    position: relative;
    border-radius:3px;
    margin-left:5px;
    color: var(--black);
    border: 0;
    text-transform: uppercase;
}
#header-nav-profile > span:nth-child(3){
    margin-left:auto;
}
#header-nav-profile > span:nth-child(3),
#header-nav-site > span {
   
    color: var(--white);    
    background: var(--blue-dark);
    
}
#header-nav-profile > span:nth-child(3) a{
    color: var(--white);    
}
#header-nav-profile > span a {
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--font-w500);
}



#header-nav-site {
    border: 0;
    margin-left: 0px;
}

#header-nav-site > span a {
    font-weight: var(--font-w500);
    font-size:12px;
}
.header-nav-top .socialLink {
    margin-left: 10px;
}

#header-nav-search #header-box-search {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

form#header-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#header-nav-search #header-box-search #header-search-string {
    background: var(--white);
    color: var(--black);
    font-size: 14px;
    font-weight: var(--font-w400);
    height: 40px;
    outline: medium none;
    width: calc(100% - 70px);
    border: 1px solid #bdbdbd;
    border-right: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    font-family: var(--montserrat);
}

#header-nav-search #header-box-search #header-search-button {
    cursor: pointer;
    height: 40px;
    border: none;
    border-radius: 0 3px 3px 0;
    width: 58px;
    background: url(../images/btn_search.png) no-repeat center;
    color:  var(--white);
    text-indent: -9999px;
    padding: 0 !important;
    margin: 0;
    background-size: contain;
    border: 1px solid #bdbdbd;
    border-left: 0;
}

#header-nav-search #header-box-search #header-search-button:focus {
    box-shadow: none;
    outline: 0;
}
.wcs_cart-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.head-contact{
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: var(--font-w500);
}
.head-contact strong{
    font-weight: var(--font-w700);
}
.head-contact a{
    color:  var(--body-text);
}
.head-contact a:hover{
    color:  var(--blue-dark);
}
.head-contact .mail{
    display: flex;
    align-items: center;
}
.head-contact .mail svg,
.head-contact .mail i{
    color:  var(--blue-dark);
    font-size: 20px;
    margin-right: 5px;
}
#header-box-cart{
    order: 2;
    display: flex;
    margin-left: auto;
}
.wcs_cart-box .wcs_support_timeing {
    font-size: 14px;
    color: #3a3a3a;
    background: url(../images/icon_hour.png) no-repeat 0 center;
    padding-left: 20px;
}

#header-box-cart a#header-cart-data {
    background:#014188 url(../images/icon_cart.png) no-repeat 21px center;
    position: relative;
    padding: 5px 20px 5px 60px;
    text-align: center;
    margin: 0;
    width: auto;
    color: var(--white);
    font-weight: normal;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    border-radius: 4px;
}


#header-box-cart a#header-cart-data:hover {
    text-decoration: none;
}

.wcs_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 0;
}

.wcs_support_mail,
.wcs_support_number {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 45px;
}

.wcs_support_number {
    background: url(../images/phone_icon.jpg) no-repeat scroll left 6px;
}

.wcs_support_mail {
    background: url(../images/icon_mail.png) no-repeat scroll left 10px;
}

#header-nav-search,
.wcs_topBarBGsearch {
    background:none !important;
}

#header-nav-main > ul.category-nav {
    display: inline-grid;
    grid-auto-flow: column;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#header-nav-main > ul.category-nav li {
    flex: auto;
}

#header-nav-main > ul > li > a {
    font-size: 15px;
    font-weight: var(--font-w500);
    line-height: 37px;
    color: var(--black);
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#header-nav-main > ul > li {
    margin: 0;
    border: 0;
}
#header-nav-main > ul > li  a{
    color: var(--black);
    background: none;
    font-weight: var(--font-w500);
}
#header-nav-main > ul > li > a:hover{
    color: var(--red-color);
}
/* #header-nav-main>ul>li:hover {
    background: 0 0
} */

#header-nav-main > ul > li:hover > a {
    color: var(--red-color);
    background: 0 0;
}

#header-nav-main > ul > li:first-child {
    border-left: 0;
}

#header-nav-main > ul > li > a:focus {
    outline: 0;
    box-shadow: none;
}

.header-secondary-category-container,
.megamenu-secondary-category-container {
    max-width: 300px;
    background: var(--white);
    border: 1px solid #ccc;
}

.header-secondary-category-container li {
    background: 0 0;
    opacity: 1;
    border-top: 1px solid var(--white);
    padding: 0;
}


.header-secondary-category-container li a {
    padding: 5px;
}

.header-secondary-category-container li a:hover,
.megamenu-secondary-category-container li a:hover {
    background: var(--red-color) !important;
    color: var(--white) !important;
}

.header-secondary-category-container li .megamenu-secondary-category-container li a {
    background: 0 0;
}

.header-secondary-category-container .header-secondary-category-even,
.header-secondary-category-container .header-secondary-category-odd {
    background: 0 0;
}

div.widget {
    background: var(--white);
    border: 1px solid #ccc;
    box-shadow: none;
    margin-bottom: 12px;
}

div.widget > div.widget-header > div.center > h3, div.widget > div.widget-header > div.center > .widget-title {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    font-weight: var(--font-w600);
    background: var(--red-color);
    text-align: center;
}

.has-right-column .sidebar.right-sidebar.noprint div.widget > div.widget-header > div.center > h3.widget-title, 
.has-right-column .sidebar.right-sidebar.noprint div.widget > div.widget-header > div.center > .widget-title {
    background-color: #0085ca !important;
    color: var(--white) !important;
}

.FavoriteItemsListManager .FavoriteGroupList .widget .widget-main,
div.widget .widget-main {
    border: 0 solid #d2d2d2;
}
.FavoriteItemsListManager .FavoriteGroupList .widget-main .menu li a:hover{
     color: var(--red-color) !important;
}
.FavoriteItemsListManager .widget .widget-main,
.widget-container .widget-container .widget-main,
.widget.fullpage .widget-main,
.widget.fullwidth.fullpage .widget-main {
    border: 0;
}

div.widget > div.widget-header > div.center,
div.widget > div.widget-header > div.center > div {
    background: 0 0 !important;
}
#main > div.widget-container > div.widget.fullpage > div.widget-header > div.center, 
#main > div.widget-container > form > div.widget.fullpage > div.widget-header > div.center{
    line-height: 18px;
}

div.widget > div.widget-header div.widget-header-link {
    font-size: 0;
    margin: 5px;
    padding: 0;
    background: 0 0;
    border:0;
}

div.widget > div.widget-header div.widget-header-link a {
    background: var(--blue-dark);
    height: 14px;
    line-height: 13px;
    padding: 6px 17px;
    font-size: 12px;
    font-weight: var(--font-w600);
    border-radius: 0;
    margin: 3px 10px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 3px;
}
div.widget > div.widget-header div.widget-header-link a:hover{
    background: var(--blue-sky);
}
.CustomHtmlSide .widget-main {
    border: 0 !important;
}

span.button {
    background: 0 0;
    margin: 0;
    padding: 0;
    height: auto;
}

span.button > span.button-background {
    height: auto;
    background: 0 0;
}

span.button > span.button-background > a {
    color: var(--white);
    padding: 0 5px;
    display: block;
    font-size: 12px;
}

.widget-featured-item .add-to-cart a,
span.button.add-to-cart > span.button-background > a,
span.button.apply-coupon > span.button-background > a,
span.button > span.button-background > a {
    background: var(--blue-dark);
    padding: 0 8px;
    line-height: 26px;
    height: 26px; 
    font-size: 11px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: var(--font-w600);
    text-transform: inherit;
    letter-spacing: 1px;
    color: var(--white);
}

.widget-featured-item .add-to-cart a:hover,
span.button.add-to-cart > span.button-background > a:hover,
span.button.apply-coupon > span.button-background > a:hover,
span.button > span.button-background > a:hover {
    background: var(--blue-sky);
    color: var(--white);
}
span.button.back,
span.button.continue{
    margin-bottom: 10px;
}
div.ProductAddQuantity > ol > li div.quantity-container {
    top: 2px;
    margin-bottom: 12px;
}

div.ProductAddQuantity > ol > li input.quantity-box {
    height: 22px;
}

div.FavoriteGroupList a.edit-link {
    background-color: var(--red-color);
    margin-bottom: 12px;
    background-position: 10px center;
    padding-left: 25px;
    color: var(--white);
}

#forgot-password,
#login-fields {
    text-align: left;
    padding: 8px 8px;
}

#login-fields {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}
.SidebarLogin *{
    box-sizing: border-box;
}
.SidebarLogin #login-fields label {
    display: none;
}

.SidebarLogin #login-fields #password,
.SidebarLogin #login-fields #username {
    width: 100%;
    height: 30px;
    border: 1px solid #d1d1d1;
    margin-bottom: 5px;
    font-family: var(--montserrat);
    padding: 1px 5px;
    background: var(--white);
    box-sizing: border-box;
}
.SidebarLogin #login-fields span.button{
    width: 100%;
}
.SidebarLogin #login-fields span.button > span.button-background a {
    background: 0 0;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid var(--blue-dark);
    border-radius: 5px;
    color: var(--white);
    background: var(--blue-dark);
    font-weight: var(--font-w500);
    
}

.SidebarLogin #login-fields span.button > span.button-background a:hover {
    background: var(--blue-sky);
    border-color: var(--blue-sky);
    color: var(--white);
    opacity: 1;
}

.SidebarLogin #login-fields span.button > span.button-background a:hover {
    background: var(--red-color);
    border-color: var(--red-color);
    color: var(--white);
    opacity: 1;
}

.SidebarLogin #login-fields li:last-child {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.SidebarLogin #login-fields li:last-child a {
    font-weight: var(--font-w500);
}

.SidebarLogin #login-fields li:last-child a:hover {
    color: var(--black);
    text-decoration: underline;
}

.left-sidebar #available_filters .filter_values li::marker {
    color: var(--black);
}

#login-fields li {
    margin-bottom: 5px;
}

div.widget > div.widget-main > div.center > ol.menu > li,
div.widget > div.widget-main > div.center > ul.menu > li {
    border: 0;
}
div.widget > div.widget-main > div.center > ol.menu > li, 
div.widget > div.widget-main > div.center > ul.menu > li{
    
}
.sidebar-list li{
    margin-bottom: 14px;
}
.sidebar-list li a{
    display: block;
}
.sidebar-list li img{
    display: block;
}
div.OrderManager .widget .menu{
    padding: 10px 0;
}

div.DealerCategories ul li a,
div.OrderManager ol.menu li a {
    display: block;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid var(--blue-dark);
    border-radius: 5px;
    color: var(--white) !important;
    background: var(--blue-dark);
    font-weight: var(--font-w500);
}

div.DealerCategories ul li a:hover,
div.OrderManager ol.menu li a:hover {
    background: var(--blue-sky);
    border-color: var(--blue-sky);
    color: var(--white);
    opacity: 1;
}
.Spotlight .widget{
    border: none;
}
.Spotlight .widget .widget-main {
    border: 0;
}

.Spotlight div.widget > div.widget-header > div.center > h3, .Spotlight div.widget > div.widget-header > div.center > .widget-title {
    color: var(--black);
    font-size: 20px;
    background: none;
    font-weight: var(--font-w600);
    margin: 0 0px 15px 0px;
    padding:10px 0;
    text-align: left;
    line-height: 1.1;
}
.Spotlight div.widget > div.widget-header > div.center > .right{
    display: none;
}
/*ul.SpotlightItems {
    width: auto;
}*/

ul.SpotlightItems > li {
    border: 0;
    width: 215px;
	float: none;
	display: inline-block;
	min-height: 50%;
}

ul.SpotlightItems > li li {
    line-height: 25px;
}

ul.SpotlightItems > li li.name,
ul.SpotlightItems > li li.noprint {
    display: none;
}

ul.SpotlightItems > li strong {
    color: var(--red-color);
}

ul.SpotlightItems > li .ProductAddQuantity {
    margin: 10px 0;
}

ul.SpotlightItems > li .ProductAddQuantity li {
    display: inline-block;
    padding: 0 5px;
}

ul.SpotlightItems > li .ProductAddQuantity li.plugin {
    display: block;
    padding-top: 5px;
}

div#Spotlight {
    width: 915px;
    margin: 0 auto;
}

div.Spotlight a.jspArrowLeft {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 40%;
    left: 2px;
    background: url(../images/spotlite_nav_left.png) no-repeat;
    z-index: 999;
    cursor: pointer;
    background-size: contain;
	display: none;
}

div.Spotlight a.jspArrowRight {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 40%;
    right: 2px;
    background: url(../images/spotlite_nav_right.png) no-repeat;
    z-index: 999;
    left: auto;
    background-size: contain;
    cursor: pointer;
	display: none;
}

.Spotlight .ProductAddQuantity .quantity-container {
    margin-bottom: 0;
    padding-right: 12px;
}

.widget-container.Advertisement .widget-main {
    padding: 10px 10px 15px 10px;
    border: 0;
    background: #f1f1f1;    
}
.widget-container.Advertisement .widget-main .grid-cell{
    float: none !important;
    margin: 0 auto;
    border: 2px solid #cecece;
    padding: 6px;
    display: block !important;
}
.widget-container.Advertisement .widget-main .grid-cell > div {
    top: 6px!important;
    left: 6px!important;
}

.widget-container.Advertisement .widget-main .grid-cell > div:before {
    position: absolute;
    background: var(--white);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    right: 0px;
    display: none;
}
.widget-container.Advertisement .widget-main .grid-cell > div img{
    position: relative;
    z-index: 5;
    display: block;
    margin: 0;
    left: 0px;
}

a.merchandising-next,
a.merchandising-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 80px;
    z-index: 99;
    font-size: 0;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	
}

a.merchandising-prev {
    background: url(../images/back_slide-new.png) no-repeat scroll center;    
    left: 52px;
    border-radius: 40px 0px 0 40px;
	background-color:  #d2d2d2;
}

a.merchandising-next {
    background: url(../images/next_slide-new.png) no-repeat scroll center;
    right: 52px;
    border-radius: 0 40px 40px 0;
	background-color:  #d2d2d2;
}

.widget-container:hover .merchandising-nav,
.widget-container:hover a.merchandising-next,
.widget-container:hover a.merchandising-prev {
    display: block;
}

.widget-container .merchandising-nav {
    position: absolute;
    background: 0 0;
    bottom: 0;
    z-index: 9;
    display: none;
    right: auto;
    left: auto;
    width: 100%;
    text-align: center;
}

div.merchandising-nav a {
    background: url(../images/normal_slide.png) no-repeat;
    font-size: 0;
    height: 16px;
    width: 5px;
    display: inline-block;
}

div.merchandising-nav a.activeSlide,
div.merchandising-nav a:hover {
    background: url(../images/select_slide.png) no-repeat;
}

#header-finders ul li.hon-micro {
    height: auto;
    width: auto;
    background: 0 0;
}
aside.left-sidebar #header-finders{
    padding:0;
}
#header-finders #header-finders-list li.hon-micro > a {
    background: #013b7b url(../images/hon-btn.png) no-repeat center center;
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    height: 60px;
    text-align: center;
    text-indent: -999em;
}

#footer-background {
    grid-template-columns: auto 1245px auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1245px 1fr;
    -ms-grid-rows: 1fr 0;
    background: var(--white);
}

.footer_banner {
    text-align: center;
}

.wcs-fot-hplogo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wcs-fot-hplogo .hpleft {
    width: 140px;
    margin-right: 20px;
}
.wcs_footer *{
    box-sizing: border-box;
}
.wcs_footer {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}


.wcs_footer .foo-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.wcs_footer .foo-social ul li{
    margin-right: 10px;
}
.wcs_footer .foo-social ul li a{
    font-size: 30px;
    color: var(--blue-dark);
    padding: 0;
}
.wcs_footer .foo-social ul li a:hover{
    opacity: 0.8;
    color: var(--blue-dark);
}
.wcs_footer h2 {
    color: var(--black);
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: var(--font-w500);
    font-family: var(--montserrat);
}
.wcs_address{
    width: 35%;
    padding: 0 10px;
}
.wcs_address address{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}
.QuickLinks{
    width: 25%;
    padding: 0 10px;
}
.team-join{
    width: 40%;
    padding: 0 10px;
}
.team-join p{
    margin-bottom: 15px; 
    font-size: 15px; 
    line-height: 24px;
}
.team-join .apply-btn{
    height: auto;
    font-size: 16px;
    text-align: center;
    padding:10px 20px;
    display: inline-block;
    text-transform:uppercase;
    border: none;
    border-radius: 5px;
    color: var(--white);
    background: var(--blue-sky);
    font-weight: var(--font-w500);
}
.team-join .apply-btn:hover{
    color: var(--white);
    background: var(--blue-dark);
}
.wcs_div_three img.cards {
    margin-top: 4px;
}

.wcs_footer ul {
    margin: 0;
    padding: 0;
}

#footer-clear {
    visibility: inherit;
    display: block;
    clear: both;
    background: none;
}

.wcs_footer ul li {
    list-style: none;
    background: 0 0;
    text-transform: capitalize;
    padding: 0px;
}

.wcs_footer ul li a {
    color: var(--black);
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
    display: inline-flex;
}
.wcs_footer ul li a:hover{
    color: var(--red-color);
}
.footer-cloum-mid .tab_item {
    color: var(--black);
}

.wcs_clear {
    clear: both;
}


#footer #footer-accepted-cards {
    display: none;
}

#footer #footer-links{
	background: none;
	padding: 0;
}
#footer #footer-links a{
	font-size:12px;
	color: var(--body-text);
	padding: 0 8px 0 0;
	font-weight: 400;
}
#footer #footer-links a[href="about_us"]{
	display: none;
}
.wcs_footer ul li a.wcs-sepcials-footer {
    display: none;
}

#footer > div {
    color: var(--body-text);
	font-size:12px;
    width:auto;
    line-height: normal;
    height: auto;
    display: flex;
    justify-content:inherit;
    flex-direction:inherit;
    align-items: center;
    background:none;
}

#footer-background .wcs_footerbtm {
    display: none;
}

#footer {
    padding: 15px 0 !important;
	position: relative;
	align-items: center;
}

#footer-background > div:nth-child(4) {
    display: none;
}


div#footer:before,
div#footer:after {
    content: "";
    background: var(--white);
    left: -30px;
    width: 30px;
    position: absolute;
    z-index: 99999999999;
    height: 100%;
	display: none;
}

div#footer:after {
    left: auto;
    right: -30px;
    width: 30px;
}
.wcs-product-logo{
    text-align:center;
    padding:60px 0;
    position:relative;
    background: var(--white);
}
.wcs-product-logo:before {
    position: absolute;
    content: "";
    width: 100vw;
    background: var(--white);
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    top: 0;
    left:0;
    z-index: -1;
}
.wcs-product-logo h2{
    font-size:30px;
    font-weight:var(--font-w600);
    margin-bottom:20px;
    color: var(--blue-dark);
    line-height: 1.2;
}
.wcs-product-logo p{
    font-size:16px;
    font-weight:var(--font-w500);
    margin-bottom:20px;
    color: var(--blue-dark);
    line-height: 1.2;
}
.widget-container.scrolling-area {
    width: 100%;
    margin:30px 0 0 0;
    float:none;
}
.scrolling-logo {
    max-width: 100%;
    clear: both;
    border: none;
    position: relative;
    z-index: 9;
}
.wcs_slider {
    margin: 0!important;
    overflow: hidden;
}

.wcs_slider ul {
    width:2500px;
    display: flex;
    /*justify-content: center;*/ 
}

.wcs_slider ul li {
    display: inline-block;
    padding: 5px 10px 3px 10px;
}


.wcs_slider ul li a {
    display: block;
    z-index: 999;
}

.wcs_slider ul li a img {
    max-width: 100%;
    width: 100%;
}
.scrolling-logo:before{
    content:'';
    display:block;
    width:100px;
    height:100%;
    position:absolute;
    left:0;top:0;
    z-index:99;
    background:-moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%);
    background:-webkit-linear-gradient(left,#fff 0%,#ffffffe6 15%,#fff0 100%);
    background:linear-gradient(to right,#fff 0%,#ffffffe6 30%,#fff0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1)
}
.scrolling-logo:after{
    content:'';
    display:block;
    width:100px;
    height:100%;
    position:absolute;
    right:0;
    z-index:99;
    background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,1) 100%);
    background:-webkit-linear-gradient(left,#fff0 0%,#ffffffe6 70%,#fff 100%);
    background:linear-gradient(to right,#fff0 0%,#ffffffe6 70%,#fff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
    top:0
}
.left-scroll,
.right-scroll {
    position: absolute;
    display: none;
    height: 32px;
    width: 32px;
    top: 32%;
    z-index: 9;
}

a.zoom {
    background: 0 0 !important;
    font-size: 0 !important;
    height: 25px;
    width: 100%;
    padding: 5px 0 !important;
    text-align: center;
    display: block;
}

a.zoom:before {
    font-family: FontAwesome !important;
    font-size: 16px !important;
    color: #8d8d8d !important;
    content: "\f00e" !important;
    display: block !important;
    font-weight: 400 !important;
}

#available_filters li {
    padding: 0 3px;
}

#available_filters > li > a {
    background: var(--black);
    display: block;
    padding: 3px 10px;
    font-weight: var(--font-w500);
    color: var(--white);
    text-align: left !important;
}

div.FavoriteItemsUserManager div.user-container {
    border: 0;
    box-shadow: none;
    background: var(--red-color);
}

.widget-featured-items {
    border: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    width: 100%;
}

.widget-featured-items > .widget-featured-item-container {
    float: none;
    width: auto;
    padding: 10px;
}

.widget-featured-items > .widget-featured-item-container .widget-featured-item {
    padding: 0;
}

.widget-featured-item-container .widget-featured-item .description {
    max-width: calc(100% - 70px);
    float: left;
    line-height: 20px !important;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    width: 100% !important;
}

.widget-featured-item-container.alt {
    background: #e4e4e4;
}

.widget-featured-item .thumb-container {
    margin: 0 5px 5px 0;
    padding: 5px;
    float: left;
    border: 1px solid #bbb;
    background: var(--white);
}

.Table table,
.form-fields table,
table.info-table {
    border: 0px solid #d2d2d2;
}

#cart-complete-message > table td,
#main > div.widget-container > form > div.widget.fullpage > div.widget-main > div.center > div.widget-form,
div.ItemDetail div.product-attributes,
div.ItemDetail div.product-overview,
div.ItemDetail div.product-warranty,
div.ItemHistoryReport > form > div.widget > div.widget-main > div.center > div.fields,
div.OrderHistoryReport > form > div.widget > div.widget-main > div.center > div.fields {
    background: #e2e2e2;
}

aside .Refine > .widget {
    margin-bottom: 0;
}

aside .Refine > .widget + p {
    background-color: #d2d2d2;
    text-align: left;
    padding: 5px 10px;
    color: var(--black);
}

aside .Refine > .widget + p a {
    font-size: 12px;
    font-weight: var(--font-w600);
    color: var(--black);
    text-transform: uppercase;
    background-position: left center;
}

.Available .keyword-filter {
    height: 30px;
}

.Available ol#available_filters .keyword-filter li {
    max-width: 96%;
}


.SuppliesFinder .CartridgeSearch,
.SuppliesFinder .ModelBrowse,
.SuppliesFinder .ModelSearch {
    width: 100% !important;
}

.SuppliesFinder .CartridgeSearch .widget-main,
.SuppliesFinder .ModelBrowse .widget-main,
.SuppliesFinder .ModelSearch .widget-main {
    border: 1px solid #d2d2d2 !important;
}

.SuppliesFinder span.no-label {
    display: none;
}

.SuppliesFinder input {
    max-width: 300px;
    min-width: 300px;
}

.SuppliesFinder li.buttons {
    text-align: left;
    padding: 10px 0;
}

div.SuppliesFinder div.device_types div.devices ol {
    width: 24%;
}

.field-options {
    display: inline-flex;
}

.ContactUsForm_Personal .field-options {
    display: inline-block;
}

.field-options > li {
    display: flex;
    align-items: center;
}

div.ContactUsForm ol.form-fields > li:first-child > ul.field-options > li {
    display: flex !important;
}

#coupon-code,
#quick-add-quantity,
#quick-add-sku,
span.multiplier {
    margin-top: 0;
    height: 25px;
}

.wcs_left3 {
    background: url(../images/rebates19.jpg) no-repeat;
    height: 213px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.wcs_left3 .wcs_rebate {
    font-size: 16px;
    color: var(--white);
    margin-top: 22px;

    padding-left: 10px;
    position: absolute;
}

.wcs_left3 .wcs_rebate h1 {
    margin-left: 38px;
    margin-top: 6px;
}

.left-sidebar .wcs_left3 ol.menu li {
    color: var(--white);
    padding: 6px 10px;
    display: block;
    font-size: 13px;
    background: #0082c8;
    font-family: var(--montserrat);
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 79%;
    margin: 5px 10px 18px 10px;
}

.left-sidebar .wcs_left3 ol.menu li:hover {
    background: #3699cf;
    color: var(--white);
}

.wcs-banner-gust img {
    width: 100%;
}

#main.has-left-column > div.widget-container {
    margin-bottom: 0;
}

.printing_block {
    border: 1px solid #b4b4b4;
}

.holiday_catalog,
.printing_block {
    margin: 10px 0;
}

.printing_block img {
    max-width: 100%;
}

.printing_block h3.widget-title, .printing_block .widget-title {
    background: #0085ca;
    color: var(--white);
    font-size: 15px;
    font-weight: var(--font-w500);
    text-transform: uppercase;
    padding: 10px;
}

.d-flex-row .about_us_left,
.d-flex-row .about_us_right {
    display: inline-block;
    vertical-align: top;
}

.about_us h3, .about_us .widget-title {
    background-color: #339;
    color: var(--white);
    font-size: 17px;
    padding: 18px;
}

.about_us_left {
    padding: 18px;
    font-size: 13px;
    width: 55%;
}

.about_us_right {
    padding: 18px;
}

a.btn_def {
    background-color: var(--blue-dark);
    color: var(--white);
    text-decoration: none;
    padding: 14px 35px;
    font-size: 16px;
    display: block;
    border-radius: 2px;
    max-width: 95px;
    text-align: center;
    margin: 5px auto 20px;
    text-transform: uppercase;
}

a.btn_def:hover {
    background-color: var(--blue-sky);
}
div.ProductAddQuantity > ol > li a.increment-quantity,
div.ProductAddQuantity > ol > li a.decrement-quantity{
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
}
div.ProductAddQuantity > ol > li a.increment-quantity {
    background: url(../images/btn_form_increment.png) no-repeat;
}

div.ProductAddQuantity > ol > li a.decrement-quantity {
    background: url(../images/btn_form_decrease.png) no-repeat;
    top: auto;
    bottom:0;
}

#main > div.widget-container > div.widget.fullpage > div.widget-header,
#main > div.widget-container > form > div.widget.fullpage > div.widget-header {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


.wcs-banner-customer span img {
    width: 100%;
}

.wcs-banner-customer h1,
.wcs-banner-customer h2 {
    font-family: var(--montserrat);
    text-align: center;
    color: var(--black);
    text-decoration: none;
}

.wcs-banner-customer h2 {
    padding: 0;
    font-size: 15px;
    font-weight: var(--font-w600);
}

.wcs-banner-customer h1 {
    padding: 3px 0 11px 0;
    font-size: 23px;
    font-weight: var(--font-w600);
}

div.widget > div.widget-main > div.center > ol.menu > li.selected,
div.widget > div.widget-main > div.center > ul.menu > li.selected {
    background-color: transparent;
}

.wcs_footer ul li:nth-child(11n),
.wcs_footer ul li:nth-child(12n) {
    display: none;
}
.CustomHtmlSide img {
    width: 100%;
}
@media print{
body{padding:0}
}

/*--------- custom-css ----------*/
.widget-container.Spotlight .widget-header .center .right .widget-header-link {
    border-left: none !important;
}

/*=========  white  bg  correctionon  multiple  places====*/
body.Search  .widget-featured-items  .widget-featured-item-container.alt,
body.Browse  .widget-featured-items  .widget-featured-item-container.alt{
    background: var(--white);
}
.widget-main .Table .odd{
    background-color: #f9f9f9 !important;
}
.Table div.widget > div.widget-main > div.center > table > tbody > tr > td{
    border: 0;
} 
.widget-featured-item .add-to-cart{
    background-color: transparent;  
    border-color: transparent;
	padding: 0;
}
.widget-featured-item .add-to-cart > a{
	font-size: 10px;
	text-align: center;
    padding: 4px 5px;
}

div.AlternateList .center > ul{ 
    /*border: 1px solid #aaa; 
    background: #f8f8f8;*/
}
div.ItemDetail td.details div.product-overview,
div.ItemDetail td.details div.product-attributes, 
div.ItemDetail td.details div.product-warranty{
    border:0; box-shadow:none;
}

div.ItemDetail #tabs-details > ul{
    border-bottom: 0!important
}
div.ItemDetail div.product-attributes {
    background: none;
}
div.ItemDetail div.product-attributes table.styled-table .odd{
    background: none!important;
}
div.ItemDetail div.product-attributes table.styled-table > tbody > tr > td{
    border: 0;
}

body.ItemDetaildiv.ItemDetail div.ui-tabs-panel{
    border:0 solid #aaa;
}
div.ItemDetail td.details div.product-attributes th{
    font-size: 16px;  
    font-weight: var(--font-w600);
    border-width: 1px !important;
}
.widget-container.aboutWcs .widget-main {
    border: 6px solid #d2d2d2; 
    height: 125px;
}

.widget-container.FeaturedItemsDisplay .widget-featured-item-container .widget-featured-item .thumb-container {
    margin: 0 5px 5px 0;
    padding: 5px; 
    float: left;
    border:none;
    background: var(--white); 
    border-right: none;
}
.Browse .widget-main div.widget-container.Table div.page-selector > ol > li > a, 
.Search .widget-main div.widget-container.Table div.page-selector > ol > li > a, 
.ItemDetail .widget-main div.widget-container.Table div.page-selector > ol > li > a  {
    border: 1px solid #b2b2b2;
}


.Browse .widget-main div.widget-container.Table div.page-selector > ol > li > a:hover, 
.Search .widget-main div.widget-container.Table div.page-selector > ol > li > a:hover, 
.ItemDetail .widget-main div.widget-container.Table div.page-selector > ol > li > a:hover, 
.Browse .widget-main div.widget-container.Table div.page-selector > ol > li > a.selected, 
.Search .widget-main div.widget-container.Table div.page-selector > ol > li > a.selected, 
.ItemDetail .widget-main div.widget-container.Table div.page-selector > ol > li > a.selected {
    background-color:#b2b2b2;
    color: var(--black);
}
.Browse .widget-container.Browse div.widget > div.widget-main > div.center > table > thead > tr > th, 
.Search .widget-container.Search div.widget > div.widget-main > div.center > table > thead > tr > th, 
.ItemDetail .widget-container.ItemDetail div.widget > div.widget-main > div.center > table > thead > tr > th, 
.PersonalItems .widget-container.FavoriteItems div.widget > div.widget-main > div.center > table > thead > tr > th, 
.ContractItems .widget-container.ContractItems div.widget > div.widget-main > div.center > table > thead > tr > th{
    font-size: 16px;
    text-transform: capitalize;
}
.Browse .widget-container.Browse .widget-main .widget-container .center Table, .form-fields table,.info-table {
    border: 0px solid #d2d2d2;
}

div.Browse .widget-container.Browse div.widget > div.widget-main > div.center > table > thead > tr > th, 
.Search .widget-container.Search div.widget > div.widget-main > div.center > table > thead > tr > th, 
.ItemDetail .widget-container.ItemDetail div.widget > div.widget-main > div.center > table > thead > tr > th, 
.PersonalItems .widget-container.FavoriteItems div.widget > div.widget-main > div.center > table > thead > tr > th{
    border-bottom: solid 0px #b2b2b2;
}

.Search div.widget > div.widget-main > div.center > table > thead > tr > th, div.Browse div.widget > div.widget-main > div.center > table > thead > tr > th, 
div.ItemDetail div.widget > div.widget-main > div.center > table > thead > tr > th{ 
    border-bottom: solid 0px #b2b2b2;
}


td.details div.product-attributes, 
div.ItemDetail td.details div.product-warranty { 
    border: 0;box-shadow: none; 
    background: none;
}
div.product-review-summary-body {
    border-color:none !important; 
    background-color: transparent !important;
}
.product-warranty .product-review .product-review-contents, .product-review-header .product-review-sort {
    background: none; border-width: 0px;
}
.product-review-header div.product-review-summary-body {
    border: none;
}
.product-review-header div.product-review-summary-body-wrapper, 
.product-review .product-review-contents div.product-review-contents-wrapper, 
.details .product-warranty .product-review div.product-review-contents{
    border:none; 
    border-color: transparent; 
}
.Search .widget-container.Search .Table table, 
.form-fields table, 
table.info-table {
    border: 0px solid #d2d2d2;
}
.PersonalItems .widget-container.FavoriteItems div.widget > div.widget-main > div.center > table > thead > tr > th, 
.ContractItems .widget-container.ContractItems div.widget > div.widget-main > div.center > table > thead > tr > th {
    border-bottom: 0px;
}
.PersonalItems .widget-container.FavoriteItemsListManager .widget .widget-title {
    background-color: var(--red-color);
}
div.FavoriteItemsListManager > div.widget > div.widget-header, 
div.FavoriteItemsUserManager > form > div.widget > div.widget-header {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

#main > div.widget-container > div.widget.fullpage > div.widget-header > div.center > .widget-title, 
#main > div.widget-container > form > div.widget.fullpage > div.widget-header > div.center > .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: var(--font-w600);
    padding: 10px;
}

#main > div.widget-container > div.widget.fullpage > div.widget-header.slim > div.center > .widget-title, 
#main > div.widget-container > form > div.widget.fullpage > div.widget-header.slim > div.center > .widget-title {
    font-size: 16px;
    font-weight: var(--font-w600);
    padding: 10px;
}

/*Manage Section*/
.manage-section *{
    box-sizing: border-box;
}
.manage-section .container{
    width:100%;
}
.manage-section{
    background: var(--blue-dark);
    padding: 60px 0px;
    position:relative;
	z-index: 2;
}
.wcs_manage.manage-section:before {
    position: absolute;
    content: "";
    width: 100vw;
    background: var(--blue-dark);
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    top: 0;
    left:0;
    z-index: -1;
}
.manage-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.manage-list li{
    width: 20%;
    text-align: center;
    padding: 0 10px;
}
.manage-list li .icon-manage{
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 0 auto 15px auto;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #dd3244;

}
.manage-list li h5{
    color: var(--white);
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height:1.1;
    font-weight: var(--font-w500);
    
}
.manage-list li a{
    color: #da2842;
    display: inline-flex;
    align-items: center;
}
.manage-list li a svg{
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.manage-list li a:hover{
    color: var(--white);
}
/*Getstart Section*/
.getstart-section *{
    box-sizing: border-box;
}
.getstart-section .container{
    width:100%;
}
.getstart-section{
    background-color: rgba(255,255,255,0);
    background-image: linear-gradient(105deg, #004188 12%, #0e6ace 77%);
    padding: 60px 0px;
    position:relative;
	z-index: 2;
}
.getstart-section:before {
    position: absolute;
    content: "";
    width: 100vw;
    background: linear-gradient(105deg, #004188 33%, #0e6ace 66%);
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    top: 0;
    left:0;
    z-index: -1;
}
.getstart-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.getstart-panel .getstart-pic{
    width: 25%;
    text-align:center;
}

.getstart-panel .getstart-pic img{
    max-width: 100%;
}
.getstart-panel .getstart-info{
    width: 50%;
    padding: 0 40px;
    color: var(--white);
}
.getstart-panel .getstart-info h2{
    color: var(--white);
    margin: 0 0 15px 0;
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: var(--font-w600);
    line-height:1.1;
}
.getstart-panel .getstart-info p{
    line-height:26px;
}
.getstart-panel .getstart-action{
    width: 25%;
}
.getstart-panel .getstart-action a{
    border-radius: 4px;
    padding: 12px 25px;
    display: inline-block;
    background: var(--white);
    font-size: 14px;
    font-weight: var(--font-w600);
    text-transform: uppercase;
    color: #0e68c9;
    text-decoration: none;
    letter-spacing: 2px;
}
.getstart-panel .getstart-action a:hover{
    color: var(--white);
    background: #0c5cb0;
}
