
body {
   
     background-color: #fff;
     font-family: 'Popins';
}

p,button{
     font-family: 'Popins Light';
}

/* Base (mobile first) */








/* ≥ 1500px */
@media (min-width: 1500px) {
  .container {
    max-width: 1600px;
  }
}

/* ≥ 1600px */
/*
@media (min-width: 1600px) {
  .container {
    max-width: 1700px; /* increase logically instead of decreasing */
 /* }
}*/


/*============================================================================*/
/*============================================================================*/
/* Top Section ==============================================*/
/*============================================================================*/
/*============================================================================*/

#topHeader {background:#fbfbfb;}
#topHeader .phoneMailAndSocialMedia {
    display: flex;
    justify-content: space-between;

}

#topHeader .phoneMail,
#topHeader .socialMedia {
    display: flex;
    height: 100%;
    padding: 0;
    align-items: center;
    margin: 0;
    padding: 6px 0;
}
#topHeader .socialMedia {justify-content: end;}
.socialMedia-col{padding:0}
@media (max-width:767px) {

    #topHeader {
  
    padding: 20px 0;
}
    #topHeader .socialMedia {
        justify-content: center;
        gap: 20px;
    }
}

#topHeader .phoneMail li,
#topHeader .socialMedia li {
    list-style: none;
    padding: 0 6px;
}

#topHeader .socialMedia li:not(:first-child) {
    list-style: none;
    padding-left: 0;
}

@media (max-width:767px) {
    #topHeader .socialMedia li:not(: first-child) {
        list-style: none;
        padding-left: 10px;
    }
}

#topHeader .socialMedia li a {
    color: #000;
    /* background: #343c5c; */
    padding: 2px 7px;
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    
}
#topHeader .socialMedia li a.fb{color:#1877F2;}
#topHeader .socialMedia li a.tw{color:#1DA1F2;}
#topHeader .socialMedia li a.yt{color:#FF0000;}
#topHeader .socialMedia li a.linkedin{color:#0A66C2;}
#topHeader .socialMedia li a.pinterest{color:#E60023;}
#topHeader .phoneMail li,
#topHeader .phoneMail li a {
    color: #6d6d6d;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#topHeader .phoneMail li a i{margin-right:5px;}
@media (max-width: 991px) {
    #topHeader ul.phoneMail {
        display: flex
;
        flex-direction: row;
        justify-content: center;
    }
}

#topHeader .phoneMail li img {
    padding-right: 5px;
}


/*============================================================================*/
/*============================================================================*/
/* Main Menu Area Middle Section  ==============================================*/
/*============================================================================*/
/*============================================================================*/

.main-menu-area .navbar>.container{
  display: block
}



@media screen and (min-width:768px){
    .fixedElement {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
}


#logo_part {
    display: flex;
    align-items: center;
}



#logo_part img {    
    height: 25px;
}
.logoMenu {
    display: flex;
    align-items: center;
    justify-content: start;
 
}
.contact_Option {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0;
}
.logoMenu .logo {
    position: relative;
    z-index: 9999;
    max-width:60%;
}
.menu-mobile-button-contaner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f7f6f6;
    padding: 20px 17px;
}
.seacrModal {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: end;
    font-size: 20px;
}
.account-section, .cart-section {
    font-size: 25px;
}
.search-btn{
 
}
.seacrModal button {
    position: relative;
    padding: 0;
    border: none;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    color: #565656;
}

[data-toggle=modal] {
    transition: .3s
}

.seacrModal .modal [data-dismiss=modal] i,[data-toggle=modal] i {
    font-size: 2rem
}

.seacrModal .modal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(1rem) translateZ(0);
    transition: .3s;
    height: 7%;
    margin-top: 44px
}

.seacrModal .modal.active {
    transform: translateY(0) translateZ(0);
    z-index: 999
}

.seacrModal .searchbtn {
    position: absolute;
    height: 30px;
    top: 0;
    right: 11rem;
    color: #fff;
    background: #809cd0;
    display: inline;
    width: 132px;
    white-space: nowrap;
    transition: .3s;
    transform: skewX(-12deg);
    overflow: hidden;
    margin-top: 7px
}

.seacrModal .searchbtn:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: .3s;
    width: 0;
    height: 100%;
    top: 0;
    background: #fff;
    left: 0
}

