.text-green {
    color: #A5CD5B;
}

.text-black {
    color: #1D2B33;
}

.light-grey {
    color: #69737C;
}

.text-white {
    color: #fff;
}

.bg-extra-light-grey {
    background: #F5F5F5;
}

.bg-super-light-grey {
    background: rgba(69, 88, 167, 0.05);
}

.bg-grey {
    background-color: #69737A;
}

.bg-grey-medium {
    background-color: #F0EFED;
}

.bg-white {
    background-color: #fff;
}
.opacity-30{
    opacity: 0.3;
}
.disabled

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

img {
    max-width: 100%;
}

.noscroll {
    overflow: -moz-hidden-unscrollable !important;
    overflow: hidden !important;
}

hr {
    border-color: #CECECE;
}

p {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.size-2 {
    font-size: 2.875rem;
}

.size-3 {
    font-size: 2rem;
    line-height: 1.1;
}

.size-4 {
    font-size: 1.875rem;
    line-height: 1.2;
}

.size-5 {
    font-size: 1.25rem;
}

.size-6 {
    font-size: 1rem;
    line-height: 1.5;
}

.size-7, .content h6 {
    font-size: 12px;
}

.message.bad {
    color: red;
    font-size: 16px;
    line-height: 22px;
}

.material-icons {
    font-size: 20px;
}

.frame {
    position: relative;
}

.frame:after {
    content: '';
    display: block;
}

.frame.square:after {
    padding-top: 100%;
}

.frame.landscape:after {
    padding-top: 69%;
}

.bg-holder,
.bg-holder + .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-holder + * {
    z-index: 2;
}

.btn {
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn-blue {
    border: 1px solid #57B3E5;
    border-radius: 4px;
    color: #57B3E5;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
}

.btn-blue:hover {
    text-decoration: none;
}

.btn-blue.fill {
    color: #FFF;
    background-color: #57B3E5;
}

.btn-white {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #69737C;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}

.btn-white-round {
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    height: 46px;
    color: #1D2B33;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 30px;
}

.btn-white-round img {
    margin-left: 4px;
}

.btn-red {
    border: 1px solid #D42F48;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    color: #D42F48;
}

.btn-red:hover {
    text-decoration: none;
}

.btn-red.fill {
    color: #FFF;
    background-color: #D42F48;
}

.btn-green {
    border: 1px solid #A5CD5B;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
}

.btn-green:hover {
    text-decoration: none;
}

.btn-green.fill {
    color: #FFF;
    background-color: #A5CD5B;
}

.btn.size-wide {
    font-weight: 700;
    min-width: 200px;
    padding: 12px 40px;
}

.btn.size-6 {
    font-weight: 700;
    min-width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn.size-7 {
    min-width: 150px;
    min-height: 40px;
}

.btn.size-5 {
    font-weight: 700;
    min-width: 146px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
    line-height: 1.5;
}

.btn.fortis-blue.reverse:not(:disabled):hover,
.btn.fortis-blue {
    color: #fff;
    background-color: #57B3E6;
    border-color: #57B3E6;
}

.btn.fortis-blue.reverse,
.btn.fortis-blue:not(:disabled):hover {
    color: #fff;
    background-color: #4658A7;
    border-color: #4658A7;
}

.rounded-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 700;
}

.btn.fortis-blue.transparent {
    color: #57B3E6;
    background-color: transparent;
}

.btn.fortis-orange {
    color: #fff;
    background-color: #A5CD5B;
    border-color: #A5CD5B;
}

.btn-red-rounded {
    border: 1px solid #D42F48;
    border-radius: 1000px;
    background: #D42F48;
    color: #fff;
    font-size: 12px;
    line-height: 14.52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px 10px 30px;
    opacity: 0.9;
}

.btn-red-rounded:hover {
    color: #fff;
    opacity: 1;
}


.btn .spinner-border {
    display: none;
}

.btn.is-loading .spinner-border {
    display: inline-block;
}

.btn.is-loading .text {
    display: none;
}

.mr-10 {
    margin-right: 40px;
}

.mt-10 {
    margin-top: 40px;
}

.pt-10 {
    padding-top: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.h-full {
    height: 100%;
}

@media screen and (min-width: 992px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.login-page-wrap {
    padding: inherit;
}

/** HEADER **/
.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}

.header.is-absolute {
    position: absolute;
}

/* .header .toggle-menu {
  position: relative;
  width: 35px;
  height: 11px;
  cursor: pointer;
}
.header .toggle-menu:before,
.header .toggle-menu:after,
.header .toggle-menu > div {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.5s, width 0.25s;
  -ms-transition: background-color 0.5s, width 0.25s;
  transition: background-color 0.5s, width 0.25s;
}
.header .toggle-menu:before {
  top: 0;
  width: 100%;
}
.header .toggle-menu:after {
  bottom: 0;
  width: 60%;
}
.header .toggle-menu > div {
  top: 5px;
  width: 100%;
}
.header.menu-is-active .toggle-menu:before {
  width: 60%;
}
.header.menu-is-active .toggle-menu:after {
  width: 100%;
} */
.header .toggle-menu {
    position: relative;
    width: 35px;
    height: 11px;
    cursor: pointer;
}

.header .toggle-menu > div,
.header .toggle-menu > div:after,
.header .toggle-menu > div:before {
    width: 35px;
    height: 1px;
}

.header .toggle-menu > div {
    position: relative;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff;
    -webkit-transition: background-color 300ms 300ms;
    -ms-transition: background-color 300ms 300ms;
    transition: background-color 300ms 300ms;
}

.header.menu-is-active .toggle-menu > div {
    background-color: rgba(255, 255, 255, 0) !important;
}

.header .toggle-menu > div:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #fff;
    -webkit-transition: bottom 300ms 300ms, transform 300ms, background-color 300ms;
    -ms-transition: bottom 300ms 300ms, transform 300ms, background-color 300ms;
    transition: bottom 300ms 300ms, transform 300ms, background-color 300ms;
}

.header .toggle-menu > div:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #fff;
    -webkit-transition: top 300ms 300ms, transform 300ms, background-color 300ms;
    -ms-transition: top 300ms 300ms, transform 300ms, background-color 300ms;
    transition: top 300ms 300ms, transform 300ms, background-color 300ms;
}

.header.menu-is-active .toggle-menu > div:after {
    top: 0;
    background-color: #69737C !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms, transform 300ms 300ms, background-color 300ms;
    -ms-transition: top 300ms, transform 300ms 300ms, background-color 300ms;
    transition: top 300ms, transform 300ms 300ms, background-color 300ms;
}

.header.menu-is-active .toggle-menu > div:before {
    bottom: 0;
    background-color: #69737C !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms, transform 300ms 300ms, background-color 300ms;
    -ms-transition: bottom 300ms, transform 300ms 300ms, background-color 300ms;
    transition: bottom 300ms, transform 300ms 300ms, background-color 300ms;
}

.header.is-sticky .toggle-menu > div:before,
.header.is-sticky .toggle-menu > div:after {
    background-color: #69737C !important;
}

.header .actions {
    position: relative;
}

.header .actions > *,
.header .actions a {
    color: inherit;
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer;
    user-select: none;
}

.header .actions a:hover {
    text-decoration: none;
}

.header .actions a.contact .material-icons {
    color: #A5CD5B;
}

/** HEADER ACCOUNT **/
.header .actions .account {
    position: relative;
}

.header .actions .account .material-icons {
    color: #57B3E6;
}

.header .actions .account .account-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: calc(50% - 100px);
    width: 200px;
    padding-top: 20px;
    color: #69737C;
    cursor: auto;
    z-index: 2;
}

.header .actions .account .account-dropdown.is-active {
    display: block;
}

.header .actions .account .account-dropdown > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header .actions .account .account-dropdown > .inner {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #CECECE;
}

.header .actions .account .account-dropdown > .inner:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CECECE;
}

.header .actions .account .account-dropdown > .inner:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: calc(50% + 1px);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.header .actions .account .account-dropdown .account-navigation li {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.header .actions .account .account-dropdown .account-navigation li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header .actions .account .account-dropdown .account-navigation li a {
    margin-left: 0;
}

.header .actions .account .account-dropdown .account-navigation li .material-icons {
    display: none
}

/** HEADER CART **/
.header .actions .cart {
    position: relative;
}

.header .actions .cart .material-icons {
    color: #4558A7;
}

.header .actions .cart .cart-icon-wrap {
    position: relative;
    line-height: 0;
}

.header .actions .cart .cart-icon-wrap .cart-badge {
    color: #69737C;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    position: absolute;
    left: 18px;
    top: -5px;
}

.header .actions .cart .cart-quick-view {
    position: absolute;
    top: 100%;
    left: calc(50% - 210px);
    width: 360px;
    padding-top: 20px;
    color: #69737C;
    cursor: auto;
    z-index: 2;
}

.header .actions .cart .cart-quick-view,
.header .actions .cart .cart-quick-view .on-loading {
    display: none;
}

.header .actions .cart .cart-quick-view.is-active,
.header .actions .cart .cart-quick-view.is-loading .on-loading {
    display: block;
}

.header .actions .cart .cart-quick-view > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header .actions .cart .cart-quick-view > .inner {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #CECECE;
}

.header .actions .cart .cart-quick-view > .inner:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 210px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CECECE;
}

.header .actions .cart .cart-quick-view > .inner:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 211px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.header .actions .cart .cart-quick-view.is-loading > .inner {
    min-height: 150px;
}

.header .actions .cart .cart-quick-view .cart-actions > * {
    width: 100%;
}

.header .actions .cart .cart-quick-view .cart-actions a {
    line-height: 2;
    font-weight: 600;
    margin: 0;
}

.header .actions .cart .cart-quick-view .cart-total {
    color: #1D2B33;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 15px;
}

.header .actions .cart .cart-quick-view .cart-items {
    max-height: 250px;
    margin-bottom: 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header .actions .cart .cart-quick-view .cart-items::-webkit-scrollbar {
    display: none;
}

.header .actions .cart .cart-quick-view .cart-item-row {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

.header .actions .cart .cart-quick-view .cart-item-row:first-child {
    padding-top: 0;
}

.header .actions .cart .cart-quick-view .cart-item-row:last-child {
    border-bottom: 0;
}

.header .actions .cart .cart-quick-view .cart-item-row .product-image {
    width: 60px;
}

.header .actions .cart .cart-quick-view .cart-item-row .product-title {
    color: #1D2B33;
    margin-bottom: 10px;
}

.header .menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 440px;
    max-width: 100%;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: transform 0.25s ease, box-shadow 0.25s;
    -ms-transition: transform 0.25s ease, box-shadow 0.25s;
    transition: transform 0.25s ease, box-shadow 0.25s;
    -webkit-transform: translate3d(440px, 0, 0);
    -ms-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    z-index: -1;
}

.header.menu-is-active .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.2);
}

