.theme-product-box-content {
    padding: 0 !important;
    .theme-product-image-area{
        background: #fff9f5;
        .theme-product-sale-ribbon {
            background : #CE610C;
            color: #fff;
        }
    }

    .theme-product-details-area {
        padding: 16px 16px 16px 16px;
    }
}


[data-category-style-13] [data-breadcrumb-container] .zpcontainer {
    width: 100%;
}

.theme-product-list-style-15 .theme-product-quantity-cart-container {
	flex-wrap: wrap;
    gap: 1rem;
}


.zcs_slider_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: scroll;
    @media (max-width: 992px){
        .zpelem-col {
            flex: 1 0 120px
        }
    }
    @media (max-width: 490px){
        .zpelem-col {
            flex: 1 0 72px;
        }
    }
}

@media (min-width: 768px){
    .theme-product-details-style-15 .zpcontainer {
        max-inline-size: 1496px !important;
        .theme-product-detail-container[data-zs-product-primary-details] {
            gap: 2.5rem
        }
    }
}

@media (max-width: 991px){
    .tab-accordian .theme-prod-detail-tab{
        display: none !important;
    }
    .theme-prod-detail-tabs {
        display: flex!important;
        flex-direction: row!important;
        border-block-end: 1px solid #ededed;
        justify-content: flex-start;
        margin-block-end: 24px;
        overflow-x: scroll;
    }
    .theme-detail-tab-with-reviews .theme-prod-detail-tab-tabcontent-container .theme-prod-detail-tabs .theme-prod-detail-tab {
        display: flex;
        justify-content: space-between;
        margin-inline-end: 1rem!important;
    }
    .theme-detail-tab-with-reviews .theme-prod-detail-tab-tabcontent-container .theme-prod-detail-tabs .theme-prod-detail-tab::after {
        display: none!important;
    }
    .theme-prod-detail-tab-active {
        border-block-end: 2px solid #000000!important;
    }
}









.zcs_category_description li {
    line-height: 1;
}

.zcs_category_description span {
    color: #000;
}


[data-custom-field-main-container]:empty{
    border: none !important;
}

.zsslider-arrow-left svg, .zsslider-arrow-right svg{
    fill: #fff !important;
}


@media (min-width: 992px){
    .theme-store-style-02-collection-row [data-zs-product-id]{
        width:25% !important;
    } 
}

[data-element-id="formMsg_Contact-Us"]{
    color: #1de71d !important;
    font-weight: 700;
}

@media (min-width: 992px){
    .theme-productfilter-enable .theme-produt-filter-row {
        position: sticky !important;
        max-height: 100vh;
        overflow-y: auto !important;
        top: 75px;
    }
}

[data-zs-filter-container] {
    padding-right: 20px;
}

@media (max-width: 767px){
    .zpslider-img{
        background-size: 100% 100%;
    }

    .zphero-slider-container [data-element-type="heading"] h2.zpheading{
        font-size: 18px;
        line-height: 21px;
    }

    .zphero-slider-container [data-element-type="text"]{
        font-size: 12px !important;
    }

    [data-element-type="heroslide"] [data-element-type="row"]{
        padding: 0 !important;
        flex-wrap: nowrap !important;
    }

    [data-element-type="heroslide"] [data-element-type="column"]{
        flex: 0 auto;
    }

    .zphero{
        min-height: 400px !important;
    }
    .zphero-slider-container [data-element-type="button"] .zpbutton{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
        font-size: 12px !important;
    }

    .zphero-slider-container .zpimage-container {
        position: relative;
        top: 30px;
    }
    .zphero .zsslider-arrows-container .zsslider-arrow-right {
        right: -14px;
    }
    .zphero .zsslider-arrows-container .zsslider-arrow-left{
        left: -14px;
    }
}

@media(max-width: 767px){
    [data-element-type="heroslide"] [data-element-type="column"] .zpimage{
        width: 150px;
        height: auto;
    }
    .theme-product-info-content tbody,.theme-product-info-content table{
        width: max-content !important;
    }
    .theme-product-info-content tr td{
        width: 140px !important;
        padding-inline-start: 45px;
        text-wrap: wrap
    }
    .theme-product-info-content tr th,.theme-prod-specification-table ul li .theme-prod-specification-field{
        width: 100px !important;
    }
    .theme-prod-specification-table ul li {
        gap: 25px
    }
}

.theme-product-name {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.theme-product-info-content tr th,.theme-prod-specification-table ul li .theme-prod-specification-field{
    text-align: left
}

@media(max-width: 992px){
    .zs-row [data-element-type="column"]{
        width: 60px;
        padding: 0
    }
}

.theme-checkout-body .theme-checkout-change-list .theme-checkout-list:not(.theme-checkout-list-selected) {
    display: none !important;
}

.zpmm-title .zpmm-element-textcontent{
    font-size: 16px;
    font-weight: 600!important;
}

.zpnewsletter-input-container input::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

[data-zs-product-short-description] tr th:first-of-type{
    padding : 4px;
    &:first-of-type {
        font-weight: 800;
        text-align: left;
    }
}

.theme-product-info-content div {
    width : 100% !Important;
}

#pickup-tab {
    display: none;
}

