.picZoomer {
    position: relative;
    margin-left: 40px;
    padding: 15px;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

/* .picZoomer-pic{
	width: 100%;
	height: 100%;
} */
.picZoomer-zoom-wp {
    /* display: none; */
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    width: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    /* display: none; */
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: (0, 0, 0, .1);
}

rgba .picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

.piclist li img {
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}



.section-bg {
    background: var(--background-color) !important;
}

section {
    padding: 60px 0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}

.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    /* border: 1px solid lightgray; */
}

._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    /* border-bottom: 1px solid lightgray; */
    padding-bottom: 12px;
}

.p-list span {
    margin-right: 15px;
}

.p-list span.price {
    font-size: 25px;
    color: #318234;
}

._p-qty>span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid var(--primary-color);
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    margin: 0px;
    margin-top: 4px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features>span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: var(--primary-color);
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: var(--primary-color);
}

.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: var(--primary-color);
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
    background-color: var(--primary-color) !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}

.owl-nav .owl-next {
    right: -10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: 2px;
}

.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    left: 0px;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px var(--primary-color);
    background: var(--background-color) !important;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: var(--primary-color);
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}

.sq_box span.wishlist i:hover {
    color: var(--primary-color);
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: scale(1) !important;
    /* Standard property for other browsers */
    -webkit-transform: scale(1) !important;
}

a {
    text-decoration: none !important;
}

.picZoomer-cursor,
.picZoomer-zoom-wp {
    display: none;
}

.nav-mastfoot .nav-link {
    color: black !important;
    /* This will make the link text black */
}

.border-bottom-1px-gray {
    border-bottom: 1px solid gray;
}

.form-group {
    padding: 10px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #f4e8f6 !important;
    border-radius: 23px !important;
    height: 20px !important;
    padding: 23px !important;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -21px !important;
    margin-top: 8px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}

/* Modern Card Styles */
.modern-card {
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 2rem;
}

.card-header-custom {
    padding: 1.5rem;
    background: #fff;
    font-weight: 700;
    color: var(--primary-color);
}

.card-body-custom {
    padding: 1.5rem;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.table-custom thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #eee;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 1rem;
}

.table-custom tbody td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

/* slider style */
body{
    margin:0;
  }
  
  .slider{
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
  }
  
  .slide{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
  }
  
  .slide img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  .prev, .next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    color:#fff;
    padding:5px 10px;
    cursor:pointer;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
  }
  
  .prev{ left:10px; }
  .next{ right:10px; }


#sliderTitle {
    position:fixed;
    top:80%;
    right:20%;
}

#sliderDescription {
    position:fixed;
    top:86%;
    right:20%;
}

#shop-catalog-btn {
    background: 
        var(--primary-color);
        border: 1px solid var(--primary-color);
    }

#get-quote-btn {
    border: 1px solid var(--primary-color);
    color: var(--secondary-color);
    background-color: transparent;
    transition: all 0.3s ease;
}
#get-quote-btn:hover {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}

#send-message-btn {
    background: 
        var(--primary-color);
        border: 1px solid var(--primary-color);
    }

#lets-create-container-right {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-color);
}

#something-amazing {
   color:var(--secondary-color)
}

#footer-container {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}


    #index-subscribe-btn {
        background: 
        var(--primary-color);
        border: 1px solid var(--primary-color);
    }


#blog-hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}


#about-subscribe-btn {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border: var(--primary-color);
}

#blog-subscribe-btn {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border: var(--primary-color);
}

#contact-subscribe-btn {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border: var(--primary-color);
}

#contact-send-message-btn {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border: var(--primary-color);
}

