.product:hover {
  animation: blinkEffect 0.6s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}



@media (min-width: 1024px) {  /* Adjust breakpoint as needed */
    .footer-btm .footer-logo {
            margin-bottom: 24px;
        margin-top: 13px;
    }

    .footer-section-left {
        margin-top: -44px !important;
    }
} .mainmenu-barr{
       border-bottom: 3px solid var(--main);
   } 
.left-side{
        margin-top: 7px;
    
}
.mainmenu-bar .nav .drop-menu-1 li a:hover {
    color: #ffffff;
}
.btn-pcb span:hover {
    color: white !important;
}
.mainmenu-bar .nav .drop-menu-1 li:hover{
    background: var(--main);
    color: #fafafa !important;
}
.on-sticky .mainmenu-barr.show {
    border-bottom: 3px solid var(--main);
    top: 0 !important;
}
.pc-builder-header {
  
    padding: 7px 20px;
}
.blog-info .meta{
    font-size: 16px;
    font-weight: 400;
}
.panel h1{
    font-size: 28px;
    margin: 5px 0px;
    font-weight: 600;
}
.panel p{
    font-size: 14px;
}
.panel p a{
    color: var(--main);
}
.cnt-i-back{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgb(0,149,218);
    background: linear-gradient(90deg, rgba(0,149,218,1) 0%, rgba(44,55,150,1) 58%);
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: var(--white);
    margin-right: 10px;
}
.contact-content-box {
    width: 100%;
    margin: auto;
    padding: auto;
    background-color: none;
    box-shadow: none;
    margin-top: 30px;
}
.btn.find {
       background: var(--main) !important;
       color: #fafafa;
    padding: 14px 18px !important;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: fit-content;
    margin-left: auto;
    margin-top: 15px;
}
.txt h3{
    margin: 8px 0px 0px;
    line-height: 1;
}
.map-icon i{
    padding: 10px 25px 3px 6px;
}
.d-fc {
    color: var(--white);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.finder-icons{
    color: white;
}
.sectionPadding{
    padding: var(--sectionPadding);
}
.find-btn-location{
    color: black;
    height: 40px;
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 10px 30px;
    background: var(--main);
    transition: background 0.3s ease, color 0.3s ease;
}
.find-btn-location i {
    margin-left: 8px;
}
.find-btn-location:hover{
    background: var(--maincolor) !important;
    color: var(--main) !important;
}
 .txt p {
    color: #fff;
  }
    .txt h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .btn.find{
          border-color: var(--lightblack) !important;
          transition: all 0.3s ease;
  }
  .btn.find:hover {
    background: none !important;
    border: 1px solid white !important;
    color: white !important;
}

.btn.find:hover i {
    color: white !important;
}
.store-box{
    background: #fff;
    padding: 20px;
    height: auto;
    width: 100%;
    border: 1px solid #cdcdd4;
    border-radius: 10px;
    max-width: 1228px;
}
.contact-margin-left{
    border-left: 1px solid #939393;
    padding-left: 10px;
    max-height: 72px;
}
.location-margin-left{
    border-left: 1px solid #939393;
    margin:auto;
}
#content .top-image-sec{
    padding-bottom: 25px !important;
}
.contact-icons {
    background: black;
    color: var(--white);
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    transition: background 0.3s ease, color 0.3s ease;
}

