/*@import url("font.css");*/
/* CUSTOM STYLE */

html,
body {
  font-family: "Exo 2" !important;
}
.e-grid ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}
.e-grid ::-webkit-scrollbar-thumb {
    background: #1899E1 !important;
}

    .e-grid ::-webkit-scrollbar-thumb:window-inactive {
        background: #1899E1 !important;
    }

a:not([href]):not([class]) {
    text-decoration: underline;
    color: #03175b !important;
}

.navbar-bg {
    background-image: url(./../assets/top_bar_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.credit-card-icn {
  height: 24px;
  width: 24px;
  border: none !important;
}

  .credit-card-icn.active {
    fill: #ffffff;
  }

svg .a-checkbook {
  fill: none
}

svg .b-checkbook {
  fill: #123250;
}
  svg .b-checkbook.active {
    fill: #ffffff;
  }

svg .a-person {
  fill: none
}

svg .b-person {
  fill: #123250;
}

  svg .b-person.active {
    fill: #ffffff;
  }
svg .a-credit {
  fill: none
}

svg .b-credit {
  fill: #123250;
}

  svg .b-credit.active {
    fill: #ffffff;
  }

svg .a-invoice {
  fill: none;
}

svg .b-invoice {
  fill: #dedede;
}

  svg .b-invoice:hover {
    fill:  #1899E1;
  }

.invoice-icn:hover {
  fill:  #1899E1;
}

svg .a {
  fill: none;
}

svg .b {
  fill: #123250;
}


svg .a-angle {
  fill: #f6f6f600;
}

svg .b-angle {
  fill: #123250;
}

svg .c-angle {
  fill: #fff;
}

svg .d-angle {
  fill: #c7c7c7;
}

svg .e-angle {
  fill: #aaa;
}


svg .a-beam {
  fill: #f6f6f600;
}

svg .b-beam {
  fill: #c7c7c7;
}

svg .c-beam {
  fill: #1899E1;
  opacity: 0.6;
}

svg .d-beam {
  fill: #fff;
}

svg .e-beam {
  fill: #123250;
}

svg .f-beam {
  fill: none;
}

svg .a-channel {
  fill: #f6f6f600;
}

svg .b-channel {
  fill: #123250;
}

svg .c-channel {
  fill: #aaa;
}

svg .d-channel {
  fill: #c7c7c7;
}

svg .e-channel {
  fill: #fff;
}

svg .a-flatbar {
  fill: #f6f6f6;
}

svg .b-flatbar {
  fill: #aaa;
}

svg .c-flatbar {
  fill: #123250;
}

svg .d-flatbar {
  fill: #fff;
}

svg .e-flatbar {
  fill: #c7c7c7;
}

svg .a-pipe {
  fill: #f6f6f600;
}

svg .b-pipe {
  fill: #c7c7c7;
}

svg .c-pipe {
  fill: #aaa;
}

svg .d-pipe {
  fill: #123250;
}

svg .e-pipe {
  fill: #fff;
}

svg .f-pipe {
  fill: #1899E1;
}

svg .g-pipe {
  fill: none;
}

svg .a-roundbar {
  fill: #f6f6f600;
}

svg .b-roundbar {
  fill: #c7c7c7;
}

svg .c-roundbar {
  fill: #aaa;
}

svg .d-roundbar {
  fill: #fff;
}

svg .e-roundbar {
  fill: #123250;
}

svg .f-roundbar {
  fill: none;
}

svg .a-squarebar {
  fill: #f6f6f600;
}

svg .b-squarebar {
  fill: #c7c7c7;
}

svg .c-squarebar {
  fill: #fff;
}

svg .d-squarebar {
  fill: #123250;
}

svg .e-squarebar {
  fill: none;
}

svg .a-hex {
  fill: #f6f6f600;
}

svg .b-hex {
  fill: #c7c7c7;
}

svg .c-hex {
  fill: #aaa;
}

svg .d-hex {
  fill: #fff;
}

svg .e-hex {
  fill: #123250;
}

svg .f-hex {
  fill: none;
}

svg .a-rebar {
  fill: #f6f6f600;
}

svg .b-rebar {
  fill: none;
}

svg .c-rebar {
  fill: #c7c7c7;
}

svg .d-rebar {
  fill: #aaa;
}

svg .e-rebar {
  fill: #fff;
}

svg .f-rebar {
  fill: #123250;
}

svg .g-rebar {
  fill: #1899E1;
}

svg .a-tube {
  fill: #f6f6f600;
}

svg .b-tube {
  fill: #c7c7c7;
}

svg .c-tube {
  fill: #fff;
}

svg .d-tube {
  fill: #123250;
}

svg .e-tube {
  color: var(--default-bg-secondary, #1899E1);
}

svg .f-tube {
  fill: none;
}

svg .a-expanded {
  fill: #f6f6f600;
}

svg .b-expanded {
  fill: #c7c7c7;
}

svg .c-expanded {
  fill: #123250;
}

svg .a-grating {
  fill: #f6f6f600;
}

svg .b-grating {
  fill: #fff;
}

svg .c-grating {
  fill: #123250;
}

svg .a-plate {
  fill: #f6f6f600;
}

svg .b-plate {
  fill: #c7c7c7;
}

svg .c-plate {
  fill: #123250;
}

svg .d-plate {
  fill: none;
}

svg .a-sheet {
  fill: #f6f6f600;
}

svg .b-sheet {
  fill: #c7c7c7;
}

svg .c-sheet {
  fill: #aaa;
}

svg .d-sheet {
  fill: #123250;
}

svg .e-sheet {
  fill: none;
}


.svg-icn {
  height: 2px;
  width: 20px;
}

svg {
  fill: #fff;
}

  svg .close-icn {
    fill:  #1899E1 !important;
  }

.ui-dialog .ui-dialog-content {
  max-height: 95% !important;
  height: 100% !important;
  overflow-x: scroll;
}

.ui-dialog:before {
  z-index: -1;
}




.partners-logo {
    display: none;
    order: 6;
    justify-content: center;
}

.nss-nav-bar {
    background-color: #0076b4;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 0 !important;
}
#place-order {
  background-color:  #123250 !important;
  padding: 8px 16px;
  font-size: 14px;
  color: #FFF;
}

  #place-order:hover {
    background-color:  #1899E1 !important;
  }

  #place-order:disabled {
    background-color: #C3C3C3 !important;
    cursor: not-allowed;
  }

.partners-logo > img {
    width: 25%;
    padding: 0 10px;
}

.nav-bar-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coupon-code {
    display: flex;
}

.search-box-button {
    background: none;
    border: none;
}


.payment-item-card.active {
  border: 2px solid #03175B;
  background: #03175B;
}

.payment-item-card label {
  color: #03175B;
  line-height: 1;
}
.nss-checkbox input:checked ~ .checkmark {
  background-color: #0076B4;
  border: 2px solid #0076B4;
}
.header-links-wrapper,
.header-logo {
    padding: 0;
}

.nav-pills .nav-link {
    background-color: #ffffff !important;
    color: #242424;
    border-radius: 0;
    font-size: 16px;
    font: normal normal 500 16px/24px "Exo 2";
    padding: 8px 16px;
}

    .nav-pills .nav-link:hover,
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #1898E1 !important;
        color: #ffffff;
    }

.tab-content,
.orders-search-block,
.orders-table-block {
    padding: 20px 22px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 3px #eeefef;
    overflow: hidden;
}
.grey-bg {
  background-color: #f6f6f6 !important;
  padding: 20px !important;
}
.btn-sm-add-to-cart {
  background-color: #03175b !important;
}

.color-white {
  color: #ffffff !important;
}
.hover-icon {
  margin-right: 0.5rem;
}


.table td {
  border-top-width: 0px !important;
}



.card-text {
  height: 80px;
}

.resources.card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}



.resources.card::before, .resources .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}

.resources.card::before {
  transform-origin: left top;
}

.resources.card::after {
  transform-origin: right bottom;
}

.resources.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

.text-black {
  color: #000;
}

.delivery-date {
    margin-left: 5px;
}

.delivery-text {
  font-size: 12px !important;
}

.description-textarea {
  min-height: 60px !important;
  border: none !important;
  border-radius: 2px !important;
  resize: none !important;
}
  .description-textarea::placeholder {
    font-family: "Exo 2" !important
  }
/*.wishlist-btn {
  border: none;
  background-color: #1899E1;
  color:#ffffff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-left: 5px;
}*/
.wishlist-btn {
  border: none;
  background-color: #123250;
  color: #ffffff;
  display: none;
  align-items: center;
  padding: 5px 10px;
  margin-left: 5px;
}

.wishlist-btn2 {
  border: none;
  background-color: #1899E1 !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-left: 5px;
}

.add-to-cart {
  border: none;
  background-color: #1899E1 !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-left: 5px;
}

.add-to-cart-clicked {
  border: none;
  background-color: #123250 !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-left: 5px;
}


.border-primary {
  height: 10rem;
  background-color: #1899E1;
  font: normal normal 420 23px/28px "Teko";
  color: #FFFFFF !important;
}

.hover-icon {
  margin-right: 0.5rem;
}



.nss-btn-default {
  color: white !important;
  background-color: #0099E1 !important;
}
  .nss-btn-default img {
    filter: brightness(0) invert(1) !important;
  }

.disabled, .disabled:hover {
  background: #C3C3C3 !important;
  cursor: not-allowed !important;
}

.clear-filter {
  color: black;
}

.e-control.e-dialog.e-lib.e-dlg-modal.e-popup.e-popup-open {
  max-height: 532px !important;
}
.paypal-button.paypal-button-color-blue, .paypal-button-row.paypal-button-color-blue .menu-button {
  background: red !important;
}

select {
  height: 100%;
}

.shape-icon-img:hover {
  transform: scale(1.05);
}
.success-text {
  text-align: center;
}

.text-primary {
  color: #03175B !important;
}
.text-decoration-underline {
  color: #0099E1;
}

.page-title {
  border-bottom: 2px solid #03175B;
}
.shape-category {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 32px;
  grid-column-gap: 24px;
}

.table td {
  border-top-width: 0px !important;
}

/* Overlay Section */

.header-links .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(221,221,221,.6);
    z-index: 1010;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/* #region HEADER MENU -- TOP MENU */

