

/*///*/



/* START MODULE STYLING */
.module-gallery {
  width: 100%;
}
.module-gallery img{
  width: 100%;
}
.module-gallery .slider-wrapper {
  display: flex;
  overflow: hidden;
  max-height: 560px
}
.module-gallery .slider-nav {
  width: 125px;
  max-width: 125px;
  z-index: 999;
}
.module-gallery .slider-nav li {
  max-height: 100px;
  width: 100% !important;
}
 .module-gallery .slider-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-gallery .slider-nav .slick-prev,
.module-gallery .slider-nav .slick-next {
  z-index: 1;
  height: 1em;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  transition: opacity 300ms ease;
  font-size: 1.5em;
  color: #fff;
}
.module-gallery .slider-nav .slick-prev:before,
.module-gallery .slider-nav .slick-next:before {
  content: '';
}
.module-gallery .slider-nav .slick-prev:hover,
.module-gallery .slider-nav .slick-next:hover {
  opacity: 0.5;
}
.module-gallery .slider-nav .slick-prev {
  left: unset;
  top: 0.5em;
}
.module-gallery .slider-nav .slick-next {
  top: unset;
  right: unset;
  bottom: -0.5em;
}

.slick-track .slick-track { display: none; }


@media (max-width: 767px) {
  .module-gallery .slider-wrapper {
    flex-direction: column-reverse;
  }
  .module-gallery .slider-nav {
    max-width: 100%;
  }
  .module-gallery .slider-nav .slick-prev,
  .module-gallery .slider-nav .slick-next {
    top: 50%;
    width: 1em;
    height: 100%;
  }
  .module-gallery .slider-nav .slick-prev {
    left: 0;
  }
  .module-gallery .slider-nav .slick-prev .fa:before {
    content: "\f104";
  }
  .module-gallery .slider-nav .slick-next {
    right: 0;
  }
  .module-gallery .slider-nav .slick-next .fa:before {
    content: "\f105";
  }
}


/*////*/
.container{
  max-width: 100%;
}


/*//////*/

