/*Single Product page */
.single-product .product-title{
    font-weight:700; 
    font-size:32px; 
    color:#373F50
}

.single-product .product-description{
    font-weight:700; 
    font-size:20px; 
    color:#373F50
}

.home-newproducts-carousel .tns-controls button{
    background-color:#09428F!important;
    color:white!important;

}

.helper{
    position: relative;
}
.helper:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.875rem;
    content: "";
    background: #DAE1E7;
}
.mega-dropdown{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 75vh;
    z-index: 999;
    background: #E2E7EE;
}

.mega-dropdown.show{
    display: block;
}

.mega-dropdown .main-menu{
    background: #fff;
    height: 100%;
    list-style: none;
    width: 20%;
    overflow-y: auto;
}
.mega-dropdown .main-menu .main-menu-item{
    width: 100%;
    height: 100%;
    color: #032657;
    display: block;
}
.mega-dropdown .main-menu .main-menu-item:hover{
    color:#032657!important;
    background: #E2E7EE;
}
.mega-dropdown .main-menu .main-menu-item.selected{
    color: #032657;
    background: #E2E7EE;
}
.mega-dropdown::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.53);
    display: block;
}

.shadow-sm{
    /* box-shadow: 0px 4px 32px 8px rgba(9, 66, 143, 0.08)!important; */
}
.gradient-line{
    
}
.gradient-line::after{
    content: "";
    height: 4px;
    width: 120%;
    min-width: 300px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='4' viewBox='0 0 307 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.00358C0 0.899737 0.899706 0.00747313 2.00351 0.0166416L307 2.55L1.9964 3.99057C0.895349 3.99577 0 3.10465 0 2.00358Z' fill='url(%23paint0_linear_1_355)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_355' x1='1.71226e-06' y1='1.81813' x2='325' y2='1.81825' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2309428F'/%3E%3Cstop offset='1' stop-color='%23ED1B24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size:cover;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0);
}
.box-shadow{
    filter: drop-shadow(0px 10px 24px rgba(9, 66, 143, 0.16));
}

.hover:hover .box-title{
    background: var(--body-secondary-txt-color);
    color: #fff;
}
.hover:hover .box-title h3{
    color: #fff!important;
}
.box-title:hover{
    background: var(--body-secondary-txt-color);
    color: #fff;
}

.box-title:hover h3{
    color: #fff!important;
}
.mega-dropdown .sub-menu{
    display: none;
    width: 70%;
    height: 100%;
}

@media (max-width: 1281px) {
    .mega-dropdown .sub-menu {
        width: 100%;
    }
}

.mega-dropdown .adjusted-menu .sub-menu {
    width: 65%;
}

.mega-dropdown .sub-menu .wrapper{
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    overflow-y: auto;
}
.mega-dropdown .sub-menu.show{
    display: block;
}
.mega-dropdown .sub-menu ul li{
    list-style: none;
    font-size : 15px;
}

.mega-dropdown .sub-menu .nav-title{
    color: #032657;
}
.mega-dropdown .sub-menu .sub-menu-item{
    color: #000;
}

.mega-dropdown .menu-banner{
    width: 10%;
    display: none;
}

.mega-dropdown .adjusted-menu .menu-banner {
    width: 15%;
}

.mega-dropdown .menu-banner.show{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.menu-banner .banner-title {
    font-size: 24px;
    color: #032656;
}

.menu-banner .btn {
    width: fit-content;
    background: linear-gradient(#09428F, #AF0E16);
    font-size: 15px;
}

.overflow-hidden{
    overflow: hidden;
    padding-right: 16px;
}

.mobile-menu{
    display: none;
}

.stores-list{
    list-style: none;
}

.stores-list li{
    background: rgba(236, 243, 253, 0.58);
}

#stores-table {
    font-size: 24px;
}

#stores-table thead {
    background-color: #09428F;
}

#stores-table thead th {
    font-weight: 700;
    line-height: 29px;
    color: #FFFFFF !important;
}

#stores-table tbody td {
    color: #000000 !important;
}

#stores-table .table-cell-message {
    text-align: center;
    opacity: 0.4;
}

#stores-table .table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #ECF3FD;
}

.store-group-title:hover{
    color: var(--body-secondary-txt-color) !important;
}
.store-group-title:not(.collapsed){
    background: #09428F;
    color: #fff!important;
}

.store-card{
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    /* box-shadow: 25px 16px 25px -3px rgba(9, 66, 143, 0.1); */
    filter: drop-shadow(0px 10px 24px rgba(9, 66, 143, 0.16));
}

.store-map iframe{
    width: 100%;
    height: 480px;
}
.store-select{
    border: 1px solid #DAE1E7;
    border-radius: 4px;
}
.store-select:hover{
    border: 1px solid #1C458C
    
}

/* Product List Card */
.product-card-alt .product-card-actions{
    bottom: 0;
    top: unset;
    left: 0;
    transform: unset;
    text-align: start;
}
.product-card-alt .product-thumb-overlay{
    background: none;
}
.btn-quickview{
    background:  rgba(9, 66, 143, 0.48);
    border: 4px;
    color: #fff;
}
.btn-quickview:hover{
    
    color: #fff!important;
}

