  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Thin.ttf") ;
    font-weight: 100;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-ExtraLight.ttf") ;
    font-weight: 200;
  }
   @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Light.ttf") ;
    font-weight: 300;
  }
   @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Regular.ttf") ;
    font-weight: 400;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Medium.ttf") ;
    font-weight: 500;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") ;
    font-weight: 600;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Bold.ttf") ;
    font-weight: 700;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-ExtraBold.ttf") ;
    font-weight: 800;
  }
  @font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins/Poppins-Black.ttf") ;
    font-weight: 900;
  }

.kg_professional_form .kg_row.kg_row_50 {
    width: 46.5%;
    max-width: 650px;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p {
    margin-bottom: 15px;
}

.kg_professional_form .kg_row .kg_input_row p label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p input {
    padding: 0 0 10px;
    border-bottom: 2px solid #676767;
    outline: none;
}

.kg_professional_form .kg_row.kg_row_50.kg_rows_div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0;
    gap: 70px;
    max-width: 100%;
}

.kg_professional_form .kg_row .kg_input_row p textarea {
    height: 195px;
    outline: none;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox {
    margin-top: 20px;
    display: block;
    margin-bottom: 40px;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox span.wpcf7-list-item label input[type="checkbox"] {
    appearance: none;
    width: 23px;
    height: 18px;
    padding: 0;
    border: 2px solid #000;
    cursor: pointer;
    position: relative;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox span.wpcf7-list-item label input[type="checkbox"]:checked::before {
    border: solid #000000;
    content: "";
    position: absolute;
    right: 7px;
    top: 0px;
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0;
    transform: rotate(45deg);
    z-index: 2;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 400;
}

.kg_professional_form .kg_row.kg_row_50 .kg_input_row p span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 35px;
}

.kg_professional_form .kg_row .kg_input_row p {
    margin: 0;
}

.kg_professional_form .kg_submit {
    text-align: center;
}

.kg_professional_form .kg_submit p {
    margin: auto;
    position: relative;
    max-width: 317px;
}

.kg_professional_form .kg_submit p input {
    background-color: #000000;
    padding: 10px 20px 10px 20px;
    width: 100%;
    font-weight: 500;
}

.kg_professional_form .kg_submit p span.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .kg_professional_form .kg_row.kg_row_50 {
        width: 100%;
        max-width: 100%;
    }

    .kg_professional_form .kg_row.kg_row_50.kg_rows_div {
        gap: 0;
        display: block;
    }
}

section.kg-hotel-grid-wrap .kg-hotel-container {
    max-width: 1400px;
    margin: 0 auto;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item:hover .kg-overlay {
    transform: translateY(0);
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-category {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.9;
    font-weight: 600;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay {
        padding: 20px 15px 15px;
    }

    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-title {
        font-size: 18px;
    }

    section.kg-hotel-grid-wrap .kg-hotel-container .kg-grid .kg-grid-item .kg-overlay .kg-description {
        font-size: 13px;
    }
}

.kg_filter_loader {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgb(60 54 54 / 45%);
    background-image: url(/wp-content/uploads/2025/10/loading-loading-forever.webp);
    background-size: 70px 70px;
    background-position: center center;
    z-index: 999999999 !important;
    background-repeat: no-repeat;
}

.kg_projects_posts_wrapper .kg_projects_posts .kg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 50px 0 10px;
}

.kg_projects_posts_wrapper .kg_projects_posts .kg-pagination a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.kg_projects_posts_wrapper .kg_projects_posts .kg-pagination a.kg-active {
    background: #000;
    color: #fff;
}

.kg_projects_posts_wrapper .kg_projects_posts .kg-pagination a:hover {
    background: #000;
    color: #fff;
}

.kg_projects_posts_wrapper .kg_projects_posts .kg-pagination a svg:hover path {
    fill: #fff;
}

.kg-description-main-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0 0;
}

.kg-description-main-section .kg-container {
    max-width: 1600px;
    padding: 0 40px;
    margin: 0 auto;
}

.kg-description-main-section .kg-inner-main-desc .kg-title-top h2 {
    font-size: 58px;
    line-height: 1.2em;
    color: #2C2D2B;
    max-width: 1280px;
    margin: auto auto 34px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
}

.kg-description-main-section .kg-inner-main-desc .kg-description-area img {
    width: 100%;
    display: block;
    margin: 0 0 36px;
}

.kg-description-main-section .kg-inner-main-desc .kg-description-area p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.kg-description-main-section .kg-inner-main-desc .kg-description-area h3 {
    line-height: 1.36em;
    font-size: 44px;
}

@media screen and (max-width: 1536px) {
    .kg-description-main-section .kg-inner-main-desc .kg-title-top h2 {
        font-size: 28px;
    }

    .kg-description-main-section .kg-inner-main-desc .kg-description-area h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .kg-description-main-section .kg-container {
        padding: 0 20px;
    }
}

.kg-description-main-section .kg-inner-main-desc .project_gallery_images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .carousel__button,
.fancybox__container .fancybox__carousel .fancybox__nav .carousel__button {
    padding: 0;
    background-color: transparent;
    color: #fff;
}

/* .fancybox__container .fancybox__toolbar .fancybox__toolbar__items .carousel__button:hover,
.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .carousel__button:focus {
    color: #FFFFFF;
    background-color: #2c2d2b;
} */
.fancybox__container .fancybox__carousel .fancybox__nav .carousel__button:hover,
.fancybox__container .fancybox__carousel .fancybox__nav .carousel__button:focus {
    background-color: transparent;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .kg-description-main-section .kg-inner-main-desc .project_gallery_images {
        grid-template-columns: repeat(2, 1fr);
    }
}

.kg-wishlist-head {
    transition: all .5s ease 0s;
    position: fixed;
    top: 0;
    right: -530px;
    width: 100%;
    max-width: 475px;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    background-color: #fff;
    z-index: 999999;
}

.kg-wishlist-head .kg-wishlist-head-inner .kg-wishlist-head-inner-left .kg-wishlist-head-inner-left-close {
    cursor: pointer;
    font-size: 38px;
    font-weight: 500;
    color: #5d5151;
}

.kg-wishlist-head.kg-wishlist-head-open {
    right: 0;
}

.kg-wihlist-body-open {
    overflow: hidden !important;
}

.tinvwl_added_to_wishlist {
    display: none;
}

.kg-header-sidecart-icon .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki::before {
    content: "";
    background-image: url('https://benuarts.com/wp-content/uploads/2025/10/basket.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 27px;
    height: 27px;
    display: inline-block;
}

.xoo-wsc-header .xoo-wsch-section .xoo-wsch-basket {
    display: none;
}

.xoo-wsc-header .xoo-wsch-section span.xoo-wsch-text {
    text-transform: uppercase;
}

.kg-header-sidecart-icon .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont span.xoo-wsc-sc-count {
    background-color: #DBBD90;
    color: #000;
    inset-inline-end: -.7em;
    min-width: 1.6em;
    position: absolute;
    font-size: 10px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    display: block;
    border-radius: 17px;
    min-height: 17px;
    top: -2px;
}

.kg_wishlist_iicon .elementor-widget-container .wishlist_products_counter .wishlist_products_counter::before {
    content: "";
    background-image: url('https://benuarts.com/wp-content/uploads/2025/10/BENU-REQUEST-LIST-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 28px;
    height: 21px;
    margin: 0;
}

.kg-wishlist-head .kg-wishlist-head-inner .kg-wishlist-head-inner-left {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.kg-wihlist-body-open .kg-wishlist-head {
   max-width: 425px;
}
.kg-wishlist-head .kg-wishlist-head-inner .kg-wishlist-head-inner-left .kg-wishlist-head-inner-left-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #5d5151;
}

.kg-wishlist-head .kg-wishlist-head-inner {
    margin: 0;
    color: #5d5151;
    background-color: #ffffff;
    border-bottom: 2px solid #eee;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list thead {
    display: none;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td {
    background: transparent;
    border: unset;
    padding: 5px 0px !important;
    font-size: 16px;
    vertical-align: top;
    padding: 0 !important;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form {
    border-top: 1px solid #80808061;
    margin: 10px 0 0;
    padding: 10px;
    background: #fff;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce form {
    background: #fff;
    padding: 0;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-thumbnail img {
   max-width: 100%;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form h2 {
    display: none;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form textarea,
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form input {
    box-shadow: rgb(0 0 0 / 18%) 0px -1px 4px;
    margin: 0 0 10px;
    border: unset;
    padding: 10px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 5px;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form button {
    display: none;
}
.single-product .kg-buy-now .buy-now-btn{
    display: block;
    width: 100%;
    background: #2c2c2a;
    color: #fff;
    max-width: 560px;
    text-align: center;
    font-size: 20px;
    padding: 15px 18px;
    font-family: "Poppins";
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #2c2c2a;
}
.single-product .kg-buy-now .buy-now-btn:hover{
    background: #FFF;
    color: #2c2c2a;
}
.kg_wishlist_submit_button .kg_wishlist_submit_button_text {
     width: 100% !important;
    background: #000 !important;
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    padding: 8px 20px !important;
    line-height: 1.48em !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    border: 2px solid #000 !important;
    height: 61px;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg_wishlist_submit_button button.kg_wishlist_submit_button_text {
    border: 2px solid #000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #000000;
    color: #ffffff;
}
.kg_wishlist_submit_button .kg_wishlist_submit_button_text:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce form.kg_estimate_form {
    padding: 15px 20px;
}

.kg-wishlist-head .kg-wishlist-content {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-thumbnail {
    width: 67px;
    text-align: center;
    padding: 0 !important;
    min-width: 67px;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce form table tbody tr {
    margin: 0;
    padding: 15px 20px;
    align-items: flex-start;
    border-radius: 5px;
    box-shadow: 0 2px 2px #00000005;
    background-color: #ffffff;
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 15px;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-name a {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
    display: inline-block;
    font-weight: 600;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-name .variation .variation-Size {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    line-height: 1.1;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-name .kg_wishlist_product_date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-remove button {
    background: transparent;
    padding: 0;
    position: relative;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-remove button i {
    display: none;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form.kg_estimate_form p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
    color: #000;
    font-weight: 400;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-remove button::before {
    /* content: "";
    background: url('https://benuarts.com/wp-content/uploads/2025/10/dustbin.svg') no-repeat center; */
    content: "\e907";
    font-family: 'Woo-Side-Cart' !important;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.kg-wishlist-head .kg-wishlist-head-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    opacity: 0;
    transition: height 0s 0.4s ease, opacity 0.4s 0s ease;
}

.kg-wishlist-head.kg-wishlist-head-open .kg-wishlist-head-overlay {
    opacity: 0.8;
    transition: height 0s 0s ease, opacity 0.4s ease;
    position: fixed;
}

.kg-wishlist-head .kg-wishlist-main-content {
    position: relative;
    z-index: 999;
    background: #fff;
    height: 100%;
}

.kg-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
    opacity: 0.7;
    z-index: 10;
}

.kg-loader-icon {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 47%;
    left: 49%;
    z-index: 11;
    font-size: 24px;
    animation: xoo-wsc-spin 2s linear infinite;
    display: block;
}

.kg-loader-icon:before {
    content: "\e981";
    font-family: 'Woo-Side-Cart' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kg-wishlist-body-open {
    overflow: hidden;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-remove {
    vertical-align: text-top;
    /* padding-top: 20px !important; */
}


.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td dl.variation {
    margin-bottom: 3px;
    font-style: italic;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .kh_wishlist_price {
    font-size: 15px;
    font-weight: 400;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}
#kg-product-cart .elementor-add-to-cart p.out-of-stock{
    position: inherit;
      margin-bottom: 15px;
}
.kg-product-gallery-slider .sp_wgs-lightbox{
    padding: 0px;
    width: 40px !important;
    height: 40px !important;
    margin: 0px;
    background-color: #503f2900 !important;
}
.single-product .kg-product-gallery-slider .sp_wgs-lightbox .sp_wgs-icon-search::before{
    display: block;
    content: "";
    background-image: url(https://benuarts.com/wp-content/uploads/2025/11/MAGNIFYING-GLASS-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px; 
    height: 40px;
    margin: 0px;
    padding: 0px;
}
.single-product .fancybox__container .fancybox__carousel .fancybox__nav button.f-button
.single-product .fancybox__container .fancybox__toolbar .fancybox__toolbar__column button.f-button{
    padding: 0;
    background: transparent;
}
@media screen and (max-width:991px) {
    #kg-product-cart .elementor-add-to-cart p.out-of-stock{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width:768px) {
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td {
        display: table-cell;
        width: auto !important;
        text-align: left;
    }

    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-thumbnail {
        max-width: 67px;
        width: 100%;
        vertical-align: top;
    }

    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td,
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-name a,
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-name .kg_wishlist_product_date {
        font-size: 14px;
        padding: 0px !important;
    }

    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td dl.variation {
        margin-bottom: 5px;
    }
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td.product-remove {
        padding-top: 18px !important;
    }
}

@keyframes xoo-wsc-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-variation-add-to-cart button.loading::after {
    content: '';
    top: 6px !important;
    right: 67px !important;
}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button.added::after {
     content: "\e017";
    position: absolute;
    font-size: 16px;
    left: 50% !important;
    color: #000 !important;
}
#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button.added {
    color: transparent !important;
} 
#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button.added:hover::after{
filter: invert(1);
}
/* .kg-request-list {
    left: 195px !important;
}

@media (max-width: 1536px) {
    .kg-request-list {
        left: 195px !important;
    }
}

@media (max-width: 767px) {
    .kg-request-list {
        left: 185px !important;
    }
} */

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg_wishlist_submit_button {
    margin-top: auto;
    position: sticky;
    width: 100%;
    bottom: 0;
    color: #fff;
    text-align: center;

}

header.elementor-element .kg_search .elementor-widget-container .jet-search .jet-search__popup-trigger-container .jet-search__popup-trigger .jet-search__popup-trigger-icon svg circle,
header.elementor-element .kg_search .elementor-widget-container .jet-search .jet-search__popup-trigger-container .jet-search__popup-trigger .jet-search__popup-trigger-icon svg path {
    stroke: #2c2d2b;
}

header.elementor-element .kg-header-sidecart-icon.elementor-element .elementor-widget-container {
    padding: 0px 0px 0px 15px;

}

header.elementor-element .elementor-element.kg_user .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
    font-size: 18px;
}

header.elementor-element .elementor-element.kg_user .elementor-widget-container .elementor-icon-wrapper .elementor-icon svg {
    height: 22px;
}

.kg-wishlist-main-content .xoo-wsc-empty-cart .xoo-wsc-btn {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
}

.kg_wishlist_iicon .elementor-widget-container .wishlist_products_counter .wishlist_products_counter .wishlist_products_counter_number {
    right: -4px;
}

header.elementor-element .kg_search .elementor-widget-container .jet-search .jet-search__popup-trigger-container .jet-search__popup-trigger .jet-search__popup-trigger-icon {
    font-size: 26px;
}

header.elementor-element .elementor-element.kg_wishlist_iicon .elementor-widget-container {
    margin: 0px 0px 0px 16px;
}
.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tbody tr.cart_item td.product-total {
    display: none;
}

@media screen and (max-width: 1536px) {
    .kg_wishlist_iicon .elementor-widget-container .wishlist_products_counter .wishlist_products_counter::before {
        width: 25px;
        height: 18px;
    }

    .kg_wishlist_iicon .elementor-widget-container .wishlist_products_counter .wishlist_products_counter_number {
        width: 17px;
        height: 17px;
        font-size: 10px;
        top: -4px;
        min-height: 17px;
    }

    header.elementor-element .kg-header-sidecart-icon.elementor-element .elementor-widget-container {
        margin: -1px 0px 0px 0px;
        padding: 0px 0px 0px 2px;
    }

    .kg-header-sidecart-icon .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki::before {
        width: 23px;
        height: 23px;
    }

    header.elementor-element .elementor-element.kg_wishlist_iicon .elementor-widget-container {
        margin: 0 0px 0px 7px;
    }

    header.elementor-element .elementor-element.kg_search .elementor-widget-container {
        margin: -4px 0px 0px 7px;
    }

    /* .kg-header-sidecart-icon .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki {
        font-size: 33px;
    } */
    header.elementor-element .elementor-element.kg_user .elementor-widget-container {
        margin: 2px 0px 0px 8px;
    }

    header.elementor-element .elementor-element.kg_user .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
        font-size: 16px;
    }

    header.elementor-element .elementor-element.kg_user .elementor-widget-container .elementor-icon-wrapper .elementor-icon svg {
        height: 19px;
    }

    .kg-header-sidecart-icon .xoo-wsc-sc-cont .xoo-wsc-sc-bkcont span.xoo-wsc-sc-count {
        top: -8px;
    }

    header.elementor-element .kg_search .elementor-widget-container .jet-search .jet-search__popup-trigger-container .jet-search__popup-trigger .jet-search__popup-trigger-icon {
        font-size: 23px;
    }

    .kg-header-sidecart-icon .xoo-wsc-cart-trigger .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki.xoo-wsc-icon-basket6 {
        display: flex;
    }
}

@media screen and (max-width: 425px) {
    header.elementor-element .elementor-element.elementor-nav-menu--dropdown-tablet .elementor-widget-container .elementor-menu-toggle {
        padding: 3px;
        font-size: 22px;
    }
}

@media screen and (max-width:480px) {
    header.elementor-element .kg-header-sidecart-icon.elementor-element .elementor-widget-container {
        margin-top: -4px;
    }
}

.tinvwl_add_to_wishlist_button.kg_loader {
    opacity: .25;
}

.tinvwl_add_to_wishlist_button.kg_loader::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 46%;
    animation: spin 2s linear infinite;
}


.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .quantity {
    height: 100%;
    width: 100%;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .quantity .kg-wishlist-quantity::-webkit-outer-spin-button,
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .quantity .kg-wishlist-quantity::-webkit-inner-spin-button {
    display: none;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper {
    display: flex;
    align-items: center;
    margin: 8px 0;
    border: 1px solid #ddd;
    max-width: 110px;
    width: 100%;
    min-width: 110px;
    border-radius: 4px;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .kg_wishlist_minus,
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .kg_wishlist_plus {
    background: transparent;
    color: #000;
    height: 38px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    max-width: 38px;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .quantity .kg-wishlist-quantity {
    padding: 0;
    border: unset;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tfoot .tinvwl-to-right button.tinvwl-button {
    opacity: 0;
}

@media screen and (max-width: 500px) {
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper {
        max-width: 70px;
        width: 100%;
        min-width: 70px;
    }

    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .kg_wishlist_minus,
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .kg_wishlist_plus {
        min-width: 20px;
        max-width: 20px;
        height: 35px;
    }

    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist form .tinvwl-table-manage-list tr td .quantity-wrapper .quantity .kg-wishlist-quantity {
        height: 35px;
    }
}



/* date 06-11-2025 css start */

/* checkout */
.elementor-element.kg-checkout .kg-checkout-first .kg-checkout-building-form .elementor-widget-container .woocommerce-billing-fields h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
}

.elementor-element.kg-checkout .kg-checkout-first p .woocommerce-input-wrapper input {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1.4;
    padding: 8px 10px;
}

.elementor-element.kg-checkout .kg-checkout-first p label {
    display: none;
}

.elementor-element.kg-checkout .kg-checkout-first p .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
    line-height: 1.5;
    padding: 8px 10px;
}

.elementor-element.kg-checkout .kg-checkout-first p .woocommerce-input-wrapper .select2-selection {
    border-color: #ddd !important;
    border-radius: 5px;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-checkout-building-form .elementor-widget-container .woocommerce-account-fields .form-row {
    margin: 0 0 5px;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-checkout-building-form .elementor-widget-container .woocommerce-account-fields .form-row .woocommerce-form__label span {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
}

.elementor-element.kg-checkout .kg-checkout-first {
    gap: 0;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-checkout-building-form .elementor-widget-container .woocommerce-account-fields .form-row input {
    margin: 0 5px 0 0;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 3px;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label {
    display: flex;
    align-items: center;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label input {
    margin: 0 8px 0 0;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 3px;
    position: relative;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label span {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 500;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form {
    margin: 0 0 12px;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label input::after {
    content: "";
    background-image: url('https://benuarts.com/wp-content/uploads/2025/11/Frame.png');
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label input:checked::after {
    opacity: 1;
}

.elementor-element.kg-checkout .kg-checkout-first .kg-shipping-form .woocommerce-form__label {
    cursor: pointer;
}

.elementor-element.kg-checkout .kg-checkout-second h3#order_review_heading {
    display: none;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order {
    margin: 32px 0 0;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table thead {
    display: none;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr {
    border: unset;
    background: unset;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr td,
.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr th {
    border: unset;
    background: unset;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tbody tr td.product-name img {
    max-width: 90px;
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin: 0;
    margin-right: 18px;

}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr td {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    font-weight: 400;
    padding: 2px 20px;

}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tbody tr td.product-name {
    text-align: left;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr td span {
    font-size: 16px;
    line-height: 22px;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr th {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 4px 20px;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total th,
.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total td {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 20px 4px;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total td span {
    font-size: 18px;
    line-height: 1.3;
}

.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tbody tr.cart_item td {
    padding: 10px 20px 20px;

}

.elementor-element.kg-checkout .kg-checkout-second .kg-order-review {
    max-width: 500px;
    width: 100%;
}

.elementor-element.kg-checkout .kg-checkout-second .kg-additional-form {
    display: none;
}

@media screen and (max-width: 1024px) {
    .elementor-element.kg-checkout .kg-checkout-second .kg-order-review {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-element.kg-checkout .e-con-inner {
        flex-direction: column;
    }

    .elementor-element.kg-checkout {
        padding: 0;
    }
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-second .kg-order-review .elementor-jet-checkout-order-review table.shop_table tr.cart_item td.product-name {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-second .kg-order-review .elementor-jet-checkout-order-review table.shop_table tr.cart_item td.product-name dl.variation {
    margin: 10px 0 0;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .elementor-element h3.elementor-heading-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: "Ubuntu Condensed", Sans-serif;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-shipping-form .elementor-jet-checkout-shipping-form h3#ship-to-different-address {
    margin: 0;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-shipping-form .elementor-jet-checkout-shipping-form .shipping_address .woocommerce-shipping-fields__field-wrapper {
    padding: 30px 0 0;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment {
    background: transparent;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods {
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product .kg-product-price.elementor-widget-woocommerce-product-price {
    display: block !important;
    margin-bottom: 18px !important;
    height: 34px;
}
.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods::before {
    display: none;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method .payment_box {
    padding: 0 0 16px;
    margin: 0;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment .place-order {
    padding: 25px 0px 0;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment .place-order button#place_order {
    background: #a5613a !important;
    color: #fff !important;
    font-size: 20px !important;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method {
    width: 100%;
}
.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method input {
    margin: 0 11px 0 0;
}
.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method .payment_box fieldset {
    padding: 14px 30px;
}

.jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method .payment_box::before {
    border: #000000;
}
#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button::after{
    position: absolute;
    left: 14%;
}

@media screen and (max-width: 768px) {
    #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button::after{
        left: 9%;
    }
    .tinvwl_add_to_wishlist_button.kg_loader::after {
        top: 5px;
        right: 48%;
    }
}
@media screen and (max-width: 500px) {
    #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button::after{
        left: 20%;
    }
}
@media screen and (max-width: 767px) {
    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table.shop_table {
        display: table;
    }

    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr {
        display: table-row !important;
    }

    .jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-second .kg-order-review .elementor-jet-checkout-order-review table.shop_table tr.cart_item td.product-name {
        padding: 10px 10px 20px;
    }

    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tbody tr.cart_item td {
        padding: 0px 10px;
    }

    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr th {
        padding: 4px 8px;
    }

    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr td {
        padding: 2px 10px;
    }

    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total th,
    .elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total td {
        padding: 5px 8px 4px;
    }

    .elementor-element.kg-checkout .kg-checkout-first .kg-checkout-building-form .elementor-widget-container .woocommerce-billing-fields h3 {
        font-size: 24px;
        margin: 0 0 14px;
    }

    .jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method .payment_box fieldset {
        margin: 15px 0 0px;
    }

    .jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method .payment_box {
        padding: 0 0 16px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods li.wc_payment_method {
        width: 100%;
    }

    .jet-woo-builder-woocommerce-checkout .kg-checkout .kg-checkout-first .kg-checkout-payment #payment ul.payment_methods {
        flex-wrap: wrap;
        gap: 10px;
    }
}



/* date : 30-10-2025 end */

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
    padding: 0 40px 20px;
    border: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p:first-child {
    width: 100%;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    padding: 0;
    width: calc(100% - 270px);
    margin: 0;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input#coupon_code {
    height: 50px;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    padding: 0;
    margin: 0;
    width: auto;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
    background: #dddddc !important;
    padding: 16px 12px !important;
    font-weight: 400;
    font-size: 16px !important;
    height: 50px;
    color: #353434 !important;
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 380px) {
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 100%;
    }

    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
        width: 100%;
    }

    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
        padding: 0;
    }
}


/* date : 03-11-2025 start */

#kg-product-main-section .kg-img-left-col .kg-product-images {
    background: #f5f3f3;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper {
    width: 100%;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    object-fit: cover;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper .elementor-swiper-button {
    margin: 0 20px;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
}

#kg-product-main-section .kg-single-product-container {
    padding-left: 30px;
}

#kg-product-main-section .kg-img-left-col .kg-product-images {
    background: #f5f3f3;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper {
    width: 100%;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    object-fit: cover;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .swiper-slide figure.swiper-slide-inner::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

#kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper .elementor-swiper-button {
    margin: 0 20px;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
}

#kg-product-main-section .kg-single-product-container {
    padding-left: 30px;
}

#kg-product-main-section .kg-single-product-container .kg-product-price .price,
#kg-product-main-section .kg-single-product-container .kg-product-price .woocommerce-Price-amount {
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 24px;
}

#kg-product-main-section .kg-single-product-container .kg-product-content p {
    font-size: 20px;
    line-height: 28px;
    max-width: 560px;
    margin: 0 0 16px;
}

#kg-product-main-section .kg-single-product-container .kg-product-content .elementor-widget-container {
    margin: 0;
}

#kg-product-main-section .kg-single-product-container .kg-product-features .product_feature {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

#kg-product-main-section .kg-single-product-container .kg-product-features .product_feature::before {
    content: '';
    background-image: url(https://benuarts.com/wp-content/uploads/2025/11/BLACK-CHECKMARK.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart .single_variation_wrap span.price {
    /* display: none; */
    position: static;
    opacity: 0;
    height: 0px;
}
#kg-product-main-section .kg-product-price .elementor-widget-container{
    display: none;
}
#kg-product-main-section .kg-single-product-container #kg-product-cart {
    margin-top: 16px;
}

#kg-product-main-section .kg-single-product-container #kg-product-cart table.variations {
    margin: 0;
    margin-bottom: 15px !important;
    max-width: 560px;
}


#kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button {
    padding: 0;
    height: 45px;
    max-width: 272px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400 !important;
}
#kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button:hover{
        background-color: #2c2c2a !important;
}
#kg-product-main-section .kg-single-product-container .kg-product-request {
    left: 290px;
    top: -45px;
}

#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button {
    max-width: 280px;
    width: 100%;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    padding: 6px 10px;
    height: 45px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400;
}

#kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button:hover {
    background: #2c2c2a;
    color: #fff;
}

#kg-product-main-section .kg-single-product-container #kg-product-cart .elementor-widget-container {
    margin: 0;
}

#kg-product-main-section .kg-single-product-container .kg-product-image .elementor-widget-container img {
    max-width: 280px;
}

#kg-product-main-section .kg-single-product-container .kg-product-image .elementor-widget-container {
    margin-bottom: 0;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .elementor-widget-container {
    margin: 0;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion {
    max-width: 570px;
    margin-top: 5px;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 18px;
    line-height: 34px;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .e-n-accordion .e-n-accordion-item .kg-accordian-item p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 12px;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .e-n-accordion .e-n-accordion-item .kg-accordian-item .product_meta span.detail-label {
    font-size: 16px;
    font-weight: 800 !important;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .e-n-accordion .e-n-accordion-item .kg-accordian-item .product_meta span.sku {
    font-size: 16px;
    font-weight: 500;
}

#kg-product-main-section .kg-single-product-container .kg-product-accordion .e-n-accordion .e-n-accordion-item .kg-accordian-item .product_meta {
    margin-bottom: 10px;
}

@media screen and (max-width: 1260px) {
    #kg-product-main-section .kg-single-product-container .kg-product-request {
        left: 50%;
        width: 50%;
    }

    #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart .single_variation_wrap {
        width: 48%;
    }

    /* #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button {
        max-width: 100%;
        width: 100%;
    } */
}

@media screen and (max-width: 991px) {
    #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart button.single_add_to_cart_button {
        max-width: 100%;
        width: 100%;
    } 
    #kg-product-main-section .kg-single-product-container .elementor-add-to-cart form.cart .single_variation_wrap {
        width: 100%;
    }

    #kg-product-main-section .kg-single-product-container .kg-product-request {
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button {
        max-width: 100%;
    }

    #kg-product-main-section .kg-single-product-container .kg-product-image .elementor-widget-container {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    #kg-product-main-section .kg-single-product-container {
        padding: 0;
        /* padding-top: 30px; */
    }
    #kg-product-main-section .kg-single-product-container .kg-product-price p.price{
        margin: 0px;
    }
    #kg-product-main-section .kg-single-product-container #kg-product-cart table.variations {
        max-width: 100%;
    }
    #kg-product-main-section .kg-single-product-container #kg-product-cart{
         margin-top: 0;
    }
    #kg-product-main-section .kg-single-product-container .kg-product-request{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {
    #kg-product-main-section .kg-single-product-container .kg-product-content p {
        margin: 16px 0;
        font-size: 18px;
    }

    #kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper .elementor-swiper-button {
        margin: 0 10px;
        width: 35px;
        height: 35px;
    }

    #kg-product-main-section .kg-img-left-col .kg-product-images .elementor-image-carousel-wrapper .elementor-swiper-button svg {
        width: 18px;
    }
}




/* with button */
#kg-product-main-section .kg-single-product-container .kg-buy-it-now-btn .elementor-button {
    width: 100%;
    max-width: 560px;
}

#kg-product-main-section .kg-single-product-container .kg-buy-it-now-btn {
    margin-top: -35px;
}

#kg-product-main-section .kg-single-product-container .kg-buy-it-now-btn .elementor-button {
    width: 100%;
    max-width: 560px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 16px 10px;
    border-radius: 4px;
}

#kg-product-main-section .kg-single-product-container .kg-product-image .elementor-widget-container {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    #kg-product-main-section .kg-single-product-container .kg-buy-it-now-btn {
        margin-top: 10px;
    }
}


/* account-login */
.woocommerce-account #customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account #customer_login .u-column1 {
    float: unset;
}

.woocommerce-account #customer_login form.login {
    height: 90%;
}

.woocommerce-account #customer_login .u-column2 {
    float: unset;
}

.woocommerce-account #customer_login form.register {
    height: 90%;
}

/* pagination */

.kg-product-container nav.elementor-pagination .page-numbers {
    margin: 0 !important;
    border: 1px solid #ddd;
    padding: 0px 14px;
    font-size: 18px;
    color: #000;
}

.kg-product-container nav.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.kg-product-container nav.elementor-pagination .page-numbers.current {
    background: #DBBD90;
    color: #000 !important;
    border-color: #DBBD90;
}

/* end */
/* date : 03-11-2025 end */

/* date : 04-11-2025  start */
#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .spswiper-wrapper .spswiper-slide .wcgs-slider-image {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
}

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .spswiper-wrapper .spswiper-slide .wcgs-slider-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    object-fit: cover;
}

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .spswiper-wrapper .spswiper-slide .wcgs-slider-image::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

/* #kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow {
    opacity: 1 !important;
    display: flex !important;
    background: #ffff !important;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: 0 20px;
}

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow::before {
    color: #000;
    font-size: 22px;
    margin-top: 1px;
    display: block;
} */

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow {
    opacity: 1 !important;
    display: flex !important;
    border-radius: 50px;
    width: 41px;
    height: 40px;
    margin: 0 20px;
    background: #fdfdfd00;
}

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow::before {
    display: block;
    content: "";
    background-image: url(https://benuarts.com/wp-content/uploads/2025/11/Group-1533210510.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    margin: 0;
}
#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev::before {
        rotate: 180deg
}

#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow.spswiper-button-lock {
    display: none !important;
}

.fancybox__container .fancybox__carousel .fancybox__nav button.f-button ,
.fancybox__container .fancybox__toolbar .fancybox__toolbar__column button.f-button {
    padding: 0;
    background: transparent;
}

.fancybox__container .fancybox__carousel .fancybox__nav button.f-button:focus svg,
.fancybox__container .fancybox__toolbar .fancybox__toolbar__column button.f-button:focus svg {
    stroke: #fff !important;
}

#kg-product-main-section .kg-single-product-container #kg-product-cart .single_variation_wrap .single_variation .woocommerce-variation-availability p.stock.out-of-stock {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0px 10px;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
    display: none;
}

