/* CSS Document */

/*********************************
Univercel CSS
*********************************/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Sansation", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    background: #FFFFFF;
    color: #1e1e27;
}

html .container {
    width: 100%;
    max-width: 1380px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 1.5;
    color: #383434;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:focus-visible,
select:focus-visible {
    outline: 0 none;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-control,
form .form-select {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 0;
    height: 38px;
}

form textarea {
    resize: none;
}

textarea.form-control {
    height: 85px;
}

.form-control:focus,
.form-select:focus,
.btn-close:focus,
.accordion-button:focus,
.form-check-input:focus,
.navbar-light .navbar-toggler {
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.form-label {
    margin-bottom: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 5px;
    margin-right: 15px;
    height: 5px;
}

::-webkit-scrollbar-track {
    margin: 10px 10px 10px 0;
    padding-right: 10px;
    background-color: #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #7ba2bb;
}

/*********************************
1. Header
*********************************/


/* language CSS */

.top-menu {
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
}

.top-menu>a {
    display: block;
    color: #212529;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
}

.top-menu>a>i {
    margin-left: 8px;
}

.top-menu:hover .language_selection,
.top-menu:hover .account_selection {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.language_selection,
.account_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.language_selection li,
.account_selection li {
    padding: 0 16px;
    line-height: 50px;
    text-align: left;
}

.language_selection li a,
.account_selection li a {
    display: block;
    color: #232530;
    border-bottom: solid 1px #e2e2e2;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.language_selection li a:hover,
.account_selection li a:hover {
    color: #006d5b;
}

.language_selection li:last-child a,
.account_selection li:last-child a {
    border-bottom: none;
}

.account_selection li a i {
    margin-right: 10px;
}

/* Start main_nav_container  */

.main_nav_container {
    width: 100%;
    background: #fff;
    padding: 4px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.logo_container .logo {
    width: 160px;
    transition: all 0.3s ease;
}


/* header-searchbar */

.search-container {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

.search-box {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    border: 1px solid #1d1e4d;
    border-radius: 5px;
    height: 43px;
}

.search-box:focus-visible {
    outline: 0 none;
}

input::placeholder {
    font-size: 14px;
}

.search-icon {
    position: absolute;
    bottom: 51%;
    transform: translateY(50%);
    right: -1px;
    height: 42px;
    font-weight: 600;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #1d1e4d;
    padding: 5px 11px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.search-icon:hover {
    background: #066782;
    color: #fff;
}

.search-results {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    animation: slideDown 0.3s ease;
    z-index: 10;
}

.results-grid {
    display: flex;
    max-height: 250px;
    overflow-y: auto;
    margin-right: 8px;
}

.results-column {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #eee;
}

.results-column:last-child {
    border-right: none;
}

.results-column .result-header {
   color: #0f3695;
  font-size: 17px;
  font-weight: 600;
}
.results-column ul{
    margin-top: 2px;
}
.results-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.heading-s1  h3{
    text-align: center;
  font-size: 28px;
  color: #10878e;
  font-weight: 800;
  margin-bottom: 8px;
  margin-bottom: 24px;
}
.results-column li {
    margin-bottom: 2px;
    padding: 3px 0px;
    border-radius: 4px;
    line-height: 16px;
    font-size: 13.5px;
}

.results-column li a {
    color: #1e1e27;
    cursor: pointer;
    transition: color 0.5s;
}

.results-column li a:hover {
    color: #0f3695;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/***/

.right-users {
    display: inline-flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

.navbar_user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icon a {
    display: flex;
    align-items: center;
}

.nav-icon a .icon {
    display: inline-block;
    color: #1e1e27;
    font-size: 25px;
    margin-right: 8px;
    position: relative;
}

.nav-icon a span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 17px;
    margin-left: 3px;
    color: #525e5e;
    font-weight: 600;
    /* padding-right: 6px; */
    /* padding-left: 10px; */
    font-size: 13px;
}

.slas {
    margin-right: 5px;
    margin-left: 5px;
}

.nav-icon a span .label {
    color: #848484;
    font-size: 12px;
}

.nav-icon a span .number {
    color: #146093;
    font-weight: 500;
}

.nav-icon a span .text {
    color: #222;
    font-weight: 500;
}

.nav-icon a .check-items {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    left: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #10878e;
    font-size: 10px;
    color: #fff;
}

.navbar_user .checkout {
    position: relative;
}

.navbar_user .checkout .dropdown-box {
    padding: 25px 20px 32px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    top: 150px;
    width: 300px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar_user>.checkout:hover>.dropdown-box {
    top: 38px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* cart dropdown-box css */

.box-cart>.inner-box:hover>.dropdown-box {
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar_user .checkout .dropdown-box>ul>li {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.navbar_user .checkout .dropdown-box>ul>li .img-product {
    margin-right: 20px;
    width: 80px;
    height: 65px;
    padding: 5px;
    border: 2px solid #eee;
    border-radius: 5px;
    text-align: center;
}

.navbar_user .checkout .dropdown-box>ul>li .img-product img {
    width: 50px;
    object-fit: cover;
}

.navbar_user .checkout .dropdown-box>ul>li .info-product {
    text-align: left;
    padding-right: 5px;
}

.navbar_user .checkout .dropdown-box>ul>li .info-product .name {
    margin-bottom: 5px;
    color: #484848;
    font-size: 12px;
    line-height: 16px;
    padding-right: 18px;
}

.navbar_user .checkout .dropdown-box>ul>li .info-product .price {
    color: #006d5b;
}

.navbar_user .checkout .dropdown-box>ul>li span.delete {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    color: #817c7c;
}

.navbar_user .checkout .dropdown-box .total {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
}

.navbar_user .checkout .dropdown-box .total span {
    color: #484848;
    font-weight: bold;
    font-size: 14px;
}

.navbar_user .checkout .dropdown-box .total span.price {
    color: #006d5b;
    font-size: 16px;
    font-weight: 500;
}

.navbar_user .checkout .dropdown-box .btn-cart {
    margin-top: 10px;
    overflow: hidden;
}

.navbar_user .checkout .dropdown-box .btn-cart a.view-cart {
    padding: 5px 12px;
    border: 1px solid #373333;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background: #373333;
    color: #fff;
}

.navbar_user .checkout .dropdown-box .btn-cart a.check-out {
    padding: 5px 12px;
    color: #fff;
    border: 1px solid #006d5b;
    border-radius: 4px;
    font-size: 14px;
    background-color: #006d5b;
    float: right;
    position: relative;
    overflow: hidden;
    z-index: 5;
}


/* Button css */

.quote-form-btn {
    border: none;
    color: #10878e;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 4px 12px;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

/* start header-bottom */

.header-bottom {
    background: #10878e;
    transition: background-color .3s ease, transform .3s ease;
}

/* navbar css */

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16.5px;
    padding: 3px 18px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:first-child {
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f2f2f2;
}

.call-btn {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    gap: 32px;
    align-items: center;
}

.header-email a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header-email a i {
    font-size: 14px;
    margin-right: 8px;
}


/* offcanvas css */

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }

}

.offcanvas.show .navbar-nav .nav-link {
    color: #292b2c;
    padding: 0;
    font-size: 14px;
}

.offcanvas-body .right-users {
    display: none;
}

/* Home Page */

/* section-title css */

.content1 {
    padding-top: 22px;
    padding-bottom: 10px;
}

.content1 p {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}


section {
    padding: 30px 0 30px;
}

.section-title {
    text-align: center;
    margin-bottom:15px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-size: 28px;
    color: #10878e;
    font-weight: 600;
    margin-bottom: 3px;
}

.section-title p {
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    color: #343434;
}

.pg-tp {
    margin-top: 0px;
}

/* Start Securitydex-categories */

.category-item {
    border: 1px solid #52537d24;
    padding: 13px 14px;
    margin-bottom: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    height: 100%;
}

.categ-main {
    padding: 0px 6px;
    margin-bottom: 14px;
}

.cat-title h2,
.cat-title h3,
.cat-title h4,
.cat-title h5,
.cat-title h6,
.cat-title p {
    font-size: 19px;
    color: #0a747a;
    font-weight: 800;
    margin-bottom: 2px;
}

.subcategory-item {
    margin-bottom: 10px;
}

.subc-img {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #63909385;
}

.subc-img img {
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.subc-title a {
    color: #1d1e4d;
    font-size: 15px;
    font-weight: 800;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease;
}

.subc-title a:hover {
    color: #1d1e4d;
}

.subc-content span {
    font-size: 12px;
    color: #888;
}

.vmore-btn {
    height: 27px;
    line-height: 27px;
    padding: 0 11px;
    background: #10878e;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    transition: all 0.3s ease;
}

.vmore-btn:hover {
    background: #36454f;
    color: #fff;
}

/* Start Analytical instruments */

.product-item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item .product-img {
    border: 1px solid #cbc4c4;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 8px;
}

.product-img img {
    width: 195px;
    height: 195px;
    object-fit: contain;
}

.account-f {
    display: flex;
}

.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6,
.product-info p {
    font-size: 17px;
    font-weight: 800;
    color: #1d1e4d;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 3px;
}

.product-specs ul {
    overflow: hidden;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 70px;
}

.product-specs li {
    color: #676767;
    font-size: 13px;
    position: relative;
    line-height: 16px;
    margin-bottom: 4px;
    border-left: 2px solid #10878e;
    padding: 1px 6px;
}

.product-specs li span {
    color: #000000;
    font-weight: 600;
}

.pro-ftr {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.rating span {
    font-size: 8px;
    color: #ffd700;
}

.p-price span {
    color: #ff3d00;
    font-size: 15px;
    font-weight: 800;
}

.add-cart {
    margin-top: 5px;
}

.add-cart .cart-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #14b5bf;
    outline: 0 none;
    color: #212362;
    background: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14.6px;
    font-weight: 800;
    transition: ease-in-out 0.3s;
}

.add-cart .cart-btn i {
    font-size: 15px;
    margin-right: 6px;
}

.add-cart .cart-btn:hover {
    color: #fff;
    background: #36454f;
    border: 1px solid #36454f;
}

/* Start baths-section */


.baths-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.baths-item .baths-img {
    position: relative;
    flex: 0 0 120px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.baths-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.baths-item .baths-info {
    flex: 1 1 auto;
}

.baths-info h2,
.baths-info h3,
.baths-info h4,
.baths-info h5,
.baths-info h6,
.baths-info p {
    font-size: 16.5px;
    font-weight: 600;
    color: #05767c;
    line-height: 18px;
    margin-bottom: 8px;
}

.baths-specs ul {
    overflow: hidden;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 60px;
}

.baths-specs li {
    color: #676767;
    font-size: 13px;
    position: relative;
    line-height: 16px;
    margin-bottom: 4px;
}

.baths-specs li span {
    color: black;
    font-weight: 600;

}

.baths-ftr {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 4px;
    flex-wrap: wrap;
}


.baths-section .add-cart .cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #119eb9;
    outline: 0 none;
    color: #1d1e4d;
    background: #fff;
    padding: 0px 7px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    transition: ease-in-out 0.3s;
}

.baths-section .add-cart .cart-btn i {
    font-size: 14px;
    margin-right: 6px;
}

.baths-section .add-cart .cart-btn:hover {
    color: #fff;
    background: #36454f;
    border: 1px solid #36454f;
}


/* Start Footer */

.footer {
    position: relative;
    background-color: #fff;
    border-top: 2px solid #36454f;
    margin-top: 63px;

}

.footer-items {
    padding: 20px 0 20px 0;
}

.footer-items .ftr-header {
    font-size: 21px;
    text-transform: capitalize;
    color: #109ca5;
    font-weight: 800;
    margin-bottom: 12px;
}

.ftr-item .ftr-logo img {
    width: 170px;
    transition: all 0.3s ease;
}

.ftr-item p {
    text-align: justify;
    margin: 0;
    color: #333;
    line-height: 18px;
}

/* Signup form css */

.footer-signup-form {
    margin-top: 20px;
}

.email-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 8px;
    overflow: hidden;
    height: 42px;
    position: relative;
}

.email-box .icon {
    padding: 0 8px;
    font-size: 16px;
    color: #333;
}

.email-box input {
    flex: 1;
    padding: 12px 5px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.email-box input:focus {
    outline: none;
}

.email-box button {
    position: absolute;
    top: 3px;
    right: 0;
    background-color: #10878e;
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border-radius: 5px;
    transition: background-color .3s ease, transform .3s ease;
}

.email-box button:hover {
    background-color: #1d1e4d;
}

.email-box button i {
    font-size: 15px;
}


.ftr-item li {
    margin-bottom: 6px;
    line-height: 18px;
    font-weight: 600;
    color: black;
}

.ftr-item .ftr-link {
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ftr-item .ftr-link:hover {
    color: #1d1e4d;
}

.ftr-contact p {
    position: relative;
    text-align: left;
    color: #333;
    line-height: 18px;
}

.ftr-contact .ftr-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ftr-contact .ftr-icon {
    display: flex;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    color: #fff;
    font-size: 16px;
    background: #24888d;
}

.ftr-contact .ftr-icon i {
    font-size: 15px;
}

.ftr-contact p a {
    color: #333;
    transition: color 0.3s;
}

.ftr-contact p a:hover {
    color: #1d1e4d;
}

.copyright-footer {
   font-size: 14px;
  padding: 12px 10px;
  color: #fff;
  text-align: center;
  background: #20214f;
  line-height: 18px;
}

/* Back to Top CSS */

#fixed-icons {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 99;
}

#fixed-icons .fixed-item {
    margin-bottom: 10px;
}

#fixed-icons a button,
#fixed-icons .back-to-top button {
    border: 0;
    border-radius: 54%;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    outline: 0 none;
    font-size: 1px;
    text-align: center;
}

#fixed-icons a i {
    color: #fff;
    font-size: 18px;
}

#fixed-icons .back-to-top {
    height: 40px;
    width: 40px;
    background-color: #36454f;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3);
}

#fixed-icons .back-to-top.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Show the button when it's supposed to be visible */

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #ededed;
    margin-bottom: 5px;
    background: #fff;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

.breadcrumbs ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'bootstrap-icons';
    display: inline-block;
    vertical-align: middle;
    content: "\F285";
    font-size: 11px;
    color: #222;
}

.breadcrumbs ul li:first-child::after {
    display: none;
    padding-left: 0;
}

.breadcrumbs ul li.active a {
    color: #36454f;
    font-weight: 500;
}

.breadcrumbs ul li a {
    color: #36454f;
}

.breadcrumbs ul li a i {
    padding-right: 6px;
    font-size: 13px;
}

/*********************************
5. Product by Categories
*********************************/

.side-area {
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 5px 15px 15px 15px;
    background: #fff;
}

.side-area .side-title {
    position: relative;
    margin-bottom: 8px;
    border-bottom: 1px solid #efefef;
}

.side-title p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #36454f;
    padding: 8px 0;
}

.product-side .side-content {
    border-bottom: 1px solid #eee;
}

.product-side .side-content:last-child {
    border-bottom: 0px;
}

.product-side .side-header {
    font-size: 15px;
    font-weight: 500;
    color: #0a0a0a;
    margin-bottom: 0;
}


.product-side .list {
    overflow: hidden;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    margin: 10px 10px 10px 0;
}

.product-side .list li {
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
    line-height: 18px;
    transition: 0.5s;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.product-side .list li span {
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    position: relative;
    margin-left: 6px;
}






.product-item .compare {
    position: absolute;
    top: 10px;
    right: 10px;
}


/**===============================- Compare -=================================-**/


.compare_bttn {
    background-color: #235a66;
}

.action--compare-add {
    color: #0f3695;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 0;
    background: #2f3035;
    border-radius: 2px;
    padding: 3px 5px;
}

.action--compare-add .fa-check,
.action--compare-add input[type="checkbox"]:checked~.fa-plus {
    display: none;
}

.action--compare-add input[type="checkbox"]:checked~.fa-check {
    display: inherit;
    color: #4496c8;
    cursor: pointer;
}

.check-hidden {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cpp i {
    font-size: 14px;
}

.action {
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    text-transform: capitalize;
}

.action:focus {
    outline: none;
}

.action__text {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.813em;
    vertical-align: middle;
    display: inline-block;
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
}

.compare-top {
    position: fixed;
    top: 265px;
    right: 30px;
    z-index: 99;
}

.btn-compare,
.btn-compare:hover {
    background-color: #4496c8;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
}

.col-md-2-5.col-lg-2-5 {
    width: 20%;
}

.leftfl::before,
.rightfl::before {
    font-size: 25px;
}

.cpp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.cpp:focus {
    outline: 0 none;
}


/******/




.autoclave_item .product-links {
    display: inline-flex;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 14px;
    right: 6px;
}

.autoclave_item:hover .product-links {
    visibility: visible;
    opacity: 1;
}

.autoclave_item .heart-icon {
    height: 16px;
    width: 18px;
}


/* new pbc */

.product-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(140 127 127 / 13%);
    border-radius: .1875rem;
}

.product-card .price-row {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 8px 0 0;
}

.product-card .product-links {
    display: inline-flex;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 14px;
    right: 6px;
}

.product-card:hover .product-links {
    visibility: visible;
    opacity: 1;
}

.product-card .heart-icon {
    height: 16px;
    width: 18px;
}



/* Compare-section */

.page-header {
    text-align: center;
    margin-bottom: 24px;

}

.page-header h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0px;
    color: #10878e;
    font-weight: 800;
    margin-bottom: 8px;
}

.tble-section .table th {
    vertical-align: middle;
    line-height: 20px;
    padding: 15px 15px;
    width: 150px;
    font-weight: 500;
}

.tble-section .table tr td {
    padding: 15px 15px;
    vertical-align: middle;
}

.tble-section .table .product-img {
    text-align: center;
    position: relative;
}

.tble-section .table .product-img img {
    width: 120px;
}

.tble-section .table .product-img h3 {
    font-size: 15px;
    color: #222;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
}

.tble-section .table .product-img .remove {
    position: absolute;
    top: 0;
    right: 0;
}

.remove a {
    color: #b6b6b6;
}

.table .pro-cart-btn {
    display: inline-block;
}

.pro-cart-btn .cart-btn {
    display: block;
    color: #FFFFFF;
    background: #10878e;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 2px 15px;
    border: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.pro-cart-btn .cart-btn:hover {
    color: #FFFFFF;
}

.product-details .pro-cart-btn .cart-btn {
    height: 32px;
}

.product_price {
    display: flex;
    font-size: 15px;
    line-height: 24px;
}

.product_price del {
    font-size: 13px;
    margin-right: 6px;
    margin-left: 6px;
}

.product_price .on_sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}

.wishlist-section .featured-title h2,
.wishlist-section .featured-title h3,
.wishlist-section .featured-title h4,
.wishlist-section .featured-title h5,
.wishlist-section .featured-title h6,
.wishlist-section .featured-title p {
    font-size: 14px;
}

/* Start login section */

.login-section {
    padding: 80px 0;
}

.login_wrap {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.heading-s1 {
    margin-bottom: 10px;
}

.login_wrap label {
    font-size: 15px;
    margin-bottom: 2px;
}

.login_wrap .form-control {
    color: #000;
    box-shadow: none;
    height: 42px;
    padding: 8px 15px;
    background: #fafafa;
    border: 1px solid #eeeeee;
}

.login_footer {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

.login_footer a,
.form-note a {
    color: #212121;
    transition: all 0.3s ease;
}

.login_footer a:hover,
.form-note a:hover {
    color: #003366;
}

.custome-checkbox span {
    padding-left: 5px;
    font-size: 14px;
}


/* Start About Us page */

.aboutus-item {
    margin-bottom: 10px;
}

.aboutus-item h3 {
    font-size: 20px;
    color: #1d1e4d;
}

.aboutus-item p {
    margin-bottom: 10px;
    line-height: 18px;
}

.policy-item {
    margin-bottom: 8px;
}


/* button css */

.mdsc-btn {
    padding: 6px 12px;
    font-size: 15px;
    background-color: #10878e;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 13px;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
}

.mdsc-btn:hover {
    background-color: #10878e;
    color: #fff;
}

.mdsc-btn i {
    font-size: 14px;
    padding-left: 6px;
}

/* modal-dialog */

.modal-dialog .modal-header {
    background-color: #10878e;
    padding: 12px 14px;
    color: #fff;
}

.modal-header .modal-title {
    font-size: 16px;
}

.modal-dialog .btn-close {
    font-size: 10px;
    border: 0;
    border-radius: 50%;
    padding: 8px;
    background-color: #ffffff;
    margin-right: 0;
    opacity: 1;
}

.modal-dialog .download-catlog {
    display: inline-block;
    width: 100%;
    padding: 2px 10px;
    border: 1px dotted #e1e1e1;
    background: #f9f9f9;
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    color: #36454f;
    border-left: 2px solid #36454f;
}

/* Start Cart page */

.table tbody td {
    vertical-align: middle;
}

.cart-item {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 20px 18px;
    margin-bottom: 18px;
}

.cart-row {
    display: flex;
    align-items: center;
}

.cart-details {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    align-items: center;
}

.cart-img {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.cart-img img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.pro-name h2, .pro-name h3, .pro-name h4, .pro-name h5, .pro-name h6{
    display: block;
    color: #1a4589;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.pro-name {
    font-size: 17px;
  font-weight: 800;
  color: #1d1e4d;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 3px;
}
.cart-summary p{
font-size: 17px;
  font-weight: 800;
  color: #1d1e4d;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 3px;
}
.price-quan {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    flex-wrap: wrap;
}

.cart-item .remove {
    position: absolute;
    top: -11px;
    right: -11px;
}

.cart-item .remove a {
    color: #727171;
    font-size: 20px;
}

.acc-name a {
    color: #848484;
    font-size: 14px;
}

.acces-remove a {
    color: #d91717;
    font-size: 14px;
}

.cart-summary {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1dede;
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

.cart-summary h4 {
    font-size: 18px;
}

.cart-summary .sum-header {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.btn-warning {
   font-size: 15px;
}

.cart_btn .btn {
    padding: 10px 20px;
    font-size: 14px;
}

.accessories-table tr td {
    color: #161515;
    font-size: 14px;
}



.remove a {
    color: #d91717;
    font-size: 14px;
}


/*********************************
5. Product details
*********************************/

/* .main-image-xl {
  position: sticky !important;
  top: 65px;
  margin: 0px !important;
  text-align: left;
} */

.main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px, rgba(0, 0, 0, 0.1) 0px -1px 5px;
}

.main-image img {
    width: 230px;
    height: 230px;
    object-fit: contain;

    transition: all 0.3s ease;
}

.more-images-slider {
    margin-top: 12px;
}

.more-images-slider .more-imge-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fefefe;
    border: 1px solid #e8e8e8;
    height: 100px;
    transition: all 0.3s;
}

.more-images-slider .more-imge-item:hover {
    border: 1px solid #9ed1f1;
}

.more-imge-item img {
    width: 90px !important;
    height: 90px;
    object-fit: contain;
    padding: 5px;
}

/* Slide Left */
@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide Right */
@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-left {
    animation: slideFromLeft 0.4s ease forwards;
}

.slide-right {
    animation: slideFromRight 0.4s ease forwards;
}

/* Start owl slider css */

.owl-carousel .owl-dots {
    display: none;
}

.more-images-slider .owl-carousel .owl-nav button {
    transform: translateY(-20px);
    background: rgb(81 156 203);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.more-images-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -17px;
}

.more-images-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -17px;
}

.more-images-slider .owl-nav button span {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f095";
    font-size: 12px;
    color: #fff;
    padding: 0;
}


/****/


.product-about .about {
    text-align: justify;
    margin: 0;
}

.product-title h1 {
    font-size: 26px;
    font-weight: 700;
    color: #10878e;
}

.price-row {
    margin: 20px 0;
    align-items: center;
    flex-wrap: wrap;
}


/* Quantity CSS */

.quantity-control {
    display: inline-flex;
    border: 1px solid #e6e6e6;
    align-items: center;
}

.quantity-control button {
    background-color: #fff;
    color: #222;
    border: none;
    cursor: pointer;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity-control input.quantity {
    width: 35px;
    text-align: center;
    border: none;
    font-size: 14px;
    outline: none;
    color: #595353;
}

.product-actions {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.pro-cart-btn {
    display: inline-block;
}

.pro-cart-btn .cart-btn i {
    padding-right: 3px;
}


.product-details .product-tabs {
    border: 1px solid #f1f1f1;
    padding: 15px;
    background: #fff;
}

.product-details .nav-pills {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 12px;
}

.product-details .product-tabs .nav-pills .nav-link {
    margin-bottom: 10px;
}

.product-tabs .nav-pills .nav-item {
    height: 40px;
}

.product-tabs .nav-pills .nav-link {
    font-size: 18px;

    color: black;
    font-weight: 500;
    border-radius: 0;
}

.product-tabs .nav-pills .nav-link.active,
.product-tabs .nav-pills .show>.nav-link {
    color: #1d1e4d;
    background-color: #fff;
    border-bottom: 2px solid #17bbc5;
    font-weight: 600;
    font-size: 19px;
}

.product-details .table tbody th {
    font-size: 14px;
    font-weight: 500;
}

.product-details .table tbody td,
.product-details .table tbody th {
    padding: 10px 14px;
    line-height: 18px;
}

.product-details .features-item li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

.product-details .features-item li::before {
    position: absolute;
    left: 3px;
    top: 2px;
    font-family: 'bootstrap-icons';
    display: inline-block;
    vertical-align: middle;
    content: "\F633";
    font-size: 15px;
    color: #222;
}

.product-details .download-catalog a {
    border: 1px dashed #c3c3c3;
    padding: 5px 12px;
    color: #222;
}

.review-section {
    margin-top: 30px;
    margin-bottom: 10px;
}

.revies-title {
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.review-item {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 18px;
    box-shadow: 0 2px 7px #dfdfdf;
    padding: 20px;
}

.review-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comment_img img {
    width: 80px;
    border-radius: 50%;
}

.review-text {
    margin-left: 20px;
    width: 100%;
}

.review-text .info-row {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.review-info {
    margin-bottom: 8px;
}

.review-info span {
    display: block;
}

.review-info .user_name {
    font-size: 16px;
    font-weight: 500;
    color: #25252d;
    margin-bottom: 3px;
    line-height: 20px;
}

.review-info .date {
    font-style: italic;
    color: #687188;
    font-size: 14px;
}

.review-text p {
    color: #687188;
    font-size: 14px;
    text-align: justify;
    margin-right: 38px;
}

.quote-form,
.review-form {
    border: 1px solid #ededed;
    padding: 20px;
}

.quote-form .quote-header,
.review-header {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}


/* Start faq-section */

.faq-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.faq-item {
    border: 1px solid #efefef;
    height: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
}

.faq-question {
    padding-bottom: 3px;
    position: relative;
    color: #36454f;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s;
}

.faq-answer {
    max-height: 100%;
    overflow: hidden;
    color: #201d1d;
    line-height: 18px;
    text-align: justify;
}


/*********************************
5. Contact Us
*********************************/

.contact-section {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-form {
    border: 1px solid #e7e7e7;
    padding: 22px;
}

.contact-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 8px
}

.contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 6px;
}

.contact-info a {
    color: #1e1e27;
}

.contact-info__icon {
    margin-right: 18px;
}

.contact-info__icon i {
   color: #10878e;
    font-size: 20px;
    vertical-align: middle;
}

/* Wishlist page */


.wishlist-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.account_nav .label {
    color: #1d1e4d !important;
    font-weight: 600 !important;
}

.account_nav .icon {
    font-size: 18px;
    color: #10878e;
}

.n_m {
    display: none;
}

.wishlist-item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 #2f8e941c;
}

.wishlist-item .item-row {
    display: flex;
}

.item-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.item-details {
    flex: 1;
    margin-left: 20px;
}

.product-name {
    font-size: 15px;
    font-weight: 500;
    color: #36454f;
    text-decoration: none;
}

.product-name:hover {
    color: #222;
}

.product-price {
    font-size: 19px;
    color: #ed3900;
    font-weight: 800;
}

.product-price small {
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

.sto-rat {
    display: flex;
    align-items: center;
}

.sto-rat .ratng {
    display: inline-block;
    height: 23px;
    width: 30px;
    line-height: 23px;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}

.sto-rat .stock {
    font-size: 12px;
    color: #73787c;
}

.item-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.item-actions .rmove {
    color: #b3b3b3;
}

.add-to-cart-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.add-to-cart-btn {
    background-color: #36454f;
    color: white;
}

.add-to-cart-btn:hover {
    background-color: #617481;
}

.add-to-cart-btn i {
    padding-right: 8px;
}


.s-catlog-btn {
    margin: 0.5rem;
    padding: 6px 12px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-color: #10878e;
    color: #10878e;
    transition: all 0.5s;
}

.s-catlog-btn:hover {
    box-shadow: inset 0 0 0 2em #0f3695;
    border-color: #0f3695;
    color: #fff;
}

.s-catlog-btn i {
    font-size: 14px;
    margin-right: 6px;
}

/* Empty Wishlist Styling */
.empty-wishlist {
    text-align: center;
    padding: 50px;
    border: 1px dashed #ddd;
    margin-top: 20px;
}

.empty-wishlist p {
    font-size: 18px;
    margin-bottom: 20px;
}

.browse-products-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}

.browse-products-btn:hover {
    background-color: #0056b3;
}

/*********************************
10. Catalog
*********************************/

.catalog-item {
   border: 1px solid #23585b70;
  height: 100%;
}
.any_lits{
    margin-bottom: 11px;
}
.baths_s{
margin-bottom: 30px !important;
}
.catalog-title {
    padding: 10px 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}

.catalog-title h2,
.catalog-title h3,
.catalog-title h4,
.catalog-title h5,
.catalog-title h6,
.catalog-title p {
    font-size: 17px;
    font-weight: 600;
    color: #1d1e4d;
    margin: 0;
}

.catalog-img {
    text-align: center;
    padding: 10px;
}

.catalog-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.catalog-list {
    padding: 10px 10px;
}

.catalog-list ul {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    height: 136px;
    padding-right: 10px;
}

.catalog-list li {
    margin-bottom: 5px;
    border: 1px solid #e7e7e7;
    padding: 2px 10px;
    border-left: 2px solid #58778b;
    line-height: 18px;
}

.catalog-list li a {
    color: black;
    font-size: 14px;
    transition: color 0.5s;
    font-weight: 500;
}

.catalog-list li a:hover {
    color: #333;
}

/*********************************
11. Single Catalog
*********************************/

.download-text h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #36454f;
}

.s-catalog-item {
    max-width: 720px;
    width: 100%;
}

.s-catalog-item .catalog-cover {
    background-image: url(../images/catalog-bg.png);
    background-size: cover;
    background-position: center;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cat-logo {
    position: absolute;
    top: 22px;
    right: 30px;
}

.cat-logo img {
    width: 200px;
}

.main-wrapper {
    text-align: center;
    padding: 25% 20px 25%;
}

.main-wrapper img {
    width: 220px;
    height: 220px;
    object-fit: contain;
}

.main-wrapper .cat-name {
    margin: 15px 0 10px;
}

.cat-name h2 {
    font-size: 24px;
    color: #36454f;
    font-weight: 600;
}

.catalog-body {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 40px;
}

.body-item {
    margin-bottom: 45px;
}

.catalog-head {
    margin-bottom: 10px;
}

.catalog-head h3,
.catalog-head h4,
.catalog-head h5,
.catalog-head h6 {
    font-size: 18px;
    color: #222;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.body-item p,
.body-item li {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.body-item li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.body-item li .list-icon {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
}

.catalog-body .table tbody th,
.catalog-body .table tbody td {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 18px;
}

.catalog-body .table tbody th {
    vertical-align: middle;
    font-weight: 500;
}

.catalog-footer {
    text-align: center;
    padding-top: 30px;
}

.catalog-footer img {
    width: 180px;
}

.catalog-footer ul {
    padding-top: 10px;
}

.catalog-footer li {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 6px;
}

.catalog-footer li a {
    color: #36454f;
}

.catalog_contact a {
    color: #383434;
}

/*********************************
9. Order Tracking
*********************************/

.order-traking .card {
    border: 0;
}

.order-card {
    padding: 15px 0;
}

.order_about {
    border: 1px solid #efefef;
    background: #f8f8fb;
    padding: 34px 20px;
    text-align: center;
    height: 100%;
}

.order_about span {
    display: block;
}

.order_about .about_title {
    font-size: 16px;
    margin-bottom: 2px;
    color: #212529;
}

.order_about .about_content {
    font-size: 14px;
    color: #919191;
}

.order-box {
    border: 1px solid #efefef;
    padding: 0 0 20px;
}

.order_pointer {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: #f8f8fb;
    padding: 12px 20px;
    color: #212529;
    border-bottom: 1px solid #efefef;
}

span.pf_text {
    color: #003366;
    font-weight: 600;
}

.tracking-wrapper {
    margin: 30px;
    padding: 0 30px;
}

.tracking * {
    padding: 0;
    margin: 0;
}

.tracking {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.tracking .empty-bar {
    display: block;
    height: 3px;
    width: calc(100% - 85px);
    background-color: #e4e4e4;
    top: 13px;
    position: absolute;
    left: calc(1% + 32px);
    z-index: 0;
}

.tracking .color-bar {
    background: #0082d2;
    position: absolute;
    height: 20%;
    top: 40%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tracking ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.tracking ul>li {
    background: #8a8a8a;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    position: relative;
    width: 35px;
}

.tracking ul>li .el {
    position: relative;
    margin-top: 100%;
}

.tracking ul>li .el i {
    position: absolute;
    bottom: 3px;
    left: 8px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
}

.tracking ul>li .txt {
    color: #8a8a8a;
    position: absolute;
    top: 46px;
    left: -55px;
    text-align: center;
    width: 150px !important;
    font-size: 14px;
}

.tracking ul>li .txt i {
    font-size: 15px;
    padding-right: 10px;
}

.tracking .progress-0 .color-bar {
    width: 00%;
}

.tracking .progress-1 .color-bar {
    width: 15%;
}

.tracking .progress-2 .color-bar {
    width: 25%;
}

.tracking .progress-3 .color-bar {
    width: 35%;
}

.tracking .progress-4 .color-bar {
    width: 50%;
}

.tracking .progress-5 .color-bar {
    width: 75%;
}

.tracking .progress-6 .color-bar {
    width: 90%;
}

.tracking .progress-7 .color-bar {
    width: 100%;
}

.tracking .progress-0>ul>li.bullet-1,
.tracking .progress-1>ul>li.bullet-1,
.tracking .progress-2>ul>li.bullet-1,
.tracking .progress-3>ul>li.bullet-1,
.tracking .progress-4>ul>li.bullet-1,
.tracking .progress-5>ul>li.bullet-1,
.tracking .progress-6>ul>li.bullet-1,
.tracking .progress-7>ul>li.bullet-1 {
    background-color: #36454f;
}

.tracking .progress-2>ul>li.bullet-2,
.tracking .progress-3>ul>li.bullet-2,
.tracking .progress-4>ul>li.bullet-2,
.tracking .progress-5>ul>li.bullet-2,
.tracking .progress-6>ul>li.bullet-2,
.tracking .progress-7>ul>li.bullet-2 {
    background-color: #003366;
}

.tracking .progress-4>ul>li.bullet-3,
.tracking .progress-5>ul>li.bullet-3,
.tracking .progress-6>ul>li.bullet-3,
.tracking .progress-7>ul>li.bullet-3 {
    background-color: #003366;
}

.tracking .progress-6>ul>li.bullet-4,
.tracking .progress-7>ul>li.bullet-4 {
    background-color: #003366;
}

.tracking .progress-7>ul>li.bullet-4 {
    background-color: #f26522;
}

.tracking .progress-1>ul>li.bullet-1 .el i,
.tracking .progress-2>ul>li.bullet-1 .el i,
.tracking .progress-3>ul>li.bullet-1 .el i,
.tracking .progress-4>ul>li.bullet-1 .el i,
.tracking .progress-5>ul>li.bullet-1 .el i,
.tracking .progress-6>ul>li.bullet-1 .el i,
.tracking .progress-7>ul>li.bullet-1 .el i {
    display: block;
}

.tracking .progress-3>ul>li.bullet-2 .el i,
.tracking .progress-4>ul>li.bullet-2 .el i,
.tracking .progress-5>ul>li.bullet-2 .el i,
.tracking .progress-6>ul>li.bullet-2 .el i,
.tracking .progress-7>ul>li.bullet-2 .el i {
    display: block;
}

.tracking .progress-5>ul>li.bullet-3 .el i,
.tracking .progress-6>ul>li.bullet-3 .el i,
.tracking .progress-7>ul>li.bullet-3 .el i {
    display: block;
}

.tracking .progress-7>ul>li.bullet-4 .el i {
    display: block;
}

.tracking .progress-1>ul>li.bullet-1 .txt,
.tracking .progress-2>ul>li.bullet-1 .txt,
.tracking .progress-3>ul>li.bullet-1 .txt,
.tracking .progress-4>ul>li.bullet-1 .txt,
.tracking .progress-5>ul>li.bullet-1 .txt,
.tracking .progress-6>ul>li.bullet-1 .txt,
.tracking .progress-7>ul>li.bullet-1 .txt {
    color: #003366;
}

.tracking .progress-3>ul>li.bullet-2 .txt,
.tracking .progress-4>ul>li.bullet-2 .txt,
.tracking .progress-5>ul>li.bullet-2 .txt,
.tracking .progress-6>ul>li.bullet-2 .txt,
.tracking .progress-7>ul>li.bullet-2 .txt {
    color: #003366;
}

.tracking .progress-5>ul>li.bullet-3 .txt,
.tracking .progress-6>ul>li.bullet-3 .txt,
.tracking .progress-7>ul>li.bullet-3 .txt {
    color: #003366;
}

.tracking .progress-7>ul>li.bullet-4 .txt {
    color: #003366;
}

.tracking .progress-0>ul>li.bullet-1 .cmplt-text {
    color: #2d2f34;
    font-weight: 500;
}

/*********************************
11. Account
*********************************/

.account-dashboard .account-row {
    display: flex;
}

.account-dashboard .nav-pills {
    width: 25%;
    border: 1px solid #e2e2e2;
}

.account-dashboard .nav-pills .nav-link {
    border-radius: 0;
    color: #222;
    font-size: 15px;
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.account-dashboard .nav-pills .nav-link:last-child {
    border-bottom: 0;
}

.account-dashboard .nav-pills .nav-link span {
    font-size: 16px;
    margin-right: 8px;
}

.account-dashboard .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28be28;
    font-weight: 500;
    border-bottom: 0;
}

.account-dashboard .tab-content {
    width: 75%;
    border: 1px solid #e2e2e2;
    padding: 22px;
}

.form-header {
    padding: 0 0 8px;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 20px;
}

.form-header h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
    padding: 10px 14px;
    color: #1a88ce;
}

.orders-table .table tbody td {
    vertical-align: middle;
    font-size: 14px;
    padding: 14px 14px;
}

.account-dashboard .tab-content .mdsc-btn i {
    padding-left: 0;
    margin-right: 8px;
}



/*********************************
12. Checkout
*********************************/

.billing-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.checkout-content {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
}

.title-box {
    position: relative;
    padding-bottom: 20px;
    color: #444;
    font-weight: 500;
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 20px;
    font-size: 20px;

}

.title-box .checkout-title span {
    position: relative;
    width: 18%;
    float: right;
    line-height: 1.2em;
}

.qty {
    position: relative;
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 30px;
}

.qty li {
    position: relative;
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    margin-bottom: 20px;
}

.qty li span {
    float: right;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    font-weight: 400;
    width: 18%;
}

.sub-total {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.sub-total li span {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #235a66;
    font-weight: 400;
    width: 18%;
    float: right;
}

.sub-total .shipping {
    float: right;
    width: 28%;
}

.shipping .shopping-option label {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 7px;
    color: #444;
}

.checkout-content .total {
    position: relative;
    margin-bottom: 30px;
}

.total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.total li span {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #235a66;
    font-weight: 400;
    float: right;
    width: 18%;
    display: block;
}

.order-payment-method .single-payment {
    padding: 5px 0;
}

.single-payment .input-group label {
    font-size: 15px;
    padding-left: 10px;
}

.checkout-btn {
    margin-top: 30px;
    text-align: right;
}


/* Start Sitemap Section */

.sitemap-section .sitemap-header {
    padding: 10px 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: 500;
}

.sitemap-header .med-title {
    color: #1d1e4d;
}

.sitemap-header .sico-title {
    color: #36454f;
}

.sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 5px 10px;
    border: 2px solid #36454f;
    color: #31444a;
    font-size: 14px;
    border-radius: 5px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.sitemap ul>li {
    border-left: solid #e1e1e1 2px;
    padding-left: 15px;
}

.sitemap ul>li>a:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 15px;
    background: #e1e1e1;
}

.sitemap ul>li>.l1bg {
    color: #ffffff;
    background: #36454f;
}

.search-header h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Start Thankyou section */

.thankyou-section {
    padding: 100px 0;
    position: relative;
}

.tq-icon i {
    font-size: 50px;
    color: #36454f;
}

.heading_s1 h3 {
    font-size: 26px;
}

.error-header h2 {
    font-size: 90px;
    font-weight: 500;
}

.error-header h3 {
    font-size: 23px;
    color: #959595;
}


/* Start Section page */

.categorie-row {
    display: flex;
    flex-wrap: wrap;
}

.categorie-box {
    width: 20%;
    margin-bottom: 10px;
    display: flex;
    height: inherit;
    flex-direction: column;
    padding: 0 5px;
}

.categorie-item {
    text-align: center;
    padding: 12px;
    height: 100%;
    border: 1px solid #efefef;
    transition: all .35s ease-out;
    box-shadow: 5px 9px 15px #0000001a;
    -ms-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .08);
    -o-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .08);
    box-shadow: 3px 3px 6px #00000014;
    border-radius: 10px;
}

.categorie-img img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    transition: all .3s 0s ease-out;
}

.categorie-item:hover .categorie-img img {
    transform: scale(1.1);
}

.categorie-title h2,
.categorie-title h3,
.categorie-title h4,
.categorie-title h5,
.categorie-title h6,
.categorie-title p {
    font-size: 17px;
    color: #1d1e4d;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 20px
}

/* Responsive CSS lab-categories section */

@media only screen and (min-width: 991px) and (max-width: 1170px) {
    .categorie-box {
        width: 25%;
    }
}

@media only screen and (min-width: 670px) and (max-width: 991px) {
    .categorie-box {
        width: 33.33%;
    }

}

@media only screen and (min-width: 420px) and (max-width: 670px) {
    .categorie-box {
        width: 50%;
    }
}

@media only screen and (max-width: 420px) {
    .categorie-box {
        width: 100%;
    }
}


/* Start category page */

.subproduct-content h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 5px;
    color: #0a6d72;
    font-weight: 600;
}

.subproduct-content p {
    text-align: center;
    line-height: 19px;
}

.btn-tabs-box {
    margin: 10px 0;
}

.btn-tabs-row {
    transition: transform 0.25s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    gap: 10px;
    list-style: none;
    margin: 0px;
    font: 14px "Century Gothic", Verdana, sans-serif;
}

.btn-tabs a {
    color: #1d1e58;
    background: #fff;
    display: inline-block;
    border: 2px solid #14b5bf;
    padding: 5px 11px;
    border-radius: 3px;
    transition: all 0.3s ease;
    line-height: 17px;
    font-weight: 600;
    font-size: 15.5px;
    transition: all 0.3s;
}

.btn-tabs a:hover {
    color: #1d1e4d;
}

.single-product .compare {
    position: absolute;
    top: 8px;
    right: 8px;
}


/* Start Order details page */


.order-details .details-box {
    border: 1px solid #dee2e6;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.details-box .order-header {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.order-header h1,
.order-header h2,
.order-header h3,
.order-header h4,
.order-header h5,
.order-header h6 {
    font-size: 18px;
    color: #0f3695;
    margin-bottom: 2px;
}

table {
    border-bottom: 1px solid #fff;
}

.order-details .order-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #e4e3e3;
    padding: 10px;
    border-radius: 5px;
}

.table .order-titile a {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 500;
}

.order-details .table>:not(:last-child)>:last-child>* {
    color: #4777d3;
}

.pro-btns .pro-review {
    color: #fff;
    background-color: #767272;
    padding: 8px 10px;
    font-size: 14px;
}

.modal-header,
.modal-body {
    padding: 20px;
}

.acces-title {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 8px;
}

.acces-row {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    color: #848484;
}

@media only screen and (min-width: 280px) and (max-width: 480px) {
    .details-box .heading-items {
        display: block;
    }

    .details-box .orderid {
        display: block;
    }

    .details-box .heading-item h5 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .details-box .heading-item {
        margin-bottom: 10px;
        padding: 0;
    }

    .details-box .order-item:first-child {
        margin-top: 50px;
    }

    .details-box .order-item {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .order-item .order-img {
        width: 100%;
        padding-bottom: 10px;
    }

    .order-item .order-text {
        width: 100%;
    }

    .pro-btns {
        display: block;
    }

    .pro-btns button {
        margin-bottom: 10px;
    }

    .order-item .order-img img {
        width: 120px;
    }

    .product-title h1 {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .order-titile {
        width: 160px;
    }

    .order-img,
    .order-placed {
        width: 100px;
    }
}


@media screen and (max-width:1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }
}