.home-category-bannerblock .section-padding {
                padding: 0 !important;
            }

            .goldsmith-type-color .goldsmith-term, .goldsmith-product .goldsmith-term {
                box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            }

            /*/////product-details*/
            div#other_details {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }

            #item-details {
                width: 62%;
                float: left;
                padding-top: 0;
                padding-bottom: 0;
                letter-spacing: normal;
                border: 1px solid #d1d1d1;
            }

            #details-middle-right {
                width: 37%;
                max-width: 400px;
                float: right;
            }

            ul, ol {
                list-style: none;
            }

            .bs-promise li, .content {
                color: #666;
                list-style-type: none;
            }

            #details-middle-right-inner .bs-promise li span {
                display: flex !important;
                padding: 3px 0px 3px 15px;
                justify-content: flex-start;
                align-items: center;
                font-weight: 600;
            }

            .bs-promise li span {
                display: flex;
                padding: 3px 0;
                justify-content: flex-start;
                align-items: center;
            }

            .bs-promise ul li i {
                background: url(https://jewelbox.co.in/wp-content/uploads/2023/06/our-promise-icons.png) no-repeat 0 0;
                display: inline-block;
                width: 32px;
                height: 32px;
                margin: 0 10px 0 0;
                padding: 0;
            }

            .bs-promise ul li .buyback-exchange-icon {
                background-position: -170px 0px;
            }

            .bs-promise ul li .return-icon {
                background-position: -86px 0px;
            }

            .bs-promise ul li .certification-icon {
                background-position: 0px 0px;
            }

            .bs-promise ul li .shipping-insurance-icon {
                background-position: -40px 0px;
            }

            .bs-promise ul li .hallmarked-gold-icon {
                background-position: -128px 0px;
            }

            .bs-promise ul li .service-excellence-icon {
                background-position: -216px 0px;
            }

            #details-middle-right #certificaton {
                background-color: #A9CAEF;
                border: 1px solid #ccc;
                padding: 10px 25px;
            }

            #details-middle-right #certificaton span.title {
                display: block;
                text-align: center;
                text-transform: uppercase;
                color: #2A486F;
                font-weight: bold;
                padding: 16px 0 21px 0;
                font-size: 18px;
                line-height: 21px;
            }

            #details-middle-right #certificaton .content {
                color: #000;
                text-align: center;
                padding-bottom: 12px;
            }

            .title.expanded {
                position: relative;
            }

            .icon_plusminus {
                position: absolute;
                right: 5px;
                top: 5px;
                display: block;
                width: 10px;
                height: 10px;
                cursor: pointer;
                display: none !important;
            }

            .icon_plusminus i {
                font-size: 10px;
            }

            .icon-ion-ios-plus-empty, .fa-plus {
                display: none;
            }

            .icon-ion-ios-plus-empty:after {
                position: absolute;
                width: 10px;
                height: 10px;
                content: "+";
            }

            .icon-ion-ios-minus-empty:after {
                position: absolute;
                width: 10px;
                height: 10px;
                content: "-";
            }

            .bs-promise li, .content {
                color: #666;
                list-style-type: none;
            }

            .bs-promise i {
                display: inline-block;
                padding-right: 10px;
                color: #192b41;
            }

            .bs-promise li span {
                display: block;
                padding: 3px 0;
            }

            #item-details section {
                margin-bottom: 1px;
            }

            #details-middle-left-inner {
                background-color: white;
                border: 1px solid #f0f0f0;
                padding: 8px 16px 16px 16px;
            }

            #item-details h2.title, .title-9 {
                background: #f1f1f1;
                color: black;
                font-size: 16px;
                font-weight: 600;
                line-height: normal;
                letter-spacing: normal;
                margin: 0;
                padding: 10px;
                text-transform: uppercase;
            }

            #stone-details h2.title, #metal-details h2.title, #section-price-breakup h2.title, #tags h2.title {
                border-top: 1px solid #d1d1d1;
            }

            .title-9 {
                border-top: none;
            }

            #item-details #section-item-details .content {
                display: block!important;
                height: 100%!important;
                border-top: 0;
                overflow: hidden;
            }

            #item-details dl {
                clear: both;
                overflow: hidden;
                border-bottom: 1px solid #f0f0f0;
                margin: 0;
                padding: 10px;
                font-size: 16px;
                line-height: 1.4;
            }

            #item-details dl dd, #item-details dl dt, #item-details .t-d-d {
                width: 50%;
                float: left;
                font-weight: 600;
                margin: 0;
                font-size: 15px;
                letter-spacing: normal;
            }

            section#stone-details {
                display: block;
                overflow: hidden;
                margin-bottom: 1px;
                margin-top: 15px;
            }

            section .t-d-d {
                border-bottom: 1px solid #f0f0f0;
                margin: 0;
                padding: 10px;
                font-size: 16px;
                line-height: 1.4;
            }

            #item-details .t-d-d {
                margin: 0;
            }

            #stone-details {
                border-bottom: none;
                margin: 0;
                padding: 0;
                font-size: 13.95px;
                line-height: 18px;
                line-height: 19px;
            }

            #stone-details table, #metal-details table, #section-price-breakup table {
                width: 100%;
            }

            #stone-details table td, #metal-details table td, #section-price-breakup table td {
                width: 50%;
                float: left;
                margin: 0;
            }

            #stone-details table td, #metal-details table td, #section-price-breakup table td {
                border: none;
                border-bottom: 1px solid #f0f0f0;
                padding: 10px;
                font-size: 15px;
                line-height: 1.4;
                text-align: left;
                vertical-align: middle;
                letter-spacing: normal;
            }

            #stone-details table td {
                width: auto !important;
                min-width: 12%;
                float: none !important;
                vertical-align: middle;
            }

            .variations td.label {
                padding-left: 0 !important;
            }

            #tags .content {
                font-size: 12px;
                line-height: 17px;
                line-height: 19px;
                padding: 5px 0px;
                padding-left: 10px;
            }

            .content .last, .item-type-price {
                text-align: right !important;
            }

            .summary.entry-summary > p.price {
                display: none;
            }

            .elementor-widget-tz-woo-product-tabs .tz-tab-title:after {
                background: -moz-linear-gradient(left, #7ee9e1 0%, #44d0bf 100%);
                background: -webkit-linear-gradient(left, #7ee9e1 0%, #44d0bf 100%);
                background: linear-gradient(to right, #7ee9e1 0%, #44d0bf 100%);
            }

            .header-top-area .animated_headline_wrapper p {
                justify-content: center !important;
                align-items: center !important;
            }

            .header-top-area .animated_headline_wrapper p span {
                text-align: center !important;
                justify-content: center !important;
            }

            .header-top-area .animated_headline_wrapper .is-hidden {
                display: none !important;
            }

            .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
                margin-bottom: 30px;
            }

            .shop-cat-banner-template-wrapper {
                display: none !important;
            }

            .goldsmith-product-summary-inner .product_custom_price .amount {
                font-size: 24px;
                color: var(--goldsmith-dark);
            }

            .goldsmith-product-summary-inner .product_custom_price .woocommerce-Price-currencySymbol::before {
                content: "₹";
            }

            .goldsmith-product-info .woocommerce-variation.single_variation {
                display: none !important;
            }

            .elementor-widget-text-editor p {
                font-family: var(--goldsmith-font-heading);
                color: #222;
                font-size: 15px;
                line-height: 24px;
                max-width: 100%;
                overflow: hidden;
                white-space: pre-wrap;
                word-break: break-word;
            }

            .content-titel {
                max-width: 100% !important;
                color: #333333;
            }

            .text-box {
                max-width: 100% !important;
                color: #333333;
            }

            .elementor-widget-text-editor .text-box p {
                color: #333333;
            }

            header .goldsmith-header-top-menu-area ul.navigation {
                margin: 0;
            }

            .home .products .goldsmith-inline-two-block .price {
                font-size: 0px;
            }

            .home .products .goldsmith-inline-two-block .price span {
                font-size: 16px;
            }

            .archive .goldsmith-inline-two-block .goldsmith-price.price {
                font-size: 0px !important;
            }

            .archive .goldsmith-inline-two-block .goldsmith-price.price .amount {
                font-size: 16px !important;
            }

            .partner-form-block label {
                width: 100%;
                padding: 0 0 15px 0;
                margin: 0;
                border: none;
                outline: none;
                font-weight: 600;
            }

            .partner-form-block input {
                width: 100%;
            }

            .partner-form-block .wpcf7-submit {
                background-color: #000;
                color: #fff;
                font-size: 18px;
                font-weight: 500;
            }

            .goldsmith-product-loop-inner .goldsmith-product-thumb img {
                width: 100% !important;
            }

@media only screen and (max-width: 768px) {
    #details-middle-right-inner .bs-promise ul {
        padding: 10px 0;
        margin: 0;
    }

    #details-middle-right.col-xs-5 {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    #other_details {
        flex-wrap: wrap;
        width: 100%;
    }

    #item-details {
        width: 100%;
    }

    #item-details dl dd, #item-details dl dt, #item-details .t-d-d {
        font-size: 11px;
    }

    #stone-details table td, #metal-details table td, #section-price-breakup table td {
        font-size: 11px;
        line-height: normal;
    }

    .elementor-124 .elementor-element.elementor-element-9c5777f, .elementor-124 .elementor-element.elementor-element-f89b7d5, .elementor-124 .elementor-element.elementor-element-5a4c887, .elementor-124 .elementor-element.elementor-element-c3994d7 {
        width: 50%;
    }

    .elementor-124 .elementor-element.elementor-element-672e435 {
        width: 70%;
    }

    .wpzc-pincode-checker__form--show {
        flex-wrap: wrap;
    }

    .wpzc-pincode-checker__form input[type="text"] {
        margin-right: 0;
    }

    .wpzc-pincode-checker__form input[type="submit"].button {
        width: 100%;
        margin: 8px 0;
    }

    .goldsmith-terms {
        flex-wrap: wrap;
    }

    .goldsmith-type-button .type-button {
        margin: 4px 0;
    }

    .elementor-124 .elementor-element.elementor-element-975bb30 {
        width: 100%;
    }

    .elementor-124 .elementor-element.elementor-element-f317b97 {
        width: 100%;
    }

    .elementor-124 .elementor-element.elementor-element-a30d7dc {
        width: 100%;
    }

    .elementor-124 .elementor-element.elementor-element-e58efd0 {
        width: 100%;
        color: #ffffff;
    }

    .elementor-widget-text-editor p {
        color: #ffffff;
    }

    .has-default-header-type-default:not(.elementor-page) .section-padding {
        padding-bottom: 0;
    }

    .goldsmith-main-slider .goldsmith-slide-inner {
        padding: 30px;
        position: relative;
    }

    .goldsmith-main-slider .goldsmith-slide-inner:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .elementor-105 .elementor-element.elementor-element-c7ea5c1 .goldsmith-main-slider .slide-item-content {
        max-width: 100% !important;
        position: relative;
        z-index: 10;
    }

    .nt-sidebar-inner-widget a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 0 5px 5px 0;
    }
}