a, a:hover,
a:focus,
a:active,
input:focus,
textarea,
button {
    text-decoration: none;
    outline: 0 solid;
}
img {
    max-width: 100%;
    height: auto;
}
html,
body {
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
  margin: 5px 0;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

a {
    color: var(--main);
}

p {
    margin: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.p-15 {
    padding: 15px;
}
.p-top-15 {
    padding-top: 15px;
}
.m-t-15 {
    margin-top: 15px;
}
.p-30 {
    padding: 30px;
}
.p-top-30 {
    padding-top: 30px;
}
.m-t-30 {
    margin-top: 30px;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table > thead > tr > td {
    padding: 12px;
}

.table > tbody > tr > td {
    border-top: 1px solid #e6eaed;
    padding: 20px 12px;
}

.table-bordered > thead > tr > td {
    border: 1px solid #e6eaed;
    padding: 12px;
}

.table-bordered tbody>tr>td,
.specification-tab tbody>tr>td {
 border-top: 1px solid rgba(0, 150, 136, 0.1);
}

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.f-out {
    visibility: hidden !important;
    transition: visibility 0s linear 500ms, opacity 500ms;
    opacity: 0;

}
.f-in {
    transition: visibility 0s linear 500ms, opacity 500ms;
    visibility: visible !important;
    opacity: 1;
}


.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.mainmenu-bar .nav .drop-menu-1 li a:hover {
    background:#007c90 !important;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
    margin: 30px 0 30px 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-overview-area-wrapper .breadcrumb a{
    color: var(--main);
}

.product-overview-area .buying-information .button-wrapper .buy-now{
    background: var(--met-black);
}

/*region header-top*/
header {
    background: black;
    padding: 0;
}
.header-top-content {
    display: flex;
    align-items: center;
}

.ht-content.logo {    
    flex: 0 0 auto;
}

.ht-content.logo a {
    padding: 0px 0;
    display: inline-block;
}
.logo img {
        height: 59px;
    width: auto;
 margin-top: 11px;
    margin-bottom: 12px;
}
.ht-content.search {
    flex: 1 1 auto;
    position: relative;
    margin-left: 40px;
}
.ht-content.actions {
    flex: 0 0 auto;
}
.search select {
    background: #ffffff;
    border: medium none;
    border-radius: 0;
    height: 43px;
    vertical-align: top;
    border-right: 1px #072539 solid;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 400;
    color: #232f3e;
    float: left;
    width: 150px;
    outline: none;
}

.search .input-group {
    position: relative;
    float: right;
    width: 100%!important;
    /*width: calc(100% - 150px);*/
}
.search input {
    background: #ffffff;
    border:1px solid #ff4b00;
    border-radius: 0;
    color: #444;
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    width: 40px;
    text-align: center;
     border: 1px solid #ff4b00;
    height: 40px;
    outline: none;
}
.search button span {
    font-size: 20px;
    transform: translateY(6px);
    width: 20px;
    height: 20px;
}
#search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 365px;
    overflow: auto;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

#search .dropdown-menu .search-item {
    border-bottom: 1px solid #e1e4e7;
}

.search-item.remainder-count {
    text-align: center;
}

#search .dropdown-menu .search-item a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    white-space: normal;
}

#search .dropdown-menu .search-item .image {
    float: left;
    width: 60px;
    background: #fafafa;
}

#search .dropdown-menu .search-item .image img {
    max-width: 60px;
}

#search .dropdown-menu .search-item .name {
    margin-left: 70px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    color: #2b2828;
}

#search .dropdown-menu .search-item .price {
    font-size: 14px;
    margin-left: 70px;
    font-weight: 600;
    color: #222;
}

.material-symbols-outlined.text:hover{
    color:#007c90  !important;
   
}
.ht-content .customer-area {
        margin-top: -16px;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 20px;
    margin-left: 30px;
    padding-right: 0px;
}
.customer-area a:hover{
    color:#007c90 ;
        border-radius: 6px !important;
    /*border: 1px solid var(--main);*/
    
}
.price-wrap .symbol {
    font-size: 25px;
}

@media (max-width: 1400px) {
    .f-btn.cmpr-toggler {
        bottom: 28% !important;
    }
}

.customer-area .account-link {
    border-radius: 5px !important;
}

/* Ensure image container does not overflow */
.image {
  overflow: hidden;
  border-radius: 8px;
}

/* Smooth zoom effect on image hover */
.product .image img {
  transition: transform 0.4s ease;
}

.product:hover .image img {
  transform: scale(1.1); /* Zooms in by 10% */
}

.customer-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /*border: 1px solid white;*/
    color: white;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
}

.customer-area .account-link {
    width: 40px;
}

.customer-area .h-quick-link {
    padding: 0 10px;
}

.customer-area .h-quick-link .material-symbols-outlined {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.customer-area .account-link a > span {
    width: 24px;
    height: 24px;
}

.customer-area .h-quick-link .text:hover {
    color:#007c90 ;
}

.customer-area .h-quick-link:hover .text {
    opacity: 1;
}


.right-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 1px;
}

.btn-account {
    text-align: center;
    color: #fff;
}

.btn-account span {
    display: block;
}

.btn-account i {
    font-size: 18px;
}


.btn-pcb:hover{
    background:#007c90 !important;
}
.btn-pcb {
        margin-top: -16px;
    border: 1px solid var(--secondary);
    background: var(--secondary);
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
}

.btn-ob{
    margin-left: 20px;
    background: black;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    padding-top: 12px;
}

.top-bar-cart-btn.btn-account {
    margin-left: 80px;
}

