@media (max-width: 991px) {
    .mobile-bottom-menu {
        display: none !important;
    }
    
    .mobile-fixed-product-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #feb703; 
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        padding: 8px 12px;
        box-sizing: border-box;
    }
    
    .product-bar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .pb-left-content {
        display: flex;
        align-items: center;
        flex: 1;
        margin-right: 10px;
        overflow: hidden;
    }
    
    .pb-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        padding: 2px;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .pb-thumb img {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 2px;
    }
    
    .pb-left-content .pb-title {
        color: #333333;
        font-weight: 700;
        font-size: 14px;
        margin: 0 0 0 10px !important;
        padding: 0 !important;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pb-right-actions {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        gap: 8px; 
    }

    .custom-bar-qty-box {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        width: 70px;
        height: 36px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .custom-bar-qty-box input[type="number"] {
        width: 65%;
        height: 100%;
        border: none !important;
        background: transparent !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #333333 !important;
        padding: 0 !important;
        margin: 0 !important;
        -moz-appearance: textfield;
    }

    .custom-bar-qty-box input::-webkit-outer-spin-button,
    .custom-bar-qty-box input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .qty-chevron-controls {
        display: flex;
        flex-direction: column;
        width: 35%;
        height: 100%;
        border-left: 1px solid #dcdcdc;
    }

    .qty-chevron-controls button {
        background: #ffffff;
        border: none !important;
        outline: none !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #333333;
    }

    .qty-chevron-controls button:first-child {
        border-bottom: 1px solid #dcdcdc !important;
    }

    .qty-chevron-controls button i {
        font-size: 9px;
        font-weight: 700;
    }

    .custom-bar-add-btn {
        background-color: #333333 !important;
        border: 1px solid #333333 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        text-transform: uppercase;
        height: 36px;
        padding: 0 14px !important;
        border-radius: 4px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        white-space: nowrap;
    }

    .site-main {
        padding-bottom: 10px !important;
    }
}
.themifyicon{
    color: #ffb904;
}



.easyzoom{
    display: flex;
    justify-content: center;
}

.product-look-views .mt-35 {
    margin-left: auto !important;  
    margin-right: auto !important;  
    padding: 0 40px !important;   
    max-width: 100% !important;
}

.easyzoom-gallery-slider {
    position: relative !important;
    overflow: visible !important;
    display: block !important;
    margin: 0 auto !important;
}

.easyzoom-gallery-slider .slick-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    cursor: pointer !important;
}

.easyzoom-product-gallery .product-look-views.full .slick-prev{
        left: -303px;
}

@media(min-width: 578px){
    .padding-main-head{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media(max-width: 478px){
    .easyzoom-product-gallery .product-look-views.full .slick-prev{
        left: -232px;
    }
}
.easyzoom-gallery-slider .slick-list {
    overflow: hidden !important;
}
.product-look-views .row{
    display: flex;
    justify-content: center;
}


.qty-up{
    position: relative;
    top: -14px;
    left: -27px;
}
.qty-down{
    position: relative;
    left: 105px;
    top: 12px;
}
/*@media (max-width: 767px) {*/
/*    .qty-up{*/
/*        left: -20px !important;*/
/*    }*/
/*    .qty-down{*/
/*        left: 69px !important;*/
/*    }*/
/*}*/






.page-title-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-title-heading{
    flex:1;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.page-title-heading .title{
    margin:0;
    font-size:42px;
    font-weight:700;
    line-height:1.15;
    word-break:break-word;
}

.breadcrumb-wrapper{
    max-width:35%;
    text-align:right;
    font-size:14px;
    line-height:1.8;
    word-break:break-word;
}

.breadcrumb-wrapper a{
    color:#000;
    text-decoration:none;
}

.ttm-textcolor-skincolor{
    color:#f5a623;
}

/* Tablet */
@media (max-width:991px){

    .page-title-heading .title{
        font-size:32px;
    }

    .breadcrumb-wrapper{
        max-width:40%;
    }
}

/* Mobile */
@media (max-width:767px){

    .page-title-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }

    .page-title-heading,
    .breadcrumb-wrapper{
        width:100%;
        max-width:100%;
        text-align:left;
    }

    .page-title-heading .title{
        font-size:24px;
        line-height:1.25;
        margin-bottom:10px;
    }

    .breadcrumb-wrapper{
        font-size:13px;
        margin-top:5px;
    }
}