.e-commerce {
    overflow: hidden;
}
.header-section {
    background: #fff;
}

.header-section ul.user-menu {
    padding-left: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 2px;
}
.header-section .position-relative {
    top: 5px;
}
.header-section ul.user-menu li {
    display: inline-block;
}

.header-section .global-search {
    position: relative;
    transition: right 0.3s ease; /* Smooth transition */
}
.header-section .global-search form {
    position: absolute;
    top: -4px; /* Adjust as needed */
    right: 30%; /* Start off-screen to the right */
    width: 300px; /* Set the width of the search box */
    transition: right 0.3s ease; /* Smooth transition */
    display: none;
    z-index: 9;
}

.global-search form.show {
    display: block; /* Slide into view */
}
.global-search {
    position: relative;
}

.global-search button {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    padding: 5px 10px;
}

.global-search button i {
    font-size: 15px;
    margin-right: 0;
}
.header-section .global-search input {
    padding-left: 10px !important;
}
.header-section .global-search button.btn {
    background: #0a5896;
    color: #fff;
}

.header-top {
    border-bottom: 1px solid #ededed;
    padding: 5px 0px;
    background: #1973b3;
}
.social-share-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.social-share-section ul li {
    display: inline-block;
    margin-right: 4px;
}

.social-share-section ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    background: #fff;
    border-radius: 50%;
    transition: 0.4s all ease 0s;
}
.social-share-section ul li a.facebook {
    color: #1877f2;
}
.social-share-section ul li a.linkedin {
    color: #0077b5;
}
.social-share-section ul li a.twitter {
    color: #1da1f2;
}
.social-share-section ul li a.youtube {
    color: #ff0000;
}
.social-share-section ul li a.facebook:hover {
    color: #fff;
    background: #1877f2;
    transition: 0.4s all ease 0s;
}
.social-share-section ul li a.linkedin:hover {
    color: #fff;
    background: #0077b5;
    transition: 0.4s all ease 0s;
}
.social-share-section ul li a.twitter:hover {
    color: #fff;
    background: #1da1f2;
    transition: 0.4s all ease 0s;
}
.social-share-section ul li a.youtube:hover {
    color: #fff;
    background: #ff0000;
    transition: 0.4s all ease 0s;
}
.social-share-section ul li a i {
    font-size: 13px;
    line-height: 30px;
}
.header-bottom {
    padding: 5px 0px;
}
.header-bottom .site-logo img {
    width: 170px;
    height: auto;
}
.header-bottom .menu-section ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: right;
}

.header-bottom .menu-section ul li {
    display: inline-block;
}

.header-bottom .menu-section ul li a {
    display: inline-block;
    padding: 18px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 0.4s all ease 0s;
}
ul.user-menu.authentication-menu li a {
    color: #000;
    padding: 0px 0px;
}
li.product-search-icon button {
    border: none;
    background: none;
    padding: 0px 10px;
}

li.product-search-icon button i {
    color: #fff;
    font-size: 15px;
}
.header-section ul.user-menu li.cart-item {
    padding: 0px 25px 0px 0px;
    margin-bottom: 0;
}
.header-section ul.user-menu .alert-count {
    top: -6px;
    left: 12px;
}
ul.user-menu.authentication-menu li {
    border-right: 1px dotted #ccc;
}
ul.user-menu.authentication-menu li:last-child {
    border-right: unset;
}
.header-bottom .menu-section ul li a:hover {
    transition: 0.4s all ease 0s;
    color: #000;
}

.header-section ul.user-menu.authentication-menu li.cart-item a i {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    color: #fff;
}
.header-section ul.user-menu.authentication-menu .user-box {
    height: unset;
    margin-left: 5px;
}
.header-section ul.user-menu.authentication-menu .user-info .user-name {
    color: #fff;
}
.pace .pace-activity {
    display: none;
}
.header-section ul.user-menu.authentication-menu .user-img {
    width: 30px;
    height: 30px;
}

