/*ship same day*/
.ship-same-day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3A6DA8;
    color: #fff;
    padding: 0 15px;
/*    overflow: hidden;*/
}

.ship-same-day .left-div {
    position: relative;
    overflow: hidden;
    padding-right: 20px;
}

.ship-same-day .left-div > span:before {
    content: '';
    position: absolute;
    width: 364px;
    height: 24px;
    background-image: url(../img/icons/curve-line.png);
    left: 0;
    bottom: -2px;
}

.ship-same-day .left-div img {
    width: 40px;
    height: auto;
}

.ship-same-day .mid-div {
    position: relative;
    display: flex;
    align-items: center;
/*    height: 45px;*/
    height: 41px;
    overflow: hidden;
}

.ship-same-day .mid-div > span {
    display: inline-block;
    font-family: Almarai-Bold;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/*.ship-same-day .mid-div > span:first-child {
    margin-right: 10px;
}*/

.ship-same-day .mid-div .divider {
    display: inline-block;
    font-size: 23px;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
}

/*.ship-same-day .mid-div > span:last-child {
    margin-left: 10px;
}*/

.ship-same-day .mid-div > span:last-child a {
    text-decoration: none;
    color: #FDBC01;
}

.ship-same-day .mid-div > span:last-child a:hover {
    color: #fbc528;
    text-decoration: underline;
}

.ship-same-day .mid-div:before {
    content: '';
    width: 225px;
    height: 72px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: -10px;
    left: 0;
    right: 0;
    background-image: url(../img/icons/year-mid.png);
    z-index: 0;
}

.ship-same-day .ship-time {
    margin-left: 5px;
    color: #FDBC01;
}

.ship-same-day .right-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: Almarai-Regular;
}

.ship-same-day .right-div > span {
    display: flex;
    align-items: center;
}

.ship-same-day .right-div a {
    text-decoration: none;
    color: inherit;
}

.ship-same-day .cid {
    display: inline-block;
    min-width: 78.43px;
    min-height: 24px;
    background: #fff;
    color: #3A6DA8;
    font-family: Almarai-Bold;
/*    padding: 2px 3px;*/
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.ship-same-day .cid:after {
    opacity: 0;
    content: 'Copied';
    transition: all 0.18s ease-out 0.18s;
    text-indent: 0;
    font-family: Almarai-Regular;
    font-style: normal;
    font-size: 14px;
    background: #146EBE;
    background: #fff;
    color: #3A6DA8;
    border-radius: 7px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
/*    padding: .5em 1em;*/
    padding: 4px 10px;
    white-space: nowrap;
    position: absolute;
    z-index: 10;
    right: 8px;
    bottom: -35px;
}

.ship-same-day .cid:before {
    opacity: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #146EBE;
    border-bottom-color: #fff;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform-origin: bottom;
    transform: translate(-50%, 0);
    z-index: 11;
}

.ship-same-day .cid.clicked:after,
.ship-same-day .cid.clicked:before {
    opacity: 1;
}

/*.ship-same-day .cid.clicked:after {
    content: 'Copied';
    transition: opacity 500 ease-in-out;
}*/
/*end*/

/*header*/
header {
    background: #E8E8E8;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
}

.top-header .logo {
    padding-right: 20px;
}

.search-box {
    position: relative;
}

.top-header .search-box {
    width: calc(100% - 285px - 547px);
    padding: 0 15px;
}

.search-box .search-field {
    padding: 10px 45px 10px 15px;
}

/*temp*/
.search-box .search-button {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 30px;
    padding: 0;
    color: #B0BABF;
}

.header-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header-menu li {
    padding-right: 15px;
}

.top-header .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.top-header .contact-info a {
    text-decoration: none;
    color: #64748B;
    display: flex;
    flex-direction: column;
}

.top-header .contact-info a > span {
    display: inline-block;
    flex: 0 0 auto;
    text-align: center;
}

.top-header .contact-info .cb-label {
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #343A40;
}

.header-menu .info-buttons {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.header-menu .info-buttons a {
    text-decoration: none;
    color: #64748B;
}

.header-menu .info-buttons i {
    font-size: 20px;
}

.header-menu .info-buttons .tm-icon {
    margin-right: 5px;
}

.top-header .account-wrapper i {
    display: none;
}

.top-header .info-buttons button {
    background: none;
    border: 0;
    color: #64748B;
    font: inherit;
    line-height: inherit;
    padding: 0;
    font-family: Almarai-Regular;
    font-size: 14px;
}

.login-btn {
    background: #3A6DA7;
    color: #fff;
    border: none;
    border-radius: 5px;
    min-width: 100px;
    padding: 7px 15px;
    text-align: center;
}

.login-btn:hover {
    background: #154a9b;
}
/*end*/

/*sticky header*/
/*.sticky-header .top-header {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    max-width: 100%;
    background: #E8E8E8;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .15), -2px 2px 3px rgba(0, 0, 0, .15);
    border-bottom: 0;
}*/

.sticky-header .main-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    background: #E8E8E8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
    animation: slideDown .5s
}

.sticky-header .top-header .logo img {
    width: 180px;
    height: auto;
}

.sticky-header .mobile-search {
    padding: 7px 13px;
}

.sticky-header .search-box .search-field {
    padding: 7px 45px 7px 15px;
}

.mobile-search .search-button {
    right: 10px;
    top: 7px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
  }
}
/*end sticky header*/