.seacrModal .searchbtn:hover {
    color: #9c0
}

.seacrModal .modal [data-dismiss=modal] {
    position: absolute;
    height: 2rem;
    width: 2rem;
    top: -23px;
    right: 6rem;
    margin-top: 10px
}

.seacrModal .modal [data-dismiss=modal]:focus i {
    color: #0288d1
}

.seacrModal .modal [data-dismiss=modal] span {
    display: block;
    color: #666;
    font-size: 30px;
    transform: translateY(1.1rem)
}

.seacrModal .modal .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 8px 140px 0 auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s .3s;
    max-width: 65%
}

.seacrModal .modal .content>div {
    position: absolute;
    width: 100%;
    top: 8rem;
    left: 0;
    transition: .3s cubic-bezier(1, .1, 0, .9)
}

.seacrModal .modal input {
    display: block;
    width: 100%;
    background: #eee;
    border: 1px solid #0288d1;
    border-width: 0 0 1px;
    color: #000;
    font-weight: 100;
    margin-right: 17px;
    padding-left: 28px;
    border-bottom: 1px solid hsla(0,0%,100%,.12);
    font-size: 15px
}

.seacrModal .modal input:focus {
    outline: 0
}

.seacrModal .modal .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem
}

.seacrModal .modal .back i {
    font-size: 1.5rem
}

.seacrModal .modal ::-moz-placeholder {
    color: rgba(0,0,0,.3);
    font-weight: 100;
    font-family: Roboto
}

.seacrModal .modal :-ms-input-placeholder {
    color: rgba(0,0,0,.3);
    font-weight: 100;
    font-family: Roboto
}

.seacrModal .modal ::placeholder {
    color: rgba(0,0,0,.3);
    font-weight: 100;
    font-family: Roboto
}
.seacrModal .modal.active,.seacrModal .modal.active .content {
    opacity: 1;
    visibility: visible
}




.contactUsLink {
    color: #000;
	position:relative;
}
#customDropdownMenu {
    margin-top: 0;
    width: 100%;
}
.contactUsLink {
  /*  text-transform: uppercase;*/
}
.mega-dropdown-content .dropdown-header {
    font-size: .8em;
    font-weight: 700;
    margin-bottom: .3em;
    white-space: normal;
    text-transform: uppercase;
    color: #212529;
    padding: .5rem 1.5rem;
    display: block;
}
.question_mark, .contactSaleIcon {
    border: 1px solid #6a6666;
    font-size: 35px;
    display: flex;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #484848;
}