.btn-pcb span {
    
    margin-left: 6px;
}



/*endregion*/

/*region mainmenu bar */
.on-scroll .mainmenu-bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.mainmenu-bar {
    background: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.responsive-menu {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.responsive-menu li {
    flex: 0 0 auto;
    float: none;
    position: relative;
}
.mainmenu-bar .nav li a {
    color: #000;
    padding: 0 7px 0 8px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
}
.mainmenu-bar .nav {
    position: relative;
}

.mainmenu-bar .nav:after {
    content: "";
    display: table;
    clear: both;
}

.mainmenu-bar .nav ul ul {
    display: none;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 6px 14px rgba(68, 68, 68, 0.3);
}

.mainmenu-bar .nav .drop-menu-1 {
    top: 38px;
    left: 0;
}

.mainmenu-bar .nav li:last-child .drop-menu-1 {
    right: 0;
    left: initial;
}

.mainmenu-bar .nav .responsive-menu > li.has-child:hover::after {
    border-color: transparent transparent #007c90 ;
    border-style: solid;
    border-width: 0 6px 4px;
    bottom: 0;
    content: "";
    height: 0;
    left: calc(50% - 6px);
    position: absolute;
    width: 0;
}

.mainmenu-bar .nav .drop-menu-1 > li.has-child:hover::after {
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    content: "";
    height: 0;
    right: 0;
    position: absolute;
    top: calc(50% - 4px);
    width: 0;
}
.mainmenu-bar .nav .has-child.c-2 .drop-menu-1 > li.has-child:hover::after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: calc(50% - 4px);
    width: 0;
}

.mainmenu-bar .nav .has-child.c-2 .drop-menu-2 {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 1px solid black;
}
.mainmenu-bar .nav .drop-menu-1 a.see-all {
    display: block;
    font-size: 12px;
    color: #23a1d1;
}

.mainmenu-bar .nav .drop-menu-1 a.see-all {
    display: block;
    color: black;
}
.mainmenu-bar .nav .drop-menu-1 {
    border-top: 1px solid #333;
}

.mainmenu-bar .nav li a {
    color: #000;
}

.nav .drop-down li.has-child > a:before {
    content: '\e5e1';
    font-family: 'Material Symbols Outlined';
    float: right;
    margin-right: 15px;
    font-size: 8px;
}

.nav .responsive-menu a.active {
    color: #f58220;
}

.mainmenu-bar .nav .drop-menu-1 li {
    display: block;
    color: #f58220;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
    background: #fff;
    text-align: left;
    margin: 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border-bottom: 1px solid #eee;
    position: relative;
}
.mainmenu-bar .nav .drop-menu-1 li a {
    color: #000;
    text-transform: inherit;
    line-height: 30px;
    font-weight: normal;
}

.mainmenu-bar .nav .drop-menu-1 li:nth-last-child(1) {
    border-bottom: none;
}

.mainmenu-bar .nav .drop-menu-1 a {
    display: block;
    padding: 0 0 0 15px;
}

.mainmenu-bar .nav .nav a:hover {
    color: #007c90;
    text-decoration: none;
}

.mainmenu-bar .nav .drop-menu-1 a :hover {
    background: #007c90;
}

.drop-down.drop-menu-2 {
    left: 100%;
}

.mainmenu-bar .nav ul li:hover > ul {
    display: inherit;
}

.mainmenu-bar .nav ul ul li {
    width: 220px;
    float: none;
    display: list-item;
    position: relative;
}

.mainmenu-bar .nav .drop-menu-2 li {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.mainmenu-bar .nav .drop-menu-2 {
    top: 0;
    border-left: 1px solid black;
}

.mainmenu-bar .nav .has-child.c-2 .drop-menu-1 {
    left: auto;
    right: 0;
}

.mainmenu-bar .nav .has-child.c-2 .drop-menu-2 {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 1px solid black;
}
@media all and (min-width: 768px) {
    .main-nav .nav .has-child.c-2 .drop-menu-1 {
        left: auto;
        right: 0;
    }

    .main-nav .nav .has-child.c-2 .drop-menu-2 {
        left: auto;
        right: 100%;
        border-left: none;
        border-right: 1px solid #f58220;
    }

    .main-nav .nav .has-child.c-2 .drop-menu-1 > li.has-child:hover::after {
        border-color: transparent transparent transparent #007c90;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: calc(50% - 4px);
        width: 0;
    }


    .main-nav .nav .has-child.c-2 .drop-down li.has-child > a:before {
        content: "\f104";
        font-family: 'FontAwesome';
        float: right;
        margin-right: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    
}
/*endregion*/


/*region footer*/
section.footer-top {
    /* background: #000; */
    padding: 25px 0;
}

.footer-content {
    /* background: #0B2851; */
}
.footer-widget.quick-links ul li{
    opacity: .5;
}


.contact-access .contact-item {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.contact-access .contact-item a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
}

.contact-access .contact-item .material-symbols-outlined {
    color: white;
    margin-right: 10px;
}

section.footer-btm {
    padding: 110px 0px 23px;
}

.footer-btm .footer-logo {
    height: 41px;

    width: auto;
}

.footer-widget h3 {
    font-size: 15px;
    margin: 0 0 20px;
    color: #fff;
}
.footer-widget ul li {
    display: inline-block;
    width: 30%;
    margin-left: 10px;
    line-height: 30px;
    font-size: 13px;
    
}
.footer-widget ul li:hover {
    opacity: 1;
}

.footer-widget p {
    font-size: 13px;
    color: #fff;
    margin-top: 16px;
}
.footer-widget ul li a {
    color: #fff;
}
.footer-widget ul li a:hover{
    color: #007c90;
}

.footer-widget p.copyright {
    font-size: 13px;
    color: #fff;
    opacity: .5;
    margin: 15px 0 0;
}

.connected h4 {
    position: absolute;
    top: -12px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background: #212121;
    padding: 0 10px;
}
.socila-links {
    text-align: right;
}
.socila-links ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #3D5A96;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    padding: 5px;
}
.socila-links ul .facebook,
.socila-links ul .twitter,
.socila-links ul .youtube,
.socila-links ul .instagram{
    opacity: 1;
}
@media (max-width: 767px) {
    .pc-builder-button span {
        color: white !important;
    }
}
.product-overview-area .product-info-short .payment .actions button#buy-now:hover {
    background: #00897B !important;
}
.material-symbols-outlined {

    color:#007c90 !important;
}

.pc-builder-inner .btn{
    background: var(--main);
}

a.pc-builder-button.get-quate:hover,
.pc-builder-inner .btn:hover{
 
    background: black;
    color: #ffffff;
}

.see-all{
    color: var(--main);
    font-weight: 600;
}
.see-all:hover{
    color:#007c90;
}
.icon-sprite {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/social-icon.png) no-repeat 0 0;
    background-size: 296px 85px;
    background-position: -11px -10px;
}
.icon-sprite.twitter {
    background-position: -45px -10px;
}

