

.promotion a > img {
    width: -webkit-fill-available;
}

.middle-header .search-box > input {
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 6px;
}

.middle-header .search-box > button {
    background-color: transparent !important;
    color: #0890c5 !important;
}

.pcbuild {
    margin-right: unset;
}

.pcbuild, .pcbuildbg {
    border-radius: 6px;
}

.pc-builder {
    border: none;
    outline: none;
    color: #fff;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 6px;
}

.button {
    text-align: center;
    padding: 8px 20px;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit--user-select: none;
    touch-action: manipulation;
  }

  .button:hover:after {
    background:transparent;
    color:#fff;
  }
  .button:hover {
    color:#fff;
  }

  .button:before {
    content: "hello";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opactiy 0.3s ease-in-out;
    border-radius: 10px;
  }

  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }

  .button:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
  }


  .pcbuild.pc-builder {
    background: transparent;
}

.pc-builder:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    /*filter: blur(2px);*/
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing 40s linear infinite;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    border-radius: 6px;
}

.pc-builder:after {
    background: transparent;
}

.pc-builder:active {
    color: #000
}

.pc-builder:active:after {
    background: transparent;
}

.pc-builder:hover:before {
    opacity: 1;
}

.pc-builder:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #111;*/
    left: 0;
    top: 0;
    border-radius: 6px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


.text-left {
    text-align: left;
}


.pcBuildItem th {
    font-size: 14px;
    font-weight: bold !important;
    padding: 10px;
}

.pcbuild.pc-builder.offer {
    display: none;
}