.product-details-mainblock .table-scrollable{
    margin-bottom: 30px !important;
}


.product-details-mainblock .product-details-top-block .slider{
 width: 100% !important;
 max-width: 100% !important;
 margin: 0;
}

.product-details-mainblock .product-details-top-block .slider img{
    max-width: 100% !important;
}
/*
.product-details-mainblock .product-details-top-block .slider-nav {
    min-width: 100px;
    width: 100px !important;
    max-width: 90px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.product-details-mainblock .product-details-top-block .slider-nav .slick-slide{
    cursor: pointer;
}*/


/*//////new///*/


   .product-slider {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
    }


/*
.product-details-top-block .product-slider{
    padding-left: 100px !important;
    max-width: 100%;
    margin-bottom: 30px !important;
}


.product-slider .slider-nav .slick-list{
    padding: 0 !important;
    margin: 0 !important;
}

.product-slider .slider-preview{
        width: 75%;
        max-width: 75%;
         transition: all 0.3s ease;
}

.product-slider .slider-preview-item{
    width: 100%;
    padding: 0;
    margin: 0;
}
.product-slider .slider-preview-item img{
    width: 100% !important;
     transition: all 0.3s ease;
}*/
/*
.product-slider .slider-nav .slick-track {
    width: 90px !important;
    transform: none !important;
    flex-wrap: wrap;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}
.product-slider .slider-nav .slick-track .slick-slide {
    width: 100% !important;
    margin: 3px 0 !important;
    padding: 0 !important;
    border: none;
    outline: none;
     transition: all 0.3s ease;
}
*/