.icon-sprite.linkedin {
    background-position: -153px -10px;
}

.icon-sprite.youtube {
    background-position: -261px -10px;
}

.icon-sprite.instagram {
    background-position: -82px -10px;
}
.socila-links ul li a {
    color: #fff;
}
.socila-links ul li:hover {
    opacity: .8;
}
.socila-links ul li i {
    font-size: 20px;
}
.socila-links ul li:last-child {
    margin-right: 0;
}
.socila-links ul li.twitter {
    background: #00A9FF;
}
.socila-links ul li.linkedin {
    background: #007AB7;
}

.socila-links ul li.youtube {
    background: #F52929;
}

.socila-links ul li.instagram {
    background: #7024c4;
    background: -moz-linear-gradient(-45deg, #7024c4 0%, #c21975 32%, #c74c4d 66%, #e09b3d 100%);
    background: -webkit-linear-gradient(-45deg, #7024c4 0%,#c21975 32%,#c74c4d 66%,#e09b3d 100%);
    background: linear-gradient(135deg, #7024c4 0%,#c21975 32%,#c74c4d 66%,#e09b3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7024c4', endColorstr='#e09b3d',GradientType=1 );
}

.footer-content .footer-widget .subscribe-email {
    width: 283px;
    position: relative;
    margin: 20px auto 0;
}

.footer-content .footer-widget .subscribe-email input {
    background: #fff;
    padding: 11px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding-right: 100px;
    cursor: pointer;
}

.footer-content .footer-widget .subscribe-email button {
    background: #039684;
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
}

.copy-right {
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    background: #212121;
    padding: 10px;
    margin-top: 30px;
}
.copy-right p {
    margin: 0;
}
p.developer-text {
        border-top: 1px solid #555454;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    /* background: black; */
    color: #ffffff9c;
}
/*end region*/

/* region braedcumb*/
.breadcrumb {
    border-radius: 0 0 5px 5px;
    margin: 20px 0;
    padding: 0;
    display: flex;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 375px;
}
.breadcrumb li a > img {
    width: 20px;
    height: 20px;
    margin: -3px 0;
}
.breadcrumb li:after {
    content: "\e5e1";
    margin-left: 8px;
    margin-right: 4px;
    font-family: 'Material Symbols Outlined';
    font-size: 10px;
}
.breadcrumb li:last-child:after {
    display: none;
}
/*endregion*/


/*region pagination */

.pagination li {
    display: inline-block;
    color: #6e6f70;
    padding: 6px 15px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination li.active {
    background-color: black;
    color: #ffffff;
}
.show-item-no {
    margin-top: 7px;
}

/*endregion*/


/*region overlay background*/
.overlay.open {
    display: block;
}
.overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: none;
}

.product .name a:hover {
    color:#007c90 !important;
}

.currency-amount {
     font-weight: 800 !important;
    font-size: 21px;
}
/* Force all filter groups to stay open */
.filter-group .items {
  display: block !important;
  max-height: 265px !important;
      overflow: auto;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 0 0 25px;
}
.filter-group .toggler:before {
    content: "" !important;
}
.actions button.btn-compare:hover {
    background:#007c90 !important;
    color:white !important;
}
@media (max-width: 767px) {
    .social-links ul {
        margin-left: 16% !important;
    }
}

/*endregion*/

/*region cart-shopping*/
.cart-btn {
    bottom: 8%;
    position: fixed;
    right: 1rem;
    z-index: 9999;
    background: var(--met-black);
    height: 59px;
    width: 59px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    padding: 5px 15px;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 21%);
    border-radius: .5rem;
    border: 1px solid var(--main);
}

.mini-cart {
    position: fixed;
    right: -360px;
    top: 0;
    background: #f3f3f3;
    height: 100%;
    width: 360px;
    z-index: 999999;
    max-width: 360px;
    transition: all 300ms ease;
    box-shadow: 0 0 20px rgba(0,0,0, 0.3);
}
.cart-btn p {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.cart-btn .total-items .count {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--main);
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: var(--black);
}



.mini-cart.open {
    right: 0;
}

.mini-cart .loader {
    position: absolute;
    top: 47%;
    left: 42%;
}

.header-title {
    background: black;
    display: flex;
    padding: 7px;
}

.close-icon {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: initial;
}

.mini-cart p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.mini-cart .cart-empty p {
    color: #000;
}
.mini-cart .content {
    overflow-y: auto;
    height: 100%;
}
.mini-cart .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(55,73,187,.1);
}
.promotion-code {
    padding: 7px 10px;
    display: flex;
}
.promotion-code input {
    width: 75%;
    padding: 8px;
    margin-right: 4px;
    font-weight: 700;
    border: none;
}
.promotion-code button {
    margin-left: -4px;
    width: calc(25% - 4px);
    background: black;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
}
.mini-cart .total {
    background: var(--main);
    color: var(--met-black);
    padding: 9px;
    border-bottom: 1px solid var(--met-black);
}
.mini-cart:last-child .total {
    border: none;
}
.mini-cart .title {
    float: left;
    width: 50%;
}
.mini-cart .amount {
    text-align: right;
}
.checkout-btn button {
    background: var(--met-black);
    width: 100%;
    padding: 12px;
    border: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.item-wrap:last-child {
    margin-bottom: 220px;
}

.item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.14);
    position: relative;
}
.item-wrap .item {
    width: 75%;
    position: relative;
    padding: 10px;
    font-size: 13px;
}
.amount-item {
    font-weight: 700;
    align-items: center;
    display: flex;
    border-left: 1px solid #333;
    padding-left: 5px;
}
.item-cancel {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.item-wrap .image {
    float: left;
    margin-right: 5px;
    width: 20%;
}
.item-wrap .name {
    line-height: 18px;
    float: right;
    width: 75%;
}
.cart-price {
    margin-top: 10px;
}
.item-wrap .price {
    float: left;
    width: 42%;
    margin-top: 3px;
    font-weight: 500;
}
.item-wrap .price .symbol {
    margin-right: 3px;
}
.quantity-wrapper {
    display: flex;
    float: right;
}

.quantity-btn .value {
    width: 26px;
    background: var(--main);
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
    cursor: pointer;
}

.quantity-btn span.add-down.value {
    border-radius: 50px 0 0 50px;
}

.quantity-btn span.add-up.value {
    border-radius: 0 50px 50px 0;
    font-size: 15px;
}

.multiplication-item {
    float: right;
}

.quantity-btn .value[disabled] {
    background: rgba(0,0,0,.41);
}

.quantity-btn .quantity {
    width: 28px;
    border: none;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #061c3a;
    border-bottom: 1px solid #061c3a;
    border-radius: 0;
    height: 26px;
}

.error {
    margin-top: 5px;
    display: inline-block;
}
.error span {
    background-color: yellow;
}
.empty-content {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.bounce {
    animation: bounce .9s ease-in-out
}
.common-home .product-info-all {
   
    margin: -44px 0;
    font-size: 15px;
}
.common-home .product-info-all h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}
.common-home .product-info-all p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}
@keyframes bounce {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: translate(0, -20px)
    }
    40% {
        transform: translate(0, 5px)
    }
    65% {
        transform: translate(0, -10px)
    }
    80% {
        transform: translate(0, 2px)
    }
    90% {
        transform: translate(0, -5px)
    }
    100% {
        transform: translate(0, 0)
    }
}