.contact-support,.contact-sales{
    display: inline-block;
    background: black;
    padding: 10px 10px;
    width: 152px;
    color: #fff;
    text-transform: uppercase;
}
.contactForm_col_Width{
        background-image: url(../../assets/img/get-a-quote-page-image-background.png);
            position: relative;
    background-repeat: no-repeat;
    background-size: 100% 667px;
}
.contact-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 78px 80px 0 78px;
    justify-content: space-between;
}
.contact-content>.info-box {
    text-align: left;
    width: 420px;
    position: absolute;
    top: 151px;
    left: 90px;
}
.quote-small {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: calc(100% - 530px);
    order: 2;
    height: 950px;
    align-content: center;
}
.quote-form {
    background-color: #F7F7F7;
    border-radius: 10px;
    height: fit-content;
    order: 3;
}
.quote-form-content {
    padding: 40px 40px 0;
}
.quote-form-content .info-box {
    text-align: left;
}
.quote-form-content .info-box .title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin-bottom: 12px;
}
.quote-form-content .info-box .description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color:#000;
}
.contact-content>.info-box .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    font-style: normal;
    letter-spacing: .9px;
    margin-bottom: 24px;
}
.contact-content>.info-box .description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color:#fff;
}
.quote-small-item {
    width: calc(50% - 20px);
    max-width: 355px;
}
.quote-small-item .image-box {
    height: 170px;
}
.quote-small-item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.quote-small-item .info-box {
    background: #fff;
    border: 1px solid #ACACAC;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    height: calc(100% - 170px);
}
.quote-small-item .info-box .title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 11px;
}
.quote-small-item .info-box .description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.contact-address li{
    margin-bottom: 10px;
}
.contact-address .address{
    display:inline-table;
}
.contact-address a{color: #000;font-family: 'Popins Light';}

/*contact form style*/
  .form-group {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }

    .form-field {
      flex: 1;
      min-width: 220px;
      display: flex;
      flex-direction: column;
    }

    label {
      font-size: 14px;
      margin-bottom: 6px;
      color: #555;
    }

    input, select, textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 14px;
      outline: none;
    }

    input:focus, select:focus, textarea:focus {
      border-color: #007bff;
    }

    textarea {
      min-height: 100px;
      resize: vertical;
    }

    .submit-btn {
      display: inline-block;
      padding: 12px 25px;
      background: #007bff;
      color: #fff;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 15px;
    }
    .submit-btn {
    border-radius: 0 0 12px 12px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    min-height: 70px;
    background-color: #00B495;
    width: 100%;
}
    .submit-btn:hover {
      background: #0056b3;
    }
    /*Tablet Screens (≤ 992px)*/
    @media (max-width: 1400px) {
.contact-content {
    display: block;
    align-items: flex-start;
    gap: 60px;
    padding: 78px 80px 0 78px;
    justify-content: space-between;
}
  .quote-small {
    display: flex;
   justify-content: center;
   width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .contactForm_col_Width {
    max-width: 100%;
  }
.contact-content {
    display: block;
    align-items: flex-start;
    gap: 60px;
    padding: 78px 80px 0 78px;
    justify-content: space-between;
}
  .quote-small {
    display: flex;
   justify-content: center;
   width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .quote-small-item {
    flex: 1 1 48%;
  }

  .quote-form {
    margin-top: 2rem;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .form-field {
    flex: 1 1 48%;
  }
}
/*Mobile Screens (≤ 768px)*/
@media (max-width: 768px) {
  .quote-small {
    display: flex;
   justify-content: center;
   width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
.contact-content>.info-box {
  position:static;
    width: 420px;
  
    margin-bottom: 82px;
}
  .quote-small-item {
    flex: 1 1 100%;
  }

  .form-group {
    flex-direction: column;
  }

  .form-field {
    flex: 1 1 100%;
  }

  .submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}

/*Extra Small Screens (≤ 480px)*/
@media (max-width: 480px) {
  .info-box .title {
    font-size: 20px;
    line-height: 1.3;
  }

  .info-box .description {
    font-size: 14px;
  }

  .form-field label {
    font-size: 14px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 14px;
    padding: 8px;
  }
}


/**/
@media screen and (max-width:991px) {
    #logo_part {
        justify-content: center;
    }
    .logoMenu .logo {
 
    max-width: 30%;
            padding: 14px 0;
    
}
.logoMenu {

 
}
.contact_Option {
    display: flex;
    /* align-items: center; */
    justify-content: start;
    padding: 10px 30px;
}
}



@media (max-width:767px) {

.logoMenu {

    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}
.logoMenu .logo {
 
    max-width: 30%;
}
.contact_Option {
   
    justify-content: center;
    
}
.menu-part{
 padding: 0;

}
}
/*============================================================================*/
/*============================================================================*/
/* Swiper Slider  ==============================================*/
/*============================================================================*/
/*============================================================================*/



.swiper {
    width: 100%;
    height: 100%;
}


.swiper .swiper-slide img {
    width: 100%;
}
.swiper .swiper-slide img {
    object-fit: cover;
    height: 100%;
}



/*============================================================================*/
/*============================================================================*/
/* Home Page Our Category  Section==============================================*/
/*============================================================================*/
/*============================================================================*/

#Product_category{background-color: #fff;}
.cat_image{
    width: 100%;
    height: auto;
}
.cont-box {
    width: 100%;
    /* height: 36%; */
    overflow: hidden;
    position: relative;
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.cont-box .name {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    
}

.ellipsis, .ellipsis-two {
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont-box .name {
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.cont-box:hover {
    opacity: 0.8;
}
.name::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    left: 0px;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    max-width: 50%;
}

.cont-box:hover .ellipsis::before  {
    transform-origin: left center;
    transform: scaleX(1);
}




/*============================================================================*/
/*============================================================================*/
/* Our Home Page Product Tab With product box style ==============================================*/
/*============================================================================*/
/*============================================================================*/
#product_tab{background-color: #fff;}

 #product_tab .tabs {
     
      margin: auto;
    }

    /* Tab buttons */
 #product_tab  .tab-buttons {

            flex-direction: row;
        margin-bottom: 0;
        align-items: center;
        display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

 #product_tab  .tab-buttons button {
    /* flex: 1; */
   
    background: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    text-transform: uppercase;
    text-decoration: initial;
    color: rgb(25, 39, 50);
    position: relative;
    font-size: 14px;
}
 #product_tab  .tab-buttons button::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: transparent;
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s 0.1s;
}

    
 #product_tab  .tab-buttons button.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: rgb(25, 39, 50);
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.3s 0.1s;
}    

    /* Tab content */
    #product_tab .tab-content {
      
      border-top: none;
    }

     #product_tab .tab-panel {
      display: none;
      animation: fadeIn 0.4s ease-in-out;
    }

     #product_tab .tab-panel.active {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }





/* Tab with product box */

.product-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; /* smooth movement */
}

.product-image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease; /* smooth zoom if needed */
}

.pro-box-container:hover .product-image-wrapper {
  transform: translateY(-8px); /* smooth upward shift */
}

.pro-box-container:hover .product-image-wrapper img {
  transform: scale(1.05); /* optional: smooth zoom effect */
}


    .pro-box-container:hover .product-card__content {
        background-color: #f7f7f7;
    }
.product-card__content {
    border-radius: 16px 16px 8px 8px;
    transition: all .4s ease;
    text-align: center;
    padding: 13px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-card__content__top {
    display: flex;
    flex-direction: column;
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.product-card__title {
    color:#000;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .28px;
    margin-bottom: 4px;
}
.product__taste-notes {
    margin-bottom: 4px;
}
ul[class], ol[class] {
    list-style: none;
}
.product__taste-notes {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.product__taste-notes--note {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .24px;
}
.product__taste-notes--separator {
    color:#000000;
}
.model,.code{
      font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .24px;
}
.model-title,.code-title{
  font-size: 13px;
    margin-right: 5px;
    color: #1d1d1d;
}
.product-card__content__bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.product-card__text {
    color: #4e4e4e;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .26px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 35px;
}
.product-card__prices {
    margin-bottom: 16px;
}
.product-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.product-prices__price {
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .26px;
    color: #6a6a6a;
}
.product-card__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-card__buttons .custom-btn, .product-card__buttons .custom--outline {
    flex: 1;
    padding: 10px;
    height: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: .8px;
    text-transform: uppercase;
    width: fit-content;
}
.quick-add-button {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s ease;
    text-align: center;
}
.quick-add-button:hover {
    color: #fff;
    background-color: #39473e;
    border-color: #39473e;
}
.view-product-button {
    background-color: #f9f9f9;
    border-color: #000;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
}

@media (max-width:767px) {
#product_tab .tab-buttons {
    flex-direction: column;
 
}
.tab-buttons h2{
    margin-bottom: 30px;
}
}

/*============================================================================*/
/*============================================================================*/
/* Our Blog For Home Page ==============================================*/
/*============================================================================*/
/*============================================================================*/



 #bloginfo {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.overflow-hidden {
    overflow: hidden!important;
    margin-top: 50px;
}

 .post__thumbnail__link {
    transition: .8s!important;
    display: block;
    width: 100%;
}
.post__thumbnail {
   
    border-radius: 6px;
   
    position: relative;
    overflow: hidden;
    min-height: 270px;
}
.post__thumbnail img {
   
   
 
}

.post__thumbnail img, .post__thumbnail__link {
    transition: .8s!important;
    display: block;
    width: 100%;
}
.post__thumbnail:hover img {
  -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.post__text {
    position: relative;
    width: 100%;
}

.post__title {
    font-size: 18px;
}
.post__title {
    margin-top: 10px!important;
    margin-bottom: 6px;
    text-transform: inherit!important;
    padding: .5em 0!important;
    height: 50.2px!important;
    color: #222;
}
.post__excerpt, .post__title {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
}
 .post__title {
    -webkit-line-clamp: 1!important;
    -webkit-box-orient: vertical!important;
    line-height: 34px!important;
}
.post__excerpt {
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.post__excerpt p {
    color: #636363;
    line-height: 1.5em;
    margin: 0;
}

.meta-data, .post__excerpt p {
    font-weight: 400;
    font-size: 14px;
}
.btn-more{
    font-family: 'Popins Light';
        display: flex;
    align-items: center;
    gap: 9px;
    color: #3b71ca;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}
.btn-more  a{
   font-size: 1rem;
}
.btn-more .button-text:not(:only-child) {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.btn-more:hover span {
    -webkit-animation: etheme-posts-button-icon-anim .4s forwards;
    animation: etheme-posts-button-icon-anim .4s forwards;
}
.post-meta-data {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e1e1e1;
}
.post-meta-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #555;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 25px;
    white-space: nowrap;
    font-family: 'Popins Light';
}
.post-meta-data>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-author {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}
.post-author img {
    border-radius: 50%;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    max-width: 20px;
    height: auto;
}
.post-author>a {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
.post-meta-data a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    gap: 10px;
}
.post-meta-data>span+span {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
}
.post-date span  {
    fill: currentColor;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
}
.post-share {
    position: relative;
    cursor: pointer;
}
.post-share-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    background: #fff;
    color:#222;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 var(--post-color-dark-15,rgba(34,34,34,.15));
    box-shadow: 0 0 5px 0 var(--post-color-dark-15,rgba(34,34,34,.15));
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-height: 250px;
    overflow: auto;
}
.post-share-popup a {
    white-space: nowrap;
}
.post-share:not(:hover) .post-share-popup {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
}

.more-blog{
      background: #000;
    display: block;
    max-width: 16%;
    margin: 0 auto;
    margin-top: 71px;
    color: #fff;
    border-radius: 5px;

}
@-webkit-keyframes etheme-posts-button-icon-anim {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes etheme-posts-button-icon-anim {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}
/*============================================================================*/
/*============================================================================*/
/* Product Slider  ==============================================*/
/*============================================================================*/
/*============================================================================*/



#productSlider {
    background-color: #f9f9f9;
    padding: 60px 0;
}
.sliderContent, .productSliderImg {
    background: #fff;
}

#productSlider .swiper-slide .productSliderImg img {
    height: 400px;
    object-fit: fill;
}
.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gray-block {
    padding: 5em;
}

.gray-block h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
}
.gray-block p {
    font-weight: 400;
    color: #333;
}
.btn-white {
    border-radius: 0;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 0;
    padding: 7px 11px;
    text-transform: capitalize;
    transition: border .5s, color .5s, background .5s;
    -webkit-transition: border .5s, color .5s, background .5s;
    min-width: 180px;
    border-width: 1px;
    border-color: #212121;
    color: #212121;
    box-shadow: none;
    text-align: left;
    border: 1px solid #212121;
}

/*============================================================================*/
/*============================================================================*/
/* Single Page ==============================================*/
/*============================================================================*/
/*============================================================================*/

  #single-wraper{
    background-color: #fff;
  }

  /*===========gallery Light box==========*/