.header-section ul.user-menu.authentication-menu .user-box > ul li {
    display: block;
    border-right: unset;
    padding: 4px 0px;
    border-bottom: 1px dotted #ccc;
}

.header-section ul.user-menu.authentication-menu .user-box > ul {
    padding: 15px 20px;
    width: 220px;
}
.header-section ul.user-menu.authentication-menu li.login a,
.header-section ul.user-menu.authentication-menu li.registration a {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.auth-information {
    text-align: center;
    background: #00518b;
    color: #fff;
    padding: 20px 0px;
}

.auth-information img {
    width: 45%;
    border-radius: 50%;
}

.auth-information h3 {
    color: #fff;
    font-size: 23px;
    margin-top: 10px;
}

.auth-information span {
    font-size: 14px;
}
.user-sidebar {
    padding: 20px 0px;
}
.user-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.user-sidebar ul li {
    border-bottom: 1px dotted #ccc;
}
.user-sidebar ul li a {
    padding: 10px 15px;
    display: block;
    color: #000;
}
.user-sidebar .metismenu a:hover,
.user-sidebar .metismenu a:focus,
.user-sidebar .metismenu a:active,
.user-sidebar .metismenu .mm-active > a {
    color: #1973b3;
    text-decoration: none;
    background: rgb(25 115 179 / 12%);
}
.card-header.profile-page {
    display: flex;
}
.card-header.profile-page .profile-btn {
    margin: 0 0 auto auto;
}

/* menu section  */
.menu-section ul.nav-menu li {
    position: relative;
}

.menu-section ul.nav-menu li > ul.drop-category {
    position: absolute;
    top: 100%;
    left: -30%;
    width: 200px;
    background: #fff;
    z-index: 1;
    text-align: left;
    box-shadow: 0px 0px 4px #e7e5e5;
    opacity: 0;
    visibility: hidden;
}

.menu-section ul.nav-menu li > ul.drop-category li {
    display: block;
    border-bottom: 1px dotted #efeded;
}

.menu-section ul.nav-menu li > ul.drop-category li a {
    display: block;
    padding: 5px 15px;
}

/* .menu-section ul.nav-menu li > ul.drop-category li:last-child {
    background: rgb(25 115 179 / 12%);
} */

.menu-section ul.nav-menu li > ul.drop-category li:last-child a {
    color: #000;
}

.menu-section ul.nav-menu li > ul.drop-category li a:hover {
    background: rgb(25 115 179 / 12%);
}

.menu-section ul.nav-menu li:hover > ul.drop-category {
    opacity: 1;
    visibility: visible;
}
.menu-section ul.nav-menu > li > span.custom-arrow {
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 36%;
    right: -3%;
    font-size: 12px;
    color: #000;
}

ul#menu {
    display: none;
}
.slicknav_menu .slicknav_menutxt {
    color: #000000;
    font-weight: 400;
    text-shadow: 0 1px 1px #000;
    font-size: 14px;
}
.slicknav_menu > a {
    background: transparent;
    border: 1px solid;
}
.slicknav_menu .slicknav_icon {
    margin: 0px 5px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #7b7777;
}
.slicknav_menu {
    background: transparent;
    position: relative;
    padding: 0;
}
.slicknav_btn {
    margin: 2px 5px;
}
.slicknav_menu ul.slicknav_nav {
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 100%;
    width: 225px;
    text-align: left;
    left: -69%;
    height: 100vh;
}
.slicknav_menu ul.slicknav_nav li {
    display: block;
    border-bottom: 1px dotted #dbd7d7;
}
.slicknav_menu ul.slicknav_nav li:last-child {
    border-bottom: none;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav a:hover {
    background: transparent;
}

.slicknav_menu ul.slicknav_nav li a {
    display: block;
    padding: 5px 15px;
    outline: none;
    color: #000;
}

.slicknav_menu ul.slicknav_nav li ul {
    text-align: left;
}
.slicknav_menu {
    display: none;
}

.page-content.slider ol {
    margin-bottom: 0px;
}

.page-content.slider ol li .card {
    margin-bottom: 0px;
}

.category-section .wrap-section.category img {
    width: 100%;
}
.category-section .wrap-section.category h2 {
    font-size: 17px;
}
.category-section .wrap-section.brand img {
    width: 100%;
}
.category-section .wrap-section.brand h2 {
    font-size: 17px;
}
.wrap-section.category a h3 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
}