.btn-add-list {
    background: rgba(237, 27, 36, 0.55);
    border: 4px;
    color: #fff;
}
.product-sku{
    font-size:12px;
    color:#677389;
}

.list-product-offers.product-card-alt {
    height: 360px;
}

.list-product-offers .product-thumb {
    height: 260px;
}

.list-product-suggestions.product-card-alt {
    height: 300px;
}

.list-product-suggestions .product-thumb {
    height: 200px;
}

.list-product-filters.product-card-alt {
    height: 500px;
    justify-content: unset !important;
}

.list-product-filters .product-thumb {
    height: 260px;
}

/* RelatedProducts Table */
.related-table .table thead  {
    background-color: var(--body-secondary-txt-color);
   
}
.related-table .table thead th {
    /* background-color: var(--body-secondary-txt-color); */
    color: #fff!important;
    vertical-align: middle;
    white-space: nowrap;
    /* padding: 30px 0; */
}
.related-table .table tbody{
    border-top: 0;
}
.related-table .table tbody tr td{
    color: var(--body-primary-txt-color)!important;
    vertical-align: middle;
}

.related-table .stock-availability{
    position: absolute;
    top: 0;
    right: 0px;
}
.related-table .stock-availability .availability-message{
    display:none;
}
.related-table .stock-availability:hover{
    cursor: pointer;
}
.related-table .stock-availability:hover .availability-message{

    display: block;
    position: absolute;
    top: 0;
    right: -20%;
    transform: translate(100%, -30%);
    border: 1px solid;
    padding: 10px 20px;
    z-index: 999;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    white-space: nowrap;

}
.store-message{
    padding: 10px 0;
}
.store-message p {
    margin: 0;
}
.store-message img{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(25px, -50%);
}
@media (max-width: 992px){
    .mega-nav{
        display: none;
    }
    .mobile-menu{
        list-style: none;
        display: block;
        min-height: 70vh;
        max-height: 70vh;
        overflow-y: auto;
    }
    .mobile-menu .mobile-menu-item{
        width: 100%;
        height: 100%;
        color: #032657;
        display: block;
    }
    .mobile-menu .mobile-menu-item.hide{
        display: none!important;
    }
    .mobile-menu .mobile-menu-item:hover{
        color:#032657!important;
        background: #F3F8FF;
    }

    .mobile-menu .mobile-menu-item .back-icon{
        display: none;
    }

    .mobile-menu .mobile-menu-item.selected{
        color: #032657;
        background: #F3F8FF;
    }
    .mobile-menu .mobile-menu-item.selected .menu-icon{
        display: none!important;
    }
    .mobile-menu .mobile-menu-item.selected .back-icon{
        display: block;
    }

    .mobile-menu .mobile-submenu{
        display: none;
    }

    .mobile-menu .mobile-menu-item.selected + .mobile-submenu{
        display: flex!important;
    }

    .mobile-menu-icon{
        border: 1px solid #E4E6EF;
        border-radius: 4px;
        padding: 8px 16px;
    }

    .navbar-toggler .mobile-menu-icon .ci-close{
        display: none;
    }
    .navbar-toggler .mobile-menu-icon .ci-close{
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .mobile-menu-icon .ci-close{
        display: inline-block;
    }
    .navbar-toggler[aria-expanded="true"] .mobile-menu-icon .ci-menu{
        display: none;
    }
    .store-map iframe{
        height: 210px;
    }
    .store-message img{
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 767px){
    .related-table .stock-availability{
        right: -15px;
    }

    .related-table .product-image{
        margin-top: 10px;
    }
}

/* Hide NSRF when scrolled */
.navbar-sticky.navbar-stuck .navbar-brand:nth-of-type(2) {
    display: none !important;
}


/************************************** 
** Flickering Stock Availability Dot **
**************************************/
/* Base dot styles */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
  
/* Flickering animation */
@keyframes flicker {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.flicker {
    animation: flicker 1s infinite;
}


/*************************
** Sticky Table Columns **
*************************/
.sticky-start-column {
    position: sticky;
    left: -1px;
    z-index: 1;
}

.sticky-end-column {
    position: sticky;
    right: -1px;
    z-index: 1;
}


/******************
** Related Table **
******************/
.table-responsive.related-table {
    max-height: 100%;
}

@media (max-width: 500px) { 
    .table-responsive.related-table {
        max-height: 75%;
    }
}

/* unmuted text class */
.unmuted * :not(a) {
    color: var(--body-primary-txt-color) !important;
}

/* overwrite container max-width */
@media(min-width: 1280px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}

#footer-newsletter {
    padding-left: 2.25rem;
}

#navcart > div > div > div.d-flex.flex-wrap.justify-content-between.align-items-center.py-3.contrast > a:hover {
  color: #000 !important;
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .card-body h3 {
    font-size: 16px !important;
  }
}