.gallery {
 /* display: flex;
  gap: 10px;
  flex-wrap: wrap;*/
}
.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}
.gallery img:hover {
  transform: scale(1.05);
   cursor:-moz-zoom-in;
  cursor:zoom-in;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
}
.lightbox-content {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
}
.mySlides {
  display: none;
}
.mySlides img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 10px;
}

/* Controls */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  font-size: 30px;
  color: white;
  user-select: none;
  transform: translateY(-50%);
}
.prev { left: 0; }
.next { right: 0; }
.prev:hover, .next:hover { color: #f1f1f1; }

.close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
 /*===========gallery Light box==========*/

    .gallery-main {
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
    }
    .gallery-thumbs img {
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 6px;
    }
    .gallery-thumbs img.active {
      border-color: #c62828;
    }
.right-product-info{height: 660px;overflow:auto;}
.right-product-info .single-shortdescription {
    margin: 0;
    margin: 0;
    color: #2d2c2c;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .26px;
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: 'Popins Light';
}
   .right-product-info .price {
      font-size: 1.8rem;
      font-weight: bold;
      color: #c62828;
    }
    .right-product-info .product-meta  {
          clear: both;
    font-size: 0.8571em;
    }
.right-product-info .product-meta span {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.8571em;
}
.right-product-info .product-meta span strong{
      color: #000;
    font-weight: 400;
}
#single-blog-wraper{
    background-color: #fff;
    padding: 60px 0;
}
.add-cart, .buy-now {
    background-color: #000;
    border-color: #000;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s ease;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: .8px;
    text-transform: uppercase;
    box-shadow: none;
    width: 50%;
}
.size-section p{
  font-weight: 600;
}
.single-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c2c2c;
}
/*Quantity style*/
.quantity-section p{
  font-weight: 600;
}
.quantity {
    display: flex;
    align-items: center;
    background: #fff;
   border: 1px solid #EDF2F5;
    border-radius: 6px;
    overflow: hidden;
       max-width: max-content;

}

  .quantity button {
    background: none;
    color: #000;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .quantity button:hover {
   background: #f1f1f1;
  }

  .quantity input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
  }