.section-authentication-signin {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80vh;
}
.registration.card {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* footer css */
.company-info .footer-logo img {
    width: 170px;
    height: auto;
}
.short-info {
    margin-top: 15px;
}
.footer-section {
    background: #0a5896;
    padding: 30px 0px;
}

.footer-section .footer-menu h2 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.footer-section .footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-section .footer-menu ul li {
    display: block;
    border-bottom: 1px dotted #ccc;
}

.footer-section .footer-menu ul li a {
    display: block;
    padding: 5px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-section .footer-menu ul li:last-child {
    border-bottom: none;
}

.footer-section .company-info p {
    color: #fff;
    font-size: 14px;
}

.footer-menu.contact-info ul li {
    border-bottom: unset;
    color: #fff;
    margin-bottom: 10px;
}

.footer-menu.contact-info ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu.contact-info ul li {
    display: flex;
}
.footer-menu.contact-info ul li strong {
    width: 25%;
}
.footer-menu.contact-info ul li a,
.footer-menu.contact-info ul li span {
    width: 73%;
    padding: 0px 0px;
}
.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
}

.footer-bottom {
    background: #034981;
    padding: 5px 0px;
    text-align: center;
}

.footer-bottom p a {
    color: #fff;
    text-decoration: underline;
}

/**
cart css
*/
.card-header h4 {
    display: inline-block;
}

.card-header span {
    float: right;
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 6px;
}

.checkout-section .card-body table tbody tr {
    font-size: 13px;
}

.checkout-section .card-body table tfoot tr {
    font-size: 15px;
}

.checkout-section .card-body table tbody tr td {
    padding: 13px 0px !important;
}

.order-place button {
    width: 80%;
    margin-top: 25px;
}

.order-place {
    text-align: center;
}
.cart_section table.table {
    width: 100%;
}

.cart_section table.table thead tr {
    border-bottom: 1px solid #000;
}

.cart_section table.table tbody tr td h3 {
    font-size: 17px;
    font-weight: 400;
}

.cart_section table.table tbody tr td {
    border-bottom: 1px dotted #000;
    padding: 3px 10px !important;
}
.cart_section table.table td.text-right {
    text-align: right;
}
.cart_section table.table tbody {
    border-bottom: 1px solid #000;
}
.cart_section table.table tbody input.qty {
    border: 1px solid;
    outline: none;
    width: 85%;
}
.checkout-button {
    padding: 10px 0px;
    margin: 0 0 auto auto;
}
.checkout-button a {
    padding: 8px 25px;
}
table.table.order-summary tr th,
table.table.order-summary tr td {
    background: #fff;
}
table.table.order-summary button#submitCoupon {
    padding: 11px 15px;
}
.contact-page.contact-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-page.contact-info {
    padding: 54px 76px;
}

.contact-page.contact-info ul li {
    padding: 7px 0px;
}
.state-container {
    width: 75%;
    margin: 0 auto;
}
.page-section.order-confirm-page .thank-you {
    text-align: center;
    padding: 20px 0px;
}

.page-section.order-confirm-page .thank-you i {
    font-size: 60px;
    line-height: 60px;
}
.page-section.order-confirm-page table tfoot td {
    text-align: right;
}

.page-section.order-confirm-page table thead th:last-child {
    text-align: center;
}

.page-section.order-confirm-page table tbody td:last-child {
    text-align: center;
}

.card .card-header h2 {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    display: inline-block;
}
.card .card-header a {
    float: right;
}
.card .card-body {
    padding: 15px 15px;
}
.card .card-body p {
    font-size: 15px !important;
    letter-spacing: 0;
    line-height: 25px;
}