/*mini-cart*/
.mini-cart {
    position: relative;
}

.mini-cart-total {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A6DA8;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: -14px;
    left: 11px;
    border: 1px solid #f3f3f3;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
}

.mini-cart-total span {
    font-size: 11px;
}

.mini-cart .tm-icon {
    margin-right: 8px;
}

.mini-cart .tm-icon i {
    display: inline-block;
    min-width: 22.5px;
}

.cart-items .spinner {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
}

.cart-items .spinner .sk-fading-circle {
    margin: 0 auto;
    width: 14px;
    height: 14px;
}

.cart-items .spinner .sk-fading-circle .sk-circle:before {
    background-color: #fff;
}
/*end mini-cart*/

/*nav menu*/
.mobile-nav-btn {
    display: none;
}

.nav-wrapper {
    background: #1D2D5D;
    position: relative;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
}

header #main-menu-bar {
    display: flex;
}
header .main-menu {
    width: auto;
}

.main-menu > li {
/*    display: inline-block;*/
}

.main-menu > li button {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    color: #fff;
    font: inherit;
    line-height: inherit;
    padding: 7px 15px;
    font-family: Almarai-Regular;
    font-size: 14px;
}

.main-menu > li > button:hover,
.main-menu > li > a:hover,
.main-menu > li > button.active {
    background: #17244A;
}

.main-menu > li > button > i {
    display: none;
}

.main-menu .static-menu-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: none;
    border: 0;
    color: #fff;
    font: inherit;
    line-height: inherit;
    padding: 7px 15px;
    font-family: Almarai-Regular;
    font-size: 14px;
}

/*.main-menu .main-menu-resources .main-nav-dropdown {
    padding: 15px 14px 20px;
}

.main-nav-dropdown {
    list-style: none;
}

.main-nav-dropdown a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}

.main-menu .main-menu-resources ul li > a:hover {
    background: #EAEFF2;
    color: #3A6DA8;
}*/
/*end*/

/*submenu dropdown*/
.main-nav-dropdown {
    display: none;
    width: 450px;
    position: absolute;
    z-index: 1000;
    max-width: 90%;
    top: 35px;
    left: 15px;
    padding: 15px 30px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
/*    box-shadow: 5px 5px 10px rgb(0 0 0 / .25);*/
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1), 0 1px 3px rgb(0 0 0 / 0.06);
    flex-wrap: wrap;
}

.main-nav-dropdown.extended {
    width: auto;
}

