@import url(variables.css);

/*======================================================================
  2. Basic Styles
========================================================================*/
body {
    font-family: Verdana, sans-serif;
    cursor: default;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    overflow-y: scroll;
}


input, button, select {
    font-size: 14px;
    font-family: Saira, Helvetica, Arial, Lucida, sans-serif;
    color: #232323;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    outline: none !important;
    box-shadow: none !important;
}

input:focus, input:active, button:focus, button:active, select:focus, select:active {
    outline: none;
    border-color: #bdbdbd;
}

input, select {
    width: 100%;
}

input[type="search"] {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

input[type="checkbox"] {
    height: 1.5rem;
    margin-right: 8px;
    margin-top: 0;
    width: 1.5rem;
}

input[type="checkbox"]:focus {
    outline: 0;
    box-shadow: none;
}

textarea {
    overflow-x: visible;
    width: 600px !important;
}

.password-toggle {
    bottom: 0;
    color: #888;
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    z-index: 2;
}

.password-toggle-container {
    position: relative;
}

.password-toggle-container input {
    padding-right: 2.5rem;
}

.form-check-input:checked {
    background-color: #14407d !important;
    border-color: #14407d !important;
}

.sell-button span:first-of-type {
    display: inline;
}

.sell-button span:last-of-type {
    display: none;
}

@media (min-width: 1150px) {
    .sell-button span:first-of-type {
        display: none;
    }

    .sell-button span:last-of-type {
        display: inline;
    }
}

@media (max-width: 991.98px) {
    .sell-button span:first-of-type {
        display: none;
    }

    .sell-button span:last-of-type {
        display: inline;
    }
}

.tt-dropdown-menu,
.tt-menu {
    background-color: white;
    border: 1px solid #ccc;
    display: block;
    height: auto;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.tt-dropdown-menu .suggest-header,
.tt-menu .suggest-header {
    font-weight: bold;
    padding: 12px 12px 0px 12px;
}

.tt-suggestion {
    cursor: pointer;
    color: #777;
    display: block;
    overflow-x: clip;
    padding: 4px 12px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.tt-suggestion:hover {
    background-color: #f9f9f9;
}

.tt-highlight {
    color: #14407d;
    font-weight: normal;
}

.twitter-typeahead {
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
    color: #232323;
}


a,
span.pseudo-link {
    color: #232323;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    outline: none;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a, a:after, a:before,
span.pseudo-link {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

a:active, a:hover,
span.pseudo-link:hover {
    color: #14407d;
    text-decoration-color: rgba(0, 0, 0, 0.4);
    outline: 0;
}

a:hover,
span.pseudo-link:hover {
    color: #14407d;
    opacity: 1;
}

a.link-no-underline {
    text-decoration: none;
}

span.pseudo-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: auto;
}

svg:not(:root) {
    overflow: hidden;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #14407d;
    border-color: #14407d;
}

/* Employee */
.employee {
    background-color: #eaeef3;
    padding: 24px;
}

.employee .employee-photo img {
    border-radius: 50%;
    height: 100px;
    margin-right: 24px;
    object-fit: cover;
    object-position: top;
    width: 100px;
}

.employee h3 {
    margin-bottom: 16px;
}

/* Modal */
.modal label {
    padding: 0;
}

.modal .btn-close {
    width: 33px;
    height: 33px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 12px;
    z-index: 3;
}

.modal .modal-body {
    padding: 30px;
}

.modal .modal-close {
    padding-right: 30px;
    padding-top: 30px;
}

.modal.fade .modal-dialog {
    transition: all 0.3s ease-in-out;
    padding: .5rem;
    margin: 0 auto;
    min-height: 100%;
}

.modal .modal-lg {
    max-width: 800px;
}

/* allow for Tawk.to widget*/
.modal-dialog.modal-fullscreen {
    height: calc( 100% - 80px ) !important;
    min-height: calc( 100% - 80px ) !important;
}

.pseudo-modal {
    display: block !important;
    position: initial !important;
}

.text-disabled {
    color: #888;
}

.text-large {
    font-size: large;
}

.text-larger {
    font-size: larger;
}

.text-otc {
    font-family: 'Courier New', Courier, monospace, monospace;
    font-weight: bolder;
    margin: 4px;
    text-align: center;
    width: 48px;
}

.text-required {
    color: #be2025;
    font-weight: bold;
}

.text-invalid {
    color: #be2025;
}

.text-small {
    font-size: small;
}

.text-smaller {
    font-size: smaller;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}


/* Alerts */
.alert {
    border-radius: 0;
}

.alert-info {
    background-color: #f7faff;
    border-color: #b6d4fe;
    color: #084298;
}

.toast {
    width: 500px;
}

.toast-body {
    font-size: larger;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
    -webkit-transition: filter 400ms, -webkit-filter 400ms;
}

.placeholder {
    background-color: rgb(226, 227, 229);
    border-radius: 2px;
}

.alert-heading {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*======================================================================
  3. Typography
========================================================================*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

.h6 {
    font-size: 14px;
}



/* Font specialized */

/*======================================================================
  x. SIGMA Brands
========================================================================*/


/*======================================================================
  x. SIGMA Override
========================================================================*/
.lead {
    font-size: 1.10rem;
    font-weight: 400;
}

.border-primary {
    border-color: #14407d !important;
}

.card-title {
    margin-bottom: 0;
}

.list-bullet {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.list-bullet li {
    list-style-type: disc; /* ensures bullet is visible */
}


.list-bullet ul li {
    margin-bottom: 0.5rem; /* optional spacing between items */
    margin-bottom: 0.2rem;
    margin-left: 1.5rem;
}





/*======================================================================
  4. Buttons
========================================================================*/
.btn {
    position: relative;
    overflow: hidden;
    background-color: var(--btn-bg);
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    white-space: normal;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.btn-secondary {
    --btn-bg: #be2025;
    --btn-border: #be2025;
    color: #fff;
}

.btn-primary {
    --btn-bg: #14407d;
    --btn-border: #14407d;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
    filter: brightness(120%) !important;
}

/* Shimmer effect */
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient( 120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100% );
    pointer-events: none;
}

.btn:hover::after {
    animation: shimmer 0.8s ease-in-out forwards;
}

@keyframes shimmer {
    to {
        left: 100%;
    }
}



.btn:disabled {
    background-color: #ccc;
    border-color: #888;
    color: #888;
}



.btn-secondary, .btn-secondary:focus {
    background-color: #be2025;
    color: #ffffff;
    border: 1px solid #be2025;
}



.btn-outline-primary, .btn-outline-primary:focus {
    color: #14407d;
    border: 1px solid #14407d;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

    .btn-outline-primary:hover {
        color: #14407d;
        background-color: #eaeef3;
        border-color: #14407d;
      
    }

.btn-sm {
    font-size: 13px;
    padding: 8px 14px;
}

.btn-md {
    font-size: 13px;
    padding: 10px 20px;
}

.text-link {
    color: #232323;
    text-decoration: underline;
    text-underline-offset: 3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}

.text-link:hover {
    color: #e80016;
    text-decoration: underline;
}

.text-primary {
    color: #14407d !important;
}

.text-secondary {
    color: #be2025 !important;
}



input::placeholder {
    opacity: 0.7;
}



/* Custom Checkbox */
.customCheckbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    line-height: 18px;
}

.customCheckbox input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    display: none;
}

.customCheckbox input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 18px;
}

.customCheckbox input[type="checkbox"] + label:before {
    content: '';
    background: #ffffff;
    border: 1px solid #d0d0d0;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.customCheckbox input[type="checkbox"] + label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #333333 #333333;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.customCheckbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    color: #6d6d6d;
}




/* Hover Effects */
.rounded-3 {
    border-radius: 3px !important;
}

.rounded-end-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.row.g-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row.g-0 > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



/*======================================================================
  5. Container
========================================================================*/
.container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-1330 {
    max-width: 1330px;
}



/*======================================================================
  6. Breadcrumbs
========================================================================*/
.page-title h1 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

/*======================================================================
  Section
========================================================================*/
.section-header {
    margin-bottom: 40px;
    text-align: center;
}

.section-header h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 auto 10px;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#page-content {
    margin: 0 0 60px;
}

/*======================================================================
  7. Headers Style
========================================================================*/
.top-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background: #14407d;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 35px;
    text-transform: uppercase;
}

.top-header a {
    color: #ffffff;
}

.top-header a:hover {
    color: #f4f4f4;
}


/* Main Header */
.header {
    background-color: #fff;
}

.iconset {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
}



.icon-link {
    text-decoration: none;
}




/* Sigma Header */
#SigmaNav a, #dropdownMenuLink a {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.04em;
    position: relative;
    color: #232323;
  
}

#SigmaNav a:hover {
    color: #be2025;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #FFF;
    --bs-dropdown-border-radius: none;
}