.header-logo {
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.nav-bar-search input {
    height: 40px;
    width: 100%;
    background-color: #f6f6f6;
    color: #242424;
    border: none;
    padding: 0 10px !important;
    font-family: "Exo 2";
}

.nav-bar-search .search-box-button {
    position: absolute;
    right: 0;
    top: 0px;
    width: 38px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-bar-search .search-box-button:active,
    .nav-bar-search .search-box-button:focus {
        outline: none;
    }

.bar-notification-container {
    width: fit-content !important;
    bottom: unset !important;
    right: 0 !important;
    left: 0 !important;
    top: 5px !important;
    margin: auto;
}

.bar-notification.success, .bar-notification.error {
    padding: 20px 40px 20px 20px !important;
}

.nav-bar-search input:focus {
    border-color: none;
    color: #ffffff;
}

#top-menu-drawer select {
    border: none;
    background: none;
    z-index: 1;
    font: normal normal 600 14px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
}

[v-cloak] {
    display: none;
}

.header-links li a span:nth-of-type(2) {
    position: absolute;
    border: 2px solid #0076b4;
    top: 0px;
    left: 16px;
    background: white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font: normal normal 600 14px/8px "Open Sans" !important;
    color: #2f2f2f;
}

.nss-container {
    padding: 2rem 6rem;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .header-logo-lg > a > img {
        width: 16rem !important;
    }

    .header-logo > a > img {
        width: 14rem;
    }

    .header-links a img,
    .header-links img {
        width: 26px;
        height: 26px;
    }

    .nav-bar-search, .account-select {
        width: 20rem;
        position: relative;
    }

    .header-links li a span:nth-of-type(2) {
        top: 0px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .header-logo-lg > a > img {
        width: 16rem !important;
    }

    .header-logo > a > img {
        width: 14rem;
    }

    .header-links .overlay {
        display: none !important;
    }

    .header-links li a span:nth-of-type(2) {
        top: 4px;
    }

    #top-menu-drawer {
        width: 100% !important;
    }

        #top-menu-drawer > div {
            background-color: white;
            padding: 1rem 1rem !important;
        }

        /* #top-menu-drawer select {
            width: 14rem;
            padding: 0px;
        }*/

        #top-menu-drawer ul {
            margin-right: 19.5rem;
        }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .header-logo-lg > a > img {
        width: 17rem !important;
    }

    .header-logo > a > img {
        width: 16rem;
    }

    .nav-bar-search, .account-select {
        width: 20rem;
        position: relative;
    }

    .header-links li a span:nth-of-type(2) {
        top: 6px;
    }

    #top-menu-drawer > div {
        background-color: white;
        padding: 1rem 6rem !important;
    }

    /*  #top-menu-drawer select {
        width: 16rem;
        padding: 0px;
    }*/

    #top-menu-drawer ul {
        margin-right: 15.5rem;
    }
}

@media (max-width: 768px) {

    .register-grid > div {
        width: 100% !important;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100%;
        }


  .shape-icon-img {
    width: 70px;
    height: 70px;
  }

  .icon-shape {
    width: 70px !important;
    height: 70px !important;
    background: #FFF;
  }

  .search-box-button svg > path{
      fill: #ffffff
  }
}


@media (max-width: 750px) {

  .register-grid > div {
    width: 100% !important;
  }
    .header-links li {
        margin: 0 10px;
    }

    #topcartlink {
        padding: 0 10px;
    }

    .header-links a img,
    .header-links img {
        width: 16px;
        height: 16px;
    }

    .header-links li a span:nth-of-type(2) {
        top: -7px;
        left: 8px;
        height: 16px;
        width: 16px;
        padding-bottom: 0px;
        font: normal normal 600 12px/8px "Open Sans" !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .register-grid > div {
    width: 100% !important;
  }
    .header-logo-lg > a > img {
        width: 12rem;
    }

    .header-logo > a > img {
        width: 10rem;
    }

    .header-links span,
    .header-links a {
        display: flex;
        font-size: 16px;
        line-height: 0px;
    }

    .header-links li a span:nth-of-type(2) {
        top: -7px;
        left: 12px;
        height: 20px;
        width: 20px;
        padding-bottom: 2px;
        font: normal normal 600 12px/8px "Open Sans" !important;
    }

    .header-links a img,
    .header-links img {
        width: 20px;
        height: 20px;
    }

    .nav-bar-search {
        width: 90%;
        position: relative;
    }

        .nav-bar-search input {
            height: 28px;
            width: 100%;
            background-color: #35457C;
            opacity: 1;
            color: #ffffff;
            border: none;
            padding: 0 10px !important;
            font: normal normal normal 12px/15px 'Open Sans';
        }

            .nav-bar-search input:focus {
                border-color: none;
                color: #ffffff;
            }

        .nav-bar-search .search-box-button {
            height: 28px;
        }

    #custom-search-box-container {
        width: 100%;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    #top-menu-drawer {
        height: 100%;
        width: 0px;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 1070;
        background: #F6F6F6;
        box-shadow: 16px 2px 16px #00000029;
    }

        #top-menu-drawer select {
            position: relative;
            text-align-last: center;
            background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #242424;
            -webkit-appearance: none;
            background-position-x: 94.5%;
            background-color: white;
            padding-right: 2.4rem;
            padding-left: 2.4rem;
        }

    .top-menu a {
        font: normal normal 500 26px/24px 'Teko';
        letter-spacing: 0.21px;
        color: #AAAAAA;
    }

        .top-menu a.active-tab {
            color: #0076b4 !important;
        }
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* #endregion */

/* #region spinner */
.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid #03175b;
    border-radius: 100%;
}

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 6rem;
    z-index: 2;
}
/* #endregion*/
.nss-table,
.cart-summary-content {
    text-align: left;
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

.checkout-table {
    background: #ffffff;
}

.nss-table > thead,
.cart-summary-content thead {
    background-color: #123250;
    color: #ffffff;
}

/*.header-menu {
    padding: 15px 0;
    border: none;
    margin-bottom: 0;
}*/

.header-lower {
    width: 100%;
    box-shadow: 0px 4px 20px 0px #eeefef;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #ffffff !important;
    /*margin-bottom: 50px;*/
    /*z-index: 1;*/
}

.catalog-page-wrapper .header-lower {
    margin: 0;
    box-shadow: none;
}

.catalog-page {
    margin-top: 0;
    position: relative;
}

.header-links > ul {
    display: flex;
    align-items: center;
}

/* #region SEARCH BOX */

.nav-bar-search > input {
    border: none !important;
}

.small-searchterms::placeholder {
    color: #242424 !important;
}

.small-searchterms:focus {
    color: #242424 !important;
}

.small-searchterms-mob:focus {
    color: #ffffff;
}

.small-searchterms-mob::placeholder {
    color: #ffffff;
}

.nav-bar-search > button {
    background-color: #3391c3;
    border: none;
    outline: none;
    padding: 0px 12px;
}

/* #endregion */
#topcartlink {
    background: none !important;
    margin-top: 0;
}

    #topcartlink > .ico-cart {
        background: none !important;
    }

.ico-wishlist,
.ico-cart {
    position: relative;
    padding: 0 !important;
}

.wishlist-qty,
.cart-qty {
    position: absolute;
    color: white;
    border: 1px solid #0076b4;
    top: 9px;
    left: 7px;
    color: #03175b;
    background: white;
    /* padding: 3px; */
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
}

/*.ico-account img,
.ico-wishlist img,
.ico-cart img {
    width: 20px;
    height: 20px;
}*/

.master-wrapper-page {
    /* background-color: #fdfdfb !important; */
    background-image: url(./../assets/img-bg-pattern.png);
    background-image: -webkit-image-set( url(./../assets/img-bg-pattern.png) 1x, url(./../assets/img-bg-pattern@2x.png) 2x );
    background-image: image-set( (./../assets/img-bg-pattern.png) 1x, url(./../assets/img-bg-pattern@2x.png) 2x );
}

.login-bg {
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  background-size: contain;
  background-image: url(./../assets/login-bg.png);
  background-image: -webkit-image-set( url(./../assets/login-bg.png) 1x, url(./../assets/login-bg.png) 2x );
  background-image: image-set( (./../assets/login-bg.png) 1x, url(./../assets/login-bg.png) 2x );
}

.m-auto {
    margin: auto;
}
.p-0{
    padding: 0;
}
.px-32{
    padding-right: 32px;
    padding-left: 32px;
}
.bg-0 {
  background-color: transparent;
}
.new-logo-header > img{
    width: 135px;
    height: 26.1px;
    object-fit: contain;
}
.new-logo-header>a > img{
    width: 135px;
    height: 26.1px;
    object-fit: contain;
}
.login-section {
  background: #18a0da;
  border-radius: 8px;
}

.flex-auto {
    flex: auto;
}

.new-customer-blocks {
  grid-column-gap: 0 !important;
}
  .new-customer-blocks > div:nth-child(2) {
    background-size: contain;
    background-image: url(./../assets/login-bg2.png);
    background-image: -webkit-image-set( url(./../assets/login-bg2.png) 1x, url(./../assets/login-bg2.png) 2x );
    background-image: image-set( (./../assets/login-bg2.png) 1x, url(./../assets/login-bg2.png) 2x );
  }
  .new-customer-blocks > div {
    margin: 0 !important;
    height: 100%;
    box-shadow: none !important;
    /*width: 420px !important;*/
  }

.login-page .customer-blocks {
  overflow: visible !important;
}

.returning-wrapper,
.new-wrapper {
    background-color: #ffffff !important;
    padding: 24px 30px;
    box-shadow: 0px 1px 16px #0000001a;
    width: auto !important;
    margin-bottom: 20px !important;
}

.fieldset, .new-fieldset {
  background-color: #ffffff !important;
  width: auto !important;
  box-shadow: 0px 1px 16px #0000001a;
}

.login-page .fieldset {
  padding: 32px 67px;
}

.login-page .new-fieldset, .new-login-message {
  padding: 32px 40px;
}
.new-text-logo {
    margin-bottom: 30px;
}
.new-login-message > ul > li {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 15px;
  list-style: disc;
}
.new-login-message > ul > ul.register-text > li {
  color: white !important;
}
.new-login-message > h1 {
  color: #ffffff;
  font: 700 normal normal 28px/100px "Exo 2";
  text-align: left;
}
.new-text-logo > img {
  height: 20px;
  object-fit: contain;
}

.text-center {
    text-align: center !important;
}

.login-page .new-fieldset > div {
  padding: 0 24px;
}
  .registration-page .fieldset {
    padding: 24px 172px;
}
.new-registration-page .fieldset {
  padding: 24px 90px !important;
}

.login-page .new-wrapper .text {
    padding: 30px 0;
}