/*endregion*/

/* region alert message*/
.alert {
    border-radius: 0;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    margin: auto auto 20px;
    position: relative;
    width: 40vw;
    display: flex
    align-items: center;
    background-color: var(--main);
    color: var(--white);
    border-radius: 0.85rem;
}
.alert button.close {
    background-color: rgb(11 40 81);
    color: #fff;
    font-weight: 300;
    line-height: 10px;
    opacity: 1;
    padding: 5px 4px;
    position: absolute;
    right: 10px;
    top: 7px;
    border: none;
    outline: none;
}
.alert .close {
    float: right;
    font-size: 21px;
    text-shadow: 0 1px 0 #fff;
}
.alert.alert-danger span {
    color: white;
}
.alert.alert-danger {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    background: #c83d3d;
    color: white;
    border-radius: 5px;
    border: none;
}
.text-danger {
    color: red;
}
/*endregion*/

/*after buy notification*/
.notification {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background: black;
    overflow: hidden;
    transition: height .2s;
    z-index: 100;
    line-height: initial;
}

.notification.active {
    padding: 15px 0;
    height: 50px;
}

.notification.active.error {
    margin-top: 0;
    background: #ff0000;
}
.notification a {
    color: #333333;
    font-weight: 700;
}
/*endregion*/

/*region info_form*/
.info_form input {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
}