.main-nav-dropdown.active {
    display: block;
}

.main-nav-dropdown .c-wrapper {
    flex-wrap: wrap;
}

.main-nav-dropdown .menu-wrapper {
    display: flex;
}

.main-nav-dropdown .submenu {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
}

.main-nav-dropdown .featured-product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.main-nav-dropdown .menu-wrapper {
    border-bottom: 1px solid #CED4DA;
/*    padding-bottom: 30px;*/
    margin-bottom: 15px;
}

.submenu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.submenu ul a {
    text-decoration: none;
    color: inherit;
}

.submenu .menu-title {
    border-bottom: 1px solid #CED4DA;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.submenu .sub-level .menu-title a,
.submenu .sub-level-child .menu-title a {
    color: #0A387C;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.submenu .sub-level .menu-title i {
    color: #0A387C;
}

.submenu .sub-level {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}

/*.submenu .sub-level.active {
    display: flex;
}*/

.main-nav-dropdown .submenu .sub-level .sub-level-column {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    white-space: nowrap;
}

.main-nav-dropdown.extended .submenu .sub-level .sub-level-column {
    width: 320px;
    padding-right: 20px;
}

.submenu .sub-level .sub-level-column:not(:last-child) {
    border-right: 1px solid #CED4DA;
}

.submenu .sub-level > li:nth-child(2),
.submenu .sub-level > li:nth-child(3) {
    padding-left: 20px;
}

.main-nav-dropdown.extended .submenu .sub-level > li:last-child {
    padding-right: 0;
}

.submenu ul li > a {
    color: inherit;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}

.submenu ul li > a i {
    margin-left: 15px;
    color: #B9BCC0;
}

.submenu ul li > a:hover {
    background: #EAEFF2;
    color: #3A6DA8;
}

.submenu ul li > a:hover i {
    color: #3A6DA8;
}
/*end submenu dropdown*/

/*nav top brands*/
.nav-top-brands .cb-label {
    color: #0A387C;
    text-align: center;
    margin-bottom: 10px;
}

.nav-top-brands .product-list {
    flex: 1 0 0%;
    width: auto;
}

.nav-top-brands .content-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.nav-top-brands .item-image {
    height: 50px;
    padding: 0 5px;
}

.nav-top-brands .item-image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nav-top-brands .item-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
}
/*end nav top brands*/

/*mobile menu*/
.mobile-nav {
    display: none;
}

#mobile-overlay {
    display: none;
    content: "";
    width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .6);
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.mobile-submenu {
    display: none;
}
/*end mobile menu*/