/* make left side sticky */
.Sticky{
  position: sticky;
  top: 100px; /* adjust based on your header height */
  align-self: flex-start;
}

    .accordion {
      
      margin: auto;
      border-radius: 8px;
      overflow: hidden;
      
    }

.accordion-item {
    border-bottom: 1px solid #ddd;
    border: none;
    border-bottom: 1px solid #ddd;
}

    .accordion-header {
      background: #fff;
      cursor: pointer;
      padding: 15px 20px;
      font-size: 16px;
      font-weight: 400;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s ease;
    }

    .accordion-header:hover {
      background: #f0f0f0;
    }

    .accordion-header::after {
      content: "+";
      font-size: 20px;
      transition: transform 0.3s;
    }

    .accordion-header.active::after {
      content: "−";
      transform: rotate(180deg);
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      background: #fff;
      transition: max-height 0.4s ease;
      padding: 0 20px;
    }

    .accordion-content p {
   
      line-height: 1.6;
    }

    .accordion-content.show {
    /*  padding: 15px 20px;*/
    }
.social-share{}
.social-share li a{}
/* product Detailes Tab style*/
/* ================= PRODUCT DETAILS SECTION ================= */
#single-product-details {
  background-color: rgb(237, 236, 232);
  padding: 60px 0;
}

/* Tabs Container */
#single-product-details .tabs {
  margin: auto;

}

/* Tab Buttons Wrapper */
#single-product-details .tab-buttons {
  position: relative;
  display: inline-flex;
  border-radius: 30px;
  border: 4px solid #fff;
  background: #fff;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 6px;
  width: 50%;
  gap: 40px;
  justify-content: center;
  transition: all 0.3s ease;
}
#single-product-details .tab-buttons {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 4px solid #fff;
    background: #fff;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding: 6px 10px;
   
    transition: all 0.3s ease;
}
#single-product-details .tab-buttons button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(25, 39, 50);
  padding: 10px 22px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  transition: color 0.3s ease;
}

#single-product-details .tab-buttons button.active {
  color: #fff;
}

/* Slider (desktop view) */
#single-product-details .tab-buttons .slider {
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  width: calc(33.33% - 8px);
  background: rgb(25, 39, 50);
  border-radius: 20px;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Slider movement */
#single-product-details .tab-buttons button:nth-child(1).active ~ .slider {
  transform: translateX(0%);
}
#single-product-details .tab-buttons button:nth-child(2).active ~ .slider {
  transform: translateX(100%);
}
#single-product-details .tab-buttons button:nth-child(3).active ~ .slider {
  transform: translateX(200%);
}

/* Tab Content */
#single-product-details .tab-content {
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
}
#single-product-details .tab-panel {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}
#single-product-details .tab-panel.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===================== RESPONSIVE ===================== */
@media (min-width:992px) {
  #single-product-details .tab-buttons {
    width: 60%;
    gap: 60px;
    max-width: 650px;
  }
}
/* Large Tablet */
@media (max-width: 991px) {
  #single-product-details .tab-buttons {
    width: 80%;
    gap: 20px;
  }
}

/* Small Tablet / Large Mobile */
@media (max-width: 768px) {
  #single-product-details .tab-buttons {
    width: 100%;
    gap: 12px;
    border: none;
    border-radius: 8px;
    background: none;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0;
  }

  /* Hide slider on mobile */
  #single-product-details .tab-buttons .slider {
    display: none;
  }

  #single-product-details .tab-buttons button {
    background: #f1f1f1;
    border-radius: 20px;
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 16px;
    margin-right: 8px;
    transition: all 0.3s ease;
  }

  #single-product-details .tab-buttons button.active {
    background: #000;
    color: #fff;
  }

  #single-product-details .tab-content {
    padding: 20px 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #single-product-details .tab-buttons {
    gap: 8px;
  }
  #single-product-details .tab-buttons button {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* ================= SINGLE PRODUCT TABLE STYLE ================= */