.za-phone-container > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 0.4fr;
}

.za-phone-container select {
    grid-row: 1;
    border-right: none;
}

.za-phone-container input {
    grid-column: 2 / 6;
    grid-row: 1;
}

.za-phone-container > div > div {
    grid-column: 1 / 6;
}


@media all and (min-width: 992px) {
    .zpheader-style-02 .theme-header .zpcontainer {
        padding-block-start: 15px;
        padding-block-end: 15px;} !important
}

.theme-product-filter-count {
    background: transparent;
    margin-inline-end:8px;line-height: normal;
    padding-block-start:0;padding-block-end:0;padding-inline-start:0;padding-inline-end:0;border: none;
    color: #808080
}
.theme-product-filter-count {
    margin-inline-start: auto !important;
}


.marquee {
    width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: pre;
    box-sizing: border-box;
    background-image: url('https://techgurustore.in/top-bar-banner.png');
    background-size: 100% 100%;
    color: #fff;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 100s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.marquee:hover span {
    animation-play-state: paused;
}

[data-zs-product-primary-details],[data-zs-detail-tabs-content-container] table, [data-zs-detail-tabs-content-container] table th, [data-zs-detail-tabs-content-container] table tr,[data-zs-detail-tabs-content-container] table tr td{
    color: #000
}

theme-product-info-content p span{
    color: #000
}

[data-zs-detail-tabs-tabcontents-container]{
    color: #000
}


.stock-filter.in-stock{
    height: 14px;
    margin-right: 9px;
}


.zs-custom-btn {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #ff5a5f;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.zs-custom-btn:hover {
    background-color: #e04e53;
}

.zs-notify-button {
    background: #000;
    width: max-content;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}


#purchase-notification-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.purchase-notification {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 12px 16px;
    max-width: 320px;
    font-family: system-ui, sans-serif;
    font-size: 14px;
    color: #333;
    animation: slideIn 0.4s ease-out;
    position: relative;
}

.notification-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 12px;
}

.notification-details {
    flex: 1;
}

.notification-customer {
    font-weight: 600;
    margin-bottom: 2px;
}

.notification-product a:hover {
    text-decoration: underline;
}

.notification-timestamp {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

.notification-product a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    max-width: 200px;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.notification-close-btn {
    background: none;
    border: none;
    color: #888;
    position: relative;
    top: -25px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
    line-height: 1;
    transition: color 0.2s;
}

.notification-close-btn:hover {
    color: #333;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-stock-availability-details .theme-prod-stock-details.theme-out-of-stock {
    background: #EB4D5E;
    font-size: 100%;
    display: none;
}
.zphero-slide .zphero-slider-container .zpcontainer,
.zphero-slide .zphero-slider-container .zpcontainer .zprow{
    padding-block-end: 0 !important;
    padding-block-start: 0 !important;
}
.zphero-slide .zphero-slider-container .zpcontainer .zprow .zs_slider_image_column{
    align-self:end;
}
@media (max-width: 767px) {
    .zphero-slider-container .zs_slider_image_column .zpimage-container {
        position: static;
    }
}

@media (max-width: 767px){
    .zphero-slide .zphero-slider-container .zpcontainer .zprow{
        flex-wrap: wrap !important;
    }
    .zphero {
        min-height: 600px !important;
    }
}

.zs-product-tags {
    display: flex;
    justify-content: center;
    font-size: 18px;
}


[data-sort-by-products-target] .theme-product-box-container {
    margin-block-start: 0px !important;
    margin-block-end: 50px !important;
    height: stretch;
}
@media (min-width: 992px){
    [data-category-style-13] .theme-filter-section {
        background: #fafafa;
        border: 1px solid #e6e6e6;
        border-radius: 1.5rem;
        margin-block-start: 1rem;
        height: fit-content;
        width: 20%;
        position: sticky !important;
        max-height: 100vh;
        overflow-y: auto !important;
        top: 1.5rem;
    }
    .theme-filter-sortby-container {
        border-inline-start: 0;
        width: 80%;
    }
    [data-zs-filter-container] {
        padding-inline-end: 0;
    }
}

@media (min-width: 992px) {
    .theme-product-details-style-15 [data-zs-product-details-primary-section] [data-zs-product-primary-details] .theme-product-detail-image-container .theme-product-detail-thumbnail-container .theme-product-detail-thumbnail {
        min-width: 112px;
        min-height: 112px;
        overflow: hidden;
    }
    .theme-product-details-style-15 [data-zs-product-details-primary-section] [data-zs-product-primary-details] .theme-product-detail-image-container {
        position: sticky;
        top: 2.5rem;
    }
}