.dropdown-menu.show {
    cursor: default;
}



@media (min-width: 992px) {
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .minisearch-inline {
        display: block;
    }
}

@media (max-width: 992px) {
    .dropdown-menu.show {
        background-color: #f8f8f8;
    }

    .minisearch-inline {
        flex: 1;
        display: flex;
        align-items: center;
        width: 100%;
        margin-right: 1rem;
    }

    .minisearch-inline form {
        width: 100%;
    }

    .navbar-toggler {
        order: 2;
    }
}

@media (min-width: 1200px) {
    #search-container input {
        border-left: 0 !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
}


.social-icons svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.social-icons a:hover svg {
    transform: scale(1.25);
}


/* Content page sidemenu */
.content-menu-item a.active {
    color: #be2025;
}

ul ul li.content-menu-item {
    margin-left: 12px;
}


.wishlist-count, .cart-count {
    font-size: 10px;
    display: inline-block;
    color: #ffffff;
    background-color: #14407d;
    border-radius: 50%;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: -4px;
}

#cart-drawer {
    color: #232323;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(5,0,0,0.1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#minicart-drawer {
    width: 350px;
}

#cart-drawer {
    color: #232323;
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
}

#minicart-drawer .close-cart {
    color: #050000;
    font-size: 17px;
    float: right;
    margin-top: -10px;
    opacity: 0.8;
    text-decoration: none;
}