.single-table-wrapper {
  overflow-x: auto;
}

.single-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.single-table-wrapper table th,
.single-table-wrapper table td {
  border: 1px solid #ecf0f1;
  padding: 12px 10px;
}

.single-table-wrapper table th {
  background-color: #dfdede;
  font-weight: 600;
}

.single-table-wrapper table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

/* Hide mobile headers by default */
.mobile-header {
  display: none;
}

/* ================= MOBILE TABLE VIEW ================= */
@media only screen and (max-width: 760px) {
  .single-table-wrapper table,
  .single-table-wrapper thead,
  .single-table-wrapper tbody,
  .single-table-wrapper th,
  .single-table-wrapper td,
  .single-table-wrapper tr {
    display: block;
    width: 100%;
  }

  .single-table-wrapper table thead {
   
  }

  .single-table-wrapper table tr {
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
  }

  .single-table-wrapper table td {

    padding: 8px 5px;
    font-size: 13px;
  }

  .single-table-wrapper table td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-basis: 50%;
    text-align: left;
    color: #333;
  }
}

/* Tiny Mobile Fix */
@media only screen and (max-width: 360px) {
  .single-table-wrapper table td {
    font-size: 12px;
  }
} 
/* End  product Detailes  Tab style*/



/* Single  product box  Tab style*/
#single-product-tab{background-color: #fff;}

  #single-product-tab .tabs {
     
      margin: auto;
    }

    /* Tab buttons */
#single-product-tab .tab-buttons {

            flex-direction: row;
        margin-bottom: 0;
        align-items: center;
        display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#single-product-tab .tab-buttons button {
    /* flex: 1; */
   
    background: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    text-transform: uppercase;
    text-decoration: initial;
    color: rgb(25, 39, 50);
    position: relative;
    font-size: 14px;
}
#single-product-tab .tab-buttons button::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: transparent;
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s 0.1s;
}

    
#single-product-tab .tab-buttons button.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: rgb(25, 39, 50);
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.3s 0.1s;
}    

    /* Tab content */
  #single-product-tab .tab-content {
      
      border-top: none;
    }

   #single-product-tab .tab-panel {
      display: none;
      animation: fadeIn 0.4s ease-in-out;
    }

  #single-product-tab .tab-panel.active {
      display: block;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }

/*Table Style*/
.single-table-wrapper{
   
}
.single-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
}
.single-table-wrapper table td,.single-table-wrapper table th {
  border-top: 1px solid #ECF0F1;
  padding: 10px;
}
.single-table-wrapper table td {
  border-left: 1px solid #ECF0F1;
  border-right: 1px solid #ECF0F1;
   border: none;
}
.single-table-wrapper table th {
    background-color: #dfdede;
}
.single-table-wrapper table tr:nth-of-type(even) td {
    background-color: #f2f2f2;
}
.single-table-wrapper table .total th {
  background-color: white;
}
.single-table-wrapper table .total td {
  text-align: right;
  font-weight: 700;
}

.mobile-header {
  display: none;
}
/*
@media only screen and (max-width: 760px) {
  p {
    display: block;
    font-weight: bold;
  }

  .single-table-wrapper table tr td:not(:first-child),.single-table-wrapper table tr th:not(:first-child),
  .single-table-wrapper table tr td:not(.total-val) {
    display: none;
  }
 .single-table-wrapper table tr:nth-of-type(even) td:first-child {
    background-color: #d9f4f2;
  }
  .single-table-wrapper table tr:nth-of-type(odd) td:first-child {
    background-color: white;
  }
  .single-table-wrapper table tr:nth-of-type(even) td:not(:first-child) {
    background-color: white;
  }
 .single-table-wrapper table tr th:first-child {
    width: 100%;
    display: block;
  }
  .single-table-wrapper table tr th:not(:first-child) {
    width: 40%;
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    position: relative;
    z-index: -1;
  }
  .single-table-wrapper table tr td:not(:first-child) {
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    width: 60%;
    position: relative;
    z-index: -1;
  }
 .single-table-wrapper  table tr td:first-child {
    display: block;
    cursor: pointer;
  }
 .single-table-wrapper  table tr.total th {
    width: 25%;
    display: inline-block;
  }
 .single-table-wrapper table tr td.total-val {
    display: inline-block;
    transform: translateY(0);
    width: 75%;
  }
}
@media only screen and (max-width: 300px) {
 .single-table-wrapper  table tr th:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
 .single-table-wrapper  table tr td:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
}

*/
/* End ingle  product box  Tab style*/