.slick-slide img{
    max-width: 100% !important;
}

.product-details-mainblock .product-details-top-block .slider-nav .slick-current img {
    border-bottom: 6px solid #060606;
}

/*///product-details-rightblock//*/

.product-details-rightblock{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    max-width: 100%;
}

.product-details-rightblock .goldsmith-product-title{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;

    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
    text-transform: none;
}

.product-details-rightblock .product_custom_price{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;

    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;

}

.product-details-rightblock .product_custom_price span{
    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.product-details-rightblock .woocommerce-Price-currencySymbol::before {
    content: "₹";
}

.product-details-listblock{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
}

.product-details-listblock .info-item-box{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    font-family: 'Jost', sans-serif;;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #060606;
  clear: both;
}

.info-item-box .pro-info-titel{
    display: inline-block;
    padding: 0;
    margin: 0;
    border:none;
    outline: none;
    text-decoration: none;

    font-family: 'Jost', sans-serif;;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #7d7d7d;
  margin-right: 5px;
   transition: all 0.3s ease;
}

.info-item-box .pro-info-details{
    display: inline-block;
    padding: 0;
    margin: 0;
    border:none;
    outline: none;
    text-decoration: none;

    font-family: 'Jost', sans-serif;;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #060606;
  margin-left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
   transition: all 0.3s ease;
}

.info-item-box .pro-info-details a, .info-item-box .pro-info-details span{
    text-decoration: none;
    color: inherit;
    font-style: inherit;
    transition: all 0.3s ease;
}



/*////*/

.product-slider-mainblock{
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}

.header-block{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-block .titel {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: none;
}
.header-block .titel a {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    border-color: #060606;
    background-color: #060606;
    padding: 10px;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    transition: all 0.3s ease-out;
}
.header-block .titel a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.product-slider-mainblock .prduct-slider-block{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}
.product-slider-mainblock .product-item{
    width: 100%;
    padding: 0 30px 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
}
.product-slider-mainblock .product-item .product-image{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-slider-mainblock .product-item .product-image a{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.product-slider-mainblock .product-item .product-image img {
    width: 100% !important;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.product-slider-mainblock .product-item:hover .product-image img {
    transform: scale(1.1);
}


.product-slider-mainblock .goldsmith-wishlist-btn{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.product-slider-mainblock .goldsmith-product-hint {
    background-color: rgba(51,51,51,.9);
    font-size: 12px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: auto;
    right: 50px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    padding: 8px 9px 8px 9px;
    color: var(--goldsmith-light);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -webkit-transition: opacity .3s linear,right .3s linear;
    transition: opacity .3s linear,right .3s linear;
}
.product-slider-mainblock .goldsmith-svg-icon {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
    fill: var(--goldsmith-dark);
}

.product-slider-mainblock .product-content{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    clear: both;
}
.product-slider-mainblock .product-name{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;

}
.product-slider-mainblock .product-name a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.product-slider-mainblock .product-price{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}
.product-slider-mainblock span {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}

/*///*/


/*////*/

.product-list-mainblock{
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}

.header-block{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}
.header-block .titel {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list-mainblock .prduct-slider-block{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
}
.product-list-mainblock .product-item{
    width: 100%;
    padding: 0 30px 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
}
.product-list-mainblock .product-item .product-image{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-list-mainblock .product-item .product-image a{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.product-list-mainblock .product-item .product-image img {
    width: 100% !important;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transform-origin: center center;
    -moz-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: all .5s cubic-bezier(.25,.46,.45,.94);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.product-list-mainblock .product-item:hover .product-image img {
    transform: scale(1.1);
}


.product-list-mainblock .goldsmith-wishlist-btn{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.product-list-mainblock .goldsmith-product-hint {
    background-color: rgba(51,51,51,.9);
    font-size: 12px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: auto;
    right: 50px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    padding: 8px 9px 8px 9px;
    color: var(--goldsmith-light);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -webkit-transition: opacity .3s linear,right .3s linear;
    transition: opacity .3s linear,right .3s linear;
}
.product-list-mainblock .goldsmith-svg-icon {
    max-width: 24px;
    max-height: 24px;
    cursor: pointer;
    fill: #060606;
}

.product-list-mainblock .product-content{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    clear: both;
}
.product-list-mainblock .product-name{
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;

}
.product-list-mainblock .product-name a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
.product-list-mainblock .product-price{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}
.product-list-mainblock .product-price span {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
}

.product-list-mainblock .product-stock{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Jost', sans-serif;
}
.product-list-mainblock .product-stock span {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

div#s2id_cat_id {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.modal-content .slick-slide{
    width: 450px !important;
    max-width: 100% !important;
}

.modal-content .slick-slide img{
    width: 450px !important;
    height: auto;
    max-width: 100% !important;
}


.product-details-mainblock .slick-slide{
    max-width: 100% !important;
}

.slick-slide img{
    height: auto;
    max-width: 100% !important;
}


/*///*/

.goldsmith-woocommerce-pagination {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.goldsmith-woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    margin-bottom: -10px;
    padding: 0;
}
.goldsmith-woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-bottom: 10px;
    border: 0;
}
.goldsmith-woocommerce-pagination ul li a, .goldsmith-woocommerce-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 3px;
    padding: 0;
    border: 0;
    color: #111111;
    background-color: #f8f9fa;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 4px;
}

.goldsmith-woocommerce-pagination ul li a:focus, .goldsmith-woocommerce-pagination ul li a:hover, .goldsmith-woocommerce-pagination ul li span.current {
    color: #ffffff;
    background-color: #060606;
}

/*///sidebar-inner///*/

.sidebar-inner{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.sidebar-inner .product-filter-box{
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.sidebar-inner .accordion-heading{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
.sidebar-inner .accordion-heading a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.accordion-inner{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.accordion-inner ul{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}
.accordion-inner ul li{
    width: 100%;
    padding: 3px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}
.accordion-inner ul li a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #060606;
    outline: medium none;
}


/*///new-add///*/


    .product-slider {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    clear: both;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.product-slider .slider-thumb {
        min-width: 100px;
    width: 100px;
    max-width: 25%;
}

.product-slider .slider-thumb .slick-list{
    padding: 0 !important;
    margin: 0 !important;
}

.product-slider .slider-preview{
        width: 75%;
        max-width: 75%;
         transition: all 0.3s ease;
}

.product-slider .slider-preview-item{
    width: 100%;
    padding: 0;
    margin: 0;
}
.product-slider .slider-preview-item img{
    width: 100% !important;
     transition: all 0.3s ease;
}

.product-slider .slider-thumb .slick-track {
    width: 100px !important;
    transform: none !important;
    flex-wrap: wrap;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}
.product-slider .slider-thumb .slick-track .slick-slide {
    width: 100% !important;
    margin: 3px 0 !important;
    padding: 0 !important;
    border: none;
    outline: none;
     transition: all 0.3s ease;
}

/*///product-details-rightblock//*/

.product-details-rightblock{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;
    max-width: 100%;
}

.product-details-rightblock .goldsmith-product-title{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;

    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
    text-transform: none;
}

.product-details-rightblock .product_custom_price{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    clear: both;

    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;

}

.product-details-rightblock .product_custom_price span{
    font-family: 'Manrope', sans-serif;
  color: #060606;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}

.product-details-rightblock .woocommerce-Price-currencySymbol::before {
    content: "₹";
}

.product-details-listblock{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
}

.product-details-listblock .info-item-box{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    font-family: 'Jost', sans-serif;;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #060606;
  clear: both;
}

.info-item-box .pro-info-titel{
    display: inline-block;
    padding: 0;
    margin: 0;
    border:none;
    outline: none;
    text-decoration: none;

    font-family: 'Jost', sans-serif;;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #7d7d7d;
  margin-right: 5px;
   transition: all 0.3s ease;
}

.info-item-box .pro-info-details{
    display: inline-block;
    padding: 0;
    margin: 0;
    border:none;
    outline: none;
    text-decoration: none;

    font-family: 'Jost', sans-serif;;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #060606;
  margin-left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
   transition: all 0.3s ease;
}

.info-item-box .pro-info-details a, .info-item-box .pro-info-details span{
    text-decoration: none;
    color: inherit;
    font-style: inherit;
    transition: all 0.3s ease;
}

.product-information-mainblock .header-block .titel{
    font-weight: 700;
    font-size: 14px;
    color: #7d7d7d;
}


.slider-nav .slider-thum-item {
    padding: 8px;
}

/*.product-details-mainblock .slick-slider .slick-track, .product-details-mainblock .slick-slider .slick-list{
    transform: translate3d(0, 0, 0) !important;
}*/

.product-details-mainblock{
    width: 100%;
    padding: 50px 0 0 0                             ;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #ffffff;
}

.page-content {
    background: #ffffff !important;
}

.page-content .form-actions {
    padding: 15px 0;
}

.page-content .form-actions .form-section.small {
    margin-top: 0 !important;
}


button i {
    margin: 0 0 0 8px;
    font-size: 12px !important;
}

.product_details_table td .btn {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    margin: 4px;
}

.product_details_table td input{
    max-width: 100px;
}

.product-information-mainblock .item-type-title{
    font-weight: 600;
    color: #111111;
}
.product-information-mainblock .item-type-price {
    font-weight: 600;
    color: #111111;
}

.product-information-mainblock .price_my_points {
    background: #f7f7f7;
    font-weight: 700;
}

.product-information-mainblock tr th{
    font-weight: 600;
    padding: 10px;
}

.probox-customer-details{
    width: 100%;
    padding: 30px;
    margin: 15px 0;
    border: 2px dotted #cccccc;
    background-color: #f1f1f1;
    max-width: 100%;
}

.probox-customer-details .customer-details-innerbox{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.probox-customer-details .customer-details-innerbox h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
    font-family: 'Manrope', sans-serif;
    color: #060606;
    font-size: 22px;
    line-height: 1.5;
}


.product-details-top-block {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    padding-bottom: 30px;
}

tr.price_extra_row {
    font-weight: 600;
}
.estimated-price-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    padding: 15px 0 0 0;
    margin: 0;
    color: #6e6e6e;
}

#section-price-breakup{
    background-color: #f7f7f7;
}



.search-group-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    padding-bottom: 10px;
}
.search-group-leftblock {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search-group-leftblock .control-label{
    margin-right: 10px;
}

.search-group-leftblock .form-group {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.search-group-leftblock .button-block{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
}
.search-group-leftblock .button-block .btn{
    margin-left: 5px;
}

.search-group-leftblock .form-group .input-box .form-control{
    width: 100% !important;
}

.product-information-mainblock .header-block .titel {
    font-weight: 700;
    font-size: 14px;
    color: #7d7d7d;
}


.search-group-leftblock .form-group .control-label {
    min-width: 110px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #7d7d7d;
}

.search-group-leftblock .form-group .input-box {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.search-group-rightblock {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}
.search-group-rightblock .control-label{
    display: none;
}

tr td{
    vertical-align: middle;
}

#details-middle-right-inner .bs-promise-container .bs-promise {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

#details-middle-right-inner .bs-promise-container .bs-promise ul{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
}

.productSlider.slick-initialized.slick-slider {
    width: 100%;
    display: flex;
    clear: both;
    flex-wrap: wrap;
}

#stone-details table td .reset, #stone-details table td .bp_reset {
    float: right;
}

table td .tdtotal-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    max-width: 130px;
}


/*////*/

.product-slider-mainblock .slick-list{
    width: 100% !important;
    clear: both;
}




/*///responsive////*/

@media (max-width: 767px) {

    .all-product-listblock{
        padding: 0 15px;
    }

    .product-list-mainblock .product-item{
        padding: 15px;
    }
    .product-list-mainblock .product-stock span{
        font-size: 9px;
    }

    
}



/*//////2024.09.03/////*/


.product-list-mainblock{
    position: revert;
    padding-top: 70px;
}
.custom_sticky_mainblockheader{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.custom_sticky_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.product-list-mainblock .product-item .check_img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    cursor: pointer;
}

.check-all{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
.check-all input{
    margin: 0 10px 0 0;
}
.check-all label{
    padding: 0 !important;
    margin: 0 !important;
}

.filter-buttonblock{
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.modal-dialog{
    margin-top: 80px;
}

.custom_web_try_on {
    bottom: 30px;
    right: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    color: #012f49;
    text-transform: uppercase;
}
.custom_web_try_on span {
    border: none;
    outline: none;
    box-shadow: none;
    color: #012f49;
    text-transform: uppercase;
}

.product-list-mainblock button {
    background-color: #012f49 !important;
    border-color: #012f49 !important;
    color: #ffffff !important;
    text-transform: none;
    padding: 4px 10px;
    margin: 2px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat !important;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}



/***/


.product-details-listblock .info-item-box .pro-info-details{
    padding: 0;
    margin: 0;
}

.store_name_span{
    color: #fff !important;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

.try_on_link {
    position:absolute;
    top:0;
    right:6px;
}

.try_on_button {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 15px !important;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 8px;
    cursor: pointer;
    color: #02304a !important;
    text-transform: uppercase;
    background-image: url(https://jewelbox.co.in/admin/jewelbox/view/assets/css/tray-it-now.png);
    background-repeat: no-repeat;
    background-position: 12px 6px;
    padding-left: 35px !important;
    font-size: 12px !important;
    margin: 10px 5px !important;
    cursor: pointer;
    min-width: 80px;
    min-height: 30px;
    display: inline-block;
    width: auto !important;
    background-size: 15px;
    border: none;
}

.info-item-box .pro-info-titel{
    min-width: 110px;
}

.main_store_name .all_barcode{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 5px;
}
.main_store_name .all_barcode a {
    color: #111 !important;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    padding: 3px 10px;
    margin: 2px;
    border-radius: 4px;
    background-color: #f1f1f1;
    line-height: 1;
}
.green.btn {
    color: #FFFFFF !important;
    background-color: #002d4d !important;
    border-color: #002d4d !important;
}

@media only screen and (max-width: 992px) {

    .search-group-leftblock{
        flex-wrap: wrap;
    }
    .search-group-leftblock .form-group{
        width: 100%;
    }

}

@media only screen and (max-width: 767px){
    .search-group-block{
        margin: 40px 0 0 0;
    }
    .search-group-block label{
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0 0 10px 0;
    }
    .search-group-leftblock .button-block{
        margin-left: 5px;
    }
}


/*///2025.05.28////*/

.product-details-top-block table tbody tr td {
    vertical-align: middle;
}

#modImageSearch .modal-dialog, #modImageTag2 .modal-dialog{
    width: 90%;
    margin-top: 20px;
}

#modImageSearch .modal-dialog .modal-header, #modImageTag2 .modal-dialog .modal-header {
    border-bottom: 1px solid #d2d2d2;
    background-color: #efefef;
}

#modImageSearch .modal-dialog .close, #modImageTag2 .modal-dialog .close {
    width: 42px;
    height: 42px;
    background-color: #f3f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -20px;
    background-size: 10px;
    background-position: center;
}

#modImageSearch .modal-dialog .modal-header .modal-title, 
#modImageTag2 .modal-dialog .modal-header .modal-title {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: bold;
}

#modImageSearch .modal-dialog .modal-body .d-flex,
#modImageTag2 .modal-dialog .modal-body .d-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

#modImageSearch .modal-dialog .modal-body h1, 
#modImageTag2 .modal-dialog .modal-body h1 {
    display: inline-block;
    font-size: 18px;
    min-width: 300px;
    font-weight: bold;
    padding: 0;
    color: #002d4d !important;
}

#modImageSearch .modal-dialog .modal-body select, 
#modImageTag2 .modal-dialog .modal-body select{
    max-width: 250px;
}


.row_images .mix-inner{
    width: 100%;
    padding: 0;
    margin: 15px 0;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f1f1f1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.row_images .mix-inner img{
   
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.row_images .mix-inner input[type="checkbox"] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 32px;
    height: 32px;
    /* min-width: 100%; */
    margin: 0;
    padding: 0;
}

/*///*/

.j_avatar {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 70px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    object-fit: contain;
    background: none;
    border: none;
}

/*////*/

.modal .modal-body .container{
    width: 100% !important;
    max-width: 100% !important;
}
.tag_customer_image2 .mix-inner {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #f1f1f1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: auto;
    object-fit: contain;
    text-align: center;
}

.tag_customer_image2 .mix-inner img{
    width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    object-fit: contain;
}

.tag_customer_image2 .mix-inner .mix-inner{
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    height: auto;
}

.tag_customer_image2 .mix-inner .btn {
    width: 100%;
    color: #FFFFFF !important;
    background-color: #002d4d !important;
    border-color: #002d4d !important;
}

.processed_images .mix-inner {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #f1f1f1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    height: auto;
    object-fit: contain;
    text-align: center;
}

.processed_images .mix-inner img{
    width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    object-fit: contain;
}

.processed_images .mix-inner .mix-inner {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    height: auto;
}

.change_avatar .mix-inner {
    width: 100%;
    padding: 0;
    margin: 15px 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #f1f1f1;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    
    object-fit: contain;
    text-align: center;
}

.change_avatar .mix-inner img{
    width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    object-fit: contain;
}

.change_avatar .mix-inner .mix-inner {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    height: auto;
}


/*/////2026.06.02///*/

#ksp_form .form-group {
    width: 100%;
    padding: 15px;
    margin: 10px;
    border: 2px solid #012f47;
    text-decoration: none;
    max-width: 100%;
    border-radius: 16px;
    position: relative;
}

#ksp_form .form-group .control-label {
    font-family: 'Jost', sans-serif;
    width: auto;
    padding: 4px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 15px;
    position: absolute;
    background: #ffffff;
    top: -10px;
    left: 30px;
    padding: 0 20px;
}

#ksp_form .form-group .category_buttons{
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
}

#ksp_form .form-group .btn {
    border-width: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
   
}


/*//////2025.06.05////*/


.image-modal-box .product-details-top-block table tbody tr td {
    vertical-align: middle;
}

.image-modal-box .modal-dialog{
    width: 90%;
    margin-top: 20px;
}

.image-modal-box .modal-dialog .modal-header {
    border-bottom: 1px solid #d2d2d2;
    background-color: #efefef;
}

.image-modal-box .modal-dialog .close {
    width: 42px;
    height: 42px;
    background-color: #f3f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -20px;
    background-size: 10px;
    background-position: center;
}

.image-modal-box .modal-header .modal-title{
    color: #5f5f5f;
    font-size: 18px;
    font-weight: bold;
}

.image-modal-box .modal-body .d-flex,
.image-modal-box .modal-body .d-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}

.image-modal-box .modal-dialog .modal-body h1{
    display: inline-block;
    font-size: 18px;
    min-width: 300px;
    font-weight: bold;
    padding: 0;
    color: #002d4d !important;
}

.image-modal-box .modal-body select{
    max-width: 250px;
}

.image-modal-box .row_images {
    height: 60vh;
    max-height: 60vh;
    overflow-x: auto;
}

#sample_1 tbody tr td.action {
    min-width: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 30px;
}

/*////*/

#sample_1 tbody tr td.action  .details {
    display: flex !important;
    white-space: nowrap;
    justify-content: flex-end;
    gap: 6px;
    padding: 0 4px;
}

table .j_avatar_td{
    position: relative;
}

table .j_avatar_td a{
    display: inline-block;
    text-decoration: none;
}

table .j_avatar_td .j_avatar{
    width: 100% !important;
    height: auto !important;
    max-width: 150px !important;
    max-height: 150px !important;
    padding: 0 !important;
}

table .j_avatar_td .avatar_img_change {
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-color: #002d4d !important;
    border-radius: 4px;
    font-size: 0;
    background-color: #002d4d !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-indent: -9999px; */
    border-radius: 50%;
    text-decoration: none;
}

table .j_avatar_td .avatar_img_change:before{
    display: inline-block;
    content: "\f044";
    color: #FFFFFF !important;
    background-color: #002d4d !important;
    font: normal normal normal 14px / 1 FontAwesome;
    text-decoration: none;
}

/*////*/

.box-header.mix-inner {
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
}

.box-header.mix-inner div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/*///*/

.page-logo a.btn.green.default_session {
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*////*/

#modImageTag2 .tag_customer_image2 .mix-inner{
    height: auto;
}
#modImageTag2 .tag_customer_image2 .mix-inner .mix-inner {
    width: 100%;
    padding: 0 15px;
    margin: 10px 0 0 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-shadow: none !important;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
}

table tbody tr td {
    font-size: 12px;
}

.slick-dots {
width: 100% !important;
max-width: 100%;
display: flex !important;
overflow: auto;
flex-wrap: nowrap;
}

.custom_user_select .btn {
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
}





.custom_user_select {
    position: fixed;
    top: 120px;
    right: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: flex-end;
    align-content: center;
    z-index: 9999;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 10px 10px 20px;
}

.custom_user_select:hover{
    text-decoration: none;
}

.custom_user_select i{
    font-size: 11px !important;
}
.custom_user_select a{
    margin: 0 !important; 
}

@media (max-width: 1024px) {

    #view_feedback_modal .modal-dialog {
        max-width: 94% !important;
    }

    .table th, .table td{
        font-size: 13px !important;
    }

    .product-information-mainblock tr th, .product-information-mainblock tr td{
        font-size: 13px !important;
    }

    #item-details h2.title, .title-9{
        font-size: 14px !important;
    }


    /*.custom_user_select::before {
        content: "\f137";
        font: normal normal normal 22px/1 FontAwesome;
        position: relative;
        padding: 0px;
        margin: 0 0 0 -4px;
        color: #002d4d;
        transition: all 0.5s;
    }

    .custom_user_select:hover::before {
        content: "\f138";
        text-decoration: none;
    }*/

  
}

 @media (min-width: 768px) {
    .col-sm-4 {
        width: auto;
    }
   }