.account-page-card {
    background-color: #ffffff !important;
    box-shadow: 0px 1px 16px #0000001a;
    padding: 24px;
    margin-bottom: 70px;
}

.returning-wrapper > form > .buttons {
    padding: 0 !important;
    margin: 0 !important;
}

.buttons {
    margin: 0;
}

.account-block {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.account-select-page {
    margin-bottom: 300px;
}

.account-select {
    z-index: auto !important;
}

.account-btn {
    background: #f5f7ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 16px #0000001a;
    border: 2px solid #03175b;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #03175b;
    opacity: 1;
    margin: 0 10px;
}

    .account-btn:hover {
        background-color: #03175b;
        color: #ffffff;
    }

        .account-btn:hover > svg > .b {
            fill: #ffffff;
        }

.buttons > input,
.buttons > a > input {
    /*background-color: #03175b !important;*/
    text-transform: none !important;
    color: #ffffff;
    padding: 8px 16px !important;
    min-width: auto !important;
}

    .buttons > input:hover,
    .buttons > a > input:hover {
        background-color: #0076b4 !important;
    }

    .buttons > input:disabled,
    .buttons > a > input:disabled {
        background-color: #969494 !important;
    }

.register-button,
.register-next-step-button,
.password-recovery-button,
.login-button {
    background-color: #033551 !important;
    color: #fff !important;
}


.forgot-password * {
    color: #033551 !important
}

.nss-dark-blue {
    color: #033551 !important;
}

.saleperson-main {
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    overflow-x:auto
}

.nss-dark {
    color: #000000 !important;
}

.nss-gray {
    color: gray !important;
}

.buttons > .register-button,
.terms-buttons > button,
.checkout-card > .actions-1 > button,
.order-search-btn > button,
.buttons > .button-2 {
    /*background-color: #f6f6f6 !important;*/
    text-transform: none !important;
    color: #000;
    border: none;
}

    .buttons > .register-button:hover,
    .terms-buttons > button:hover,
    .checkout-card > .actions-1 > button:hover,
    .order-search-btn > button:hover,
    .buttons > .button-2:hover {
        background-color: #0099e1 !important;
        color: #ffffff;
    }



.accept-consent {
    justify-content: center;
    display: flex;
    margin: 20px 0;
}

    .accept-consent > input {
        margin-right: 10px;
    }

.returning-wrapper > form > .title > strong,
.new-wrapper > .title > strong,
.checkout-card .title > strong,
.fieldset > .form-fields > .title > strong,
.account-page-card > .title > strong,
.coupon-box > .title > strong {
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #033551;
    opacity: 1;
}

.checkout-card-2 > .title > strong {
    text-align: left;
    font: normal normal 500 16px/24px "Teko";
    letter-spacing: 0.13px;
    color: #03175b;
    opacity: 1;
}

.header-logo-block {
    padding: 30px 0;
}

.top-menu > li {
    border: none !important;
    padding: 0 !important;
}

    .top-menu > li > a:hover,
    .nav-sub-menu a:hover {
        text-decoration: none;
        color: #242424 !important;
    }

    .top-menu > li > a.active-tab,
    .nav-sub-menu > a.active-tab {
        text-decoration: none;
        color: #1899E1 !important;
    }

    .top-menu > li > a,
    .nav-sub-menu a {
        font: normal normal 500 20px/24px "Teko" !important;
        letter-spacing: 0.16px;
        /*color: #aaaaaa !important;*/
        text-transform: uppercase;
        opacity: 1;
    }

.returning-wrapper > form > .title,
.new-wrapper > .title,
.fieldset > .form-fields > .title {
    margin-bottom: 30px;
}

.nss-input-label {
    font-size: small !important;
    font-weight: 500 !important;
}

.password-fieldset {
    padding: 30px 35%;
    margin-bottom: 100px;
}



.welcome-fieldset {
    padding: 2rem 4rem;
    margin-bottom: 100px;
}

.form-fields {
    padding: 0 !important;
}

    .form-fields > label,
    .form-fields label {
        color: #03175b;
        font: normal normal normal 12px/16px "Exo 2";
        letter-spacing: 0px;
        color: #242424;
        opacity: 1;
        /*margin-left: 5px !important;*/
    }

.form-fields,
.new-wrapper .text {
    background-color: transparent !important;
    border: none !important;
}

.forgot-password > a,
.checkout-shipping a {
    text-decoration: underline;
    font: normal normal 600 12px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1;
}

.new-wrapper .text,
.fieldset > .text {
    margin: 0 !important;
    text-align: center;
    font: normal normal normal 20px/32px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

.welcome-fieldset > .text {
    margin-bottom: 35px !important;
}

.inputs {
    display: flex;
    flex-direction: column;
}

.returning-wrapper > form > .form-fields > .reversed {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.login-page .returning-wrapper .inputs.reversed * {
    margin: 0;
}

.inputs > label {
    text-align: left;
    margin-bottom: 3px;
}

.inputs > textarea {
    min-height: 60px;
}

.new-password-fieldset {
  padding: 30px 30% !important;
  margin-bottom: 0 !important;
}

.inputs > input,
.inputs > select,
.inputs > textarea,
.text-left > input,
.user-input-field,
.input-with-icon > input,
.custom-input {
  width: 100% !important;
  font-size: 14px;
  background: #f6f6f6 0% 0% no-repeat padding-box;
  font: normal normal normal 14px/24px "Exo 2" !important;
  opacity: 1;
  border: none;
  letter-spacing: 0px;
  color: #242424 !important;
  opacity: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f6f6f6 inset !important;
}

.datepicker {
    color: #242424 !important;
    font: normal normal normal 14px/24px "Exo 2" !important;
}

    .inputs > input::placeholder,
    .inputs > select::placeholder,
    .inputs > textarea::placeholder,
    .custom-input::placeholder,
    .datepicker::placeholder,
    .cart-filter-menu > input::placeholder,
    .input-with-icon > input::placeholder {
        color: #aaaaaa;
        font: italic normal normal 14px/24px "Exo 2" !important;
    }

.inputs > select {
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
    font-style: normal !important;
}
/* .returning-wrapper > form > .form-fields > .inputs > label {
  text-align: left;
  margin-bottom: 3px;
}
.returning-wrapper > form > .form-fields > .inputs > input {
  width: 100%;
  background-color: #f6f6f6;
  font-style: italic;
} */

.returning-wrapper > form > .form-fields > .reversed::after {
    content: none !important;
}

.option-list {
    display: flex;
    align-items: center;
}

    .option-list > input {
        margin-right: 10px;
    }

    .option-list > label {
        margin: 0;
        color: #000000;
    }

.card-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

    .card-title > h1 {
        text-align: center;
        font: normal normal 500 34px/24px "Teko";
        letter-spacing: 0.27px;
        color: #123250;
        opacity: 1;
    }

.message-title {
  margin-top: 1.4rem;
}

.page-title {
    border-bottom: 2px solid #123250;
    margin: 0 0 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    padding-bottom: 1rem !important;
}

    .page-title > h1 {
        text-align: center;
        font: normal normal 500 34px/24px "Teko";
        letter-spacing: 0.27px;
        color: #123250;
        opacity: 1;
    }

    .page-title:after {
        content: none;
    }
/*date picker*/

input:focus {
    outline: none;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-header {
    position: relative;
    height: auto;
    background-color: #03175b;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

    .ui-datepicker-calendar tbody td a:hover {
        background-color: #e0f2f1;
    }

    .ui-datepicker-calendar tbody td a.ui-state-active {
        background-color: #0076b4 !important;
        border-color: #0076b4 !important;
        color: white !important;
        outline: none !important;
    }

.checkout-new-address label {
    text-align: left;
}

.checkout-new-address-field {
    flex-basis: 48%;
    margin-top: 15px;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

/*.ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }*/

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("../assets/icn-arrow-down-white.svg");
    background-repeat: no-repeat;
    /*background-size: 0.5rem;*/
    background-position: 50%;
    transform: rotate(270deg);
    margin: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("../assets/icn-arrow-down-white.svg");
    background-repeat: no-repeat;
    /*background-size: 10px;*/
    background-position: 50%;
    transform: rotate(90deg);
    margin: 0;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}

/*date picker end*/
.linda-block > img {
    width: 100%;
}

.external-authentication {
    display: none;
}

.center-1 {
    margin: 0 !important;
}

.card-body {
    padding: 0;
}

.card {
    border: none;
    box-shadow: 0px 0px 15px 3px #eeefef;
}

.contact-card > .card-title {
    margin: 0;
    padding: 0px 20px;
    margin-bottom: 10px;
    text-align: center;
    font: normal normal 500 16px/18px "Teko";
    letter-spacing: 0.13px;
    color: #03175b;
    opacity: 1;
}

.contact-card > .card-subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font: normal normal 700 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

.contact-card > .card-text {
    margin-top: 10px;
    text-align: center;
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

.contact-btn {
    background-color: none;
}

.contact-container {
    /*margin-bottom: 10px;*/
}

.cart-qty-input {
    width: 100px;
    height: 30px;
}

.qty-input,
.qty-dropdown {
    border: 1px solid #dedede !important;
    background: #ffffff 0% 0% no-repeat padding-box !important;
    width: 56px !important;
    height: 24px !important;
    text-align: center !important;
}

.discount-block {
    width: 100%;
    /*margin-top: 100px;*/
}

    .discount-block > img {
        width: 100%;
    }

    .discount-block > .action {
        bottom: 12%;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

        .discount-block > .action > button {
            padding: 10px 16px;
        }

.swift-color-btn {
    padding: 5px 10px;
    border: none;
    background: #033551;
    color: #ffffff;
    font-family: "Exo 2";
}

.white-btn {
    padding: 5px 10px;
    border: none;
    background: #ffffff;
    color: #0076b4;
    font-family: "Exo 2";
}

.shop-action {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.invoice-header {
    background-color: #03175b;
}

    .invoice-header > .modal-title {
        color: #ffffff;
        font-size: 22px;
        letter-spacing: 1;
        font-family: "Teko";
    }

    .invoice-header > button > span {
        color: #ffffff;
    }

    .invoice-header > button {
        opacity: 1;
    }

.invoice-modal {
    max-width: 75%;
}

.mtr-modal {
    max-width: 60%;
}

.saw-modal {
    max-width: 40%;
}

.terms-modal {
    max-width: 50%;
}

.invoice-body {
    padding: 0;
}

    .invoice-body > img {
        width: 100%;
    }

.hover-icon {
    fill: gray;
    cursor: pointer;
}

.remove-favorite-icon {
    fill: #DB0606;
    cursor: pointer;
}

    .remove-favorite-icon:hover {
        fill: gray !important;
    }

.hover-icon:hover {
  fill: #1899E1 !important;
  opacity: 0.5;
}
.wishlist-hover-icon:hover {
  fill: red !important;
  opacity: 0.5;
}

table a {
  color: #0076b4;
  text-decoration: underline;
}

table input {
    width: 50px;
}

.status-due {
    color: red;
    font-weight: 500;
}

.table-action-button,
.table-action-button:focus {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 1px;
    display: initial;
}

.chipsStyle {
    display: flex !important;
}
/* treeview */
.option-list #current-customer {
    margin: 0;
}

.open-orders-bg {
    background-image: url(../assets/shape-icon-pattern-bg.svg)
}

#accordion > .card {
    margin-top: 0.015rem;
    box-shadow: none !important;
}
    /*#accordion > .card > .card-link > .card-header::after {
        content: 'closed';
    }*/
    #accordion > .card > .card-link > .card-header {
        background: #123250 url(../assets/icn-arrow-down-white.svg) right center no-repeat;
        text-align: left;
        font: normal normal medium 16px/24px "Teko";
        letter-spacing: 0.13px;
        color: #ffffff;
        opacity: 1;
        padding-right: 15px;
        background-position-x: 95%;
    }

    #accordion > .card > .collapsed > .card-header {
        background: #03175b url(../assets/icon-arrow-up-white.svg) right center no-repeat;
        background-position-x: 95%;
    }

    #accordion > .card > .collapse > .card-body,
    #accordion > .card > .collapsing > .card-body {
        padding: 5px 55px 12px;
    }

        #accordion > .card > .collapse > .card-body input {
            height: 15px;
            width: 15px;
            margin-right: 5px;
        }

.e-treeview,
#accordion .pure-material-checkbox {
    font: normal normal normal 14px/24px "Exo 2" !important;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

#accordion .pure-material-checkbox {
    padding-left: 30px;
}

    #accordion .pure-material-checkbox > .checkmark {
        top: 4px;
    }