.header.menu-is-active .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.header .menu-wrap > .inner {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header .menu-wrap > .inner::-webkit-scrollbar {
    display: none;
}

.header .menu-wrap .nav {
    font-family: 'Gotham Rounded', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .menu-wrap .nav .nav-item {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .menu-wrap .nav .nav-item a {
    color: #69737C;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
}

.header .menu-wrap .nav .nav-item a:hover {
    text-decoration: none;
}

.header .menu-wrap .nav .nav-item a:focus,
.header .menu-wrap .nav .nav-item a:visited {
    color: #69737C;
}

.header .menu-wrap .nav .nav-item a:hover,
.header .menu-wrap .nav .nav-item a.active {
    color: #A5CD5B;
}

.header.menu-is-active,
.is-ready .header.is-sticky {
    position: fixed;
}

.header.is-sticky {
    color: #69737C;
    background-color: #fff;
}

.header.menu-is-active {
    color: #69737C;
}

.header.menu-is-active .toggle-menu:before,
.header.menu-is-active .toggle-menu:after,
.header.menu-is-active .toggle-menu > div,
.header.menu-is-active .actions:after,
.header.is-sticky .toggle-menu:before,
.header.is-sticky .toggle-menu:after,
.header.is-sticky .toggle-menu > div,
.header.is-sticky .actions:after {
    background-color: #69737C;
}

@media screen and (min-width: 992px) {
    .header .menu-wrap {
        width: 475px;
        padding-right: 35px;
        -webkit-transform: translate3d(475px, 0, 0);
        -ms-transform: translate3d(475px, 0, 0);
        transform: translate3d(475px, 0, 0);
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .header .menu-wrap {
        width: 455px;
        padding-right: 15px;
        -webkit-transform: translate3d(455px, 0, 0);
        -ms-transform: translate3d(455px, 0, 0);
        transform: translate3d(455px, 0, 0);
    }
}

@media screen and (min-width: 768px) {
    .header .actions {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        margin-right: 20px;
    }

    .header .actions:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 1px;
        height: 100%;
        background-color: #fff;
        -webkit-transition: background-color 0.5s;
        -ms-transition: background-color 0.5s;
        transition: background-color 0.5s;
    }

    .header .actions .material-icons {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header .toggle-menu {
        margin-left: 20px;
    }

    .header .actions .account .account-dropdown {
        width: 170px;
        left: calc(50% - 95px);
    }

    .header .actions .cart .cart-quick-view {
        left: calc(50% - 245px);
    }

    .header .actions .cart .cart-quick-view > .inner:before {
        left: 235px;
    }

    .header .actions .cart .cart-quick-view > .inner:after {
        left: 236px;
    }
}

/** FOOTER **/
.footer {
    color: #1D2B33;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer.with-nav {
    color: #fff;
    background-color: #1D2B33;
}

.footer .footer-nav {
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-nav a {
    margin-bottom: 10px;
}

.footer .footer-nav a:hover {
    text-decoration: none;
}

.footer .footer-nav .material-icons {
    margin-right: 10px;
}

.footer .actions a {
    color: inherit;
    font-weight: 500;
    margin-left: 20px;
}

.footer .actions a:hover {
    text-decoration: none;
}

.footer .actions a:first-child {
    margin-left: 0;
}

.footer .actions a .material-icons {
    margin-right: 10px;
}

.footer .feat {
    font-size: 12px;
    line-height: 16px;
}

.footer a {
    color: inherit;
}

.footer a.neromotion {
    font-weight: 600;
}

/** BLOCK NAVIGATION START **/
.block-navigation .item:hover {
    text-decoration: none;
}

.block-navigation .item > .inner {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #CECECE;
}

.block-navigation .item > .inner:before,
.block-navigation .item > .inner:after {
    content: '';
    display: block;
    position: absolute;
}

.block-navigation .item > .inner:before {
    left: 50px;
    bottom: 22px;
    border-left: 7px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.block-navigation .item > .inner:after {
    left: 0;
    bottom: 25px;
    width: 50px;
    height: 2px;
    background-color: #000;
}

.block-navigation .item h5 {
    font-weight: 600;
}

.block-navigation .item p:last-child {
    margin-bottom: 0;
}

.block-navigation .item:nth-of-type(1) h5 {
    color: #69737C;
}

.block-navigation .item:nth-of-type(1) > .inner:before {
    border-left-color: #69737C;
}

.block-navigation .item:nth-of-type(1) > .inner:after {
    background-color: #69737C;
}

.block-navigation .item:nth-of-type(2) h5 {
    color: #57B3E6;
}

.block-navigation .item:nth-of-type(2) > .inner:before {
    border-left-color: #57B3E6;
}

.block-navigation .item:nth-of-type(2) > .inner:after {
    background-color: #57B3E6;
}

.block-navigation .item:nth-of-type(3) h5 {
    color: #4558A7;
}

.block-navigation .item:nth-of-type(3) > .inner:before {
    border-left-color: #4558A7;
}

.block-navigation .item:nth-of-type(3) > .inner:after {
    background-color: #4558A7;
}

.block-navigation .item:nth-of-type(4) h5 {
    color: #A5CD5B;
}

.block-navigation .item:nth-of-type(4) > .inner:before {
    border-left-color: #A5CD5B;
}

.block-navigation .item:nth-of-type(4) > .inner:after {
    background-color: #A5CD5B;
}

body.Home header a > img {
    width: 164px;
}

@media screen and (min-width: 768px) {
    body.Home header a > img {
        width: 200px;
    }
}

/** BLOCK NAVIGATION END **/
.page-home {
    min-height: 100vh;
}

.home-hero {
    position: relative;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
    .home-hero > .inner {
        padding-bottom: 60px !important;
    }

    .page-home > .container {
        padding-top: 70px;
    }

    .home-hero {
        min-height: 550px;
    }
}

.home-hero:after {
    content: '';
    display: block;
    padding-top: 41%;
}

.home-hero > .inner {
    color: #fff;
    padding-bottom: 50px;
}

.home-hero h2 {
    font-weight: 900;
    text-transform: uppercase;
}

.home-hero .award-banner {
    position: absolute;
    bottom: 0px;
    right: 15px;
    transform: translateY(50%);
}

.home-hero .container {
    padding-right: 135px;
}

.home-hero .award-banner img {
    max-width: 140px;
    width: 100%;
}

/*==new block*/
.kids-competition-block {
    background: #4459a8;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 235px;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.kids-competition-block:hover {
    text-decoration: none;
}

.kids-competition-block .inner {
    padding-bottom: 15px;
}

.kids-competition-block .inner:before {
    position: absolute;
    content: '';
    left: 137px;
    bottom: 32px;
    border-left: 7px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.kids-competition-block .inner:after {
    position: absolute;
    content: '';
    left: 88px;
    bottom: 35px;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.kids-competition-block .inner h5 {
    color: #fdbbf8;
    /*margin-bottom: 0;*/
}

.kids-competition-block .inner h5 span {
    font-size: 50px;
    display: block;
    margin-bottom: -8px;
}

.home-hero .award-banner {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.home-hero .container {
    padding-right: 135px;
}

.home-hero .award-banner img {
    max-width: 120px;
    width: 100%;
}

.kids-competition-block .inner p {
    color: #fff;
}

@media screen and (max-width: 1375px) and (min-width: 768px) {
    .kids-competition-block {
        transform: translateX(-10vw);
    }
}

@media screen and (max-width: 767px) {
    .kids-competition-block {
        width: 155px;
        height: 155px;
        position: absolute;
        bottom: -135px;
        left: 15px;
    }

    .kids-competition-block .inner {
        position: relative;
    }

    .kids-competition-block .inner:before {
        left: 75px;
        bottom: 0px;
    }

    .kids-competition-block .inner:after {
        left: 30px;
        bottom: 3px;
    }

    .kids-competition-block .inner p {
        display: none;
    }
}

.page-hero {
    position: relative;
    min-height: 250px;
    max-height: 440px;
}

.page-hero:after {
    content: '';
    display: block;
    padding-top: 50%;
}

.page-hero .page-flag {
    position: relative;
    color: #69737C;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    height: 64px;
    background-color: #F0EFED;
}

.page-hero .page-flag:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100vw;
    height: 64px;
    background-color: #F0EFED;
}

@media screen and (min-width: 768px) {
    .page-hero .page-flag {
        min-width: 260px;
    }
}

.page-hero + * {
    background-color: #F0EFED;
}

.section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.section.light-grey {
    background-color: #F0EFED;
}

.section-title {
    position: relative;
    color: #1D2B33;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: #A5CD5B;
}

.section-title.text-center:after {
    left: 50%;
    margin-left: -15px;
}

.bg-title {
    position: absolute;
    top: 0;
    right: -5%;
    width: 66%;
    color: #fff;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 15vw;
    line-height: 0.75;
    text-align: right;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .bg-title {
        right: -50px;
        width: 850px;
        font-size: 180px;
    }
}

.section h4 {
    font-weight: 400;
}

.section p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 25px;
}

.section p:last-child {
    margin-bottom: 0;
}

.section p a {
    color: #57B3E6;
    text-decoration: underline;
}

.frames {
    padding-top: 40px;
}

.frames .frame {
    box-shadow: 0 0 20px 0 rgba(105, 115, 124, 0.5);
}

.frames .frame .bg-holder {
    z-index: 1;
}

.frames .frame.square {
    width: 160px;
    margin-top: -40px;
    margin-right: -80px;
    z-index: 2;
}

.frames .frame.square .bg-holder:nth-of-type(2) {
    margin-top: 20px;
    margin-left: -20px;
    z-index: 0;
}

.frames .frame.landscape {
    width: 100%;
    margin-right: 20px;
    margin-left: -20px;
}

.frames .frame.landscape .bg-holder:nth-of-type(2) {
    margin-top: -20px;
    margin-left: 20px;
    z-index: 0;
}

.frames-description {
    margin-top: 50px;
}

@media screen and (min-width: 1200px) {
    .frames-description {
        margin-top: 0;
        padding-left: 100px;
    }
}

.our-team .item {
    margin-top: 50px;
}

.our-team .item .frame {
    background-color: #fff;
    margin-bottom: 12px;
}

.our-team .item h5 {
    color: #1D2B33;
    font-weight: 600;
    margin-bottom: 5px;
}

.our-team .item p {
    color: #69737C;
}

.our-team .item p.phoneNumber {
    font-weight: 400;
    font-size: 20px;
}

@media screen and (min-width: 1200px) {
    .our-team {
        margin-left: -40px;
        margin-right: -40px;
    }

    .our-team .item {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.about-us-intro h4 {
    margin-bottom: 2rem;
}

.about-us-intro h4 + p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

.services-list a:hover {
    text-decoration: none;
}

.services-list .item {
    color: #69737C;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}

.services-list .item:last-child {
    border-bottom: 0;
}

.services-list .item .icon-wrap {
    text-align: center;
    width: 72px;
    margin-right: 20px;
}

.services-list .item h5 {
    margin-bottom: 0;
}

.services-description {
    position: relative;
}

.services-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #69737C;
}

.services-description .bg-title {
    top: -60px;
    right: -40%;
    z-index: 1;
}

.services-description .frame {
    margin-right: 20px;
}

.services-description .frame .bg-holder:nth-of-type(1) {
    box-shadow: 0 0 20px 0 rgba(105, 115, 124, 0.5);
    z-index: 1;
}

.services-description .frame .bg-holder:nth-of-type(2) {
    top: 20px;
    left: 20px;
    z-index: 0;
}

.brands {
    text-align: center;;
}

.brands img {
    max-width: 154px;
    max-height: 80px;
    object-fit: contain;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .services .bg-title {
        z-index: 1;
    }
}

@media screen and (min-width: 992px) {
    .services-list {
        max-width: 360px;
    }

    .services-description {
        padding-top: 160px;
        padding-bottom: 120px;
        margin-bottom: -120px;
    }

    .services-description .frame {
        margin-left: -100px;
    }
}

@media screen and (max-width: 991px) {
    .services-description {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 60px;
        margin-bottom: -120px;
    }

    .services-description > .bg-holder {
        left: unset;
        right: 0;
        width: 30%;
    }
}

.select-wrap {
    position: relative;
    border: 1px solid #CECECE;
    line-height: normal;
}

.select-wrap select {
    position: relative;
    width: 100%;
    min-width: 105px;
    height: 24px;
    padding-left: 10px;
    padding-right: 25px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrap select::-ms-expand {
    display: none;
}

.select-wrap .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    pointer-events: none;
}


.fortis-radio,
.fortis-checkbox {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    padding: 2px;
    border: 1px solid #69737C;
    border-radius: 4px;
}

.fortis-checkbox.small {
    width: 12px;
    height: 12px;
    padding: 1px;
    border-radius: 2px;
}

.fortis-checkbox.with-icon {
    padding: 0;
}

.fortis-checkbox.with-icon svg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fortis-checkbox.with-icon.child-active .child-active,
.fortis-checkbox.with-icon.child-inactive .child-inactive {
    display: block;
}

[type="checkbox"]:checked + .fortis-label .fortis-checkbox.small:before {
    border-radius: 1px;
}

.fortis-radio {
    width: 12px;
    height: 12px;
    padding: 1px;
    margin-right: 0.25rem;
}

[type="radio"],
[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"]:checked + .fortis-label .fortis-checkbox.with-icon {
    border-color: #A5CD5B;
}

[type="radio"]:checked + .fortis-label .fortis-radio:before,
[type="checkbox"]:checked + .fortis-label .fortis-checkbox:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #A5CD5B;
}

.fortis-radio,
[type="radio"]:checked + .fortis-label .fortis-radio:before {
    border-radius: 50%;
}

.fortis-label {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
}

.fortis-label .fortis-checkbox {
    margin-right: 10px;
}

.fortis-label .fortis-checkbox.small {
    margin-right: 0.25rem;
}

a.no-feedback:hover {
    text-decoration: none;
}

a.no-feedback > * {
    pointer-events: none;
}

.form-error-message,
.fortis-form .is-error label {
    color: #ff0000;
}

.fortis-form .is-error input {
    border: 2px solid #ff0000;
}

.datepicker-wrap {
    position: relative;
}

.datepicker-wrap svg {
    position: absolute;
    bottom: 11px;
    right: 10px;
    pointer-events: none;
}

.general-enquiries.right {
    text-align: right;
}

.general-enquiries p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.general-enquiries p:last-child {
    margin-bottom: 0;
}

.general-enquiries.left .material-icons {
    margin-right: 10px;
}

.general-enquiries.right .material-icons {
    margin-left: 10px;
}

.general-enquiries .item:nth-of-type(1) .material-icons {
    color: #A5CD5B;
}

.general-enquiries .item:nth-of-type(2) .material-icons {
    color: #4558A7;
}

.general-enquiries .item:nth-of-type(3) .material-icons {
    color: #57B3E6;
}

.login-form-wrap {
    max-width: 400px;
}

.login-form-wrap .fortis-form {
    margin-bottom: 40px;
}

.login-form-wrap .fortis-form .form-control {
    background-color: #F0EFED;
}

.link-reset-password {
    margin-bottom: 0;
}

.link-reset-password a {
    color: inherit;
}

.login-form-wrap .section p {
    margin-bottom: 10px;
}

.login-form-wrap .section p:nth-of-type(2) {
    color: #69737C;
    margin-bottom: 0;
}

.shop-banner-wrap {
    position: relative;
}

.shop-banner-wrap .owl-control {
    position: absolute;
    top: calc(50% - 36px);
    width: 100%;
    pointer-events: none;
}

.shop-banner-wrap .owl-control > * {
    pointer-events: auto;
    cursor: pointer;
}

.shop-banner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.shop-banner .item {
    position: relative;
    overflow: hidden;
}

.shop-banner .item:after {
    content: '';
    display: block;
    padding-top: 26.5%;
}

.shop-banner .item > .inner {
    background-color: rgba(0, 0, 0, 0.3);
}

.shop-banner .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
}

.shop-banner .owl-dots .owl-dot span,
.shop-banner .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.shop-banner .size-2,
.shop-banner .size-6 {
    color: #fff;
}

.shop-banner .size-2 {
    font-weight: 700;
}

.shop-banner .size-6 {
    max-width: 460px;
    margin-bottom: 0;
}

.shop-stripe {
    color: #1D2B33;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F0EFED;
}

.shop-navigation {
    background-color: #F0EFED;
}

.shop-navigation.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 4;
}

.shop-navigation a:hover {
    text-decoration: none;
}

.shop-navigation .nav-item {
    position: relative;
    color: #69737C;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 45px;
    cursor: pointer;
}

.shop-navigation .nav-item:last-child {
    margin-right: 0;
}

.shop-navigation .nav-item:hover,
.shop-navigation .nav-item.is-active {
    color: #1D2B33;
}

.shop-navigation .nav-item.is-active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #A5CD5B;
}

.product-search-input-wrap {
    position: relative;
}

.product-search-input-wrap .form-control {
    font-family: 'Poppins', sans-serif;
    color: #69737C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    max-width: 100%;
    height: auto;
    padding-top: 14px;
    padding-left: 38px;
    padding-bottom: 14px;
    border: 1px solid #CECECE;
    border-radius: 8px;
}

.toggle-product-filter,
.product-order-by-wrap, .cart-order-by-wrap {
    font-family: 'Poppins', sans-serif;
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
}

.product-order-by-wrap, .cart-order-by-wrap {
    width: 100%;
    max-width: 200px;
    padding: 0;
    position: relative;
}

.product-order-by, .cart-order-by, .orders-order-by, .order-review-sort {
    width: 100%;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    padding: 11px;
    cursor: pointer;
}

.product-order-by + svg, .cart-order-by + svg, .orders-order-by + svg, .order-review-sort + svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-order-by:focus, .cart-order-by:focus, .orders-order-by:focus, .order-review-sort:focus {
    outline: none;
}

.product-search-submit {
    position: absolute;
    top: 10px;
    left: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.product-search-submit:focus,
.product-search-submit:active {
    outline: none;
}

.product-search-submit span {
    color: #69737C;
    font-size: 20px;
    line-height: 44px;
}

.toggle-product-order {
    cursor: pointer;
    user-select: none;
}

.col-header {
    color: #1D2B33;
    font-size: 12px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    height: 36px;
}

.col-body {
    padding-top: 20px;
    border-top: 1px solid #CECECE;
}


.product-categories {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20rem;
    background-color: #fff;
    overflow: auto;
    z-index: 2;
    display: none;
}

.product-categories .toggle-product-filter {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 8px;
}

.product-categories > .inner {
    padding: 1rem;
}

.product-categories .filter-action {
    position: sticky;
    bottom: 0;
    padding: 1rem;
    background-color: #fff;
}

.product-categories .filter-action .btn-blue {
    width: 100%;
    height: 40px;
}

.product-categories .product-category {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

.product-categories .product-category:last-child {
    border-bottom: 0;
}

.product-categories .product-category .toggle-category,
.product-categories .product-category .toggle-items-sub {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.product-categories .product-category .toggle-category > * {
    line-height: 0;
}

.product-categories .product-category .toggle-category .material-icons:nth-of-type(1),
.product-categories .product-category .items,
.product-categories .product-category.is-active .toggle-category .material-icons:nth-of-type(2) {
    display: none
}

.product-categories .product-category.is-active .toggle-category .material-icons:nth-of-type(1),
.product-categories .product-category.is-active .items {
    display: block;
}

.product-categories .more-categories.is-active > .toggle,
.product-categories .more-categories .cont {
    display: none;
}

.product-categories .more-categories.is-active .cont {
    display: block;
}

.product-categories .items-sub {
    display: none;
    padding-left: 15px;
}

.product-categories .item .toggle-items-sub {
    padding: 0;
    height: 20px;
}

.product-categories .item .toggle-items-sub .material-icons:nth-child(1),
.product-categories .item.is-active > .d-flex > .toggle-items-sub .material-icons:nth-child(2) {
    display: none;
}

.product-categories .item.is-active > .items-sub,
.product-categories .item.is-active > .d-flex > .toggle-items-sub .material-icons:nth-child(1) {
    display: block;
}

.products-toggles {
    border-bottom: 1px solid #CECECE;
}

.products-toggles > * {
    color: #1D2B33;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    user-select: none;
}

.products-toggles > *:first-child {
    border-right: 1px solid #CECECE;
}

.products-toggles .material-icons {
    font-size: 16px;
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .shop-navigation {
        padding-top: 15px;
    }

    .products-filter-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 84px;
        background-color: #fff;
        z-index: 4;
        -webkit-transition: transform 0.25s ease;
        -ms-transition: transform 0.25s ease;
        transition: transform 0.25s ease;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .products-filter-wrap.is-active {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: auto;
    }

    .products-filter-wrap .col-header {
        padding-bottom: 15px;
    }

    .products-filter-wrap .col-header .col-title {
        font-size: 16px;
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .shop-navigation .nav-item {
        margin-right: 35px;
    }
}

.clear-filter-wrap {
    line-height: 0;
}

.clear-filter {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .clear-filter-wrap {
        margin-bottom: 10px;
    }
}

.product-row {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}

.product-image.fit {
    width: 160px;
    height: 135px;
    text-align: center;
}

.product-image.fit.small {
    width: 60px;
    height: 60px;
}

.product-image .no-image {
    width: 135px;
    height: 135px;
    background-color: #f4f4f4;
    padding: 10px 15px;
}

.product-image .no-image img {
    opacity: 0.6;
}

.product-image .no-image-small {
    width: 60px;
    height: 60px;
    background-color: #f4f4f4;
    padding: 5px 10px;
}

.product-row .product-title {
    color: #1D2B33;
}

.product-row .product-title * {
    margin-bottom: 0;
}

.product-row .backorder-label {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    background-color: #e60943;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-right: 5px;
}

.product-row .product-sku,
.product-row .product-barcode {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.product-row .product-min-order {
    color: #69737C;
    font-weight: 500;
    margin-top: 10px;
}

.product-row .product-price {
    color: #69737C;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-row .product-stock {
    color: #A5CD5B;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.product-row .product-stock .out-of-stock {
    color: #e60943;
}

.product-row .product-stock .low-stock {
    color: #FF7903;
}

.out-of-stock-wrap {
    position: relative;
    cursor: default;
}

.out-of-stock-wrap .dialog {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 5px;
}

.out-of-stock-wrap:hover .dialog {
    display: block;
}

.out-of-stock-wrap .dialog > .inner {
    position: relative;
    padding: 10px 15px;
    background-color: #A5CD5B;
    color: #fff;
    text-align: left;
}

.out-of-stock-wrap .dialog > .inner:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #A5CD5B;
}

.product-row .add-to-favourite {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}

.product-row .add-to-favourite .show-on-active,
.product-row .add-to-favourite.is-active .hide-on-active {
    display: none;
}

.product-row .add-to-favourite.is-active .show-on-active {
    display: block;
}

.product-row .product-order-form,
.product-row .product-order-update-form {
    color: #69737C;
    font-weight: 500;
    margin-top: 20px;
}

.product-row .product-order-form .form-control.input-qty,
.product-row .product-order-update-form .form-control.input-qty {
    color: #1D2B33;
    font-weight: 500;
    border-radius: 0;
    border-color: #CECECE;
    width: 70px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    -moz-appearance: textfield;
}

.product-row .product-order-form .form-control.input-qty::-webkit-outer-spin-button,
.product-row .product-order-form .form-control.input-qty::-webkit-inner-spin-button,
.product-row .product-order-update-form .form-control.input-qty::-webkit-outer-spin-button,
.product-row .product-order-update-form .form-control.input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-row .product-order-form .btn,
.product-row .product-order-update-form .btn {
    font-size: 12px;
    min-width: 150px;
    height: 40px;
}

.get-product-details {
    cursor: pointer;
}

.order-details .product-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.order-details .product-row .reorder-product {
    color: #69737C;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.order-details .product-row .reorder-product .material-icons {
    margin-right: 3px;
}

.order-details .product-row .price-info {
    color: #69737C;
    font-weight: 500;
}

.order-details .product-row .price-info span:nth-of-type(1) {
    font-size: 14px;
    line-height: 16px;
}

.order-details .product-row .price-info span:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
}

.product-row .product-checkbox .fortis-checkbox {
    margin-right: 0;
}

.add-selected-products {
    font-size: 12px;
    min-width: 150px;
    height: 40px;
}

.products-wrap {
    position: relative;
}

.products-wrap .on-loading, .ajax-order-container .on-loading, .ajax-netstock-order-container .on-loading, .ajax-order-review-container .on-loading {
    display: none;
}

.products-wrap.is-loading .on-loading, .ajax-order-container.is-loading .on-loading, .ajax-netstock-order-container.is-loading .on-loading, .ajax-order-review-container.is-loading .on-loading {
    display: block;
}

.products-wrap.is-loading .products, .ajax-order-container.is-loading .order , .ajax-order-review-container.is-loading .order {
    opacity: 0.2;
}

.products-count {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.fortis-pagination .pagination-item {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.fortis-pagination > * {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    width: 2.5rem;
    height: 2.5rem;
}

.fortis-pagination > *:first-child {
    border-left: 1px solid #CECECE;
    border-radius: 0.25rem 0 0 0.25rem;
}

.fortis-pagination > *:last-child {
    border-right: 1px solid #CECECE;
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.fortis-pagination .pagination-item.is-active {
    color: #fff;
    background-color: #57B3E5;
}

.fortis-pagination .prev-next-link:first-child {
    border-right: 1px solid #CECECE;
}

.fortis-pagination .prev-next-link:hover,
.fortis-pagination a:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {

    .products-wrap .products .product-row:first-child,
    .products-wrap .products .product-row {
        border-top: 0;
        border-bottom: 0;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .products-wrap .products {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.product-details-wrap,
.product-availability-wrap,
.fullscreen-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.product-details-wrap.is-active,
.product-availability-wrap.is-active,
.fullscreen-popup.is-active {
    display: block;
}

.product-details-wrap .overlay,
.product-availability-wrap .overlay,
.fullscreen-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.product-details-wrap > .inner,
.product-availability-wrap > .inner,
.fullscreen-popup > .inner {
    width: 100%;
    height: 100%;
}

.product-details-wrap .product-details {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 520px;
    background-color: #fff;
    overflow: auto;
    z-index: 2;
}

.product-availability-wrap .product-availability,
.fullscreen-popup .content {
    position: relative;
    width: 90%;
    max-width: 960px;
    max-height: 90%;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
    z-index: 2;
}

.fullscreen-popup .content {
    max-width: 552px;
    padding: 40px 15px;
}

.product-details-wrap .close-text,
.fullscreen-popup .close-text {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
    border: 1px solid #CECECE;
    border-radius: 0.25rem;
    padding: 0.375rem 0.5rem;
    cursor: pointer;
    user-select: none;
    z-index: 3;
}

.product-details-wrap .close-text .material-icons {
    font-size: 30px;
}

.product-details-wrap .close-text .close-text-span {
    font-size: 10px;
    color: #222;
    display: block;
}

.product-availability-wrap .close-text {
    color: white;
    z-index: 2;
    text-align: right;
    width: 90%;
    max-width: 960px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.product-availability-wrap .product-availability,
.product-availability-wrap .close-text {
    max-width: 660px;
}

.product-details-wrap .product-details .on-loading {
    display: none;
    width: 100%;
    height: 200px;
    max-height: 100%;
}

.product-details-wrap.is-loading .product-details .on-loading {
    display: block;
}

.product-availability-wrap .product-availability > .inner {
    height: 100%;
    padding: 32px;
    overflow: auto;
}

.product-details-wrap .product-details > .inner {
    height: 100%;
    overflow: auto;
}

.product-details-wrap .product-details .product-row {
    padding: 75px 50px 0px;
}

.product-details-wrap .product-details .alternative-products {
    padding: 30px 50px;
    margin-top: 30px;
    background-color: #F7F7F7;
}

.product-details-wrap .product-details .alternative-products .alt-title {
    color: #57B3E6;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-details-wrap .product-details .alternative-products .alt-product {
    padding: 10px 0 15px;
    border-bottom: 1px solid #CECECE;
}

.product-details-wrap .product-details .alternative-products .alt-product h6 {
    margin-bottom: 3px;
}

.product-details-wrap .product-details .alternative-products .alt-product .product-price {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.product-details-wrap .product-details .product-row,
.product-availability-wrap .product-availability .product-row {
    border: 0;
}

.product-details-wrap .product-details .product-description {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #CECECE;
}

.product-details-wrap .product-details .product-description p {
    font-size: 1rem;
    line-height: 1.5;
}

.product-details-wrap .chart-label .item {
    font-size: 10px;
}

.product-availability .availability-title,
.fullscreen-popup .popup-title {
    color: #1D2B33;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.product-availability .availability-subtitle,
.fullscreen-popup .popup-subtitle {
    color: #D42F48;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-availability p,
.fullscreen-popup p {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.fullscreen-popup p {
    color: #69737C;
}

.product-availability .product-order-form .btn-blue,
.product-availability .product-order-update-form .btn-blue {
    width: auto;
    padding: 14px 20px;
    margin: 32px auto 0;
}

.fullscreen-popup .btn-red,
.fullscreen-popup .btn-green {
    width: 120px;
    border-radius: 4px;
    margin-top: 20px;
}

.fullscreen-popup .btn-red {
    margin-right: 10px;
}

.product-availability-wrap .product-availability .small-important,
.fullscreen-popup .small-important {
    color: #CD5B5B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 10px;
}

/** ACCOUNT NAVIGATION **/
.col-body .account-navigation {
    min-width: 260px;
}

.col-body .account-navigation li {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 10px;
}

.col-body .account-navigation a .material-icons {
    position: absolute;
    font-size: 18px;
    left: -9px;
}

.account-navigation a {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.account-navigation a:hover {
    text-decoration: none;
}

.account-navigation a .show-on-active,
.account-navigation .is-active a .hide-on-active {
    display: none;
}

.account-navigation .is-active a {
    color: #1D2B33;
}

.account-navigation .is-active a .show-on-active {
    display: block;
}

.go-back {
    color: #69737C;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.go-back:hover {
    text-decoration: none;
}

.spin-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height:100vh;
}

.spin-wrapper > * {
    height: 60px;
    width: 60px;
}

.spin-wrapper .spinner {
    border: 3px solid transparent;
    border-top-color: #A04668;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-radius: 50%;
}

.spin-wrapper .spinner:before {
    border-top-color: #254E70;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    animation: spin 3s linear infinite;
}

.spin-wrapper .spinner:after {
    border-top-color: #FFFBFE;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.address-item {
    color: #69737C;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CECECE;
}

.address-item strong {
    color: #1D2B33;
    font-weight: 500;
}

.address-row {
    color: #69737C;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CECECE;
}

.address-row .actions {
    margin-top: 15px;
}

.address-row .actions a:hover {
    text-decoration: none;
}

.address-row .actions .btn {
    margin-top: 5px;
}

.cart-items {
    margin-bottom: 30px;
}

.cart-items .product-row:first-child {
    border-top: 0;
}

.qty-control {
    border: 1px solid #CECECE;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.qty-control input {
    color: #1D2B33;
    -webkit-appearance: none;
    border: 0;
    text-align: center;
    width: 100%;
    background-color: transparent;
}

.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


.qty-control input:focus {
    outline: none;
}

.qty-control .qty-increase,
.qty-control .qty-decrease {
    color: #69737C;
    padding: 0.375rem 0.5rem;
    cursor: pointer;
    user-select: none;
}

.cart-items .product-row .form-control.input-qty {
    color: #69737C;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
}

.cart-items .remove-cart-item {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    cursor: pointer;
}

.cart-items .remove-cart-item:hover {
    color: #CD5B5B;
    text-decoration: none;
}

.remove-order-item {
    cursor: pointer;
    user-select: none;
}

.cart-actions {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.cart-actions a {
    color: inherit;
}

.cart-actions a:hover {
    text-decoration: none;
}

.cart-actions .material-icons {
    margin-right: 5px;
}

.cart-actions .clear-cart .material-icons {
    color: #CD5B5B;
}

@media screen and (min-width: 768px) {
    .cart-price-rows {
        max-width: 360px;
    }
}

.price-row {
    color: #1D2B33;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.price-row span:nth-child(1) {
    color: #69737C;
    font-size: 0.75rem;
}

.price-row-total span:nth-child(2) {
    font-weight: 600;
}

.order-history-row {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CECECE;
}

.order-history-row:first-child {
    padding-top: 0;
}

.order-history-row .date {
    color: #1D2B33;
}

.order-history-row .status a {
    color: #69737C;
}

.order-history-row .status a:hover {
    color: inherit;
    text-decoration: none;
}

.order-history-row .status .material-icons + span {
    margin-left: 10px;
}

.order-history-row .status.Processing a {
    color: #57B3E6;
}

.order-history-row .status.Processing .material-icons {
    color: #4859A7;
}

.order-history-row .status.Complete .material-icons {
    color: #A5CD5B;
}

.order-history-row .order-status-row {
    overflow: hidden;
}

.order-history-row .order-status-row .stage {
    position: relative;
}

.order-history-row .order-status-row .stage:after {
    content: '';
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #69737C;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.order-history-row .order-status-row .stage.is-active:after {
    background-color: #57B3E6;
    border-color: #57B3E6;
}

.order-history-row .order-status-row .stage:before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: 7px;
    width: 100vw;
    height: 1px;
    background-color: #69737C;
    z-index: 0;
}

.order-history-row .order-status-row .stage.is-active {
    z-index: 2;
}

.order-history-row .order-status-row .stage.is-active:before {
    background-color: #57B3E6;
    height: 3px;
    bottom: 6px;
}

.order-history-row .order-status-row .stage:first-child {
    z-index: 3;
}

.order-history-row .order-status-row .stage:first-child:before {
    height: 5px;
    bottom: 5px;
    background-color: #fff;
}

.order-history-row .order-status-row .stage span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .order-history-row .status {
        width: 230px;
    }
}

@media screen and (min-width: 768px) {
    .order-history-row .date {
        width: 155px;
        padding-right: 0;
    }

    .order-history-row .order-number {
        width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 767px) {
    .order-history-row .date {
        width: 120px;
    }

    .order-history-row .order-number {
        width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.order-address-info {
    color: #69737C;
    font-weight: 500;
}

.ErrorPage .footer.with-nav {
    display: none;
}

.error-page-wrap {
    position: relative;
    height: calc(100vh - 84px);
}

.error-page-wrap .inner-wrap {
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
}

.error-page-wrap .bg-holder {
    background-position: bottom center;
}

.error-page-wrap .error-code {
    font-size: 200px;
    line-height: 235px;
    font-weight: 700;
}

.error-page-wrap .error-message {
    font-size: 30px;
    font-weight: 500;
}

.error-page-wrap .footer {
    background-color: #D8D8D8;
}

.response-message {
    color: #A5CD5B;
    font-weight: 500;
}

.response-message.is-error {
    color: #e60943;
}

.checkout-stages {
    max-width: 900px;
    overflow: hidden;
}

.checkout-stages .stage {
    position: relative;
}

.checkout-stages .stage span {
    color: #69737C;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.checkout-stages .stage.is-active span {
    color: #57B3E6;
}

.checkout-stages .stage:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #69737C;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.checkout-stages .stage.is-active:before {
    background-color: #57B3E6;
    border-color: #57B3E6;
}

.checkout-stages .stage:after {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 14px;
    width: 100vw;
    height: 1px;
    background-color: #69737C;
    z-index: 0;
}

.checkout-stages .stage.is-active {
    z-index: 2;
}

.checkout-stages .stage.is-active:after {
    background-color: #57B3E6;
    height: 3px;
    top: 13px;
}

.checkout-stages .stage:first-child {
    z-index: 3;
}

.checkout-stages .stage:first-child:after {
    height: 5px;
    top: 12px;
    background-color: #fff;
}

.checkout-address {
    max-width: 420px;
}

.checkout-address h5 {
    color: #1D2B33;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-address p {
    color: #69737C;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout-step-summary label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.order-summary.is-loading,
.cart-wrap.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

.order-summary-items .cart-item-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

.order-summary-items .product-title,
.order-summary-items .product-total {
    color: #1D2B33;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.order-summary-items .product-sku,
.order-summary-items .product-barcode,
.order-summary-items .product-qty {
    color: #69737C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.order-summary-items .backorder-label {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    background-color: #ff0000;
    text-transform: uppercase;
    padding: 2px 5px;
}

.order-summary-price .order-subtotals {
    color: #1D2B33;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CECECE;
}

.order-summary-price .order-subtotals > * {
    margin-bottom: 10px;
}

.order-summary-price .order-subtotals > *:last-child {
    margin-bottom: 0;
}

.order-confirmation {
    text-align: center;
    min-height: 210px;
}

.order-confirmation .confirmation-title {
    display: block;
    color: #A5CD5B;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.order-confirmation h4 {
    color: #1D2B33;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

.order-confirmation p {
    color: #69737C;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.order-confirmation .checkout-actions .btn-blue {
    min-width: 12.5rem;
}

.checkout-step form {
    display: none;
}

.checkout-actions .btn-blue {
    min-width: 7.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
}

.checkout-actions a:hover {
    text-decoration: none;
}

.fortis-table {
    font-size: 12px;
    line-height: 12px;
}

.fortis-table thead th {
    color: #69737C;
    font-weight: 500;
    vertical-align: middle;
    border-bottom-width: 0;
}

.fortis-table tbody td {
    color: #69737C;
}

.flag-dangerous {
    color: #CD5B5B;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.flag-dangerous .material-icons {
    color: #CD5B5B !important;
    font-size: 14px;
    margin-right: 5px;
}

.flag-cold {
    color: #0BAEFF;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.flag-cold svg {
    margin-right: 5px;
}

.special-product-message p {
    font-size: 12px;
    margin-bottom: 0;
}

.special-product-message.dangerous span,
.special-product-message.dangerous p {
    color: #CD5B5B;
}

.special-product-message.dangerous .material-icons {
    font-size: 14px;
    line-height: 20px;
}

.special-product-message.cold p {
    color: #0BAEFF;
}

.special-product-message.cold svg {
    margin-top: 3px;
    margin-right: 5px;
}

.promo-info-link:hover {
    text-decoration: none;
}

.promo-info-link .info-label {
    color: #57B3E6;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}

.promo-info-link .info-icon {
    width: 20px;
    height: 20px;
    background-color: #57B3E6;
    text-align: center;
    margin-left: 5px;
}

.promo-info-link .info-icon span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
}

.product-promotions .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CECECE;
}

.product-promotions .item:first-child {
    padding-top: 0;
}

.product-promotions .item h6 {
    margin-bottom: 0;
}

.product-promotions .item a:hover {
    text-decoration: none;
}

.product-promotions .item .icon {
    width: 40px;
    height: 40px;
    background-color: #57B3E6;
    text-align: center;
}

.product-promotions .item .icon .material-icons {
    display: block;
    line-height: 40px;
    color: #fff;
}

.no-product-alert {
    background-color: #f7f7f7;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #757575;
}
.no-product-message {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #69737C;
}

.order-total-confirmation {
    border: 1px solid #cecece;
    padding: 15px 20px;
    margin-top: 25px;
}

.order-total-confirmation span {
    color: #57b3e6;
}

.order-total-confirmation p {
    color: #69737C;
    margin-bottom: 0px;
}

.order-total-confirmation p:first-child {
    color: #1d2b33;
}

.order-total-confirmation .btn {
    padding: 6px 25px;
    margin-top: 15px;
}

.invoice-wrap-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: -100;
}

.invoice-wrap {
    padding: 40px 25px;
}

.invoice-wrap .invoice-brief {
    border: 1px solid #000;
    padding: 3px 15px;
}

.invoice-wrap h6 {
    font-size: 14px;
}

.invoice-wrap .table {
    border-bottom: 1px solid #dee2e6;
}

.invoice-wrap .fortis-table th {
    padding: 10px 0;
    border-top-width: 0px;
    text-align: right;
    page-break-after: always;
}

.invoice-wrap .fortis-table td {
    padding-left: 0;
    padding-right: 0;
    color: #000;
    font-weight: 500;
    text-align: right;
}

.invoice-wrap .fortis-table th:first-child,
.invoice-wrap .fortis-table td:first-child {
    text-align: left;
}

.invoice-wrap .fortis-table td:last-child {
    font-weight: 700;
}

.invoice-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: none;
}

.invoice-preview.is-visible {
    display: block;
}

.invoice-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}

.invoice-preview > .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.invoice-preview .preview-wrap {
    position: relative;
    background-color: #fff;
    width: 825px;
    height: 80%;
}

.invoice-preview .invoice-preview-action {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.invoice-preview .invoice-preview-action .btn-print {
    padding: 10px 20px;
}

.invoice-preview .invoice-preview-action .close-invoice {
    width: 36px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
}

.invoice-preview .invoice-wrap {
    max-height: 100%;
    overflow: auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .quick {
        max-width: 150px;
    }
}

@media screen and (min-width: 992px) {
    .half-content-half-image > .row {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.half-content-half-image .content-area-wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}

.half-content-half-image .content-area {
    overflow-y: auto;
}

.half-content-half-image .content-area h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.half-content-half-image .content-area h4 a {
    color: #57B3E6;
}

.half-content-half-image .content-area h6 {
    font-size: 12px;
    line-height: 16px;
}

.half-content-half-image .content-area h6 a {
    color: #1D2B33;
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 600px) and (max-height: 600px) {
    .login-page-wrap .header.is-absolute {
        position: relative;
    }

    .login-page-wrap .header .actions:after {
        background-color: black;
    }

    .login-page-wrap .header .toggle-menu > div, .login-page-wrap .header .toggle-menu > div:before, .login-page-wrap .header .toggle-menu > div:after {
        background-color: black;
    }

    .login-page-wrap .footer {
        position: relative;
    }

    .login-page-wrap .col-auto {
        color: black;
    }
}

@media screen and (max-width: 992px) {
    .login-page-wrap .header.is-absolute {
        position: relative;
    }

    .login-page-wrap .header .actions:after {
        background-color: black;
    }

    .login-page-wrap .header .toggle-menu > div, .login-page-wrap .header .toggle-menu > div:before, .login-page-wrap .header .toggle-menu > div:after {
        background-color: black;
    }

    .login-page-wrap .footer {
        position: relative;
    }

    .login-page-wrap .col-auto {
        color: black;
    }

    .shop-navigation .nav-item:last-child {
        margin-right: 35px;
    }
}

.new-product-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 0 10px;
}

.shop-navigation-wrap {
    height: auto !important
}

@media screen and (max-width: 992px) {
    .products-filter-wrap {
        margin-top: 15px;
    }
}

.mobile-products-sort-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    background-color: #fff;
    border: 1px solid #CECECE;
    width: calc(100% + 2px);
    z-index: 2;
}

.mobile-products-sort-options.is-active {
    display: block;
}

.mobile-products-sort-options .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.mobile-products-sort-options .inner {
    position: relative;
    z-index: 2;
}

.mobile-products-sort-options .item {
    padding: 10px;
    border-bottom: 1px solid #CECECE;
}

.mobile-products-sort-options .item:last-child {
    border-bottom: 0;
}

.mobile-products-sort-options .item.selected {
    background-color: #eee;
}

.pagination {
    justify-content: center;
    margin-top: 25px;
}

.pagination .page-number, .pagination .nav {
    color: #69737C;
    font-size: 12px;
    width: 22px;
    height: 22px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
    border: 1px solid #CECECE;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .nav {
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.pagination .page-number:hover {
    text-decoration: none;
}

.pagination .page-number.current {
    color: #fff;
    background-color: #57B3E6;
    border-color: #57B3E6;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4859A7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #4859A7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: unset;
    }
}

.fortis-table td {
    width: 0
}

.return-request-form {
    padding-bottom: 80px;
}

.return-request-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.return-request-form .col-md-8,
.return-request-form .col-md-6,
.return-request-form .col-md-2,
.return-request-form .col-12,
.return-request-form .col-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.return-request-form h5 {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.return-request-form label {
    color: #69737C;
    font-weight: 500;
}

.return-request-form p {
    color: #6C757D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.return-request-form .input-wrap {
    position: relative;
    margin-bottom: 10px;
}

.return-request-form .input-wrap svg {
    position: absolute;
    right: 10px;
    top: 18px;
    pointer-events: none;
}

.return-request-form .input-wrap input,
.return-request-form .input-wrap textarea {
    display: block;
    width: 100%;
    border: 1px solid #cecece;
    color: #6c757d;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 16px 10px;
    resize: none;
}

.impersonating-status {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    color: #fff;
    background-color: #e60943;
    padding: 0.25rem 1rem 0.5rem
}

.impersonating-status .btn {
    font-size: 12px;
    padding: 2px 5px;
}

.impersonating .header {
    top: 38px;
}

.impersonating .main {
    margin-top: 38px;
}

.btn.add-product-note {
    min-width: unset;
    min-height: unset;
}

/*map section*/
.space-20px {
    width: 100%;
    display: flex;
    padding-top: 20px;
}

.map-legend li {
    position: relative;
    padding-left: 56px;
    align-items: center;
    margin-top: 20px;
}

.map-legend h5 {
    color: #1D2B33;
    font-weight: 600;
    margin-bottom: 5px;
}

.map-legend p {
    color: #69737C;
}

.map-legend li .icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.map-image {
    margin-top: 140px;
}

@media screen and (min-width: 992px) {
    .map-image {
        margin-top: 0;
        max-width: 120%;
    }
}

.user-header {
    position: relative;
    /*background-color: #F4F4F4;*/
    padding: 30px 20px 20px;
    z-index: 11;
}
.ProductCategory .user-header{
    /*padding-top: 40px;*/

}

.team-info {
    color: #1D2B33;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
}

.user-header .team-info svg {
    margin-left: 20px;
}

.icon-link {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background-color: #fff;
    padding: 6px 10px;
    margin-right: 8px;
}

.icon-link svg {
    margin-right: 10px;
}

.icon-link:hover {
    text-decoration: none;
}

.cart-quickview {
    color: #69737C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 12px;
}

.cart-quickview svg {
    margin-right: 10px;
}

.cart-quickview a {
    color: inherit;
}

.cart-quickview a:hover {
    text-decoration: none;
}

.user-main {
    position: relative;
    left: 280px;
    width: calc(100% - 280px);
    /*notification banner deduct*/
    min-height: calc(100vh - 65px);
    background-color: #F4F4F4;
}

.user-main .content-container article > h1 {
    display: none;
}
.user-main.fadeout .user-header{
    z-index: 0;
}
.user-main.fadeout:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.MyOrders .user-main {
    padding-bottom: 1.5rem;
}

.team-selector .list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 7px -1px #ccc;
    z-index: 10;
}

.team-info:hover .list {
    display: block;
}

.team-selector .list .item {
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}

.team-selector .list .item:hover {
    background-color: #f4f4f4;
}

.user-side-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    padding: 40px 10px 20px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    z-index: 3;
}

.user-side-nav .menu .logo {
    margin-bottom: 40px;
    margin-left: 10px;
}

.user-side-nav .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-side-nav .menu ul li svg path {
    stroke: #69737C;
}

.user-side-nav .menu .block-title {
    color: #69737C;
    text-transform: uppercase;
    padding-top: 16px;
    display: flex;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.user-side-nav .menu ul a {
    color: #69737C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 12px 10px;
}

.user-side-nav .menu ul a:hover {
    text-decoration: none;
}
.svg-alternate-icon{
    max-width: 20px;
}
.user-side-nav .menu ul svg, .svg-alternate-icon {
    margin-right: 10px;
}

.user-side-nav .menu ul li {
    border-radius: 4px;
}

.user-side-nav .menu ul a:hover svg path,
.user-side-nav .menu ul li.is-active svg path {
    stroke: #1D2B33;
}

.user-side-nav .menu ul a:hover,
.user-side-nav .menu ul li.is-active a {
    color: #1D2B33;
    background-color: #f4f4f4;
}

.stick-to-top {
    position: sticky;
    top: 20px;
}

.w-small {
    width: 320px;
}

.px-small {
    padding-left: 20px;
    padding-right: 20px;
}

.box {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.box.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

.box .box-title {
    color: #1D2B33;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.box .box-description {
    color: #69737C;
}

.box.summary .value {
    color: #57B3E5;
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
}

.box.summary .label {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.box.summary .btn-blue {
    padding: 9px 16px;
    margin-top: 10px;
}

.box.cart .in-cart {
    margin-left: -16px;
    margin-right: -16px;
    max-height: 380px;
    overflow-y: auto;

}

.box-tabs a:hover {
    text-decoration: none;
}

.box-tabs .item {
    color: #69737C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    background-color: #EDEDED;
    border: 1px solid #F4F4F4;
    cursor: pointer;
}

.box-tabs .item.is-active {
    background-color: #fff;
}

.box-tabs + .box {
    border-radius: 0 8px 8px 8px;
}

.has-advance-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.has-advance-price img {
    margin-top: -2px;
    margin-left: 2px;
    max-width: 16px;
}

.tooltip-msg {
    visibility: hidden;
    position: absolute;
    top: -45px;
    right: -15px;
    visibility: hidden;
    position: absolute;
    width: max-content;
    border: 1px solid #CECECE;
    background-color: #fff;
    padding: 6px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tooltip-msg:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #CECECE;
    background-color: #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translateX(-50%);
}

.has-advance-price:hover .tooltip-msg {
    visibility: visible;
}

.w-small .box.cart .in-cart {
    /*when visible the tooltip works but scroll fails
    but we need scroll to work, so remove visible (this will cause first item tooltip
    */
    /*overflow: visible;*/

}

.box.cart .in-cart .item {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

.box.cart .in-cart .item > .inner {
    padding: 0 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CECECE;
}

.box.cart .in-cart .item .photo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.box.cart .action {
    position: relative;
    /* box-shadow: 0px -30px 40px 20px #fff; */
}

.box.cart .action .btn-blue {
    display: block;
    padding: 20px 0;
}

.box.icon-guide .item {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}

.box.icon-guide .item:last-child {
    margin-bottom: 0;
}

.box.icon-guide .item img {
    margin-right: 4px;
}

.box.icon-guide .item span {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.start-shopping-cta {
    background-color: #57B3E5;
    padding: 8px;
    border-radius: 8px;
}

.start-shopping-cta:hover {
    text-decoration: none;
}

.start-shopping-cta svg {
    margin-right: 10px;
}

.start-shopping-cta span {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.qty-inline span {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.qty-inline input {
    color: #1D2B33;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    width: 30px;
    margin: 0 5px;
    border: 1px solid #CECECE;
    border-radius: 2px;
}

.box .tab-nav > div {
    color: #69737C;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
}

.box .tab-nav > div.is-active {
    color: #1D2B33;
    background-color: #F4F4F4;
}

.most-ordered-products .tab-nav > div {
    width: 140px;
    padding-left: 16px;
    padding-right: 16px;
}

.most-ordered-products .product {
    width: 100%;
}

.chart {
    background-color: #F4F4F4;
    border-radius: 8px 8px 0px 0px;
    padding-top: 80px;
    margin-top: 16px;
}

.chart .item {
    position: relative;
    width: 100%;
    padding: 0 1%;
}

.chart .item span {
    display: block;
    background-color: #A5CD5B;
    border-radius: 2px 2px 0px 0px;
    height: 100%;
}

.chart .item .value {
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #1D2B33;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

.chart-label {
    margin-top: 8px;
}

.chart-label .item {
    width: 100%;
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.product-portrait {
    text-align: center;
}

.product {
    position: relative;
}

.product .photo {
    width: 120px;
    height: 120px;
}

.product .photo .no-image {
    height: 100%;
    background-color: #f4f4f4;
    padding: 10px 15px;
}

.product-alternative .photo {
    width: 3.75rem !important;
    height: 3.75rem !important;
}

.product-order-review {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CECECE;
}

.product-order-review .photo {
    width: 2.5rem;
    height: 2.5rem;
}

.product-order-review .qty {
    color: #1D2B33;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: right;
}

.product-order-review .qty span {
    color: #69737C;
}

.product-details .photo {
    width: 20rem;
    height: 20rem;
}

.product .title {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 4px;
}

.product.long-term-oos {
    overflow: hidden;
    position: relative;
}

.product .long-oos {
    display: none
}

.product.long-term-oos .long-oos {
    background-color: #D42F48;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    display: flex !important;
    transform: rotate(-40deg);
    position: absolute;
    left: -30px;
    top: 30px;
    width: 170px;
    justify-content: center;
    padding: 2px;
    pointer-events: none;

}

.product.long-term-oos .product-checkbox {
    visibility: hidden;
    pointer-events: none;
}

.product .sku,
.product .barcode {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.product .barcode {
    margin-left: 0.5rem;
}

.product .price {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.product .price > .old-price {
    color: #D42F48;
    text-decoration: line-through;
}

.product .product-info svg {
    margin-left: 0.5rem;
}

.product .favourite {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.product .favourite .active,
.product .favourite.is-active .inactive {
    display: none;
}

.product .favourite.is-active .active {
    display: block;
}

.product .btn-blue.get-product-details {
    max-width: 162px;
    padding: 16px 20px;
    margin: 8px auto 0;
}

.product .eta {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.product .show-alt-products {
    color: #57B3E5;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 1rem;
    cursor: pointer;
}

.product .show-alt-products svg {
    margin-right: 0.25rem;
}

.show-alt-products + .alt-products {
    display: none;
}

.show-alt-products + .alt-products.is-active {
    display: block;
}

.product-content {
    margin-top: 1rem;
}

.product-content .title {
    cursor: pointer;
    user-select: none;
}

.product-content .title svg {
    transform: rotate(90deg);
}

.product-content.show-product-content .title svg {
    transform: rotate(-90deg);
}

.product-content .content a {
    color: #57B3E5;
}

.product-content .content p {
    color: #69737C;
}

.product-content:not(.show-product-content) > .content {
    display: none;
}

.product .order-chart {
    margin-top: 1rem;
}

.product .order-chart .info {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.product .order-chart .info strong {
    color: #1D2B33;
    font-weight: 600;
}

.product .order-chart .info .view-more {
    color: #57B3E5;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

.product .order-chart .chart-wrap {
    display: none;
    position: relative;
}

.product .order-chart .chart-wrap.is-active {
    display: block;
}

.product .order-chart .chart-wrap .close-chart {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    cursor: pointer;
}

.product-portrait .photo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.product-details .photo img,
.product-portrait .photo img {
    max-height: 100%;
    object-fit: contain;
}

.product-landscape {
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 8px;
}

.product-landscape .photo {
    margin-right: 16px;
}

.product-landscape .price-info {
    text-align: right;
}

.download-promo {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 8px;
    background-color: #FEC107;
    border-radius: 2px;
    margin-left: 4px;
}

.download-promo:hover {
    text-decoration: none;
    color: #fff;
}

.download-promo svg {
    margin: 0 !important;
}

.download-promo span {
    margin-left: 4px;
    margin-right: 4px;
}

.add-note,
.in-backorder {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #CECECE;
    border-radius: 2px;
}

.add-note.view-note {
    color: #fff;
    background-color: #A5CD5B;
    border-color: #A5CD5B;
}

.in-backorder {
    display: inline-block;
    color: #fff;
    background-color: #D42F48;
    border-color: #D42F48;
    padding: 0 5px;
}

.product .remove-from-cart {
    cursor: pointer;
}

.stock-info {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.stock-info svg {
    margin-right: 4px;
}

.stock-info span {
    color: #A5CD5B;
}

.stock-info .out-of-stock {
    color: #D42F48;
}

.fortis-form label,
.product-order-form label {
    display: block;
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

.fortis-form input,
.fortis-form textarea,
.fortis-form .dropdown-wrap,
.product-order-form input,
.product-order-form textarea,
.product-order-form .dropdown-wrap {
    position: relative;
    color: #1D2B33;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid #CECECE;
}

.fortis-form input[type="text"]:read-only,
.fortis-form textarea:read-only,
.fortis-form .dropdown-wrap:read-only,
.product-order-form input[type="text"]:read-only,
.product-order-form textarea:read-only{
    background-color: #f7f7f7;
    pointer-events: none;
}

.fortis-form .input-field,
.product-order-form .input-field {
    margin-right: 0.5rem;
}

.fortis-form input,
.fortis-form textarea,
.product-order-form input,
.product-order-form textarea {
    width: 100%;
}

.input-field .disabled[disabled] {
    color: rgba(105, 115, 124, 0.60);
}

.fortis-form textarea.disabled {
    color: #69737C;
    resize: none;
    border: 0;
    background-color: #F4F4F4;
}

.product-order-form .dropdown-wrap {
    padding: 0;
    padding-right: 1rem;
    position: relative;
}

.product-order-form .dropdown-wrap select {
    width: 100%;
    border: 0;
    padding: 0.625rem;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    cursor: pointer;
}

.product-order-form .dropdown-wrap select + svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-order-form .dropdown-wrap select:focus {
    outline: none;
}

.product-order-form .dropdown-wrap.disabled {
    border: 0;
    pointer-events: none;
}

.product-order-form .dropdown-wrap.disabled select {
    padding-left: 0;
    padding-right: 0;
}

.product-order-form .dropdown-wrap.disabled svg {
    display: none;
}

.product-order-form .input-qty {
    width: 3.75rem;
}

.product-order-form .input-qty:focus::placeholder {
    color: transparent;
}

.product-order-form .btn-blue {
    width: 100%;
    padding: 0.88rem;
}

.fortis-form .btn-blue {
    min-width: 7.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
}

.btn-blue .spinner-border,
.btn-blue.is-loading span {
    display: none;
}

.btn-blue.is-loading .spinner-border {
    display: inline-block;
}

.product-details .favourite,
.product-landscape .favourite {
    position: relative;
    margin-left: 1rem;
}

.product-cart,
.backorder-cart {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CECECE;
}

.product-cart:last-child,
.backorder-cart:last-child {
    border-bottom: 0;
}

.product-cart .photo,
.backorder-cart .photo {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
}

.product-cart .dropdown-wrap,
.backorder-cart .dropdown-wrap {
    position: relative;
    color: #1D2B33;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 0.375rem 0.625rem;
    border-radius: 0.25rem;
    border: 1px solid #CECECE;
}

.product-cart .dropdown-wrap select,
.backorder-cart .dropdown-wrap select {
    width: 100%;
    border: 0;
    padding-right: 1rem;
    -webkit-appearance: none;
}

.product-cart .dropdown-wrap select:focus,
.backorder-cart .dropdown-wrap select:focus {
    outline: none;
}

.product-cart-header {
    color: #69737C;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #CECECE;
    padding: 0.375rem 0;
}

.product-cart-header > *:nth-child(1),
.product-cart > div > *:nth-child(1),
.backorder-cart > div > *:nth-child(1) {
    padding-right: 1rem;
}

.product-cart-header > *:nth-child(2),
.product-cart > div > *:nth-child(2),
.backorder-cart > div > *:nth-child(2) {
    width: 20%;
    margin-right: 1rem;
}

.product-cart-header > *:nth-child(3),
.product-cart > div > *:nth-child(3),
.backorder-cart > div > *:nth-child(3) {
    width: 5.5rem;
    margin-right: 1rem;
}

.product-cart-header > *:nth-child(4),
.product-cart > div > *:nth-child(4),
.backorder-cart > div > *:nth-child(4) {
    width: 10%;
    padding-right: 1rem;
}

.product-cart-header > *:nth-child(5),
.product-cart > div > *:nth-child(5),
.backorder-cart > div > *:nth-child(5) {
    width: 2.25rem;
}

.editable-order .product-cart-header > *:nth-child(2),
.editable-order .product-cart > div > *:nth-child(2),
.editable-order .backorder-cart > div > *:nth-child(2) {
    width: 7rem;
}

.editable-order .product-cart-header > *:nth-child(3),
.editable-order .product-cart > div > *:nth-child(3),
.editable-order .backorder-cart > div > *:nth-child(3) {
    width: 7rem;
}

.editable-order .product-cart-header > *:nth-child(4),
.editable-order .product-cart > div > *:nth-child(4),
.editable-order .backorder-cart > div > *:nth-child(4) {
    width: 7rem;
    text-align: left;
}

.editable-order .product-cart-header > *:nth-child(5),
.editable-order .product-cart > div > *:nth-child(5),
.editable-order .backorder-cart > div > *:nth-child(5) {
    width: 5rem;
    margin-right: 1rem;
}

.editable-order .product-cart-header > *:nth-child(6),
.editable-order .product-cart > div > *:nth-child(6),
.editable-order .backorder-cart > div > *:nth-child(6) {
    width: 5rem;
    margin-right: 1rem;
    text-align: right;
}

.editable-order .product-cart-header > *:nth-child(7),
.editable-order .product-cart > div > *:nth-child(7),
.editable-order .backorder-cart > div > *:nth-child(7) {
    width: 1rem;
}

/*back-forward order*/


.back-forward-order .product-cart-header > *:nth-child(2),
.back-forward-order .product-cart > div > *:nth-child(2),
.back-forward-order .backorder-cart > div > *:nth-child(2) {
    width: 10%;
}

.back-forward-order .product-cart-header > *:nth-child(3),
.back-forward-order .product-cart > div > *:nth-child(3),
.back-forward-order .backorder-cart > div > *:nth-child(3) {
    width: 10%;
    /*width: max-content !important;*/
}


.back-forward-order .product-cart-header > *:nth-child(4),
.back-forward-order .product-cart > div > *:nth-child(4),
.back-forward-order .backorder-cart > div > *:nth-child(4) {

}

.back-forward-order .product-cart-header > *:nth-child(5),
.back-forward-order .product-cart > div > *:nth-child(5),
.back-forward-order .backorder-cart > div > *:nth-child(5) {
    width: 10%;
}

.back-forward-order .product-cart-header > *:nth-child(6),
.back-forward-order .product-cart > div > *:nth-child(6),
.back-forward-order .backorder-cart > div > *:nth-child(6) {
    text-align: left;
    width: 40%;
    max-width: 30%;
}

.back-forward-order .product-cart-header > *:nth-child(7),
.back-forward-order .product-cart > div > *:nth-child(7),
.back-forward-order .backorder-cart > div > *:nth-child(7) {
    width: 18%;
    margin-right: 1rem;
}
.back-forward-order .product-cart-header > *:nth-child(8),
.back-forward-order .product-cart > div > *:nth-child(8),
.back-forward-order .backorder-cart > div > *:nth-child(8) {
    width: 10%;
    margin-right: 1rem;
}

.back-forward-order .product-cart-header > *:nth-child(9),
.back-forward-order .product-cart > div > *:nth-child(9),
.back-forward-order .backorder-cart > div > *:nth-child(9) {
    width: 5%;
    min-width: 75px;
}

.back-forward-order .product-cart-header > *:nth-child(10),
.back-forward-order .product-cart > div > *:nth-child(10),
.back-forward-order .backorder-cart > div > *:nth-child(10) {
    width: 10%;
    text-align: right
}

.back-forward-order .product-cart-header > *:nth-child(11),
.back-forward-order .product-cart > div > *:nth-child(11),
.back-forward-order .backorder-cart > div > *:nth-child(11) {
    width: 10%;
    text-align: right
}

.back-order-container .arrival-date-column{
    display: none;
}
.forward-order-container .eta-column{
    display: none;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage-outer .owl-item {
    display: inline-block;
    vertical-align: top;
}

.owl-loaded .disabled {
    display: none;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: bottom;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    margin-left: 4px;
    margin-right: 4px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cecece;
    margin: 0 auto;
}

.owl-dots .owl-dot.active span {
    background-color: #57B3E5;
    width: 8px;
    height: 8px;
}

.order {
    color: #1D2B33;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.order.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

.order .box-header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #CECECE;
}

.order .number,
.order .status {
    color: #69737C;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.order .number strong {
    color: #1D2B33;
}

.order .status.Complete strong {
    color: #A5CD5B;
}

.order .status.Processing strong {
    color: #FEC107;
}

.order .input-field {
    width: 100%;
}

.packing-status {
    color: #69737C;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.packing-status strong {
    display: block;
    color: #1D2B33;
    font-weight: 600;
}

.status-visual {
    position: relative;
    margin: 0 10%;
    overflow: hidden;
}

.status-visual:before,
.status-visual:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #A5CD5B;
    position: absolute;
    bottom: 5px;
}

.status-visual:before {
    left: 0;
}

.status-visual:after {
    right: 0;
}

.status-visual > div {
    color: #1D2B33;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.status-visual .point {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A5CD5B;
    margin-left: auto;
    margin-right: auto;
}

.status-visual > div:nth-child(2) {
    z-index: 2;
}

.status-visual > div:nth-child(1) .point:before,
.status-visual > div:nth-child(3) .point:before {
    content: '';
    display: block;
    width: 300%;
    height: 12px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.status-visual > div:nth-child(1) .point:before {
    right: 100%;
}

.status-visual > div:nth-child(3) .point:before {
    left: 100%;
}

.status-visual.t0:before,
.status-visual.t0:after,
.status-visual.t0 > div:nth-child(1) .point,
.status-visual.t0 > div:nth-child(2) .point,
.status-visual.t0 > div:nth-child(3) .point {
    background-color: #CECECE;
}

.status-visual.t1:before,
.status-visual.t1:after,
.status-visual.t1 > div:nth-child(2) .point,
.status-visual.t1 > div:nth-child(3) .point {
    background-color: #CECECE;
}

.status-visual.t2:after,
.status-visual.t2 > div:nth-child(3) .point {
    background-color: #CECECE;
}

.status-visual.t1 > div:nth-child(2),
.status-visual.t1 > div:nth-child(3) {
    color: #69737C;
}

.status-visual.t2 > div:nth-child(3) {
    color: #69737C;
}

.order-details-header .disabled {
    opacity: 0.5;
}

.order-details-header .btn-blue:nth-child(2) {
    color: #69737C;
    border-color: #CECECE;
}

.order-details-header .packing-status {
    width: 120px;
}

.order-line-items {
    display: none;
    padding-top: 1.25rem;
}

.is-active .order-line-items {
    display: block;
}

.is-active .order-line-items .product {
    border-bottom: 0;
}

.backorder-group:nth-child(2n + 1),
.order-line-items > .product:nth-child(2n + 1) {
    background-color: #F4F4F4;
    border-radius: 8px;
}

.order-line-items .product-cart-header > *:nth-child(1),
.order-line-items .product-cart > div > *:nth-child(1) {
    padding-left: 0.5rem;
}

.order-line-items .product-cart-header > *:nth-child(4),
.order-line-items .product-cart > div > *:nth-child(4) {
    padding-right: 0.5rem;
}

.order-details-header .toggle-order-line-items {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box.is-active .order-details-header .toggle-order-line-items {
    transform: rotate(180deg);
}

.backorder-group.multiple .product:nth-child(n+2) .photo {
    opacity: 0;
}

.order-total:not(.input-field) {
    text-align: right;
}

.order-total span {
    display: block;
}

.order-total span:first-child {
    padding-top: 14px;
    padding-bottom: 8px;
}

.order-total span:last-child {
    border-top: 1px solid #CECECE;
    margin-top: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.order-total .label span {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 1rem;
}

.order-total .value span {
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 0.5rem;
}

.order-total .value span:last-child {
    font-weight: 600;
}

.filtered-values .item {
    color: #1D2B33;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    padding: 6px 8px;
    background-color: #CECECE;
    border: 1px solid #CECECE;
    border-radius: 4px;
    margin-right: 0.5rem;
}

.filtered-values .item.clear-filter {
    color: #D42F48;
    background-color: transparent;
    border: 1px solid #D42F48;
    cursor: pointer;
}

.filtered-values .item .remove-filter {
    line-height: 0;
    cursor: pointer;
}

.warn-dangerous-goods svg {
    margin: 0 !important;
}

.warn-dangerous-goods p {
    color: #D42F48;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    margin-left: 4px;
}

.discontinued .stripe,
.new-product .stripe {
    position: absolute;
    top: 30px;
    left: -30px;
    background-color: #D42F48;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    transform: rotate(-45deg);
    padding: 0 30px;
    z-index: 2;
}
.exclusive-product .stripe {
    position: absolute;
    top: 21px;
    left: -42px;
    background-color: #57B3E5;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    /*font-weight: 500;*/
    transform: rotate(-45deg);
    padding: 0 35px;
    z-index: 2;
}

.discontinued {
    background-color: rgba(255, 255, 255, 0.50);
    overflow: hidden;
}

.discontinued > div {
    padding-left: 30px;
}

.new-product,.exclusive-product {
    overflow: hidden;
}

.new-product .stripe{
    background-color: #57B3E5;
    top: 15px;
    left: -25px;
    padding: 0 35px;
}


.note-area {
    display: none;
    margin-top: -0.75rem;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 1rem;
}

.note-area.is-active {
    display: block;
}

.note-area textarea {
    border: 0;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1D2B33;
    width: 100%;
}

.note-area textarea:focus {
    outline: none;
}

.note-area button {
    text-transform: none;
    padding: 12px 8px;
    font-weight: 500;
}

.order-line-items .note-area {
    border: 1px solid #F4F4F4;
    background-color: #fff;;
}

.order-line-items .note-area textarea {
    background-color: #fff;
    font-size: 12px;
}

.clinic-list .item {
    font-size: 14px;
}

.clinic-list .item:nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #CECECE;
}

.toggle-switch {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.toggle-switch span:first-child {
    color: #1D2B33;
}

.toggle-switch div {
    position: relative;
    width: 32px;
    height: 20px;
    border: 1px solid #CECECE;
    border-radius: 100px;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
}

.toggle-switch div:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #A5CD5B;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
}

.toggle-switch.is-active div:after {
    left: calc(100% - 17px);
}

.toggle-switch.is-active span:first-child {
    color: #69737C;
}

.toggle-switch.is-active span:last-child {
    color: #1D2B33;
}

/*==user guide*/
.mb-40 {
    margin-bottom: 40px;
}

.sidebar {
    padding: 30px 30px 15px 30px;
    background-color: #F4F4F4;
}

.sidebar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.sidebar-title {
    color: #69737C;
    font-weight: 500;
    padding-bottom: 15px;
}

.sidebar-title span svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar.show .sidebar-title span svg {
    transform: rotate(180deg);
}

.sidebar-content {
    padding-bottom: 15px;
    border-top: 1px solid #CECECE;
}

.sidebar-item {
    margin-top: 20px;
}

.sidebar-item .block-title {
    color: #1D2B33;
    font-weight: 500;
    cursor: pointer;
}

.sidebar-item .block-item a {
    margin-top: 15px;
    color: #69737C;
    margin-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-item .block-item a.active {
    color: #1D2B33;
    font-weight: 500;
}

.user-content-wrapper .content {
    margin-top: 40px;

}

.user-content-wrapper .content p, .user-content-wrapper .content span, .user-content-wrapper .content li {
    color: #69737C;
    font-weight: 400;
}

.user-content-wrapper .content table {
    width: 100%;
}

.user-content-wrapper .content table, .user-content-wrapper .content td {
    border: 1px solid #CECECE;

}

.user-content-wrapper .content tbody > tr:first-child {
    color: #1D2B33;
    font-weight: 600;
    background-color: #F4F4F4;
}

.user-content-wrapper .content td {
    padding: 10px 12px;
    color: #69737C;
}

.user-content-wrapper .content img {
    width: 100%;
    height: auto;
}

.user-content-wrapper .content li > ol {
    list-style-type: lower-alpha;
}

.user-content-wrapper .content div.embed {
    position: relative;
    width: 100% !important;
    padding-top: 56.66%;
    height: auto !important;
}

.user-content-wrapper .content div.embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .sidebar {
        margin-bottom: 50px;
    }

    .UserGuide .user-side-nav {
        display: none;
    }

    .UserGuide .user-main {
        width: 100%;
        left: 0;
    }
}

.position-sticky-bottom {
    position: sticky;
    bottom: 0;
}

.bg-light-grey {
    background-color: #F4F4F4;
}
.bg-light-red {
    background-color: #fad7d7;
}

.view-original-order {
    color: #69737C;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    margin-left: 10px;
}

/*==game*/
.game-details-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
}

.game-details-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.game-details-wrap.is-active {
    display: block;
}

.game-details-wrap > .inner {

}

.close-game-details.close-text {
    top: calc(5% + 40px);
    right: calc(5% + 40px);
    position: absolute;
    padding: 8px;
    z-index: 9;
    border: 1px solid #57B3E5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;

}

.game-details-wrap .game-details {
    position: fixed;
    top: 5%;
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 90%;
    background-color: #fff;
    overflow: auto;
    z-index: 2;

}

@media screen and (min-height: 768px) {
    .game-details-wrap .game-details {
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }
}

.game-availability {
    position: relative;
    width: 90%;
    max-height: 90%;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
    z-index: 2;
}

.game-details-wrap .inner {
    width: 100%;
}

.game-details-wrap .inner .intro, .game-details-wrap .inner .game-step-closing {
    padding: 120px;
}

.game-details-wrap .inner .content, .game-details-wrap .inner .content-wide {
    width: 100%;
    max-width: 1024px;
    /*background-color: #ddd;*/
    margin: 0 auto;
    display: flex;
}

@media screen and (min-height: 600px) {
    .game-screen.game-step-closing {
        height: 100%;
        align-items: center;
    }
}

@media screen and (max-height: 600px) {
    .game-details-wrap .inner .content, .game-details-wrap .inner .content-wide {
        height: 100%;
    }
}

.margin-auto {
    margin: auto;
}

.game-details-wrap .inner .content-wide {
    max-width: 100%;
}

.game-details-wrap .inner .content h4, .game-details-wrap .inner .content h5 {
    font-weight: 700;
}

.game-details-wrap .inner .content a {
    color: #69737C;
    text-decoration: underline;
}

.game-step-item .btn-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.game-step-item .btn-holder.active-block {
    background-color: rgba(0, 0, 0, 0);
}

.game-screen.content-wide {
    height: 100%;
    width: 100%;

}

.game-screen.content-wide.complete {
    height: auto;

}

.difference-dot {
    position: absolute;
    z-index: 1;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FF01F5;
    opacity: 0;
    background-color: #FF01F5;
}

.game-image.wrong-click {
    animation: flickerMob 0.5s;
}

@keyframes flickerMob {
    0% {
        box-shadow: 0px 0px 0px 0px #f00;
        transform: scale(1);
    }
    10% {
        transform: scale(1.005);
    }
    15% {
        box-shadow: 0px 0px 30px 0px #f00;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #f00;
        transform: scale(1);
    }
}

.hand {
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}

.start-block {
    padding: 40px;
    width: 100%;
}

.complete-block {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 120px;
}

.w-full {
    width: 100%;
}

.start-block .image-wrapper {
    min-height: calc(100% - 120px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.game-screen.complete .start-block {
    display: none;
}

.game-screen .complete-block {
    display: none;
}

.game-screen.complete .complete-block {
    display: flex;
}

.game-screen.complete .complete-block .summary img {
    width: 100% !important;
    height: auto !important;
}

.game-screen.complete .complete-block .summary div[thumbnail] {
    width: 100% !important;
    padding-top: 56.66%;
    position: relative;
}

.game-screen.complete .complete-block .summary div[thumbnail] > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.difference-image .difference-dot.disabled {
    opacity: 0.3 !important;
}

.pointer-event-none {
    pointer-events: none;
}

.max-w-contnet {
    width: fit-content;
}

.horizontal-promo {
    max-height: 320px;
    border-radius: 8px;
    overflow: hidden;
}

.horizontal-promo img {
    width: 100%;
    object-fit: cover;
}

/**
==notification banner
 */
.notification-banner {
    padding: 8px 40px 8px 8px;
    position: relative;
    background-color: #4558A7;
}

@media screen and (min-width: 1200px) {
    body > .notification-banner {
        max-width: calc(100% - 280px);
        margin-right: 0;
        margin-left: auto;
    }

}

.notification-banner .content p {
    line-height: 1.72;
}

.notification-banner .content * {
    color: #fff;
}

.notification-banner a {
    text-decoration: underline;
    color: #fff;
}

.close-notification-banner {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    padding: 2px;
}

.text-black {
    color: #000;
}

.underline {
    text-decoration: underline;
}

.form-register-account > .input-wrap:not(:last-child), .fortis-security-form fieldset > .input-wrap {
    margin-bottom: 10px;
}

.dashboard-no-order .h-screen {
    min-height: calc(100vh - 325px);
}

.dashboard-no-order .btn-blue {
    margin-top: 10px;
    width: 327px;
    height: 48px;

}

.no-order-message {
    padding: 50px;
    margin: 0 auto;

}

.quick-menu .btn-white {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.logged-profile {
    position: relative;
    cursor: pointer;
}

/*fix hover issue*/
.logged-profile:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: 40px;
    right: 0;
    z-index: 0;

}

.profile-option {
    display: none;
    list-style: none;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 8px 12px;
    width: 130%;
    background: #fff;
    box-shadow: 0px 0px 7px -1px #ccc;
    min-width: 205px;
}

.profile-option:hover {
    display: block;
}

.profile-option a {
    padding: 8px;
    font-size: 14px;
}

.profile-option a:hover svg path, .profile-option li.is-active a svg path {
    stroke: #D42F48;
}

.profile-option a:hover, .profile-option li.is-active a{
    color: #D42F48;
}

.logged-profile:hover .profile-option {
    display: block;

}

body.Home .user-header {
    z-index: 10;
}

.user-side-nav .team-info {
    padding: 12px 10px;
    background-color: rgba(69, 88, 167, 0.6);
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.user-side-nav .top-block {
    padding-bottom: 30px;
}

.gap {
    background-color: rgba(244, 244, 244, 1);
    width: 100%;
    display: flex;
    margin: 24px 0;
}
.line.gap {
    height: 1px;
}

.no-item-message {
    height: calc(100vh - 320px);
}


/*==order filter*/
.order-filter .sort-box {
    width: 265px;
}

.order-filter .order-search-input-wrap, .order-review-filter-wrap {
    width: calc(100% - 265px);
}

.order-search-input-wrap, .order-review-filter-wrap {
    position: relative;
}

.order-search-input-wrap .form-control, .order-review-filter-wrap .form-control{
    font-family: 'Poppins', sans-serif;
    color: #69737C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    max-width: 100%;
    height: auto;
    padding-top: 14px;
    padding-left: 38px;
    padding-bottom: 14px;
    border: 1px solid #CECECE;
    border-radius: 8px;
}


.order-search-submit {
    position: absolute;
    top: 50%;
    left: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    transform: translateY(-50%);
}

.order-search-submit:focus,
.order-search-submit:active {
    outline: none;
}

.order-search-submit span {
    color: #69737C;
    font-size: 20px;
    line-height: 44px;
}

/* NEW FROM HERE */
.form-control {
    height: auto;
}

.input-helper {
    color: #69737C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.fortis-dropdown {
    position: relative;
    color: #1D2B33;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.fortis-dropdown .label {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #CECECE;
    border-radius: 4px;
    z-index: 2;
    cursor: pointer;
}

.fortis-dropdown .options {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #CECECE;
    border-radius: 0px 0px 8px 8px;
    border-top: 0;
    z-index: 1;
}

.fortis-dropdown .options .item {
    padding: 8px 16px;
    font-weight: 500;
    cursor: pointer;
}

.fortis-dropdown .options .item .helper {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.fortis-dropdown .close-dropdown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fortis-dropdown.is-active .options,
.fortis-dropdown.is-active .close-dropdown {
    display: block;
}
/*

.hide-pricing .hide-pricing-element{
    display: none !important;
}


.hide-pricing .price,
.hide-pricing .order-total,
.hide-pricing .order-summary .summary-values,
.hide-pricing .order-summary-form .order-summary-price
{
    display: none !important;
}

    !*view only also have hide-order*!
.hide-order .hide-order-element{
    display: none !important;
}

.hide-order .products-wrap .product-checkbox,
.hide-order .ajax-order-container .status,
.hide-order .quick-menu .cart-block,
.hide-order .qty-control .qty-decrease,
.hide-order .qty-control .qty-increase,
.hide-order .backorder-group .product-checkbox,
.hide-order .place-backorder
    !*.hide-order .quick-menu .cart-block*!
{
    display: none !important;
}

!*to covert view only which have hide order but not hide pricing*!
.hide-order:not(.hide-pricing) .add-note{
    display: none !important;
}

.hide-order .qty-control {
    pointer-events: none;
    border: none !important;
}
*/

.mfa-app {
    min-width: unset !important;
}
.mfa-app .btn {
    border: 1px solid #57B3E5;
    border-radius: 4px;
    color: #57B3E5;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    min-width: 7.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
}
.mfa-app .mfa-action-list li {
    margin-right: 15px;
}
.mfa-app .mfa-action-list li:last-child {
    margin-right: 0;
}

.ajax-netstock-order-container button[disabled], .btn-netstock-order-process-single[disabled]{
    opacity: 0.5;
    pointer-events: none;
}

.content.error{
    color: #ff0000;
}
.content.success{
    color: #A5CD5B;
}
.netstock-order-list{
    display: grid;
    grid-auto-columns: max-content;
    grid-template-rows: 1fr;
    width: 100%;
    overflow-x: auto;
}
.netstock-order-list .item{
    font-size: 12px;
}
.netstock-orderlist-table .row > .col:nth-child(3){
    min-width: 175px;
    text-align: center;
}
.netstock-orderlist-table .row > .col:nth-child(4){
    min-width: 150px;
}
.netstock-orderlist-table .row > .col:nth-child(5){
    min-width: 150px;
}
.netstock-orderlist-table .row > .col:nth-child(6){
    min-width: 200px;
}
.netstock-orderlist-table .row > .col:nth-child(7){
    min-width: 150px;
}
.netstock-orderlist-table .row > .col:nth-child(8){
    min-width: 250px;
}
.netstock-orderlist-table .row > .col:nth-child(13){
    min-width: 150px;
    text-align: center;
}

.back-to-shop{
    min-width: 7.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
}

/*import order page*/
.import-order-page .user-header .team-info{
    visibility: hidden;
}

.import-order-page  .import-order-response .fortis-form{
    padding:0;
}