.page-content.related-wrap {
    padding: 0px;
}
.page-content.related-wrap .related-inner .card {
    box-shadow: unset;
    text-align: center;
}
.page-content.related-wrap .related-inner .card img {
    width: 35%;
    text-align: center;
    margin: 0 auto;
}
.page-content.related-wrap .card .card-body {
    padding: 0px 0px;
}
.page-content.related-wrap .related-inner .card button {
    width: 50%;
    padding: 5px 0px;
    margin-top: 7px;
}
.carousel__slide {
    display: block !important;
}
.page-content.slider button.carousel__prev {
    background: #fff;
    padding: 20px 0px;
    margin: 0px;
}
.page-content.slider button.carousel__next {
    background: #fff;
    padding: 20px 0px;
    margin: 0px;
}
.page-content.slider .carousel__icon {
    fill: unset;
}
.site-logo a {
    display: block;
    width: 100%;
}
.page-content.slider ol li .card {
    width: 100%;
}
.page-content.slider ol li .card > a {
    width: 100%;
}
img.product-thumbnail {
    width: 100%;
    height: 200px;
}
/* product */
.image-gallery .carousel__prev,
.image-gallery .carousel__next {
    display: none !important;
    font-size: 28px;
}
.image-gallery:hover .carousel__prev,
.image-gallery:hover .carousel__next {
    display: block !important;
}
.image-gallery .carousel__viewport ol {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.image-gallery.single-product .carousel__prev {
    left: -4%;
    top: 45%;
    line-height: 0;
    text-align: center;
    background: #fff;
    opacity: 1;
}
.image-gallery.single-product .carousel__next {
    right: -4%;
    top: 45%;
    line-height: 0;
    text-align: center;
    background: #fff;
    opacity: 1;
}
.mobile-device-log-reg-button {
    display: none;
}
.add-cart-button {
    display: flex;
}
.add-cart-button .btn-custom {
    background: #034981;
    color: #fff;
    margin-top: 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .header-section .global-search form {
        right: 41%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .add-cart-button button[data-v-3e3583c2] {
        padding: 10px 35px !important;
    }
    .add-cart-button .btn-custom {
        margin-top: 0px;
    }
    .header-section .global-search form {
        right: 90%;
    }
}
@media only screen and (min-width: 668px) and (max-width: 767px) {
    .header-bottom .site-logo img {
        width: 45%;
    }
    .company-info .footer-logo img {
        width: 25%;
    }
    .page-content.related-wrap .related-inner .card img {
        width: 55%;
    }
    /* menu */

    .desktop-menu {
        display: none;
    }
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
    .slicknav_btn {
        margin: 6px 5px;
    }
    .slicknav_menu ul.slicknav_nav {
        left: -127%;
        width: 560px;
        padding: 0px 10px;
    }
    .footer-menu {
        margin-top: 25px;
    }
    .section-authentication-signin {
        height: unset;
    }
    .mobile-device-log-reg-button {
        display: none;
    }
}
@media only screen and (min-width: 571px) and (max-width: 667px) {
    .header-bottom .site-logo img {
        width: 47%;
    }
    .company-info .footer-logo img {
        width: 25%;
    }
    .page-content.related-wrap .related-inner .card img {
        width: 55%;
    }

    /* menu */

    .desktop-menu {
        display: none;
    }
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
    .slicknav_btn {
        margin: 6px 5px;
    }
    .slicknav_menu ul.slicknav_nav {
        left: -127%;
        width: 590px;
        padding: 0px 10px;
    }
    .footer-menu {
        margin-top: 25px;
    }
    .section-authentication-signin {
        height: unset;
    }
    .login-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mobile-device-log-reg-button {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 570px) {
    .header-bottom .site-logo img {
        width: 49%;
    }
    .company-info .footer-logo img {
        width: 30%;
    }
    .page-content.related-wrap .related-inner .card img {
        width: 55%;
    }

    /* menu */

    .desktop-menu {
        display: none;
    }
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
    .slicknav_btn {
        margin: 6px 5px;
    }
    .slicknav_menu ul.slicknav_nav {
        left: -120%;
        width: 600px;
        padding: 0px 10px;
    }
    .footer-menu {
        margin-top: 25px;
    }
    .section-authentication-signin {
        height: unset;
    }
    .login-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .recent-order-wrap .card-header {
        padding: 2px 10px;
    }

    .recent-order-wrap .card-header .heading-title {
        font-size: 15px;
    }

    .recent-order-wrap .card-header .view-more {
        font-size: 14px;
    }

    .recent-order-wrap .card-body {
        padding: 0px 10px;
    }
    .mobile-device-log-reg-button {
        display: none;
    }
    .header-section .global-search form {
        top: 35px;
        right: 0%;
    }
}
@media only screen and (min-width: 420px) and (max-width: 480px) {
    .header-bottom .site-logo img {
        width: 70%;
    }
    .company-info .footer-logo img {
        width: 35%;
    }
    .page-content.related-wrap .related-inner .card img {
        width: 55%;
    }

    /* menu */

    .desktop-menu {
        display: none;
    }
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
    .slicknav_btn {
        margin: 6px 5px;
    }
    .slicknav_menu ul.slicknav_nav {
        left: -120%;
        top: 115%;
        width: 500px;
        padding: 0px 10px;
    }
    .footer-menu {
        margin-top: 25px;
    }
    .section-authentication-signin {
        height: unset;
    }
    .login-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .recent-order-wrap .card-header {
        padding: 2px 10px;
    }

    .recent-order-wrap .card-header .heading-title {
        font-size: 15px;
    }

    .recent-order-wrap .card-header .view-more {
        font-size: 14px;
    }

    .recent-order-wrap .card-body {
        padding: 0px 10px;
    }
    ul.user-menu.authentication-menu li.cart-item {
        border-right: unset;
    }
    ul.user-menu.authentication-menu li.login.desktop,
    ul.user-menu.authentication-menu li.registration.desktop {
        display: none !important;
    }
    .mobile-device-log-reg-button {
        display: block;
    }
    .mobile-device-log-reg-button ul.user-menu {
        text-align: center;
    }
    .add-cart-button .btn-custom {
        margin-top: 0px;
        margin-left: 10px;
    }
    .header-section .global-search form {
        top: 35px;
        right: 0%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
    .header-bottom .menu-section .site-logo {
        text-align: center;
    }
    .header-bottom .site-logo img {
        width: 65%;
    }
    .company-info .footer-logo img {
        width: 40%;
    }
    .footer-menu {
        margin-top: 25px;
    }
    /* menu */

    .desktop-menu {
        display: none;
    }
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
    .slicknav_menu ul.slicknav_nav {
        left: -127%;
        width: 430px;
        padding: 0px 10px;
    }

    .contact-page.contact-info {
        padding: 20px 15px;
    }
    .page-content.related-wrap .related-inner .card img {
        width: 55%;
    }
    .add-section img {
        margin-bottom: 15px;
    }
    .section-authentication-signin {
        height: unset;
    }
    .login-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .recent-order-wrap .card-header {
        padding: 2px 10px;
    }

    .recent-order-wrap .card-header .heading-title {
        font-size: 15px;
    }

    .recent-order-wrap .card-header .view-more {
        font-size: 14px;
    }

    .recent-order-wrap .card-body {
        padding: 0px 10px;
    }
    ul.user-menu.authentication-menu li.cart-item {
        border-right: unset;
        padding: 0px 7px 0px 0px;
    }
    ul.user-menu.authentication-menu li.login.desktop,
    ul.user-menu.authentication-menu li.registration.desktop {
        display: none !important;
    }
    .mobile-device-log-reg-button {
        display: block;
    }
    .mobile-device-log-reg-button ul.user-menu {
        text-align: center;
    }
    .add-cart-button {
        display: block;
    }
    .add-cart-button .btn-custom {
        margin-top: 10px;
    }
    .header-section .global-search form {
        top: 35px;
        right: 0%;
    }
}