.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-frame.e-check:hover,
.e-css.e-checkbox-wrapper .e-frame.e-check:hover {
    background-color: #1899E1;
}

.e-treeview .e-list-item.e-active > .e-text-content {
    color: #000000;
}

.e-checkbox-wrapper .e-frame,
.e-css.e-checkbox-wrapper .e-frame {
    background-color: #fff;
    border-color: #ebebeb;
}

.pure-material-checkbox {
    font: normal normal normal 12px/16px "Exo 2" !important;
    color: #242424;
    opacity: 1;
    margin: 0 !important;
}
/* table */

.e-table {
    font-family: "Exo 2";
}

    .e-table tr:nth-child(even),
    .cart-summary-content tr:nth-child(even) {
        background-color: #f6f6f6;
    }

.e-grid.e-resize-lines .e-headercell .e-rhandler,
.e-grid.e-resize-lines .e-headercell .e-rsuppress {
    border-right: 1px solid #03175b !important;
}

.e-headercell {
    background-color: #123250 !important;
    color: #ffffff !important;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) {
    color: #ffffff;
}

.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
    color: #000000;
}

/* checkbox */

.pure-material-checkbox {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .pure-material-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto !important;
  height: 18px !important;
  width: 18px !important;
  background-color: #ffffff;
  border: 2px solid #444444de;
  line-height: 10px;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}

.pure-material-checkbox > label {
    margin-left: 5px !important;
}

.pure-material-checkbox > a {
    text-decoration: underline;
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
    margin-left: 5px;
}

.checkmark:hover {
    border-color: #000000;
}

.inputs > input {
    color: #242424 !important;
}

/* .pure-material-checkbox:hover input~.checkmark {
    /* background-color: #ccc; */

/* } */

/* When the checkbox is checked, add a blue background */

.pure-material-checkbox input:checked ~ .checkmark {
    background-color: #0076b4;
    border-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.pure-material-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.pure-material-checkbox .checkmark:after {
    left: 1px;
    top: 1.5px;
    width: 11px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    transform: rotate(-45deg) scaleX(-1);
}

/* tags */

.filter-tag {
    background-color: #123250;
    border-radius: 20px;
    padding: 0px 8px;
    margin-right: 8px;
    display: flex;
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

    .filter-tag > button,
    .filter-tag > .sort-button:focus,
    .clear-filter,
    .clear-filter:focus {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        box-shadow: none;
        outline: none;
        margin-left: 8px;
        font-family: "Exo 2";
    }

.filter-tags {
    display: flex;
    align-items: baseline;
    font-family: "Exo 2";
    margin-bottom: 20px;
}

.nav-bar-search > form > .search-box-text::placeholder {
    color: #ffffff;
}

.cart-summary-content {
    padding: 20px;
    border-radius: 0;
}

.cart-filter-menu > input {
    background-color: #f6f6f6;
    font-style: italic;
    font-family: "Exo 2";
    font-size: 14px;
    padding: 5px;
    border: none;
    color: #242424;
}

.cart-input-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-item .pure-material-checkbox input:checked ~ .checkmark {
  background-color: #1899E1 !important;
  border-color: transparent !important;
}

.cart-action-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cart-filter-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

    .cart-filter-menu > label {
        font-size: 12px;
        margin-bottom: 3px;
    }

.shopping-cart-page .cart-action-options > .cart-action-btn > input {
    padding-left: 25px;
    margin: 0;
    background: none !important;
    color: #03175b;
    font-weight: 500;
}

.shopping-cart-page .cart-action-options {
    background: none;
}

.cart-action-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.remove-from-cart {
    display: flex;
    justify-content: center;
}

.cart-summary-content input,
.cart-summary-content select {
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    padding: 0 5px;
}

.cart-summary-content select {
    margin-left: 10px;
}

.cart-summary-content td {
    border: none;
}

.cart-footer {
    border: none !important;
    margin-top: 50px;
}

.coupon-box,
.total-info {
    background-color: #f6f6f6;
    padding: 15px !important;
    margin-bottom: 20px;
    border: none !important;
}

    .coupon-box > .title,
    .checkout-card .title {
        text-align: left !important;
    }

..cart-collaterals .coupon-code {
    display: flex;
}

.checkout-card-2 > .title {
    text-align: center !important;
}

#discountcouponcode {
    font-style: italic;
    color: #242424;
    border-radius: 0 !important;
    width: 250px;
}

.shopping-cart-page .common-buttons {
    margin: 0;
    padding: 0;
}

.apply-discount-coupon-code-button {
    text-transform: none !important;
    font-family: "Exo 2";
    background-color: #ffffff !important;
    color: #000 !important;
    font-weight: 600;
    padding: 10px 20px !important;
    width: auto !important;
    margin-left: 10px;
    border-radius: 0 !important;
    border: none !important;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
}

    .cart-footer:after {
        content: none;
    }

    .cart-footer > div {
        padding: 0;
    }

.cart-total-left {
    text-align: left;
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 0.5;
}

.cart-total-right {
    text-align: right;
    font: normal normal 600 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1 !important;
}

.discount-value-tag {
    text-align: left;
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1 !important;
}

.order-total > .cart-total-left {
    text-align: left;
    font: normal normal 600 26px/24px "Teko" !important;
    letter-spacing: 0.21px;
    color: #03175b !important;
    opacity: 1 !important;
    text-transform: uppercase;
    margin-top: .75rem;
}

.order-total > .cart-total-right {
    text-align: right;
    font: normal normal 600 26px/24px "Teko" !important;
    letter-spacing: 0.21px;
    color: #03175b !important;
    opacity: 1 !important;
}

.terms-of-service {
    padding: 0 !important;
    text-align: left;
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

    .terms-of-service a {
        margin-left: 20px;
        text-align: right;
        text-decoration: underline;
        font: normal normal normal 14px/24px "Exo 2";
        letter-spacing: 0px;
        color: #03175b;
        opacity: 1;
    }

.checkout-button,
.checkout-button:hover {
    background-color: #1899E1 !important;
}

    .checkout-button-mob, .checkout-button:hover {
        background-color: #033551 !important;
    }

.terms-modal-body {
    text-align: left;
    font: normal normal 600 18px/32px "Exo 2";
    letter-spacing: 0px;
    color: #2f2f2f;
    opacity: 1;
}

.registration-page .ui-dialog {
    bottom: 50px;
    top: 50px !important;
    left: 0;
    position: fixed !important;
    right: 0;
    margin: auto
}

.discount-tag {
    border: 1px solid #033551;
    border-radius: 5px;
    padding: 0 7px;
    color: #033551;
}

.terms-modal-actions {
    display: flex;
    justify-content: space-between;
}

    .terms-modal-actions button {
        padding: 4px 16px !important;
    }

.checkout-card,
.checkout-card-2 {
    padding: 20px 27px;
    margin-bottom: 32px;
}

.checkout-order-info {
    display: flex;
    justify-content: space-between;
    color: #000 !important;
    margin-top: 30px;
}

    .checkout-order-info > div {
        display: inline-grid;
    }

    .checkout-order-info button,
    .checkout-card > .actions-1 > button,
    .order-search-btn > button {
        border: none;
        background: none;
        text-align: left;
        font: normal normal 500 16px/24px "Exo 2";
        letter-spacing: 0px;
        color: #03175b;
        opacity: 1;
        padding: 5px 20px;
    }

.checkout-card > .actions-1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

    .checkout-card > .actions-1 > button.active {
        background-color: #0076b4 !important;
        color: #ffffff;
    }

.checkout-shipping {
    display: flex;
    justify-content: space-between;
    color: #000000;
    align-items: center;
}

    .checkout-shipping > .inputs {
        flex-basis: 70%;
    }

.new-shipping-address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    margin-top: 30px;
}

.checkout-shipping-state-zip > div:first-child {
    width: 58%;
    float: left;
}

.checkout-shipping-state-zip > div:last-child {
    width: 40%;
    float: right;
}

.checkout-address-nickname {
    width: 70%;
    margin-top: 10px;
}

#newAddress {
    display: none;
}

.payment-type-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 30px;
}