#cart-drawer .minicart-bottom {
    font-size: 13px;
}

.minicart-header {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.minicart-header > h4 {
    color: #232323;
    font-weight: 700;
    text-align: left;
    margin: 0 0;
    text-transform: uppercase;
}

.minicart-content {
    padding: 0 20px;
    margin: 0;
    z-index: 1001;
    position: absolute;
    left: 0;
    overflow: hidden auto;
    width: 100%;
    height: calc(100% - 295px);
}

.minicart-content .item {
    padding: 0 0 15px;
    margin: 0 0 15px;
    line-height: normal;
    display: block;
    border-bottom: solid 1px #eee;
}

.minicart-content .item .product-image {
    max-width: 23%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.minicart-content .item .product-details {
    width: 75%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding-left: 15px;
    padding-right: 10px;
    text-align: left;
}

.minicart-content .item .product-title {
    color: #232323;
    font-size: 14px;
    white-space: normal;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
}

.minicart-content .item .remove {
    color: #5c5c5c;
    display: inline-block;
    font-size: 12px;
    padding: 10px 5px 0;
}

.minicart-content .item .remove:hover {
    color: #14407d;
}

.minicart-content .item .variant-cart {
    color: #6c757d;
    font-size: 13px;
}

.minicart-bottom {
    color: #232323;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px 20px 20px;
}

/*----- Minicart Model Style 2 -----*/
.product-vendor {
    color: #6c757d;
    font-size: 12px;
    margin: 0 0 2px;
    text-transform: uppercase;
}

.product-price {
    margin: 5px 0;
}

.product-price .old-price {
    opacity: 0.6;
    text-decoration: line-through;
}

.product-price .old-price + .price {
    padding-left: 10px;
    color: #14407d;
}

/* Site Navigation */
@media (min-width:990px) {
    .header .container {
        position: relative;
    }
}



/* Product with price */
.product-details {
    position: relative;
}



/*----- Homepage Demo 6 -----*/
.minisearch-inline .rgsearch-category,
.minisearch-inline .input-group-field,
.minisearch-inline .input-group-btn {
    height: 45px;
    line-height: normal;
}

.minisearch-inline .input-group-btn {
    width: 45px;
    min-width: 45px;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    right: 0;
}

.header-6 .iconset .text {
    margin: 0;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
}

.header-6 .wishlist-count,
.header-6 .cart-count {
    background-color: #f69c63;
    right: 7px;
}

.header-6 .iconset .icon-link:hover,
.header-6 .minisearch-inline .input-group-btn:hover {
    color: #f69c63;
}

.header-6 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 5px 7px rgba(0, 0, 0, 0.16) !important;
}



/*----- Homepage Demo 10 -----*/
.index-demo10 .home-blog-post .blog-content h2 a:not(:hover) {
    color: #000000;
}


.mini-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
}

.mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





/*======================================================================
  10. Blog Pages
========================================================================*/

.toolbar-wrapper {
    margin: 0 0 30px;
}

.toolbar-wrapper select {
    height: 36px;
    min-width: 65px;
}

/* Tags */
.btn.brd-link {
    background: none;
    color: #333333;
    padding: 0 0 2px;
    margin: 15px 0 0;
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0;
}

.btn.brd-link:hover {
    background: none;
    border-color: #be2025;
    color: #be2025;
}

.guide-description {
    font-size: 14px;
}

.guide-link {
    font-size: 14px;
}

#guide-pages.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #fefefe;
}


/*======================================================================
  11. Shop pages | Filter Sidebar
========================================================================*/
.sidebar-widget {
    font-size: small;
}

.sidebar-bg .sidebar-widget {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}

.sidebar h2 {
    color: #000000;
    font-size: 16px;
    margin: 0px;
    text-transform: uppercase;
}

.sidebar .widget-content {
    padding-top: 15px;
}

.sidebar .scrollspy {
    max-height: 450px;
    overflow: hidden auto;
}

.filter-widget .widget-title {
    position: relative;
    cursor: pointer;
}

.filter-widget .widget-title:after {
    content: "\f077";
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 15px;
}

#filter-mfg-list .mfg-item label {
    overflow-x: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Categories */
.sidebar-categories li {
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 0;
    display: block;
}



.sidebar-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
    padding-bottom: 5px;
}

.sidebar-categories li .count {
    font-size: 13px;
    color: #7e7e7e;
    margin-left: 10px;
}

.sidebar-categories .sub-level ul {
    margin: 0 0 10px;
    display: none;
}

.sidebar-categories .sub-level ul li a {
    padding-left: 10px;
}

.sidebar-categories .sub-level .sub-sub-level ul li a {
    padding-left: 20px;
}

.sidebar-categories .sub-level > a {
    padding-right: 25px;
}

.sidebar-categories .sub-level > a:after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.sidebar-categories .sub-level > a:hover {
    color: #be2025;
}

/* Price Range */
.price-filter input[type="text"] {
    height: 34px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    width: 100px;
}

/* Type to Filter */
input[type="text"].text-filter {
    font-size: 14px;
    height: 32px;
    margin-top: 10px;
}

input[type="text"].text-filter::placeholder {
    opacity: 0.7;
}

/* User Profile */
.sidebar-user-profile .sidebar-widget {
    border-width: 0;
}

.sidebar-user-profile li {
    font-size: larger;
    margin-bottom: 24px;
}

.sidebar-user-profile li:last-of-type {
    margin-bottom: 8px;
}

.sidebar-user-profile li a {
    text-decoration: none;
}

.sidebar-user-profile li.active {
    font-weight: bolder;
}

