.btn-primary,
.btn-primary:hover {
    background: #d9723c !important;
}

.bg-primary {
    background: #d9723c !important;
}

.hover-text-primary:hover *, a.hover-text-primary:hover, .list-color-secondary li.mixitup-control-active, .list-color-dark li.mixitup-control-active, .tab-simple li.mixitup-control-active, .nav-primary-hover .navbar-nav .nav-link:hover, .nav-primary-hover .navbar-nav .active > .nav-link:hover, .nav-primary-hover .navbar-nav .active > .nav-link, .list-text-hover-primary li a:hover, .media-icon-white a:hover, .text-primary {
    color: #d9723c !important;
}

.fixed-bg-primary.fixed-top, .nav-primary-hover.nav-line-active .navbar-nav .active > .nav-link:before, .nav-primary-hover.nav-down-line-active .navbar-nav .active > .nav-link:before, .bg-primary {
    background: #d9723c !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #d9723c !important;
}

.dropdown-menu li.active .dropdown-item {
    color: #d9723c !important;   
}

.help-content, .overlay-primary::before {
    background: #d9723c !important;   
}

.nav-twice-middle .owl-nav button {
    background: #d9723c !important;   
}

.products-grid-view ul.products li {
    flex: 0 0 25%;
    max-width: 25%;
}

.product_dtls_list tr td{
    padding: 5px 10px;
}

.product_dtls_list tr td:first-child {
    font-weight: 600;
}

.product_features_list li {
    list-style: disc;
    margin-left: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #606265 !important;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #d9723c !important;
}

.ls-inner {
    top: 120px;
}

/* .list-color-white li a, .list-color-white li, .list-color-white a, .text-white, .hover-text-white:hover *, a.hover-text-white:hover {
    color: #6d6f73 !important;
} */

/* .fixed-top .nav-link > span {
    color: #fff !important;
} */

.ls-container .ls-circle-timer, .ls-container .ls-circle-timer * {
    /* top: 500px; */
}

#page_wrapper {
    margin-top: 0px;
}

.page-banner {
    padding: 0 !important;
}

.nav-primary-hover.nav-down-line-active .navbar-nav .active > .nav-link:before {
    /* left: 20px; */
    display: none;
}

.fixed-bg-secondary.fixed-top {
    background: #fff !important;
}

.nav-twice-middle .owl-nav .owl-prev {
    margin-left: -39px;
}
.nav-twice-middle .owl-nav .owl-next {
    margin-right: -39px;
}

.product-img {
    border: 1px solid #444;
    border-radius: 5px;
}
.catprice{
    /* font-size: 17px; */
    font-size: 20px; 
    letter-spacing: .3px;
}
.catprice span{
    text-decoration: line-through;
}

.catprice i{
    color: #388e3c;
}

.pro-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 


.plus-symbol {
    font-size: 50px;
    margin-left: 5px;
    color: #fff;
}

.banner-section .owl-nav{
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
}
.banner-section .owl-prev, .owl-next {
    background-color: #d9733c71 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px !important;
}
.banner-section .owl-nav button span{
   margin-top:-15px;
}

.banner-section .owl-prev:hover, .owl-next:hover {
    background-color: #d9723c !important;
}


/* social btn css */

/* Social Media Fixed Bar */
.social-fixed {
position: fixed;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
flex-direction: column;
gap: 10px;
z-index: 999;
}

/* Style for Social Buttons */
/* Social Button Styles */
.social-btn {
position: relative;
display: flex;
align-items: center;
/* justify-content: space-around; */
width: 35px;
height: 35px;
background: #d9723c !important;
color: white !important;
font-size: 16px;
text-decoration: none;
border-radius: 5px;
transition: width 0.3s ease-in-out;
overflow: hidden;
}

/* Hide Text Initially */
.social-btn span {
white-space: nowrap;
margin-left: 10px;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show Text on Hover */
.social-btn:hover {
width: 120px; /* Expand button */
}

.social-btn:hover span {
visibility: visible;
opacity: 1;
}

/* / */


/* Review Section */
.review-section .review-section {
padding: 50px 0;
background-color: #f9f9f9;
}

/* Heading */
.review-section .review-section h4 {
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
position: relative;
display: inline-block;
}

/* Review Item */
.review-section .review-box {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.3s ease-in-out;
}

.review-section .review-box:hover {
transform: translateY(-5px);
}

/* Reviewer Icon */
.review-section .review-icon {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background: #007bff;
color: white;
font-weight: bold;
font-size: 18px;
border-radius: 50%;
margin-bottom: 10px;
}

/* Reviewer Name */
.review-section .review-box h5 {
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}

/* Reviewer Location */
.review-section .review-box span {
font-size: 14px;
color: gray;
}

/* Review Text */
.review-section .review-box p {
font-size: 16px;
color: #333;
margin-top: 10px;
}

/* Owl Carousel Navigation */
.review-section .owl-nav {
position: absolute;
left: 50%;
display: flex;
transform: translateX(-44px);
}

/* .review-section .owl-prev, .owl-next {
background-color: rgba(0, 0, 0, 0.3) !important;
color: white !important;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px !important;
cursor: pointer;
transition: 0.3s ease-in-out;
margin-top: 20px;
} */

.review-section .owl-prev:hover, .owl-next:hover {
background-color: rgba(0, 0, 0, 0.6) !important;
}


element.style {
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:hover{
    background: #000;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 25px !important
}
.owl-nav button.owl-prev {
    margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next:hover{
    background: #d9723c !important;
}

/* -======product-detaiils======*/

.product_title.entry-title {
    font-size: 35px;
}

.price{
    font-size: 32px;
    color: #333;
    font-weight: 400;
}
.price span{
    text-decoration: line-through;
    font-size: 26px;
    color: #C00;
}
.price i{
    font-size: 18px;
    color: #388e3c;
}
.qut{
    width: 70px;
    padding: 10px;
}

.add-to-card span{
    font-size: 19px;
}

.b-button  {
    width: 140px;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #2EE59D;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    }
  
  .b-button:hover {
    background-color: #2c3e50;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
  }


  .b-button-2  {
    width: 140px;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #2c3e50;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    }

    .b-button-2:hover {
        background-color: #2EE59D;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
      }
.detail_dahu{
    font-size: 24px;
    padding-top: 40px;
}

/* product-img-hover */

.slideshow-items {
    width: 500px;
  }
  .slideshow-thumbnails {
    width: 100px;
  }
  #slideshow-items-container { display: inline-block; position: relative; }
  
  #lens { background-color: rgba( 233, 233, 233, 0.4 ) }
  #lens, #result { position: absolute; display: none; z-index: 1; }
  .slideshow-items { display: none; }
  .slideshow-items.active { display: block; }
  .slideshow-thumbnails { opacity: 0.5; }
  .slideshow-thumbnails.active { opacity: 1; }
  #lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
  

.google_map-content h3{
    text-transform: uppercase;
    font-size: 50px;
}

.google_map_img img{
    background: transparent;
}



.overlay-secondary {
    margin-top: 177px;
}