.payment-type-btn,
.payment-type-btn:focus {
    flex-basis: 30%;
    padding: 25px 17px;
    border: 2px solid #aaaaaa;
    border-radius: 4px;
    opacity: 1;
    background: none;
    display: flex;
}

    .payment-type-btn:hover {
        background-color: #03175b;
        border: none;
        color: #ffffff !important;
    }

    .payment-type-btn > div {
        margin-left: 10px;
    }

        .payment-type-btn > div > h1 {
            text-align: left;
            font: normal normal 500 26px/24px "Teko";
            letter-spacing: 0.21px;
            color: #03175b;
            opacity: 1;
            margin: 0;
        }

        .payment-type-btn > div > p {
            text-align: left;
            font: normal normal normal 12px/24px "Exo 2";
            letter-spacing: 0px;
            color: #03175b;
            opacity: 1;
            margin: 0;
        }

    .payment-type-btn:hover h1,
    .payment-type-btn:hover p,
    .payment-type-btn:hover .b {
        color: #ffffff;
        fill: #ffffff;
    }

.checkout-card-2 > .total-info {
    background: none;
}

.checkout-card-2 .discount-value-tag > td > label {
    background: #03175b0d 0% 0% no-repeat padding-box;
    border: 1px solid #03175b;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 1;
    opacity: 1;
}

.payment-item-card {
  flex-basis: 30%;
  margin: 10px;
}

.payment-item-card-2 {
  flex-basis: 45%;
  margin: 10px;
}

.payment-item-container {
  padding: 5px!important;
}
.checkout-page {
    margin-bottom: 230px;
}

.processing-loader-text {
    position: fixed;
    top: 55%;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    font: normal normal 700 40px/48px "Exo 2";
    font-size: 36px;
    color: #fff !important;
    opacity: 1;
    text-align: center;
}

.order-result-page {
    margin-bottom: 365px;
}

.order-result-fieldset > .text {
    text-align: center;
    font: normal normal 600 18px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
}

.order-result-fieldset > .boldText {
    text-align: center;
    font: normal normal 700 18px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    font-weight: bolder;
}

.order-result-fieldset {
    padding: 3rem;
}

    .order-result-fieldset > .link {
        text-align: center;
        text-decoration: underline;
        font: normal normal normal 14px/24px "Exo 2";
        letter-spacing: 0px;
        color: #03175b;
        opacity: 1;
    }

.footer, .login-footer {
    background: #f6f6f6 0% 0% no-repeat padding-box;
    opacity: 1;
    border-top: 2.5px solid #0076b4;
    padding: 40px 0;
}

    .footer .title, .login-footer title {
        text-align: left;
    }

        .footer .title > strong, .login-footer .title > strong {
            text-align: left;
            font: normal normal 500 16px/24px "Teko";
            letter-spacing: 0.13px;
            color: #0076b4;
            opacity: 1;
        }

    .footer a, .login-footer a {
        text-align: left;
        font: normal normal 500 13px/24px "Exo 2";
        letter-spacing: 0.1px;
        color: #aaaaaa;
        opacity: 1;
    }

        .footer a:hover, .login-footer a:hover {
            color: #0076b4;
        }

.footer-main {
    flex-wrap: wrap;
    border-bottom: none;
    /*padding: 0;*/
    margin-bottom: 30px;
}

    .footer-main > .footer-content {
        width: auto !important;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
        text-align: left;
        padding: 0;
        /*flex-basis: 17%;*/
    }

.footer-content > img {
    height: 53px;
    max-width: 100%;
}

.footer li > a:hover, .login-footer li > a:hover {
    text-decoration: none;
    color: #0076b4;
}

.footer li > a, .login-footer li > a {
    order: 2;
}

.footer-list-icon {
    visibility: hidden;
    height: 15px !important;
    width: 15px;
    margin-left: -22px;
    order: 1;
}

.footer li > a:hover + .footer-list-icon, .login-footer li > a:hover + .footer-list-icon {
    visibility: visible;
}

.footer-main:after {
    content: none !important;
}

.footer-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .footer-block .title {
        background: none !important;
    }

    .footer-block > img {
        width: 124px;
        height: 53px;
    }

/*.footer-logo {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}*/

    .footer-logo > div > img {
        margin-bottom: 6px;
        /*width: 116px;*/
        height: 90px;
    }

    .footer-logo > div > p {
        text-align: center;
        font: normal normal normal 12px/16px "Exo 2";
        letter-spacing: 0px;
        color: #242424;
        opacity: 1;
        margin: 0;
    }

.footer-disclaimer {
    text-align: center;
}

.follow-us {
    margin: 0;
}

.shape-icon-img {
    background-color: #f6f6f6bf;
}

    .shape-icon-img:hover {
        background-color: #ffffff;
    }

.follow-us .networks {
    display: flex;
    flex-wrap: wrap;
}

    .follow-us .networks a {
        background: #0076b4;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        padding: 10px;
        margin: 0 10px 10px 0;
        display: flex;
    }

        .follow-us .networks a:hover {
            background-color: #ffffff;
        }

    .follow-us .networks img {
        width: 100%;
        height: 100%;
    }

.sales-dept {
    padding-left: 25px !important;
}

    .sales-dept li {
        text-align: left;
        font: normal normal 500 12px/16px "Exo 2";
        letter-spacing: 0px;
        color: #aaaaaa;
        opacity: 1;
    }

.orders-title {
    float: left;
    text-align: left;
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #03175b;
    opacity: 1;
}

.orders-export {
    float: right;
    text-align: left;
    font: normal normal normal 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1;
}

.orders-table-block {
    margin-bottom: 150px;
}

.orders-search-block {
    padding: 0 !important;
    margin-bottom: 15px;
    background-color: transparent !important;
}

    .orders-search-block > div {
        background-color: #ffffff !important;
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    .orders-search-block > :first-child {
        border-bottom: 2px solid #f6f6f6;
    }

.order-status-td {
    background-color: #ffffff !important;
    border: none !important;
    padding: 15px !important;
    width: 50px;
}

.orders-table {
    margin-top: 50px;
}

.sideDrawerClose {
    display: none;
}

.collapse-icon {
    -moz-transition: all 0.05s linear;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

    .collapse-icon.down {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#orderSearchField,
#invoiceSearchField {
    display: none;
}

    #orderSearchField input,
    #invoiceSearchField input {
        height: 40px;
    }

    #orderSearchField > div {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
    }

    #invoiceSearchField > div {
        display: grid;
        grid-template-columns: repeat(6, minmax(200px, 1fr));
        grid-column-gap: 20px;
    }