.pagination-bottom {
    padding-bottom: 60px;
    padding-top: 48px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    align-items: center;
    background-color: #F2F3F4;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    outline: 0;
    padding: 5px;
    text-align: center;
    width: 40px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    color: #ffffff;
    background: #14407d;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled:hover .page-link {
    background: #F2F3F4;
    color: #b6b6b6;
    pointer-events: none;
}

/*testimonal*/
#testimonialsCarousel .carousel-item {
    padding: 0 40px 0 40px;
}

}
/*======================================================================
  Shop pages | Product Grid
========================================================================*/
.grid-products .item .product-name a {
    font-weight: 600;
}

.grid-products .item .product-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 15px;
}

.grid-products .item .product-image > a {
    position: relative;
    overflow: hidden;
    display: block;
    opacity: 1;
}

.grid-products .item .product-image img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.product-labels {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.product-labels .lbl {
    display: block;
    white-space: nowrap;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.product-labels .on-sale {
    right: 0px;
    background: #f54337;
}

.product-labels .pr-label1 {
    background: #14407d;
}

.product-labels .pr-label2 {
    background: #006838;
}


.product-labels .pr-label4 {
    left: 0px;
    background: #fb6c3e;
}

/* Swatches Size */
.filterBox ul:not(.filter-color) input[type="checkbox"] + label {
    display: block;
    padding: 0;
    margin: 0 0 5px;
    cursor: pointer;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] + label > span {
    background: #ffffff;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 10px 0 0;
    border: 1px solid #d0d0d0;
    vertical-align: middle;
}

.filterBox ul:not(.filter-color) input[type="checkbox"]:checked + label > span {
    border-color: #333333;
}

.filterBox ul:not(.filter-color) input[type="checkbox"]:checked + label > span:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    display: block;
    width: 15px;
    color: #ffffff;
    background: #333333;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

.filterBox ul:not(.filter-color) li:last-child label {
    margin: 0 0;
}



/* Toolbar */
.toolbar .view-mode .icon-mode {
    position: relative;
    min-width: 19px;
    height: 26px;
    display: none;
    border: 1px solid #9b9b9b;
    margin-left: 5px;
    cursor: pointer;
}

.toolbar .view-mode .icon-mode:first-of-type {
    margin-left: 0;
}

.toolbar .view-mode .icon-mode:before {
    content: "";
    background: #9b9b9b;
    position: absolute;
    top: 3px;
    left: 3px;
}

.toolbar .view-mode .icon-mode.mode-list:before {
    width: 18px;
    height: 4px;
    box-shadow: 0 7px 0 #9b9b9b,0 14px 0 #9b9b9b;
}

.toolbar .view-mode .icon-mode.grid-3,
.toolbar .view-mode .icon-mode.mode-list {
    width: 26px;
}

.toolbar .view-mode .icon-mode.mode-grid:before {
    width: 4px;
    height: 18px;
}

.toolbar .view-mode .icon-mode.grid-3:before {
    box-shadow: 7px 0 0 #9b9b9b,14px 0 0 #9b9b9b;
}

.toolbar .view-mode .icon-mode.active {
    border-color: #14407d;
}

.toolbar .view-mode .icon-mode.active.grid-3:before {
    box-shadow: 7px 0 0 #14407d,14px 0 0 #14407d;
}

.toolbar .view-mode .icon-mode.active:before {
    background-color: #14407d;
}

/* Sidebar Filter */
.btn.btn-filter {
    padding: 8px 15px;
}

.btn.btn-filter:before {
    font-size: 18px;
    margin-right: 6px;
}

/* Loading Spinner */
.spinner {
    margin: 48px 0;
}



/*======================================================================
  16. Checkout Pages
========================================================================*/
.card {
    background-color: #ffffff;
    border-color: #e9e8e8;
    border-radius: 0;
    margin-bottom: 10px;
}

.card-header {
    position: relative;
    padding: 10px 15px;
    border-color: #f7f7f7;
}



/*======================================================================
  18. Product Details Pages
========================================================================*/
.product-single-meta .product-price .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

/* Product tabs */

.checkmark-info li {
    position: relative;
    list-style: none;
    margin-left: 25px;
}

.checkmark-info li:before {
    content: "\eb8c";
    font-family: 'annimex-icons';
    position: absolute;
    left: -25px;
    top: 4px;
    color: #be2025;
    text-align: left;
    font-size: 15px;
    line-height: normal;
}

.checkmark-info li:not(:last-child) {
    margin-bottom: 8px;
}

.checkmark-info {
    margin-bottom: 25px;
}

.productVideo-modal .btn-close {
    right: -10px;
    top: -40px;
}

.video-button .icon {
    font-size: 70px;
    border-radius: 50%;
    opacity: .8;
    color: #e6e6e6;
    position: absolute;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    -webkit-animation: video-button 10.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: video-button 10.25s infinite cubic-bezier(0.66,0,0,1);
    animation: video-button 10.25s infinite cubic-bezier(0.66,0,0,1);
}

.video-button .icon:hover {
    color: #ffffff;
}

.favorite {
    color: #be2025;
}

.favorite-pulse {
    animation: pulse 1s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}




/*======================================================================
  26. Footer Style
========================================================================*/
.footer .footer-top {
    color: #ffffff;
    background-color: #14407d;
    border-top: 1px solid #40516d;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .footer-top .h4 {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.footer-links ul {
    padding: 0;
    margin: -3px 0;
}

.footer-links li {
    padding: 3px 0;
    margin: 0;
}

.footer-links a, .footer-contact a {
    color: #ffffff;
}

.footer-links a:hover, .footer-contact a:hover {
    color: #be2025;
}

.footer-links a:before {
    display: inline-block;
    width: 0px;
    height: 3px;
    vertical-align: middle;
}

.footer-bottom {
    clear: both;
    padding: 10px 0;
    border-top: 1px solid #40516d;
}

/* Footer gray bg */



/* Footer Logo links */
.footer-logo-links {
    color: #333333;
    background-color: #eaeef3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo-links .social-icons .list-inline-item:not(:last-child) {
    margin-right: 10px;
}

.footer-logo-links .social-icons li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}



/* Footer 3 */
.footer-3 .footer-logo-links {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-3 .footer-top {
    color: #333333;
    background-color: #eaeef3;
    border-color: rgb(188 202 218);
    ;
}

.footer-3 .footer-bottom, .footer-3 .footer-top .h4 {
    color: #000000;
}

.footer-3 .footer-top .h4 {
    font-size: 17px;
}

.footer-3 .phone-info .phone-text a {
    font-size: 19px;
}

.footer-3 .footer-bottom {
    background: #fff;
    border-color: #ece7e4;
    font-weight: 400;
}

.footer-3 .footer-links a, .footer-3 .footer-contact a {
    color: #222;
}

.phone-info .phone-text a {
    font-size: 23px;
    font-weight: 600;
}



/* Model viewer */
.pro-stockLbl .stockLbl {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-info {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px;
    margin: 0 0 30px;
}

.product-info p {
    position: relative;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
}

.product-info p span {
    font-weight: 400;
    padding-left: 10px;
    text-transform: capitalize;
}

.product-info p.product-description span {
    padding-left: 0;
    text-transform: none;
}

.product-info p span.product-status-instock,
.product-info p span.product-status-check,
.product-info p span.product-status-unavailable {
    font-size: 15px;
}

.product-status-instock {
    color: #447900;
}

.product-status-check {
    color: #f69c63;
}

.product-status-unavailable {
    color: #be2025;
}

.modal-content {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}







/* Slick slider */
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 0px;
    padding: 6px 10px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 1;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    color: #000000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: block;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slick-dots {
    margin: 0;
    width: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: -22px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
}

.slick-dots li button {
    color: transparent;
    line-height: 0;
    font-size: 0;
    background: transparent;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #14407d;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    opacity: 1;
}

.slick-dots li.slick-active button {
    background: #14407d;
    border-color: #14407d;
}

.slick-arrow-dots .slick-arrow {
    opacity: 0;
    visibility: hidden;
    width: 35px;
    height: 35px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 100%;
}

.slick-arrow-dots .slick-arrow:before {
    font-size: 16px;
}

.slick-arrow-dots:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 2px rgba(0,0,0,0.2) !important;
}

.slick-arrow-dots .slick-arrow:hover {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
}

.slick-arrow-dots .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.dots-hide .slick-dots {
    display: none !important;
}

.arwOut5 .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 100px;
}