.pcbuildbg.animated-button7 {
    letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
    .header-btns {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobileCart .cart-qty {
        position: absolute;
        top: -10px;
        background: red;
        color: black;
        border: 1px solid lightgray;
        padding: 2px;
        border-radius: 8px;
        font-size: 11px;
        left: -10px;
        line-height: 11px;

    }

    .pcbuild.pc-builder.offer {
        display: block;
    }

    .pcbuildbg.animated-button7 {
        letter-spacing: 0.3px;
    }

    .fixsocial.smobilet {
        display: none;
    }

    .header-btns a {
        font-size: 14px;
        font-weight: normal;
        padding: 6px 10px;
    }

    .cart {
        font-size: 12px !important;
    }

    .cart td {
        padding: 0;
    }

    .cart-mNo-p {
        padding: 0;
    }

    .qtybox {
        width: 20px;
    }

    .pcBuildItem th {
        font-size: 14px;
        font-weight: bold;
    }

    .pcBuildItem td {
        font-size: 12px;
        padding: 2px !important;
    }

    .pcBuildItem img {
        width: 70px !important;
        height: 70px !important;
    }

    .pcBuildItem th a.backbbtn {
        padding: 10px !important;
        width: 50px !important;
    }

    .pcBuildItem td a.add-btn {
        padding: 10px !important;
        width: 50px !important;
    }


    .pcButtons > a > img {
        width: 120px;
    }

    .pcButtons a {
        margin-right: 2px;
        position: relative;
    }

    .cpBuilderTable {
        font-size: 12px;
    }

    .cpBuilderTable td.product-thumbnail {
        padding: 0 !important;
    }

    .cpBuilderTable td.product-name {
        padding: 2px !important;
    }

    .billnumberOrderDetails {
        text-align: left;
    }

    .backhome {
        display: grid;
    }

    .backhome a {
        margin: 10px 0;
    }
}

.table.table-bordered.mt15 {
    font-weight: bold !important;
}

.billnumberOrderDetails {
    text-align: right;
}

@media only screen and (max-width: 400px) {
    .mobile-responsive-nav .logo {
        right: -30% !important;
        width: 110px;
    }
}

@media only screen and (max-width: 326px) {
    .mobile-responsive-nav .logo {
        right: -30% !important;
        width: 106px;
    }
}

a.print {
    border-radius: 6px;
}

a.print:hover {
    background: #0d92c3;
    color: white;
}

button.screenshot {
    border-radius: 6px;
}

button.screenshot:hover {
    background: #ab0000;
    color: white;
}

.single-products .product-content .products-cart-wish-view li .default-btn {
    border-radius: 6px;
}


/* 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;
}

.default-btn {
    border-radius: 6px;
}

.default-btn.padding-tb13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.backhome .print {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}

.form-control {
    border-radius: 6px;
    padding: 10px;
    color: black;
}

.form-control:focus {
    border-color: #0aaad5;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%), 0 10px 15px rgb(0 0 0 / 10%), 0 -3px 0 0 #179dce00;
    display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;

}

/* .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    width: 250px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 125px;
    display:block;
    overflow-y:auto;
    max-height: 30vh;
}

.desktop-nav .navbar .navbar-nav .nav-item.item-in-left .dropdown-menu li .dropdown-menu {
    left: -125px !important;
} */

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {

    border-bottom: 0;

}

.nav-link:hover {
    color: #179dce !important;
}

.root.nav-link:hover {
    color: white !important;
}

.single-products {
    border-radius: 6px;
}

.paginate nav {
    float: right;
}


/*.addToCart_price {*/
/*  !*border-radius: 0 0 0 10px;*!*/
/*}*/
.addToCart_price.compare {
    background: #d35a04;
    color: #FFF;
}
.addToCart_price.compare .crif, .addToCart_price.compare .fa-clone {
    color: white;
}

.addToCart_price.offer {
    background: transparent;
    color: #FFF;
    border-radius: 0 0 0 10px;
}

.addToCart_price.offer:before {
    content: '';
    background: linear-gradient(45deg, rgba(68, 60, 60, 0.77), #ff0000, rgba(18, 102, 147, 0.76), #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: 10px;
    left: 0;
    background-size: 400%;
    z-index: -1;
    /* filter: blur(2px); */
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing 40s linear infinite;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    border-radius: 0 0 0 6px;
}

.mhomei {
    position: relative;
    z-index: 999;
    right: -15%;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.mobileCart {
    font-size: 12px;
    letter-spacing: 0.7px;
}

.single-products .product-img a {
    transition: 0.6s;
    overflow: hidden;
}

.single-products .product-img a:hover {
    transform: scale(1.05);
}

.single-products .product-img {
    height: auto;
}

.single-products .product-img img {
    height: auto;
    aspect-ratio: 4 / 4;
}

.pcButtons {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}

.buttons {
    margin-top: 10px;
    line-height: 54px;
    display: inline;
}
.navbar-area.navbar-area-style-two .navbar-category button {
    padding-left: 0!important;
}

@media only screen and (max-width: 991px) {
    .header-btns a i {
        display: none;
    }

    .mobile-responsive-nav .mean-container a.meanmenu-reveal, .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
        width: 22px;
    }

    /*.mobile-responsive-nav .logo {*/
    /*  position: relative;*/
    /*  width: 130px;*/
    /*  z-index: 1000;*/
    /*  top: 0;*/
    /*  right: -20%;*/
    /*}*/
    .header-area > .addToCart {
        display: none;
    }

    .smobilet {
        top: 78% !important;
    }

    .pcButtons {
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        padding: 0;
    }

    .buttons {
        margin-top: 10px;
        line-height: 54px;
        display: inline;
    }

}

.print[id="screenshot"] {
    background: #c31212;
    color: #fff;
}


@media only screen and (max-width: 768px) {
    .mobile-responsive-nav .logo {
        right: -38%;
    }

    .pcBuilder > a > img {
        max-width: 75%;
    }

    .product-thumbnail {
        max-width: 80px !important;
    }

    .product-name {
        max-width: 150px !important;
    }

    .option {
        max-width: 100px !important;
    }
}


@media only screen and (max-width: 425px) {
    .header-btns a {
        font-size: 9px;
    }
}

@media only screen and (max-width: 326px) {
    .mobile-responsive-nav .logo {
        right: -28%;
    }
}


.single-products:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
    background-color: #f1f1f1;
}


.desktop-nav .navbar .nav-item:hover > a {
    color: #0893c7;
}

.nav-item.nav-itemC:hover > a {
    color: yellow !important;
}

.quote {
    border-radius: 6px;
    border: 1px solid #077ca7;
    padding: 13px 15px;
    color: #077ca7;
    transition: 0.2s;
}

.blink {
    animation: blink-animation 3s infinite;
    -webkit-animation: blink-animation 3s infinite;
}

@keyframes blink-animation {
    0% {
        background: #077ca7;
        color: #fff;
    }


    75% {
        background: #FFFFFF;
        color: #077ca7;
    }

    100% {
        background: #077ca7;
        color: #fff;
    }

}

@-webkit-keyframes blink-animation {
    0% {
        background: #077ca7;
        color: #fff;
    }


    75% {
        background: #FFFFFF;
        color: #077ca7;
    }

    100% {
        background: #077ca7;
        color: #fff;
    }
}


.subscribe-headline-area {
    background-color: white;
}


.subscribe-newsletter-area {
    background-color: black;
}

.subscribe-newsletter-area label {
    color: white;
    font-size: 20px;
}

.subscribe-newsletter-area input, .subscribe-newsletter-area input:active, .subscribe-newsletter-area input:focus {
    background-color: white;
}


.navbar {
    justify-content: center;
}

.contact-title, .single-footer-widget > h3, .single-footer-widget .info-list li, .info-list li a, .import-link li > a {
    color: white;
}

.import-link li > a:hover,
.info-list li > a:hover {
    color: #0f7ba8;
}

.single-footer-widget .info-list li a:hover {
    color: #0f7ba8;
}


.default-stockout-btn {
    font-size: 15px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 16px 30px;
    font-weight: 400;
    background: linear-gradient(#c20808, #d10808) !important;
}

.default-stockout-btn:hover {
    border-color: #f33333 !important;
    background-color: #f33333 !important;
    color: #fff;
}

.desktop-nav .navbar .navbar-nav .nav-item.item-in-left .dropdown-menu {
    left: auto;
    right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item.item-in-left .dropdown-menu li .dropdown-menu {
    left: -190px !important;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
    background: whitesmoke;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    font-size: 12px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 12px;
}

.alert.alert-dismissible.show > button {
    background: transparent;
}

.subscribe-area, .footerbg {
    background-color: black;
}

.middle-header .search-box .form-control {
    height: 36px;
}

.middle-header .search-box .search-btn {
    padding: 10px 15px
}

.middle-header {
    padding-bottom: 6px;
}

.search-area {
    margin-bottom: -4px;
}

.header-btns {
    margin-bottom: -12px;
}


.category-area .partner-item {
    padding: 6px;
    background: none;
    border: none;
}

.category-area .partner-item img {
    height: 70px;
    max-width: 70px !important;
    width: 70px;
    border: 1px solid lightgray;
    border-radius: 6px;
}

/* Partner Slider Animation for Brands */
.partner-slider .owl-stage {
    animation: slideLeft 240s linear infinite;
    display: flex !important;
    align-items: center;
}

.partner-slider:hover .owl-stage {
    animation-play-state: paused;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive partner slider animations */
@media only screen and (max-width: 991px) {
    .partner-slider .owl-stage {
        animation: slideLeft 145s linear infinite;
    }
}

@media only screen and (max-width: 575px) {
    .partner-slider .owl-stage {
        animation: slideLeft 135s linear infinite;
    }
    
    .partner-area .partner-item img {
        height: 50px;
        max-width: 100px;
    }
}

/* Partner item styling for brand slider */
.partner-area .partner-item {
    padding: 10px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-area .partner-item img {
    height: 60px;
    max-width: 120px;
    width: auto;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.partner-area .partner-item:hover img {
    transform: scale(1.05);
    border-color: #0890c5;
}

.text-like-lightgray {
    color: #666;
}

.single-footer-widget ul li a {
    color: #666;
}

.single-footer-widget .info-list li,
.single-footer-widget .import-link li {
    margin-bottom: 4px;
}

@media only screen and (max-width: 991px) {
    .fixsocial {
        padding: 7px 2px;
    }

    .fixsocial.smobilet {
        display: block;
    }

    .middle-header {
        padding-bottom: 10px;
    }

    .middle-header.middle-header-style-two {
        padding-top: 14px;
    }

    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
        width: auto;
    }

    /* Simple & Functional Mobile Menu Dropdown */
    .navbar-category-dropdown {
        border-radius: 12px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        margin-top: 8px !important;
        overflow: hidden !important;
        background: #ffffff !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
    }

    /* Scrollbar styling */
    .navbar-category-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-category-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .navbar-category-dropdown::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .navbar-category-dropdown::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

    .navbar-category-dropdown ul {
        padding: 8px 0 !important;
        margin: 0 !important;
    }

    /* Hide all category sections in mobile menu */
    .navbar-category-dropdown .mobile-menu-category {
        display: none !important;
    }

    /* Main menu items styling - Clean & Simple */
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a {
        padding: 14px 20px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #333 !important;
        transition: all 0.2s ease !important;
        display: block !important;
        border-bottom: 1px solid #f0f0f0 !important;
        background: #fff !important;
    }

    /* Active/Hover state - Simple and clear */
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a:hover,
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a:active {
        background: #f8f9fa !important;
        color: #0066cc !important;
        padding-left: 24px !important;
    }

    /* First item (Home) - Subtle emphasis */
    .navbar-category-dropdown > ul > li:first-child > a {
        font-weight: 600 !important;
        color: #111 !important;
    }

    /* Last item - No border */
    .navbar-category-dropdown > ul > li:last-child > a {
        border-bottom: none !important;
    }

    /* Touch-friendly tap highlight */
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a {
        -webkit-tap-highlight-color: rgba(0, 102, 204, 0.1);
        tap-highlight-color: rgba(0, 102, 204, 0.1);
    }

    /* Smooth slide-in animation */
    .navbar-category-dropdown.show {
        animation: dropdownSlideIn 0.25s ease-out;
    }

    @keyframes dropdownSlideIn {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Focus state for accessibility */
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a:focus {
        outline: 2px solid #0066cc;
        outline-offset: -2px;
        background: #f0f7ff !important;
    }

    /* Improve readability */
    .navbar-category-dropdown > ul > li:not(.mobile-menu-category) > a {
        text-decoration: none !important;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }
}


/*      Branch Section Start      */
.branch .card {
    margin: 10px 0;
    height: 100% !important;
    transition: 0.6s;
    border-radius: 6px;
}

.branch .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}

.branch .card .card-head {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 4px;
    background: rgb(19 163 211 / 25%);
    border-bottom: 1px solid rgb(19 163 211 / 25%);
}

.branch .address, .branch .telephone, .branch .open-close, .branch .map {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.branch .open-close {
    margin: 4px 0;
}

.branch .map > a {
    letter-spacing: -1px;
    text-decoration-style: solid;
    text-decoration-line: underline;
    color: #136693;
}

.weekly-office.d-none {
    opacity: 0;
    transition: 1s;
}

.weekly-office {
    border: 1px solid lightgray;
    border-radius: 6px;
    opacity: 1;
}

.weekly-office table {
    margin-bottom: 0;
}

.weekly-office td {
    padding: 2px 4px;
}

/*      Branch Section end      */


/*      Certificate Start */

.certificate .card {
    margin: 10px 0;
    transition: 0.6s;
    border-radius: 6px;
}

.certificate .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}

.certificate .img-area {
    height: 250px;
    text-align: center;
}

.certificate img {
    margin: auto;
    height: 240px;
    transition: 0.6s;
}

.certificate img:hover {
    transform: scale(1.06);
}

.certificate .name {
    font-size: 16px;
    height: 22px;
    margin-bottom: 0;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.certificate .description {
    font-size: 12px;
    text-align: justify;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.certificate .default-btn {
    padding: 10px 0;
}

.w-full {
    width: 100%;
}


/*   home page category start*/
.hero-slider-area.hero-slider-area-style-three {
    padding-top: 0;
}

.cat-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.cat-item p {
    font-size: 16px;
    margin: 0;
}


.cat-item {
    flex: 0 0 12.33%;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
}

.cat-item:hover > a {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cat-item:hover > a > span > img {
    transform: scale(1.4);
}

.cat-item .cat-item-inner {
    display: block;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 15px 0;
    height:165px;
}

.cat-item .cat-icon {
    display: inline-block;
    padding: 15px;
}

.cat-icon > img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    transition: 0.6s;
}

@media (max-width: 1279px) {
    .cat-item {
        flex: 0 0 12.5%;
    }

    .cat-item .cat-item-inner {
        padding: 10px 5px;
        height: 120px;
        max-width: 130px;
        margin: 0 auto;
    }

    .cat-item .cat-icon {
        padding: 10px;
    }

    .cat-icon > img {
        max-width: 40px;
        max-height: 40px;
    }

    .cat-item p {
        font-size: 13px;
        font-weight: bold;
    }
}

/*@media (max-width: 767px) {*/
/*    .cat-item {*/
/*        flex: 0 0 33%;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    .cat-item .cat-item-inner {*/
/*        border-radius: 10px;*/
/*        padding: 5px 5px;*/
/*        height: auto;*/
/*        min-height: 140px;*/
/*    }*/

/*    .cat-item .cat-icon {*/
/*        width: 80px;*/
/*        height: 80px;*/
/*        padding: 5px;*/
/*    }*/

/*    .cat-icon > img {*/
/*        max-width: 50px;*/
/*        max-height: 50px;*/
/*    }*/

/*    .cat-item p {*/
/*        line-height: 14px;*/
/*        min-height: 28px;*/
/*        font-weight: normal;*/
/*        text-align: center;*/
/*        font-size: 11px;*/
/*        padding: 0 5px;*/
/*        word-wrap: break-word;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .cat-items-wrap {
        margin: 0 !important;
    }
    .cat-item {
        /* flex: 0 0 33%; */
         flex: 0 0 25% !important;   /* 4 columns */
        max-width: 25% !important;
        padding: 0 3px !important;
        margin-bottom: 10px;
        
    }

    .cat-item .cat-item-inner {
        max-width: 100% !important;  /* ← add this line */
        border-radius: 10px;
        /* padding: 5px 5px; */
        padding: 5px 2px !important;
        height: auto;
        /* min-height: 140px; */
        min-height: 120px;
    }

    .cat-item .cat-icon {
        /* width: 80px;
        height: 80px; */
        width: 60px !important;
        height: 60px !important;
        padding: 5px;
    }

    .cat-icon > img {
        /* max-width: 50px;
        max-height: 50px; */
          max-width: 40px !important;
        max-height: 40px !important;
    }

    .cat-item p {
        /* line-height: 14px;
        min-height: 28px;
        font-weight: normal;
        text-align: center;
        font-size: 11px;
        padding: 0 5px;
        word-wrap: break-word; */
        font-size: 10px !important;
        line-height: 13px;
        padding: 0 2px;
        word-wrap: break-word;
        min-height: unset !important;
    }
}

/*   home page category end*/


/*    cards area start    */
.cards-area {
    display: flex;
    justify-content: left;
}

.cards-area div {
    margin: 2px;
    cursor: pointer;
}

.cards-area div img {
    /* height: 48px !important; */
    width: 48px !important;
    border-radius: 5px;
}

.single-footer-widget .social-link li {
    padding: 2px 10px;
}

@media (max-width: 767px) {
    .card-member h6 {
        text-align: center;
    }

    .card-member .cards-area {
        justify-content: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

/*    Cards area end    */


.addToCart_price.offer > li > a {
    color: white;
}

.addToCart_price.offer > li > a:hover {
    color: white;
}



.mobile-cart {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 4px;
}
.mobile-cart > a {
    z-index: 999;
}

.mobile-cart .newMobileCart {
    border: 1px solid #f70101;
    padding: 4px 6px;
    border-radius: 6px;
}

.mobile-cart .newMobileCart .total_cart_price {
    margin-right: 6px;
}
.mainArea{
    display: flex;
}
.mobileLogoArea{
    display: flex;
    justify-content: center;
    align-items: end;
}
.mobileSearchArea{
    width: 100%;
    padding-left: 10px;
}
.mobileSearchArea a{
    color: #0f7aa8;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .mobileSearchArea a{
        font-size: 12px;
        letter-spacing: -1px;
    }
}
@media only screen and (min-width: 991px) {
    .mobileLogoArea{
        display: none;
    }

}
@media only screen and (max-width: 450px) {
    .mobileSearchArea > .row{
        position: absolute;
        left: 0;
        right: 0;
    }
    .mobileSearchArea > .row > .col-12{
        justify-content: space-between!important;
        padding: 0 24px;
    }
    .mobileSearchArea > form{
        margin-top: 8px;
    }
    .mobileSearchArea a{
        font-size: 12px;
    }
    .middle-header .search-box .form-control {
        height: 28px;
        margin-top: 8px;
    }
    .middle-header .search-box .search-btn {
        padding: 4px 8px;
    }
    .middle-header .search-box > input {
        padding: 0 30px 0 8px;
    }
    .mobileLogoArea img{
        margin-top: 6px;
    }

}
@media only screen and (max-width: 375px) {
    .mobileSearchArea a{
        font-size: 11px;
    }
    .middle-header .search-box .form-control {
        margin-top: 4px;
    }
}
@media only screen and (max-width: 320px) {
    .mobileSearchArea a{
        font-size: 10px;
        letter-spacing: -1px;
    }
}



.page-title-area .page-title-content ul li {
    padding-right: 6px;
    margin-left: 6px;
}

.page-title-area .page-title-content a, .page-title-area .page-title-content li, .page-title-area .page-title-content ul li {
    font-size: 12px;
    font-weight: bold;
}

.page-title-area .page-title-content ul li.active {
    color: #36322e;
}


.area-com-qty .update_qty.pmbtn.plus-btn{
    border: solid 1px;
    cursor: pointer;
    padding: 3px 4px;
    border-radius: 4px;
    transition: 0.2s;
    color: #0a7937;
    border-color: #0a7937;
}
.area-com-qty .update_qty.pmbtn.plus-btn:hover{
    background: #0a7937;
    color: white;
}
.area-com-qty .less_qty.pmbtn.minus-btn{
    border: solid 1px;
    cursor: pointer;
    padding: 3px 4px;
    border-radius: 4px;
    transition: 0.2s;
    color: firebrick;
    border-color: firebrick;
}
.area-com-qty .less_qty.pmbtn.minus-btn{
    background: firebrick;
    color: white;
}
.area-com-qty .submit_single_item.pmbtn{
    border: solid 1px;
    cursor: pointer;
    padding: 3px 4px;
    border-radius: 4px;
    transition: 0.2s;
    color: mediumblue;
    border-color: mediumblue;
}
.area-com-qty .submit_single_item.pmbtn:hover{
    background: mediumblue;
    color: white;
}



.page-title-area .page-title-content ul li::before {
    content: "\279C";
    position: absolute;
    right: 0;
    margin: 0 2px;
    width: 1px;
    height: 15px;
    top: 0;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);


}




.animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    padding: 20px 40px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }

  .animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }

  .animated-button:hover::before {
    opacity: 0.2;
  }

  .animated-button span {
    position: absolute;
  }

  .animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }

  @-webkit-keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  .animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }

  @-webkit-keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }

  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }

  .animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }

  @-webkit-keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }

  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }

  .animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }

  @-webkit-keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }

  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }


  .product-details-area .products-details-tab .tabs li {
      margin-right: 0;
      /* border: 1px solid; */
      border-radius: 5px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px -1px rgba(0, 0, 0, 0.7);
  }

  .product-details-area .products-details-tab .tabs li {
      padding: 10px 14px;
  }