/* #kg-product-main-section .kg-single-product-container #kg-product-cart .single_variation_wrap .single_variation .woocommerce-variation-availability p.stock.out-of-stock::before {
    width: max-content;
    position: relative;
    line-height: 1.2;
} */
#kg-product-main-section .kg-single-product-container .kg-product-price .out-of-stock-msg{
    line-height: 36px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0px;
}
#kg-product-main-section .kg-single-product-container #kg-product-cart .single_variation_wrap .single_variation .woocommerce-variation-availability {
    background: transparent;
    position: relative;
    top: 0;
}

@media screen and (max-width: 767px) {
    #kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }

    #kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow::before {
        font-size: 16px;
        margin-top: 2px;
    }
}

/* date : 04-11-2025  end */

/* date 06-11-2025 css end */
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg-wishlist-thankyou{
    text-align: center;
    padding: 0px 20px;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg-wishlist-thankyou h2{
    font-size: 44px;
    font-weight: 300;
}
.kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg-wishlist-thankyou p{
    font-size: 22px;
}
.elementor-element.kg-checkout .kg-checkout-second .woocommerce-checkout-review-order table tr.order-total th {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg-wishlist-thankyou h2{
        font-size: 40px;
        font-weight: 300;
    }
    .kg-wishlist-head .kg-wishlist-content .tinv-wishlist.woocommerce .kg-wishlist-thankyou p{
        font-size: 22px;
    }
}
.single-product #kg-product-main-section .kg-buy-now{
    margin-top: -20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .single-product #kg-product-main-section .kg-buy-now{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .single-product .kg-buy-now .buy-now-btn {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    #kg-product-main-section .kg-single-product-container .kg-product-content p{
        margin: 0 0 0px;
    }
}
#kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before{
    display: block;
    content: "";
    background-image: url(https://benuarts.com/wp-content/uploads/2025/10/BENU-REQUEST-LIST-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 28px;
    height: 21px;
    margin: 0;
}
#kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button:before{
    display: none;
}
#kg-product-main-section .kg-single-product-container .kg-product-request .tinvwl_add_to_wishlist_button:hover::before {
    filter: invert(1);
}
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
.single-product .kg-buy-now .buy-now-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #fff;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
    display: block !important;
}
.jet-woo-builder-woocommerce-checkout ul.woocommerce-error {
    display: none;
}
#kg-product-main-section .kg-img-left-col .kg-product-gallery-slider .wcgs-carousel .wcgs-spswiper-arrow{
    top: 0;
    bottom: 0;
    margin: auto;
}

#kg-product-cart .elementor-add-to-cart.elementor-product-simple .stock {
    visibility: hidden;
}