.arwOut5 .slick-arrow:before {
    font-size: 16px;
}

.arwOut5 .slick-arrow:hover {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
}

.arwOut5 .slick-prev {
    left: -50px;
}

.arwOut5 .slick-next {
    right: -50px;
}

.arrowlr-0 .slick-prev {
    left: 0px !important;
}

.arrowlr-0 .slick-next {
    right: 0px !important;
}

.slick-slider.gp5 .slick-list {
    margin: 0 -5px;
}

.slick-slider.gp5 .slick-slide {
    padding: 0 5px;
}

.slick-slider.gp10 .slick-list {
    margin: 0 -10px;
}

.slick-slider.gp10 .slick-slide {
    padding: 0 10px;
}

.slick-slider.gp15 .slick-list {
    margin: 0 -15px;
}

.slick-slider.gp15 .slick-slide {
    padding: 0 15px;
}

.circle-dots .slick-dots li button {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
}

.circle-dots .slick-dots li button:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: transparent;
    border-radius: 50%;
    margin: 0 auto;
}

.circle-dots .slick-dots li.slick-active button:after {
    background: #333333;
}

.rounded-dots .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
}

.rounded-dots .slick-dots li.slick-active button {
    background: #333333;
}

.secure-dots .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #333;
    background: transparent;
}