@media (max-width:992px) {
.Sticky {
    position: static;
    top: 100px;
    /* align-self: flex-start; */
}

}
@media (max-width: 768px) {

    #single-product-tab .tab-buttons {
    flex-direction: column;
 
}

}

/*============================================================================*/
/*============================================================================*/
/* Category Or List Page Style ==============================================*/
/*============================================================================*/
/*============================================================================*/


.main-layout{background-color: #fff;}

/* Banner Container */
.banner {
 
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner img{
 
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

.category-page-header{
    padding: 30px 0;
    text-align: center;
  
}
.category-page-header .cat-heading{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #000;

}
#cantegory_banner_carousel  #productSlider .swiper-slide .productSliderImg img {
    height: auto;
    object-fit: cover;
  
}
#cantegory_banner_carousel .productSliderImg {
    background: #fff;
    height: 360px;
}
#cantegory_banner_carousel .gray-block {
    padding: 60px;
}
#cantegory_banner_carousel #productSlider {
       background-color: #f9f9f9;
    padding: 60px 0;
}
#cantegory_banner_carousel .sliderContent{
    background: #fff;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
#cantegory_banner_carousel .sliderContent,#cantegory_banner_carousel .productSliderImg {

    background: #fff;
}
.cat-descrition{
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4e;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}
.sidenav {
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.filter-top-bar {
    background: #37a4a9;
    color: #fff;
    padding: 10px 10px;
}
.filter-tiltebar span {
    font-size: 22px;
}
.sidenav-close-btn {
    position: absolute;
    top: 11px;
    right: 12px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
    z-index: 1001;
    cursor: pointer;
    margin: 0;
}
.filter-section {
    background: #eff2f4;
    border-bottom: 1px solid #e7e7e7;
}
.filter-icon .filter-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    transition: all .3s 
ease-in;
    width: 8%;
    font-family: 'Popins';
    font-size: 18px;
    font-weight: 400;
}
.filter-text {
    margin-left: 5px;
}
.result-view {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 23px;
}
/*============================================================================*/
/*============================================================================*/
/* Footer ==============================================*/
/*============================================================================*/
/*============================================================================*/




#all_footer {
    background: url(assets/img/footer_bg.webp) no-repeat, bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 45px 0 0;
	background: #f7f7f7;
}

#all_footer h3 {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 0 0 25px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#all_footer .logo {
    width: 130px;
    height: auto;
}

@media screen and (max-width:767px) {
    #all_footer h3 {
        padding: 0;
    }
}

#all_footer ul {
    padding: 0;
}

#all_footer ul li,
#all_footer ul li a {
    color: #000;
    list-style: none;
    font-size: 14px;
    line-height: 40px;
}

#all_footer ul li a::before {
    content: "\e91f";
    padding-right: 5px;
    font-family: icomoon;
    color: #000;
}

#all_footer ul li a.logo::before {
    content: "";
    padding-right: 0px;
}

#all_footer ul li p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

#all_footer .footer_contact_us {
    padding-left: 65px;
}

.footer_contact_us .alpha::before {
    content: "";
    position: absolute;
    font-family: icomoon;
    left: 20px;
    width: 40px;
    height: 25px;
    border-right: 1px solid #000;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.contactUs-col{position:relative;}
.footer_contact_us p.phone.alpha::before {
    content: "\e905";
    position: absolute;
    top: 53px;
}

.footer_contact_us p.email.alpha::before {
    content: "\e90e";
}

.footer_contact_us p.address.alpha::before {
    content: "\e910";
}

#all_footer ul li a:hover {
    color: #e47911;
}

#all_footer .sub_footer {
    border-top: 1px solid #08aefc;
    color: #000;
    padding: 10px 0;
}

#all_footer .sub_footer {
    border-top: 1px solid #ddd;
    color: #000;
    padding: 10px 0;
    text-align: center;
}