.input-with-icon {
    position: relative;
}

    .input-with-icon > input {
        padding-left: 40px;
    }

    .input-with-icon > svg {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.checkout-card-1 {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

    .checkout-card-1 > div {
        flex-basis: 30%;
        text-align: left;
    }

.order-search-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .order-search-btn > button {
        height: 40px;
    }

.save-customer-info-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/*.header-menu > ul > li > a {
    color: #AAAAAA !important;
}*/

.account-page-card > .block .listbox {
    padding: 0;
}

.icon-btn {
    cursor: pointer;
    margin: 0 2px;
}

.account-page-card > .form-fields,
.address-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    grid-auto-rows: 1fr;
}

.account-page-card > .block .list a:before {
    content: none;
}

.account-page-card > .block .list a {
    text-align: left;
    font: normal normal 500 16px/24px "Teko";
    letter-spacing: 0.13px;
    color: #242424;
    opacity: 1;
}

.account-page-card > .block .list > li {
    background: #f6f6f6 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 3px;
}

.account-page-card > .block .list > .active > a {
    color: #ffffff;
}

.account-page-card > .block .list > .active {
    background: #0076b4 0% 0% no-repeat padding-box;
    opacity: 1;
}

.customer-info:hover {
    background: #0076b4 0% 0% no-repeat padding-box !important;
    opacity: 1;
}

.customer-info > a:hover {
    color: white !important;
    text-decoration: none;
}

.side-2.account-page-card {
    padding: 15px;
}

.account-page-card > .block .list a > img {
    margin-right: 5px;
}

.block-account-navigation,
.block-account-navigation .list {
    margin: 0;
}

.address-info {
    position: relative;
    background: #f6f6f6 0% 0% no-repeat padding-box;
    border: 1px solid #03175b;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    text-align: center;
    font: normal normal 600 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

    .address-info:hover {
        color: #03175b !important;
        text-decoration: none !important;
    }

    .address-info > ul > button {
        position: absolute;
        right: 20px;
        top: 20px;
        background: none;
        border: none;
    }

    .address-info > ul > .title {
        text-align: center;
        font: normal normal 500 16px/24px "Teko";
        letter-spacing: 0.13px;
        color: #03175b;
        opacity: 1;
        margin-bottom: 15px;
    }

.account-page-card > .title {
    justify-content: space-between;
    display: flex;
}

.notification-all {
    text-align: right;
    text-decoration: underline;
    font: normal normal normal 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #2f2f2f;
    opacity: 1;
}

.notification-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .notification-top > p {
        text-align: left;
        font: normal normal 500 16px/24px "Exo 2";
        letter-spacing: 0px;
        color: #03175b;
        opacity: 1;
        margin-bottom: 5px;
    }

    .notification-top > .action-titles {
        display: flex;
    }

        .notification-top > .action-titles > p {
            margin-right: 24px;
            text-align: center;
            font: normal normal normal 12px/16px "Exo 2";
            letter-spacing: 0px;
            color: #242424;
            opacity: 1;
            margin-bottom: 0;
        }

.notification {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font: normal normal 500 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    opacity: 1;
    background: #f5f7ff 0% 0% no-repeat padding-box;
    border: 1px solid #03175b;
    border-radius: 4px;
    opacity: 1;
    padding: 10px 16px;
    margin-bottom: 8px;
}

.notification-actions {
    display: flex;
}

.notification > p {
    margin: 0;
    line-height: 2;
}

.notification-actions > div {
    margin-left: 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn {
    margin-top: 40px;
}

.invite-field {
    display: flex;
    align-items: center;
}

    .invite-field > p {
        margin-left: 10px;
        margin-bottom: 0;
        text-align: left;
        font: normal normal normal 16px/24px "Exo 2";
        letter-spacing: 0px;
        color: #242424;
        opacity: 1;
    }

.notification > .remove-user > img {
    margin-right: 5px;
}

.notification > .remove-user {
    text-align: left;
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

.invite-btn {
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}

.invite-page {
    margin-bottom: 30px;
}

.invite-note {
    width: 374px;
    padding: 8px;
    background: #f5f7ff 0% 0% no-repeat padding-box;
    border: 1px solid #03175b;
    border-radius: 4px;
    opacity: 1;
    display: flex;
}

    .invite-note > p {
        text-align: left;
        font: normal normal 500 12px/16px "Exo 2";
        letter-spacing: 0px;
        color: #03175b;
        opacity: 0.75;
        margin-bottom: 0;
        margin-left: 10px;
    }

.radio-button {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-button input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 2px;
        top: 2px;
        z-index: 1;
    }

.rad-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.checkout-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #0076b4;
    background-color: white;
}

.e-dlg-header {
    color: #ffffff;
    font-family: Teko !important;
    font-size: 26px !important;
}

.use-address {
    background-color: #1899E1;
    color: #ffffff;
    padding: 10px;
}

.radio-button:hover input ~ .rad-checkmark {
    background-color: #ccc;
}

.radio-button input:checked ~ .rad-checkmark {
    background-color: #0076b4;
}

.radio-button input:checked ~ .checkout-checkmark {
    background-color: #ffffff;
}

.rad-checkmark:after, .checkout-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-button input:checked ~ .rad-checkmark:after, .radio-button input:checked ~ .checkout-checkmark:after {
    display: block;
}

.radio-button .rad-checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.radio-button .checkout-checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0076b4;
}

.menu-toggle {
    background: #fff url(../assets/hamburger-menu.svg) right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #0076b4;
    text-transform: uppercase;
    cursor: pointer;
    font: normal normal 500 20px/24px "Teko" !important;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    opacity: 1;
}

.cart-side-drawer-trigger {
    display: none;
}

.orders-search-block label {
    text-align: left;
}

.nav-sub-menu {
    display: none;
    left: -7px;
    right: 0;
    margin: auto;
    z-index: 999;
    position: absolute;
    white-space: nowrap;
    width: fit-content;
    background: #fff;
    padding: 3px 15px 10px;
    text-align: left;
    z-index: 9999;
}

.nav-menu-with-sub:hover > .nav-sub-menu {
    display: block;
}

.nav-menu-with-sub {
    position: relative;
}

.ui-dialog-titlebar {
    background-color: #123250;
}

.ui-dialog-title {
    color: #ffffff !important;
    font-size: 22px;
    letter-spacing: 1;
    font-family: "Teko";
}
/*custom container*/
/*
.custom-input {
    width: 100% !important;
    font-style: italic !important;
    font-size: 14px;
    background: #f6f6f6 0% 0% no-repeat padding-box !important;
    opacity: 1;
    font: italic normal normal 14px/24px "Exo 2";
    letter-spacing: 0;
    color: #aaa;
    opacity: 1;
}*/

.responsive-table-container {
    overflow-x: auto;
}

.nss-table tr > td {
    white-space: nowrap;
}

.block .listbox {
    display: block;
}

.address-edit-page .edit-address {
    margin-top: 20px;
    background-color: #ffffff !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    border: none;
}

.required {
    text-align: left;
}

.address-edit-page .buttons {
    text-align: right;
}

.address-edit-page > .page-body {
    background-color: #ffffff !important;
    box-shadow: 0px 1px 16px #0000001a;
    padding: 24px;
    margin-bottom: 70px;
}

.login-page .returning-wrapper .buttons {
    background-color: transparent !important;
}

.cancel-button {
    text-align: center;
    text-decoration: underline;
    font: normal normal normal 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424 !important;
    opacity: 1;
    background: none !important;
    border: none !important;
    background-color: transparent !important;
}

/*custom scroll*/

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.login-page .new-wrapper .text {
    padding: 0;
    line-height: 1.5;
}

.new-wrapper.fieldset.register-block {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

/* #region INPUTS */

.nss-form-control {
    width: 100% !important;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #f6f6f6;
    border: none !important;
    font: normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}

    .nss-form-control::placeholder {
        font-style: italic;
        color: #c3c3c3;
    }

    .nss-form-control::-webkit-input-placeholder {
        font-style: italic;
        color: #c3c3c3;
    }

    .nss-form-control:-moz-placeholder {
        /* Firefox 18- */
        font-style: italic;
        color: #c3c3c3;
    }

    .nss-form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-style: italic;
        color: #c3c3c3;
    }

    .nss-form-control:-ms-input-placeholder {
        font-style: italic;
        color: #c3c3c3;
    }

    .nss-form-control::placeholder {
        font-style: italic;
        color: #c3c3c3;
    }

/* #endregion */

/* #region BUTTONS */

.nss-btn-default {
  border: none !important;
  background-color: #0099E1 !important;
  text-transform: none !important;
  text-align: left;
  font: normal normal 500 16px/24px "Exo 2";
  letter-spacing: 0px;
  color: #03175b;
  opacity: 1;
  padding: 6px 20px;
}

    .nss-btn-default:hover {
        background-color: #0099e1 !important;
        color: #ffffff;
    }

/* #endregion */

/* #region INPUTS */


/* #endregion */

/* #region LABEL */

/* h2=24, */

.h2-white {
    font: normal normal 400 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #ffffff;
    margin-bottom: 0px;
}

.h2-white-500 {
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #ffffff;
    margin-bottom: 0px;
}

.h2-primary {
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #123250;
    margin-bottom: 0px;
}

.h2-primary-sans {
    font: normal normal bold 26px/24px "Open Sans";
    letter-spacing: 0.21px;
    color: #03175b;
    margin-bottom: 0px;
}

.h2-default-teko {
    font: normal normal 500 26px/24px "Teko";
    letter-spacing: 0.21px;
    color: #242424;
    margin-bottom: 0px;
}

.h2-default-sans {
    font: normal normal 500 26px/24px "Open Sans";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h3-primary-sans {
    font: normal normal bold 18px/24px "Open Sans";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h3-primary-teko {
    font: normal normal bold 18px/24px "Teko";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h3-primary,
.h3-primary-exo {
    font: normal normal bold 18px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-primary-teko {
    font: normal normal normal 16px/24px "Teko";
    letter-spacing: 0.13px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-primary,
.h4-primary-exo {
    font: normal normal normal 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-primary-500-teko {
    font: normal normal 500 16px/24px "Teko";
    letter-spacing: 0.13px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-primary-500,
.h4-primary-500-exo {
    font: normal normal 500 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-primary-600-teko {
    font: normal normal 600 16px/18px "Teko";
    letter-spacing: 0.13px;
    color: #03175b;
    margin-bottom: 0px;
}

.h4-default-500,
.h4-default-500-exo {
    font: normal normal 500 16px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
}

.h4-default-500-teko {
    font: normal normal 500 16px/24px "Teko";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-default-sans {
    font: normal normal normal 14px/24px "Open Sans";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-default-teko {
    font: normal normal normal 14px/24px "Teko";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-default,
.h5-default-exo {
    font: normal normal 600 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-default-500,
.h5-default-500-exo {
    font: normal normal 500 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-default-normal {
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.h5-primary-600-sans {
    font: normal normal 600 14px/24px "Open Sans";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h5-primary-600-sans-black-bold {
  font: normal normal 600 14px/24px "Open Sans";
  letter-spacing: 0px;
  color: black;
  margin-bottom: 0px;
  font-weight:bold;
}

.h5-primary-600-teko {
    font: normal normal 600 14px/24px "Teko";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h5-primary-600,
.h5-primary-600-exo {
    font: normal normal 600 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.h5-danger,
.h5-danger-exo {
    font: normal normal normal 14px/24px "Exo 2";
    letter-spacing: 0px;
    color: #db0606;
    margin-bottom: 0px;
}

.fs12-default-sans {
    font: normal normal normal 12px/16px "Open Sans";
    letter-spacing: 0px;
    color: #242424;
}

.fs12-primary-sans {
    font: normal normal normal 12px/16px "Open Sans";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.fs12-default-teko {
    font: normal normal normal 12px/16px "Teko";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.fs12-default,
.fs12-default-exo {
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.fs12-default-500,
.fs12-default-500-exo {
    font: normal normal 500 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #242424;
    margin-bottom: 0px;
}

.fs12-primary,
.fs12-primary-exo {
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.fs12-primary-500,
.fs12-primary-500-exo {
    font: normal normal 500 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #03175b;
    margin-bottom: 0px;
}

.fs12-white,
.fs12-white-exo {
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}

.fs12-link,
.fs12-link-exo {
    font: normal normal normal 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #0076b4;
    text-decoration: underline;
    margin-bottom: 0px;
}

.fs12-link-500,
.fs12-link-500-exo {
    font: normal normal 500 12px/16px "Exo 2";
    letter-spacing: 0px;
    color: #0076b4;
    text-decoration: underline;
    margin-bottom: 0px;
}

/* #endregion */

/* #region ESSENTIALS */

.w-40 {
    width: 40% !important;
}

.text-primary {
    color: #03175b !important;
}

.bg-primary {
    background: #03175b !important;
}

.bg-primary2 {
    background: #1899E1 !important;
}

.bg-white-shadow {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 16px #0000001a;
}

.bg-blue {
    background: #0076b4 !important;
}

.bg-accent {
    background: #F6F6F6;
}

.box-shadow-none {
    box-shadow: none;
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bg-md-transparent {
        background-color: transparent !important;
    }

    .bg-md-white {
        background: #FFFFFF !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .bg-md-accent {
        background-color: #F6F6F6 !important;
    }

    .box-shadow-md-none {
        box-shadow: none !important;
    }
}

.lh-md {
    line-height: 1.5 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

hr {
    border-top: 1px solid #aaaaaa;
}

.nss-alert-danger {
    background: #fff5f5 0% 0% no-repeat padding-box;
    border: 1px solid #d90f19;
    border-radius: 4px;
    padding: 1rem;
}

    .nss-alert-danger * {
        font: normal normal medium 12px/16px Exo 2;
        letter-spacing: 0px;
        color: #db0606;
    }

/* #endregion */

/* #region BUTTONS */

.nss-btn-white {
    background: #FFFFFF;
    color: #242424;
    padding: 0.65rem 1rem;
    font: normal normal 500 16px/24px 'Exo 2';
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .nss-btn-white:active,
    .nss-btn-white:focus,
    .nss-btn-white:hover {
        outline: none;
        background: #123250;
        color: #FFFFFF;
    }

        .nss-btn-white:hover img {
            filter: brightness(0) invert(1);
        }

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/* #endregion */

/* #region SYNCFUSION GRID */
#order-grid .e-grid .e-gridheader tr th:last-child,
#invoice-grid .e-grid .e-gridheader tr th:last-child {
    background-color: white !important;
    border: none !important;
}

#order-grid .e-grid .e-rowcell e-gridchkbox,
#invoice-grid .e-grid .e-rowcell e-gridchkbox {
    background: white !important;
    border: none !important;
}

#order-grid .e-grid,
#invoice-grid .e-grid {
    border: none !important;
}

    #order-grid .e-grid.e-responsive .e-rowcell.e-gridchkbox,
    #invoice-grid .e-grid.e-responsive .e-rowcell.e-gridchkbox {
        background: white !important;
        border: none !important;
    }

    #order-grid .e-grid .e-gridheader,
    #invoice-grid .e-grid .e-gridheader {
        border: none !important;
    }

.e-grid .e-headercell,
.e-grid .e-detailheadercell {
    height: 32px !important;
}

.e-grid .e-rowcell {
    padding: 3.5px 21px;
    text-align: left;
}

.e-pager .e-currentitem,
.e-pager .e-currentitem:hover {
    background: #1899E1;
    color: #fff;
    opacity: 1;
}

.nss-table thead tr th {
    vertical-align: middle !important;
    /*padding: 0.25rem .75rem;*/
}

/* #endregion */

/* #region SAW OPTIONS MODAL */

.e-dlg-header-content {
    background: #123250;
}

    .e-dlg-header-content .e-icon-dlg-close {
        color: #fff;
    }

    .e-dlg-header-content .dialog-header,
    .e-dlg-header-content .dialog-header * {
        color: #fff;
        font-weight: 700;
        font: normal normal 300 26px/24px "Teko";
        letter-spacing: 0px;
        text-transform: uppercase;
        letter-spacing: 0.21px;
    }

.nss-modal-title {
    color: #03175b;
    font-size: 0.85rem;
    font-weight: 500;
}

.e-radio-wrapper {
    margin-right: 1.5rem;
}

li {
    list-style: none;
}

.nss-radio {
    width: 18px;
    height: 18px;
}

    .nss-radio:checked + .e-primary::after {
        /* csslint allow: adjoining-classes */
        background-color: #0076b4;
        border-color: #0076b4;
    }

    .nss-radio:checked:focus + .e-primary::after,
    .nss-radio:checked + .e-primary:hover::after {
        /* csslint allow: adjoining-classes */
        background-color: #0076b4;
        border-color: #0076b4;
    }

    .nss-radio:checked + .e-primary::before {
        border-color: #0076b4;
    }

    .nss-radio:checked:focus + .e-success::before,
    .e-radio:checked + .e-primary:hover::before {
        /* csslint allow: adjoining-classes */
        border-color: #0076b4;
    }

    .nss-radio + .e-primary:hover::before {
        border-color: #0076b4;
    }

.nss-textarea {
    border: 1px solid grey;
    resize: none;
    font-size: 16px;
}

    .nss-textarea::-webkit-input-placeholder {
        font-style: italic;
    }

    .nss-textarea:-moz-placeholder {
        /* Firefox 18- */
        font-style: italic;
    }

    .nss-textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-style: italic;
    }

    .nss-textarea:-ms-input-placeholder {
        font-style: italic;
    }

    .nss-textarea::placeholder {
        font-style: italic;
    }

.nss-btn-box {
    border: 0.1px solid #ddd;
    outline: none;
    background: none;
    font-size: 16px;
    color: #000;
    width: 42px;
    height: 42px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.nss-input {
    padding: 0.5rem;
    border: 1px solid #ddd;
    outline: none;
    background: none;
    font-size: 16px;
    color: #000;
    height: auto !important;
    text-align: center;
    width: 90px;
    margin: 0px 0.5rem;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    /* Chrome, Safari, Edge, Opera */
    .nss-input::-webkit-outer-spin-button,
    .nss-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .nss-input[type="number"] {
        -moz-appearance: textfield;
    }

.nss-btn-default {
  border: none;
  outline: none;
  background: #0099E1;
  color: #000;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

    .nss-btn-default:hover {
        background: #0076b4;
        color: #fff;
    }

    .nss-btn-default:active {
        outline: none !important;
    }

    .nss-btn-default:hover img {
        filter: brightness(0) invert(1);
    }

    .nss-btn-default:disabled {
        cursor: not-allowed;
    }

  .cursor-pointer {
    cursor: pointer;
  }


 .catalog-grid .e-footer-content {
  padding: 2rem;
}

.catalog-grid .e-rowcell.e-templatecell {
  position: relative;
  padding-top: 10px;
}

.catalog-grid .e-rowcell:last-child {
  align-items: center;
  position: sticky;
  right: 0;
  background: #ffffff;
  opacity: 1 !important;
}

.catalog-grid .e-grid .e-gridheader tr th:last-child {
  position: sticky;
  right: 0;
}

.catalog-grid .e-rowcell:nth-last-child(2) {
  align-items: center;
  position: sticky;
  right: 209px;
  background: #ffffff;
  opacity: 1 !important;
}


.catalog-grid .e-grid .e-gridheader tr th:nth-last-child(2) {
  position: sticky;
  right: 209px;
}

.catalog-grid td.e-rowcell.e-templatecell {
  padding-bottom: 5px;
  padding-top: 5px;
}

.catalog-grid thead > tr > :last-child > div, thead > tr > :nth-last-child(2) > div {
  padding: 0 1.8em 0 1.8em !important;
}

.white-input {
    background: none !important;
    background-color: white !important;
    background: #fff 0% 0% no-repeat padding-box !important;
}
/* #endregion */

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media all and (max-width: 1000px) {
  .new-login-message {
    display: none;
  }


  .new-password-fieldset {
    padding: 30px 15% !important;
  }

  .new-customer-blocks > div, register-grid > div {
    width: 100% !important;
  }

  .login-section {
    width: 90%;
  }

  
  .login-page .new-fieldset, .new-login-message,
  .new-registration-page .fieldset  {
      padding: 32px 16px;
  }
}
@media all and (min-width: 1001px) {
    /* CUSTOM STYLE */
    .customer-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    }

    /*.cat-side-drawer {
        display: block;
    }*/

    .login-page .new-wrapper .text {
        min-height: auto;
    }

}

@media all and (max-width: 1028px) {
    #invoiceSearchField > div {
        display: grid;
        grid-template-columns: repeat(3, minmax(200px, 1fr));
        grid-column-gap: 20px;
    }

    #orderSearchField > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }

    .password-fieldset {
        padding: 30px 15%;
    }

    .registration-page .fieldset {
        padding: 24px 100px;
    }
}

@media all and (max-width: 800px) {
    .top-menu > li {
        background-color: transparent;
        border-bottom: 1px solid #f6f6f6 !important;
    }
  .grid-col-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  } 

    .footer-main > .footer-content {
        flex-basis: 30%;
        margin-bottom: 30px;
    }

    .registration-page .fieldset {
        padding: 24px 70px;
    }
}

.p-o-text-mob {
    display: none;
}

.quantity-on-cart {
  display: flex;
  flex-direction: row
}

.cart-quantity {
  display: flex;
  flex-direction: column
}

.quantity-remove {
  display: flex;
  flex-direction: row;
  margin-left: 40px;
}

.place-order-button {
    padding: .5rem 1rem;
    font: normal normal 500 16px/24px 'Exo 2';
    color: #FFF;
    text-transform: uppercase;
    background-color: #03175b !important;
    border: none;
}

    .place-order-button:hover {
        background-color: #0076B4 !important;
    }

.mobile-export {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

    .mobile-export > button, .mobile-export > div {
        background-color: #ffffff;
        padding: 10px;
        border: none;
    }

@media all and (max-width: 600px) {

  .register-grid > div {
    width: 100% !important;
  }

  .show-mobile-footer {
    display: flex !important;
  }

  .show-web-footer {
    display: none !important;
  }

  .align-items-center-reg {
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .grid-col-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .new-registration-page .fieldset {
    padding: 0px 30px !important;
  }

    .place-order-buttons, .order-export-btn-container {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px rgba(0,0,0,.2);
        font-size: 0;
        z-index: 1000;
        background: white;
        text-align: center;
        padding: 1rem;
    }

    .edit-shop-mob {
        background-color: #fff;
        padding: 10px;
    }

    .part-logo, .edit-shop, .p-o-text {
        display: none;
    }

    .nss-container {
        padding: 0 !important;
    }

    .p-o-text-mob {
        display: block;
    }

    .fieldset, .card-mod {
        background-color: #f6f6f6 !important;
        width: auto !important;
        box-shadow: 0px 1px 16px #0000001a;
    }
  .new-footer {
    display: block !important;
  }

    .checkout-card-1 {
        align-items: baseline;
    }

    .checkout-shipping-label {
        text-align: left;
    }

    .custom-input, .address-dropdown, .shipping-tab, .nss-form-control {
        background: #fff !important;
        background-color: #fff !important;
    }

        .shipping-tab.active {
            background-color: #0076B4 !important;
            color: #FFF;
        }

    .footer {
        display: none;
    }

        .footer li, .login-footer li {
            justify-content: center;
        }

    #invoiceSearchField > div {
        display: grid;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        grid-column-gap: 20px;
    }

    .checkout-nickname {
        width: 100% !important;
    }

    #orderSearchField > div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
    }

    /*.cart-side-drawer-trigger:hover + .cat-side-drawer,*/
    /*.cat-side-drawer:hover,*/
    /*, .cat-side-drawer:focus*/
    /* .cart-side-drawer-trigger:active + .cat-side-drawer {
            width: 70%;
            transform: translateX(0);
        }*/

    .cart-total-left,
    .cart-total-right {
        line-height: normal !important;
        padding: 5px 0 !important;
        display: inline-table;
        border: 0 !important;
        text-align: right !important;
        display: inline-table !important;
    }

    .cart-total > tbody > tr {
        padding: 0px 20px !important;
    }

    .cart-total-left {
        text-align: left !important;
    }

    .cart-table td:nth-last-child(2) {
        float: right;
    }

    .datepicker-days thead tr {
        position: unset !important;
    }

    .datepicker-days tr {
        display: table !important;
    }

    .datepicker-days td {
        display: table-cell !important;
    }

    .cart-qty-input {
        width: 70px;
        height: 30px;
    }

    #order-grid .e-grid.e-responsive .e-rowcell.e-gridchkbox,
    #invoice-grid .e-grid.e-responsive .e-rowcell.e-gridchkbox {
        background: none !important;
    }

    .cart-filter-menu {
        margin-bottom: 15px;
        width: 100%;
    }

    .cart-action-options {
        justify-content: space-between;
    }

    .cart-input-options {
        padding: 0;
    }

    .cart-filter-menu {
        flex-basis: 100%;
    }

    .nav-bar-content > .header-logo {
        order: 1;
        flex-basis: 40%;
    }

    .nav-bar-content > .nav-bar-search {
        order: 3;
        margin-top: 10px;
    }

    .nav-bar-content > .header-links-wrapper {
        order: 2;
    }

    .footer-main, .sales-dept, .sales-dept {
        padding: 0 !important;
    }

        .footer-main > .footer-content {
            flex-basis: 100%;
            align-items: center;
            text-align: center;
        }

    .products {
        order: 2;
    }

    .info {
        order: 3;
    }

    .footer-logo {
        flex-basis: 100% !important;
        order: 1;
    }

    .follow-us {
        order: 4;
    }

    .sales-dept {
        order: 5;
    }

    .registration-page .fieldset {
        padding: 24px 40px;
    }

    .account-block {
        display: grid;
        grid-row-gap: 20px;
    }

    .account-btn {
        margin: 0;
    }

    .contact-block {
        margin-top: 20px;
    }

    .account-page-card > .form-fields,
    .address-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .address-edit-page .edit-address {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .catalog-page {
        margin-top: 0;
    }

    .invoice-summary-content > div {
        flex-basis: 38%;
        text-align: left;
        margin-bottom: 10px !important;
    }

    /*.checkout-card-1 > div,*/
    .address-dropdown,
    .address-dropdown + button,
    .address-dropdown + label,
    .payment-item-card,
    .checkout-new-address-field {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}

/* #region BOOTSTRAP MEDIA QUERIES */

/*td {
        line-height: 1.5 !important;
        padding: 0 !important;
        display: block !important;
        border: 0 !important;
        text-align: right !important;
    }

    .cart-total-left, .cart-total-right {
        line-height: normal !important;
        padding: 5px 0 !important;
        display: inline-table;
        border: 0 !important;
        text-align: right !important;
        display: inline-table !important;
    }

    .cart-total > tbody > tr {
        padding: 0px 20px !important;
    }*/
/*.shapes-container {
    margin: 0 50px;
}*/
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .checkout-summary {
    position: sticky;
    top: 37px;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
    /*.shapes-container {
            margin: 0 30px;
        }

        .shape-category {
            padding: 0 !important;
        }

            .shape-category > div {
                margin: 20px !important;
            }

            .shape-category > div {
                width: 110px !important;
            }

                .shape-category > div > img, .icon-shape {
                    width: 110px !important;
                    height: 110px !important;
                }*/
}


@media (max-width: 992px) {
    /*.shape-category {
        padding: 0 !important;
    }

        .shape-category > div {
            margin: 10px !important;
        }

        .shape-category > div {
            width: 100px !important;
        }

            .shape-category > div > img, .icon-shape {
                width: 100px !important;
                height: 100px !important;
            }*/
}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .new-registration-page .fieldset {
    padding: 0px 30px !important;
  }
    .bar-notification-container {
        width: 80% !important;
        bottom: unset !important;
        right: 0 !important;
        left: 0 !important;
        top: 5px !important;
        margin: auto;
    }

    .bar-notification.success, .bar-notification.error {
        padding: 20px 40px 20px 20px !important;
        white-space: pre-wrap;
    }

    .check-out-card {
        padding: 0 !important;
    }

    .shape-category {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-gap: 18px !important;
    }

    .orders-search-block > div {
        justify-content: center;
        align-items: center;
        background-color: #f6f6f6 !important;
    }

    .partners-logo, .check-out-info {
        display: flex;
        align-items: flex-start;
    }

    .edit-shop-container {
        background-color: #F6F6F6;
        padding: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

  .nss-btn-default {
    background-color: #0099E1 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
  }

    .shape-category > div {
        width: 70px !important;
    }

        .shape-category > div > img {
            width: 70px !important;
            height: 70px !important;
        }
    /* .shapes-container {
        margin: 0 10px;
    }

    
    .shape-category {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 15px;
    }

        .shape-category > div {
            margin: 5px !important;
        }

        .shape-category > div {
            width: 75px !important;
        }

            .shape-category > div > img, .icon-shape {
                width: 75px !important;
                height: 75px !important;
            }*/
    .cart-collaterals > div {
        max-width: 100% !important;
    }
}

/*// Medium devices (tablets, less than 992px)*/


/* #region Custom Loading */

#custom-loading {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #52544f;
  opacity: 0.5;
}

/* #endregion */

.custom.e-treeview .e-list-item .e-icon-expandable::before {
    content: "\002B";
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color: black;
    border: 2px solid #dedede;
    border-radius: 2px;
    margin-left: 0px;
    margin-top: 1.2px;
    padding: 0px 3px 0px 3px;
}

.custom.e-treeview .e-list-item .e-icon-collapsible:before {
    content: "\007C";
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
    color: black;
    border: 2px solid #dedede;
    border-radius: 2px;
    margin-left: 2.5px;
    margin-top: 0px;
    padding: 0px 6px 3px 6px;
}

@font-face {
    font-family: "Customize-icon";
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj0gSRcAAAEoAAAAVmNtYXDnEOdaAAABjAAAADhnbHlmcYqIngAAAcwAAAD8aGVhZBWT124AAADQAAAANmhoZWEHmANtAAAArAAAACRobXR4C9AAAAAAAYAAAAAMbG9jYQBAAH4AAAHEAAAACG1heHABEAAxAAABCAAAACBuYW1l/qscPAAAAsgAAAJ5cG9zdIPGFvoAAAVEAAAAVgABAAADUv9qAFoEAAAA//8D6QABAAAAAAAAAAAAAAAAAAAAAwABAAAAAQAAIKcGUl8PPPUACwPoAAAAANlGSVAAAAAA2UZJUAAAAAAD6QPpAAAACAACAAAAAAAAAAEAAAADACUAAwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPwAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnAQNS/2oAWgPpAJYAAAABAAAAAAAABAAAAAPoAAAD6AAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAAkAAAABAAEAAEAAOcB//8AAOcA//8AAAABAAQAAAABAAIAAAAAAEAAfgADAAAAAAPpA+kACAAWACQAAAEhFSEHMzcnIyUWEAcGICcmEDc+ATIWBQYQFxYgNzYQJy4BIgYCMf6kAWqUqMK8rgF+goKK/qCEfn5Coquf/amRkZoBkpqRkUq3xLcCKmSTybt4if6ghYKChQFgiUJBQRma/m6akZGaAZKaSElJAAMAAAAAA+gD6QAGABQAIgAAASMXNyMRIyUWEAcGICcmEDc+ATIWBQYQFxYgNzYQJy4BIgYBvrLp6JmGAW6BgYf+oYiBgUGhqqH9qZOTmgGOmpOTSrbCtgGy6ekBbwuI/qGHgYGIAV6IQEFBFpr+cZmTk5oBj5lKSUkAAAAAABIA3gABAAAAAAAAAAEAAAABAAAAAAABAA4AAQABAAAAAAACAAcADwABAAAAAAADAA4AFgABAAAAAAAEAA4AJAABAAAAAAAFAAsAMgABAAAAAAAGAA4APQABAAAAAAAKACwASwABAAAAAAALABIAdwADAAEECQAAAAIAiQADAAEECQABABwAiwADAAEECQACAA4ApwADAAEECQADABwAtQADAAEECQAEABwA0QADAAEECQAFABYA7QADAAEECQAGABwBAwADAAEECQAKAFgBHwADAAEECQALACQBdyBDdXN0b21pemUtaWNvblJlZ3VsYXJDdXN0b21pemUtaWNvbkN1c3RvbWl6ZS1pY29uVmVyc2lvbiAxLjBDdXN0b21pemUtaWNvbkZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAAQwB1AHMAdABvAG0AaQB6AGUALQBpAGMAbwBuAFIAZQBnAHUAbABhAHIAQwB1AHMAdABvAG0AaQB6AGUALQBpAGMAbwBuAEMAdQBzAHQAbwBtAGkAegBlAC0AaQBjAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAQwB1AHMAdABvAG0AaQB6AGUALQBpAGMAbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBAgEDAQQAFy1hcnJvdy1jaXJjbGUtcmlnaHQtXzAxEi1hcnJvdy1jaXJjbGUtZG93bgAAAAA=) format("truetype");
    font-weight: normal;
    font-style: normal;
}

[v-cloak] {
    display: none;
}

@media (max-width: 330px) {
    .shape-category {
        grid-template-columns: repeat(3,1fr) !important;
    }
}

.ui-dialog-titlebar-close {
    background: url('../images/icn-close.svg') center no-repeat !important;
    outline: none !important;
}

.e-control.e-btn.e-lib.e-flat.e-icon-btn {
    background-color: transparent;
    border-color: transparent;
    border-radius: 50%;
    bottom: 0;
    float: right;
    height: 30px;
    left: 6px;
    position: relative;
    width: 30px;
}

.nss-light-blue {
    color: #0076b4 !important;
}

/*#region Shipment data grid*/
.shipment-data-grid {
    display: grid;
    padding: 15px;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8em;
}
/*#endregion*/



.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}
.overflow-auto {
  overflow: auto;
}
.new-input {
  border: 1px solid #d6d0d0 !important;
  background: #ffffff !important;
  border-radius: 8px !important;
}

.font-11 {
    font-size: 11px !important;
}

.text-primary{
  color: #18a0da;
}
.text-white{
  color: #ffffff;
}

.new-login-button {
  color: #ffffff !important;
  background-color: #18a0da !important;
  border-radius: 40px !important;
  width: 100% !important;
}

/* width */
.new-page-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.new-page-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.new-page-body::-webkit-scrollbar-thumb {
  background: #18a0da;
  border-radius: 10px;
}

  /* Handle on hover */
  .new-page-body::-webkit-scrollbar-thumb:hover {
    background: #18a0da;
  }

.new-footer  {
    padding-right: 100px;
    padding-left: 100px;
    display: flex;
}

.new-footer-reg {
  display: flex;
  color:white
}

.align-items-center-reg {
  -ms-flex-align: center !important;
  align-items: center !important;
  /*justify-content: center !important;*/
}

.show-mobile-footer{
    display:none;
}

.show-web-footer {
  display: flex;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}


.new-footer > span:nth-child(2){
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  /* Text style for "CONVENIENT" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.new-footer > span:first-child {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  /* Text style for "NORTH SHOR" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.new-register-heading {
  font-family: "Exo 2";
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  color: #00ADEE;
}
.mb-30{
  margin-bottom: 30px;
}
.no-uppercase {
    text-transform: none !important;
}

.d-grid {
    display: grid;
}
.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
} 
.grid-gap-60{
    grid-column-gap: 60px;
    grid-row-gap: 15px;
}

.register-grid > div {
    width: 420px;
}

.new-form-row > div {
    margin-bottom: 15px;
}

.display-none {
  height: 0px !important;
  visibility: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.text-bold > label > a {
  font-weight: bold !important;
}