.info_form textarea {
    width: 100%;
    margin-top: 20px;
    height: 120px !important;
    padding: 15px;
}
.info_form input.btn {
    width: auto;
    padding: 10px 40px;
    margin-top: 10px;
}

.info_form fieldset {
    border: 0;
    padding: 0;
}
/*endregion*/

/*region Popup*/
.popup {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 90%;
    border-radius: 3px;
    text-align: center;
}

.popup-inner h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.popup-inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    border: solid 4px #f00;
    background: #f00;
    cursor: pointer;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #f00;
    text-decoration: none;
    border-color: #ff4e19;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.lb-body img {
    max-width: 100%;
}
.popup-inner .lb-footer {
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.popup-inner .lb-footer .title {
    float: left;
}

.popup-inner .lb-footer .counter {
    text-align: right;
}

.popup .button {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: none;
    left: 20px;
    line-height: 0;
    opacity: .9;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.popup .button.prev {
    border-right: 30px solid #3f3f3f;
    z-index: 99;
}

.popup .button.next {
    border-left: 30px solid #3f3f3f;
    right: 20px;
    left: auto;
}

.popup .button:after {
    content: "";
    position: absolute;
    top: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.popup .button.prev:after {
    right: -27px;
    border-right: 22px solid #fff;
}

.popup .button.next:after {
    left: -27px;
    border-left: 22px solid #fff;
}

.popup span.button i {
    line-height: 0;
}

@media (max-width: 480px){
    .popup .button {
        transform: scale(0.65);
    }
    .popup-inner .lb-footer .counter {
        text-align: inherit;
    }
    .popup-close {
        top: -5px;
        right: 5px;
    }
}
/*endregion */

/*region quick-category*/
.quick-category {
    padding: 10px 0;
    font-weight: 700;
    display: none !important;
}

.quick-category .top-item {
    text-align: center;
    font-size: 10px;
    width: 15%;
    color: #fff;
}

@media (max-width: 767px) {
    .quick-category {
        display: flex !important;
    }
}
/*endregion*/

/*region Loader*/
.loader {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: none;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 10px solid black;
    border-bottom: 10px solid black;
    border-left: 10px solid #ddd;
    border-right: 10px solid #ddd;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*endregion*/



/*region 404page*/
.not-found-page {
    margin: 50px 0;
}

/*endregion*/
.all-brand-wrapper {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.all-brand-wrapper .brand-wrap {
    background: white;
    box-shadow: 0px 1px 20px 1px #00000008;
    text-align: center;
}
/* Responsive Css */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .btn-pcb {
        padding: 10px 10px;
        margin-left: 20px;
    }
}


@media (max-width: 767px) {
    .all-brand-wrapper {
        grid-template-columns: repeat(4,1fr);
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search select,
    .btn-pcb,
    .top-bar-cart-btn.btn-account {
        display: none;
    }

    .btn-account i {
        font-size: 20px;
        margin-top: 12px;
    }
    .btn-account {
        margin-top: 0px;
        margin-right: 0px;
    }
    .search .input-group {
        width: calc(100% - 0px);
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .pagination {
        text-align: center;
    }
    .footer-content {

        text-align: center;
    }
    .footer-content .footer-widget .subscribe-email {
        margin-top: 20px !important;
        margin: 0 auto;
    }
    .common-home .product-info-all {
        margin: -30px 0;
        font-size: 13px;
    }
    .notification.active {
        height: auto;
    }
}

@media (max-width: 370px) {
    .mini-cart {
        width: 300px;
    }
    .item-wrap .item {
        padding: 5px;
    }
    .item-wrap .price {
        width: inherit;
    }
    .multiplication-item {
        margin-left: 4px;
    }
    .slider-dot {
        display: none;
    }
}






@media (max-width: 991px){

    
        .subscribe-text {
        font-size: 28px !important;
            font-weight: 600 !important;
            color:black !important;
    }
    
    
    .form-control.subscription-input {
        height: 40px;
    }

.subscription-button {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
}

    .form-control.subscription-input {
        height: 40px;
    }
 
    .subscribe-text{
        font-size: 30px;
    }
    .subscribe-content{
        display: flex;
        justify-content: center;
        padding: 0px 0px 20px;
    }
    
    .form-control.subscription-input{
        height: 40px !important;
    }
    
    .subscription-button{
        height: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}
    .subscribe-text{
        font-size: 30px;
    }
    .subscribe-content{
        display: flex;
        justify-content: left;
        padding: 0px 0px 20px;
    }
    
    .form-control.subscription-input{
        height: 40px;
    }
    
    .subscription-button{
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}
@media (min-width: 1024px) {  /* Adjust breakpoint as needed */
    .footer-btm .footer-logo {
        margin-bottom: 20px;
    }

    .footer-section-left {
        margin-top: -44px !important;
    }
}


    .subscribe-section{
        background: var(--main);
        height: 100px;
        display: flex;
        align-items: center;
    }
    .subscriptions-area{
        padding: 30px;
    }
    .subscribe-text{
        font-size: 35px;
        font-weight: 600;
        color: white !important;
    }
    .subscribe-sub-text{
        color: white;
    }
    .form-control.subscription-input{
        height: 60px;
        border-radius: 0.2rem;
    }
    .subscription-button{
        background: var(--secondarycolor);
        color: #fff;
        height: 60px;
        border-radius: 0.2rem;
        margin: 0px 0px 0px 10px;
    }
    .subscription-button:hover{
        background: var(--maincolor);
        border: 1px solid var(--secondarycolor);
    }
    @media(max-width: 991px){
        .subscribe-content{
            text-align: center;
        }
    }
.btn:hover{
    background:#007c90 !important;
}

.product-category-area {
    padding-top: 0;
    overflow: hidden;
}
.product-category-wrapper {
     display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
}
.info_form .elementor-icon-box-icon i, .info_form .icon.icn a {
    background: #fd6605 !important;
    padding: 10px 5px !important;
    font-size: 20px !important;
}
.info_form .phone .icon.icn a {
    background: #fd6605 !important;
    
    padding: 10px 2px !important;
    font-size: 20px !important;
}

/* .product-category-wrapper .single-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    gap: 10px;
    flex-direction: column;
}
.product-category-wrapper::after {
    content: "";
    width: 1256px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 85px;
    left: 0px;
} */

.product-category-wrapper .single-category-item {
    
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 22%) !important;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ff4b0012;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    padding: 20px;
    gap: 10px;
    
   /*display: flex;*/
   /* align-items: center;*/
   /* justify-content: center;*/
   /* flex-direction: column;*/
   /* background: #fff;*/
   /* border-radius: 15px;*/
   /* box-shadow: 0 1px 1px rgb(0 0 0 / 10%);*/
   /* padding: 20px;*/
   /* gap: 10px;*/
    
}

.product-category-wrapper .single-category-item:nth-child(8) {
    border:none;
}
.product-category-wrapper .single-category-item:last-child {
    border:none;
}
/* .product-category-wrapper::after {
    content: "";
    width: 1215px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 128px;
    left: 40px;
} */




@media (max-width: 3000px) {
    
    
    
    .customer_registration .main_content{
    width: 630px;
    }
}






.product-category-wrapper .single-category-item .category-text {
    order: 2;
}
.product-category-wrapper .single-category-item .category-img img {
    height: 40px;
}

.product-category-wrapper .single-category-item .category-text h5 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

.product-category-wrapper .single-category-item .category-text p {
    color: #999;
    font-size: 12px;
}
.product-category-wrapper .single-category-item:hover h5 {
    color: var(--main);
    text-align: center;
}
.product-category-wrapper .single-category-item .category-img img {
    transition: var(--transition);
}
.product-category-wrapper .single-category-item:hover img {
    transform: scale(1.1);
}

/* -------------------------Product Category Section CSS End --------------------- */

/* -------------------------Special Product Section CSS Start --------------------- */

.special-product-area {
    background-size: cover;
    /*padding-bottom: 23px;*/
    /* margin-top: 40px; */
    background-attachment: fixed;
    /* background-color: #081621; */
}

.single-special-product-item {
    background: none;
}

.special-product-text {
    padding: 0px 15px;
    background-color: var(--main);
    display: none;
}

.special-product-img img {
    width: 100%;
    height: auto;
    
}



.special-product-text h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: var(--main);
    padding: 7px 15px;
    transform: translateY(-50%);
    z-index: 99;
}
.special-product-text h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0px;
    left: 0;
    box-shadow: 0 0 8px #0000004f;
    z-index: -1;
}

.special-product-wrapper.owl-carousel .owl-nav {
    display: block;
}
.brand-list-wrapper .single-brand-item {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 20px 20px;
}
.single-brand-item .brand-img {
    text-align: center;
    border-bottom: 2px solid #db055217;
}

.seo-description.homepage {
    margin-bottom: 40px;
    margin-top: 40px;
}
.brand-product-list ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0;
    display: block;
    position: relative;
    transition: var(--transition);
}
.list-group {
    display: flex;
    flex-direction: row !important;
}
.brand-product-list ul .brand-single a:after {
    content: "\e5cc";
    position: absolute;
    right: 5px;
    font-family: "Material Symbols Outlined";
    color: #000000;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}
.special-product-wrapper.owl-carousel .owl-nav button {
    background: white;
    position: absolute;
    top: 50%;
    left: -18px;
    width: 35px;
    height: 35px;
    z-index: 99999;
    color: black;
    border-radius: 50%;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    transition: 0.3s all;
    /* box-shadow: 0 0 5px 0 rgb(171 170 170 / 61%); */
    transform: translateY(-50%);
}
.title-link {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 2px solid #f07c42;
    padding: 3px 6px;
    border-radius: 5px;
    display: flex;
}
.title-link a {
    color: #f07c42;
    font-size: 10px;
}
.special-product-wrapper.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
/* -------------------------Special Product Section CSS End --------------------- */

/* -------------------------Special Categories Section CSS Start --------------------- */
.special-categories-area {
    background: #f5f7f9;
}

.special-category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.single-special-category-item {
    background: white;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
}

.single-special-category-item .special-category-img {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #8080801a;
}

.single-special-category-item .special-category-text {
    text-align: center;
    padding: 25px 0;
    border: 1px solid transparent;
    border-top-width: 0;
    transition: 0.3s all;
}
.single-special-category-item:hover .special-category-text {
    border-color: var(--main);
}

.single-special-category-item .special-category-text .title {
    text-transform: uppercase;
    color: #2d2a25;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 20px;
}

.btn-buy.special-category {
    background: transparent;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 13px;
    display: inline-block;
    margin-top: 10px;
}

.btn-buy.special-category:hover {
    background: var(--main);
    color: white;
    background-position: 100%;
}












