/*responsive css*/
@media only screen and (max-width: 1160px) {
    /*.ship-same-day {
        padding: 5px 15px;
    }*/

    /*.ship-same-day .left-div,
    .ship-same-day .mid-div,
    .ship-same-day .divider {
        display: none;
    }*/

    .ship-same-day .left-div {
        display: none;
    }

    .ship-same-day .mid-div {
        order: 2;
    }

    .ship-same-day .right-div {
        order: 1;
        flex: 0 0 auto;
        max-width: auto;
        justify-content: space-between;
    }

    .top-header .contact-info,
    .header-menu .info-buttons > li:first-child,
    .top-header .account-wrapper {
        display: none;
    }

    .search-box {
        flex: 1 1 auto;
    }

    .top-header {
        border-bottom: 5px solid #1D2D5D;
    }

    .top-header .header-menu {
        flex: 0 0 101px;
        max-width: 101px;
    }

    .header-menu .info-buttons {
        padding: 0;
    }

    .mobile-nav-btn {
        flex: 0 0 25px;
        max-width: 25px;
        display: flex;
    }

    #nav-menu-button {
        flex: 0 0 25px;
        max-width: 25px;
        padding: 10px;
        margin-right: 0;
        position: relative;
        display: inline-block;
        height: 30px;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    #nav-menu-button:focus {
        outline: none;
    }

    #nav-menu-button span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 13px;
        height: 4px;
        background: #1D2D5D;
        width: 25px;
        transition: transform 0.3s;
    }

    #nav-menu-button span::before,
    #nav-menu-button span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #1D2D5D;
        content: "";
    }

    #nav-menu-button span::before {
        top: -8px;
    }

    #nav-menu-button span::after {
        bottom: -8px;
    }

    #nav-menu-button span::before {
        transform-origin: top right;
        transition: transform 0.3s, width 0.3s, top 0.3s;
    }

    #nav-menu-button span::after {
        transform-origin: bottom right;
        transition: transform 0.3s, width 0.3s, bottom 0.3s;
    }

    /* active state, i.e. menu open */
    #nav-menu-button.is-active span {
        background: none;
        transform: rotate(180deg);
        top: 14px;
    }

    #nav-menu-button.is-active span::before,
    #nav-menu-button.is-active span::after {
        transition-delay: 0s, 0.3s;
        left: -4px;
    }

    #nav-menu-button.is-active span::before {
        transform: rotate(-45deg);
        top: -7px;
    }

    #nav-menu-button.is-active span::after {
        transform: rotate(42deg);
        bottom: -9px;
    }

    .nav-wrapper {
        display: none;
    }

    .mobile-nav {
        box-shadow: none;
        z-index: 1000;
        right: -295px;
        top: 0;
        position: fixed;
        width: 288px;
        height: 100%;
        overflow: hidden;
        background: #fff;
        color: #445264;
        align-items: normal;
        overflow-y: auto;
    }

    .mobile-nav .menu-header {
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        background: #3A6DA8;
        height: 60px;
    }

    .mobile-nav .menu-header > span {
        font-family: Lato-Bold;
    }

    .mobile-nav .mobile-nav-btn,
    .mobile-nav #nav-menu-button {
        flex: 0 0 20px;
        width: 20px;
        max-width: 20px;
        height: 25px;
    }
    .mobile-nav #nav-menu-button span {
        background: #fff;
        width: 20px;
    }

    .mobile-nav #nav-menu-button.is-active span {
        background: none;
    }

    .mobile-nav #nav-menu-button span::before,
    .mobile-nav #nav-menu-button span::after {
        background: #fff;
    }

    .mobile-nav #nav-menu-button span::before {
        top: -4px;
    }

    .mobile-nav .nav-main-content {
        padding: 5px 0 0;
    }

    .mobile-nav .nav-wrapper {
        display: block;
        background: #fff;
    }

    .mobile-nav .nav-container {
        position: relative;
        height: calc(100% - 60px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-nav .main-menu {
        flex-direction: column;
    }

    .mobile-nav .nav-wrapper .main-menu > li button {
        display: flex;
        justify-content: space-between;
    }

    .mobile-nav .nav-wrapper .main-menu > li button,
    .mobile-nav .nav-wrapper .main-menu > li > a {
        color: #445264;
        width: 100%;
        padding: 7px 0;
    }

    .mobile-nav .nav-wrapper .main-menu > li button i {
        display: inline-block;
    }

    .mobile-nav .main-menu > li > button:hover,
    .mobile-nav .main-menu > li > a:hover,
    .mobile-nav .main-menu > li > button.active {
        background: transparent;
    }

    .mobile-submenu {
        position: absolute;
        padding: 5px 15px 10px;
        width: 100%;
        left: 100%;
        height: 100%;
    }

    .mobile-nav .back-btn {
        width: 100%;
        font-family: Lato-Bold;
        color: #0A387C;
        background: none;
        border: 0;
        padding: 7px 15px;
        text-align: left;
    }

    .mobile-nav .back-btn i {
        margin-right: 5px;
    }

    .mobile-nav .main-nav-dropdown {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 5px 0 0;
        margin-top: 5px;
        border-top: 1px solid #CED4DA;
    }

    .mobile-nav .submenu .menu-title {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mobile-nav .submenu .sub-level {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .mobile-nav .submenu .sub-level .menu-title i {
        display: none;
    }

    .mobile-nav .main-nav-dropdown .submenu .sub-level .sub-level-column {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .mobile-nav .submenu .sub-level .sub-level-column li {
        white-space: normal;
    }

    .mobile-nav .nav-top-brands {
        padding-bottom: 25px;
    }

    .nav-top-brands .content-wrapper {
        row-gap: 15px;
    }

    .mobile-nav .nav-top-brands .product-list {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .mobile-nav .quick-links {
        padding: 15px;
    }

    .mobile-nav .account-wrapper {
        padding-top: 15px;
        border-top: 1px solid #CED4DA;
    }

    .mobile-nav .account-wrapper button {
        background: transparent;
        width: 100%;
        text-align: left;
        color: #445264;
        padding: 7px 0;
    }

    .mobile-nav .account-wrapper ul {
        display: block !important;
    }

    .mobile-nav .account-wrapper button i {
        margin-right: 5px;
    }

    .mobile-nav .quick-links ul i {
        margin-right: 5px;
    }

    .mobile-nav .quick-links ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mobile-nav .quick-links ul:last-child {
        margin-bottom: 0;
    }

    .mobile-nav .quick-links li a {
        display: inline-block;
        text-decoration: none;
        color: inherit;
        padding: 7px 0;
        width: 100%;
    }

    .mobile-nav .quick-links .content-label {
        font-family: Lato-Bold;
        color: #3A6DA8;
        font-size: 18px;
        padding: 0;
    }

    .mobile-nav .help-links li {
        margin-bottom: 10px;
    }

    .mobile-nav .help-links li a {
        padding: 0;
    }

}

@media only screen and (max-width: 991px) {
    .ship-same-day .mid-div {
        height: 35px;
    }

    .mini-cart .tm-icon i {
        color: #1D2D5D;
        font-size: 24px;
    }

    .mini-cart-total {
        background: #fff;
        width: 24px;
        height: 24px;
        top: -14px;
        left: 14px;
        line-height: 24px;
    }

    .mini-cart-total .item-count {
        color: #3A6DA8;
    }

    .mini-cart .menu-label {
        display: none;
    }

    .cart-items .spinner .sk-fading-circle .sk-circle:before {
        background-color: #1D2D5D;
    }

    .cart-items .spinner .sk-fading-circle {
        width: 16px;
        height: 16px;
    }

    .top-header .header-menu {
        flex: 0 0 77px;
        max-width: 77px;
    }

    .mobile-search {
        padding: 15px 15px;
        background: #fff;
        display: flex;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .top-header .search-box {
        display: none;
    }

    .mobile-search .search-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-search .search-box .search-field {
        padding-right: 40px;
    }

    .mobile-search .search-button {
        right: 15px
    }
}

@media only screen and (max-width: 820px) {
    .ship-same-day .mid-div > span:not(:first-child) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-nav .back-btn {
        padding: 7px 0;
    }

    .mobile-nav .menu-header {
        height: 40px;
    }

    .mobile-nav .nav-container {
        height: calc(100% - 40px);
    }

    .mini-cart {
        top: 2px;
    }

    .submenu .sub-level .menu-title a,
    .submenu ul li > a {
        padding: 0.5rem 0;
    }

    .submenu ul li > a:hover {
        background: transparent;
        color: #445264;
    }
}

@media only screen and (max-width: 520px) {
    .ship-same-day {
        padding: 5px 15px;
    }

    .ship-same-day .mid-div {
        display: none;
    }

    .ship-same-day .cid {
        line-height: 20px;
    }

    .ship-same-day .cid:after {
        bottom: -34px;
    }
}

@media only screen and (max-width: 420px) {
/*    .top-header*/
    .top-header .logo {
        flex: 0 0 calc(100% - 87px);
        max-width: calc(100% - 87px);
    }

    .top-header .logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
/*end responsive css*/