.secure-dots .slick-dots li.slick-active button {
    background: #333333;
}

.circle-arrow .slick-arrow {
    border-radius: 50% !important;
}

.layout-fullwidth .slick-slider .slick-prev {
    left: -10px;
}

.layout-fullwidth .slick-slider .slick-next {
    right: -10px;
}

.slideshow img.mobile-hide {
    display: none;
}

.grid-products.slick-slider .slick-arrow {
    margin-top: -40px;
}

.arwOut5 .slick-prev {
    left: -50px;
}

.arwOut5 .slick-next {
    right: -50px;
}

.arwOut5 .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100px;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}


.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-size: 0px;
    padding: 6px 10px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    opacity: 1;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-slide .item {
    min-height: 286px;
}


/*==================
Search pages
==================*/

/* Price Filter */

.price-filter input[type=text] {
    height: 34px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    width: 100px
}

.price-filter .ui-slider-horizontal {
    background: #777;
    border: none;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 20px
}

.price-filter .ui-slider-horizontal .ui-slider-range {
    background: #be2025
}

.price-filter .ui-slider-handle {
    background: #fff;
    border: 2px solid #be2025;
    height: 12px;
    width: 12px;
    outline: 0;
    top: -5px;
    border-radius: 50%;
    cursor: w-resize;
    margin-left: 0
}

.price-filter .ui-slider-handle + .ui-slider-handle {
    margin-left: -12px
}


/* Product thumbnails */
#product-list .card-img-top, .product-image .card-img-top {
    height: 200px;
    object-fit: cover;
}

#product-list.product .product-image {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: 0;
}

#product-list.product-grid .product-image {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* Small thumbnails */
.img-square-60 {
    width: 100px;
    height: 60px;
    object-fit: cover;
    overflow-clip-margin: unset;
    border-radius: 5%;
}

.img-square-80 {
    width: 120px;
    height: 80px;
    object-fit: cover;
    overflow-clip-margin: unset;
    border-radius: 5%;
}



#product-list .card-title a, .product-feature-list .card-title a {
    text-decoration: none; /* Removes the underline */
    color: inherit; /* Optional: Ensures it uses the same color as the parent text */
}

#product-list .card-title a:hover, .product-feature-list .card-title a:hover {
    text-decoration: none; /* Prevents underline on hover */
}


/* Base card styles */
#product-list .card, .product-feature-list .card {
    transition: box-shadow 0.3s ease; /* Smooth transition for a subtle effect */
}



/* Hover effect */
#product-list .card:hover, .product-feature-list .card:hover, .mini-product-list .mini-list-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Light shadow for subtle depth */
}



/*==================
List/Grid Toggle
==================*/
#product-list.product .product {
    flex: 0 0 100%;
    max-width: 100%;
}

#product-list.product .img-toggle {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

#product-list.product .body-toggle {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/* Grid View */
#product-list.product-grid .product, product-feature-list.product-grid .product {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    #product-list.product-grid .product, .product-feature-list.product-grid .product-md {
        flex: 0 0 49.99999%;
        max-width: 49.99999%;
    }
}

@media (min-width: 992px) {
    #product-list.product-grid .product {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .product-feature-list.product-grid .product-md {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .product-feature-list .img-fixed-sm {
        height: 120px;
    }

    .product-feature-list .img-fixed-md {
        height: 200px;
    }
}

/* Full-width for mobile */
@media (max-width: 768px) {
    #product-list.product .img-toggle,
    #product-list.product .body-toggle,
    #product-list.product-grid .img-toggle,
    #product-list.product-grid .body-toggle {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* limit 3 lines of text */
.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    line-height: 1.2em;
}




/*==================
Category Page
==================*/
.brands-logo a {
    display: block;
    background-color: #ffffff;
    border: 0px;
}


.brands-logo img {
    padding: 10px;
    margin: 0 auto;
    max-width: 140px;
    max-height: 120px;
    width: auto;
}

#details-content ul {
    list-style: outside;
    margin: 15px 0 20px 35px;
}


#details-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed; /* Ensures consistent column widths */
    margin-bottom: 30px;
}

#details-content th,
td {
    padding: 0.6em;
    border: 1px solid #ddd;
    text-align: left; /* Default text alignment */
    vertical-align: top; /* Align content to the top of cells */
}

#details-content th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    text-align: center; /* Center align header text */
}

.products-list li {
    margin: 0 !important;
    padding: .5rem !important;
}

.products-list li:hover {
    background-color: var(--hover-bg);
}

.sidebar-search {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}



/*=====================
Product and Model Pages
=======================*/
#imageModal .modal-body {
    padding: 0px;
}


/* Change cursor to pointer for clickable images */
.primary-photo-wrapper img {
    cursor: pointer;
}

.thumbnail-wrapper img {
    cursor: pointer;
}


@media (min-width: 1200px) { /* XL breakpoint starts at 1200px */
    .highlight-card {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important; /* Larger shadow for emphasis */
        transform: scale(1.08); /* Slightly enlarges the card */
    }
}

.hover-card:hover {
    border: 1px solid #c9c9c9;
}



.nav-tabs .nav-link {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 25px;
    margin-right: 10px;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #333;
    border-color: #ddd;
    border-bottom: 1px solid #fff; /* Matches the content background */
    //border-bottom: 0 !important; /* Removes the bottom border */
}

/* Remove the border from the active accordion item under tabs */
#productTabContent .accordion-item {
    border-top: none; /* Remove the top border if it's causing the line */
}



#productTabContent .accordion-header .accordion-button {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid transparent;
    padding: 10px 25px;
    margin-bottom: 5px;
    border-bottom: 0;
}

/* Hide accordion headers on larger screens */
@media (min-width: 992px) {
    #productTabContent .accordion-header {
        display: none;
    }
    /* Ensure accordion content is visible on larger screens */
    #productTabContent .accordion-collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
}

/* Hide tabs on smaller screens and show accordion headers */
@media (max-width: 991.98px) {
    .nav-tabs {
        display: none; /* Hide tabs on smaller screens */
    }

    .tab-content > .tab-pane {
        display: block !important; /* Ensure accordion content is visible */
        opacity: 1;
    }

    textarea {
        width: 100% !important;
    }
}



/* Standard accordion color */
.accordion .accordion-button:not(.collapsed) {
    background-color: #e4e6e9 !important; /* Sets the background color */
    color: #000000;
}
