/*
Theme Name: Perdim Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.1
*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.variations_form .variations .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 19px 10px 10px;
    min-width: 150px;
    border: 1px solid #707070 !important;
}

.woocommerce td.product-name .wc-item-meta p {
    padding-bottom: 0 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #000 !important;
    border-color: #000 !important;
    text-align: center !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000 !important;
}

.nectar-slider-wrap.loaded .swiper-slide .content p.caption-title {
    margin-bottom: 25px;
    font-size: 42px;
    font-family: 'Playfair Display', sans-serif;
}

.nectar-slider-wrap.loaded .swiper-slide .content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
        font-size: 20px!important;
        line-height: 1.4!important;
    }
    .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a {
        font-size: 16px !important;
        padding: 10px 0 !important;
    }
    body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p {
        font-size: 32px !important;
        line-height: 1.4 !important;
    }
    
}

.single_variation_wrap .quantity {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span {
    margin-inline: 5px;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper label {
    display: flex !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.woocommerce div.product form.cart .reset_variations {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
}

/*
.woocommerce div.product form.cart .variations td {
	display:flex;
	align-items: center;
}
*/

.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations label {
    padding: 0;
    font-weight: 500 !important;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-size: 14px;
    font-weight: 400;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 8px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
    padding: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.image-variable-item {
    background: transparent;
    box-shadow: none !important;
}

.main-content>.row, header .row {
    padding-bottom: 0 !important
}

#bottom-newsletter #wpforms-form-1884 {
    max-width: 500px;
    margin: 0 auto;
}

.swiper-slide .content p {
    font-size: 42px;
    line-height: 1.2;
    font-family: Roboto;
}

.swiper-slide[data-color-scheme="dark"] .content .button.transparent a {
    border: none !important;
    padding: 0;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 2px;
}
/*
#bottom-newsletter div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    position: absolute !important;
}

#bottom-newsletter div.wpforms-container-full input {
    border: 1px solid #eee !important;
    width: 332px !important;
    outline: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#bottom-newsletter div.wpforms-container-full button[type=submit]:focus:after {
    display: none !important;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn):not(.woocommerce-Button), .row .wpforms-form button[type="submit"] {
    padding-top: 6px !important;
}

#bottom-newsletter div.wpforms-container-full button[type=submit] {
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1.6 !important;
}

#bottom-newsletter div.wpforms-container-full button[type=submit]:hover {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #333 !important;
}

*/

#bottom-newsletter div.wpforms-container-full input[type="email"] {
    border: 1px solid #eee !important;
    width: 332px !important;
    outline: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
}

#bottom-newsletter div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
    text-align: left !important;
}

div.wpforms-container-full input[type=checkbox]:checked:before,
div.wpforms-container-full input[type=checkbox]:focus:before {
    box-shadow: none !important;
    border-color:#000 !important;
}

div.wpforms-container-full input[type=checkbox]:after {
    border-color:#000 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 5px !important;
}

#bottom-newsletter .wpforms-container .wpforms-field, #bottom-newsletter .wp-core-ui div.wpforms-container .wpforms-field {

}

#bottom-newsletter div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    position: absolute !important;
}

#bottom-newsletter div.wpforms-container-full button[type=submit] {
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1.6 !important;
    width: 100% !important;
}

.woocommerce div.product_meta {
    display: none;
}

.nectar-shop-filters .nectar-shop-filter-trigger .text-wrap {
    text-transform: uppercase;
}

body.woocommerce .nectar-shop-header .nectar-shop-header-bottom .woocommerce-result-count {
    text-transform: uppercase;
}

body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection__rendered {
    text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    font-weight: 400 !important;
    font-size: 20px !important;
}

.woocommerce ul.products li.product.minimal .price {
    padding-top: 0;
}

.products li.product.minimal .product-meta * {
    font-family: 'DM Sans', sans-serif;
}

@media only screen and (min-width: 1000px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs {
        display: none!important;
    }
}

@media only screen and (min-width: 1000px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider {
        width: 100% !important;
        float: right;
        padding-left: 0;
    }

    .woocommerce div.product form.cart div.quantity {
        display: none;
    }

    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide {
        border: 0 !important;
        margin-bottom: 6px !important;
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(2), .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(3), .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(5), .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(6) {
        width: 49.5% !important;
        display: inline-flex;

    }

    .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(3),
    .single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider .slide:nth-child(6) {
        width: 49.5% !important;
        display: inline-flex;
        float: right;
    }
}

.products li.product.minimal .product-meta {
    padding: 25px 25px 25px 0;
}

.nectar-shop-header .page-title {
    text-align: center;
    font-size: 32px;
}

#perdim-footer h2.widgettitle {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600 !important;
}

#perdim-footer .footer-logo {
    max-height: 46px !important;
    width: auto !important;
}

#perdim-footer .menu {
    margin: 0
}

#perdim-footer .menu li {
    list-style: none !important;
}

#perdim-footer .menu li a:hover {
    color: #fff !important;
}

#perdim-footer .menu li a, .swiper-slide .button.transparent a {
    display: inline;
    /* Changed from inline-block to inline */
    position: relative;
    text-decoration: none;
    color: #fff;
    line-height: 1.6;
    border: 0 !important;
    padding: 0;
    background-image: linear-gradient(to right, #fff, #fff);
    background-size: 0 1px;
    background-position: 0 calc(100%);
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.25, 0, 0.4, 1);
}

#perdim-footer .menu li a:hover, .swiper-slide .button.transparent a:hover {
    background-size: 100% 1px;
}

/* Remove the old ::after and :hover::after styles since we're using a different approach */
#perdim-footer .menu li a::after, .swiper-slide .button.transparent a::before {
    display: none;
}

#perdim-footer .menu li a:hover::after, .swiper-slide .button.transparent a:hover::before {
    display: none;
}

.woocommerce ul.products li.product.minimal .product-wrap {
    background: transparent !important;
}

#header-secondary-outer {
    background: #083944 !important;
}

#header-secondary-outer .nectar-center-text {
    color: #fff;
    text-transform: none !important;
    font-size: 14px !important;
}

#header-outer.small-nav #logo img {
    content: url('/wp-content/uploads/2025/02/logo.png') !important;
}

.icon-salient-m-user:before {
    content: url('/wp-content/uploads/2025/02/icon-user.svg') !important;
}

.icon-salient-cart:before {
    content: url('/wp-content/uploads/2025/02/icon-cart.svg') !important;
}

#header-outer.transparent .icon-salient-m-user:before {
    content: url('/wp-content/uploads/2025/02/icon-user-white.svg') !important;
}

#header-outer.transparent .icon-salient-cart:before {
    content: url('/wp-content/uploads/2025/02/icon-cart-white.svg') !important;
}

#header-outer.transparent #top nav ul #nectar-user-account a i {
    fill: #fff !important;
}

#top .sf-menu li ul li.menu-item a {
    color: #4B4B4B !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#top .sf-menu li ul li.menu-item a:hover {
    color: #000 !important;
}

.logo-spacing .hidden-logo {
    height: 35px !important;
}

/* .small-nav .logo-spacing .hidden-logo {
    height: 10px !important;
} */

.products li.product.minimal .product-image-wrap .product-add-to-cart {
    display: none;
}

body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
    opacity: 1;
}

#btn-book-an {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
}

#btn-book-an:before {
    content: url('/wp-content/uploads/2025/02/book-an.svg');
    margin-right: 10px;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button,
body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.woocommerce .variations tr:before {
    content: "";
    border-top: 1px solid #D6D6D6 !important;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.woocommerce .variations tr:first-child:before {
    border-top: none !important;
}

.nectar-global-section.nectar_woocommerce_before_add_to_cart_form {
    padding-bottom: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
    margin-left: 0 !important;
}


.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    padding-left: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: none !important;
    background: #000;
    height: 2px;
    bottom: -7px;
    width: 50%;
}

.woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image:nth-child(1) {
    width: 100%;
}

/* .woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image:nth-child(4) {
    width: 100%;
} */

.woocommerce div.product .summary p.price {
    margin-top: 0;
    line-height: 1 !important;
}

body.single-product .sticky-product-info .woocommerce-Price-amount.amount {
    font-family: 'EB Garamond', serif !important;
    font-size: 26px !important;
    opacity: 0;
}

@media only screen and (min-width: 1000px) {
    .single-product [data-tab-pos=fullwidth_stacked] .products.related {
        padding-bottom: 0 !important;
    }
}

.single-product div.product h1.product_title {
    margin-bottom: 6px;
    line-height: 1 !important;
}

#header-outer #top .sf-menu>li ul {
    background-size: 600px;
    background-repeat: no-repeat;
    border-radius: 0;
    min-height: 200px;
}

@media only screen and (min-width: 1900px) {
    #header-outer #top .sf-menu>li ul {
        background-size: 800px;
    }

}

.product-template-default.single.single-product .container-wrap {
    background: #f8f8f8;
}

.post-type-archive-product .container-wrap,
.tax-product_cat .container-wrap {
    background: #f8f8f8;
}


#header-outer header .nectar-menu-item-with-icon {
    display: flex;
    align-items: center;
    font-family: 'DM Sans', sans-serif !important;
}

#header-outer nav>ul>.megamenu ul li span:not(.nectar-inherit-h5) {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 300 !important;
}

#header-outer header .nectar-menu-item-with-icon .nectar-menu-icon-img {
    width: auto;
    height: auto;
    margin-right: 10px;
}

/* #header-outer header #menu-item-2178 .nectar-menu-item-with-icon .nectar-menu-icon-img {
    width: 32px!important;
} */

.perdim-popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}

.pum-theme-2316 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0;
}

.perdim-popup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.perdim-popup div.image-div img {
    display: block;
}

.perdim-popup div.form-div {
    overflow: hidden;
    text-align: center;
    padding: 10px 50px;
}

.perdim-popup div.form-div input {
    border-radius: 0;
}

.perdim-popup div.form-div input:focus {
    border: 1px solid #000 !important;
}

.perdim-popup div.form-div p {
    line-height: 1.2;
}

.perdim-popup div.form-div label {
    display: flex;
    gap: 5px;
}

.perdim-popup div.form-div button {
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: 1px solid #000;
    max-width: 200px;
    margin: 0 auto;
}

.perdim-popup div.form-div .pum-form__messages, .pum-form__messages * {
    padding: 0;
    border: 0;
}

.perdim-popup div.form-div .pum-form__field {
    margin: 0;
}

.pum-theme-2316 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    right: 10px;
    top: 10px;
    box-shadow: none;
    background: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
}

.pum-theme-2316 .pum-content+.pum-close:before,
.pum-theme-lightbox .pum-content+.pum-close:before {
    content: url('/wp-content/uploads/2025/02/close.svg');
    position: absolute;
}

.pum-theme-2316 .pum-container, .pum-theme-lightbox .pum-container {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

/* 
.yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
    display: none;
} */

.yith-add-to-wishlist-button-block {
    position: absolute;
    z-index: 99;
    right: 5px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 24px;
}

.nectar-global-section.before-footer {
    padding-top: 0 !important;
}

.new-product-label {
    position: absolute;
    top: 10px;
    right: 45px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 99;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: 0 0 0 1px #707070;
    box-shadow: 0 0 0 1px #707070;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
    box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
    box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
}

#product-book-an-appointment button {
    width: 100% !important;
    background: #000 !important;
    line-height: 30px !important;
    border: 0 !important;
}

#product-book-an-appointment div.wpforms-container-full input,
#product-book-an-appointment div.wpforms-container-full textarea {
    border-radius: 0 !important;
}

#product-book-an-appointment div.wpforms-container-full input:focus,
#product-book-an-appointment div.wpforms-container-full textarea:focus,
#product-book-an-appointment div.wpforms-container-full input:focus:invalid,
#product-book-an-appointment div.wpforms-container-full textarea:focus:invalid {
    border-color: #000 !important;
    box-shadow: none !important;
}

#product-book-an-appointment .wpforms-container {
    margin-top: 0 !important;
}

#product-book-an-appointment {
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations th label {
    font-size: 16px !important;
}

/* .single-product .container.main-content {
    padding-left: 0 !important
} */

/* .single-product-main-image {
    margin-left: -70px;
} */

#ring-preview {
    position: relative;
    display: inline-block;
    width: 100%;
}

#ring-preview img {
    width: 100%;
    height: auto;
}

#ring-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: italic;
    color: black;
}

@media screen and (max-width: 1280px) {
    #ring-text {
        font-size: 16px;
    }
}

.engraving input {
    border-radius: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-color: #D3D3D3 !important;
}

.engraving label {
    font-size: 16px !important;
    margin-bottom: 4px;
}

.engraving p {
    font-size: 16px;
    padding: 0 !important;
}

.engraving p.title {
    font-weight: 500;
}

.engraving-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-options em, .symbol-options em {
    font-style: normal;
}

.font-options, .symbol-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.font-options span, .symbol-options span {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 42px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 0 1px #D3D3D3;
}

@media screen and (max-width: 1280px) {
    .font-options span, .symbol-options span {
        width: 34px;
        height: 34px;
    }
}

.font-options span.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font-options span.font-times {
    font-family: Times New Roman, Times, serif;
}

.font-options span.font-courier {
    font-family: Courier New, Courier, monospace;
}

.font-options span.active,
.font-options span:hover, .symbol-options span:hover {
    -webkit-box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
    box-shadow:
        0 0 0 1px #707070,
        inset 0 -2px 0 0 #000;
}

.engraving-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.engraving-label span {
    font-size: 14px;
    color: #ff0000;
}

.attribute-descriptions {
    display: none;
}

.attribute-tooltip {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #888;
    height: 20px;
    width: 20px;
}

.attribute-tooltip img {
    height: 100%;
}

.attribute-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 100;
}

.woocommerce div.product form.cart .variations th.label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.disabled-item {
    pointer-events: none;
    opacity: 0.2;
    display: none !important;
}

.sticky-product-info {
    background: #F8F8F8;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    padding-bottom: 20px;
}

.breadcrumbs {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumbs img {
    display: inline-block;
    margin: 0 7px !important
}

.breadcrumbs a:hover {
    color: #0073aa;
}

@media screen and (max-width: 690px) {
    .breadcrumbs {
        font-size: 11px;
    }
}

/* .woocommerce nav.woocommerce-pagination ul li a {
    font-size: 14px !important;
} */

body[data-megamenu-width=full-width] #header-outer #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>ul {
    box-shadow: none !important;
}

/* #header-outer #top .sf-menu > li > ul {
    margin-top: 45px !important;
} */

body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count, body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count {
    font-size: 14px !important;
    line-height: 50px !important;
    color: #666 !important;
}

.reset_variations {
    display: none !important;
}

.button-variable-item-none {
    display: none !important;
}

.woocommerce .container-wrap nav.woocommerce-pagination ul li a {
    font-size: 14px !important;
    box-shadow: none !important;
}

.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    font-size: 14px !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    font-family: 'Playfair Display', serif !important;
}

@media only screen and (min-width: 1300px) {
    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] {
        width: 102.5% !important;
    }

    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
        width: 24% !important;
        margin: 0 0.5% 0.5% 0 !important;
    }
}

.woocommerce .nectar-woo-flickity *:before {
    display: none !important;
}

.woocommerce .nectar-woo-flickity *:after {
    display: none !important;
}

.nectar-global-section.before-footer #footer-breadcrumbs {
    display: none;
}

body.woocommerce.archive .nectar-global-section.before-footer #footer-breadcrumbs,
body.single-product .nectar-global-section.before-footer #footer-breadcrumbs {
    display: block;
}

.nectar-shop-header .woocommerce-ordering {
    z-index: 9999 !important;
    position: absolute !important;
    top: -15px !important;
    right: 0 !important;
}

.nectar-shop-header .woocommerce-result-count {
    position: absolute !important;
    top: -15px !important;
    right: 260px !important;
}

.nectar-shop-header {
    padding-bottom: 50px;
}

.nectar-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered,
.woocommerce-ordering .select2-container--default .select2-selection__rendered {
    font-weight: 300 !important;
    background-size: 0 !important;
}

body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
    padding: 3px !important;
}

.yith-wcan-filters {
    position: absolute;
    background: transparent;
    z-index: 9999;
    margin-top: 10px;
}

.yith-wcan-filter {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.yith-wcan-filter .filter-title {
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
}

.yith-wcan-filter .filter-title:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.yith-wcan-filter .filter-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 20px 30px !important;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.yith-wcan-filter .filter-items li {
    list-style: none;
}

.yith-wcan-filter:hover .filter-content {
    display: block;
}

.yith-wcan-filter .widget-title {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
}

.yith-wcan-filters .yith-wcan-reset-filters.reset-filters {
    background: transparent !important;
    border: 0 !important;
    font-size: 0 !important; /* Orijinal metni gizler */
    padding: 0 !important;
}

.yith-wcan-filters .yith-wcan-reset-filters.reset-filters:after {
    content: 'Filtreyi Temizle';
    color: #000;
    font-size: 14px;
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
}

.yith-wcan-filters .yith-wcan-reset-filters.reset-filters:before {
    content: '✕';
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 6px;
    display: inline-block;
    font-weight: 700;
}

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:not(:hover) {
    display: none !important;
}

body[data-ext-responsive=true].single-post #page-header-bg[data-post-hs=default_minimal] h1 {
    font-size: 32px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.single .post .content-inner>h2 {
    margin-bottom: 20px !important;
}

body #page-header-bg h1 {
    font-size: 32px !important;
    line-height: 1.2;
}

.nectar-cta[data-style=curved-arrow-animation] .link_text {
    color: #555 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #555 !important;
    padding-bottom: 0px !important;
}

.nectar-cta[data-style=curved-arrow-animation] .link_text svg {
    display: none;
}

.nectar-cta[data-style=curved-arrow-animation] .link_text:hover {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}

.testimonials-item img {
    border: 1px solid #eee !important;
}

.testimonials-item {
    padding-bottom: 25px !important;
    border-bottom: 1px solid #ccc !important;
}

.testimonials-item p {
    font-size: 16px !important;
}

.single #page-header-bg #single-below-header>span.meta-date {
    text-transform: uppercase !important;
    font-size: 13px !important;
}

.max-w-row {
    max-width: 700px !important;
    margin: 0 auto !important;
}

div[data-style="minimal"] .toggle>.toggle-title a {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

div[data-style*=minimal] .toggle>.toggle-title i {
    border: 0 !important;
}

div[data-style="minimal"] .toggle>.toggle-title i:before {
    background-color: #000;
    margin-top: -1px;
    width: 15px;
    height: 1px;
}

div[data-style="minimal"] .toggle>.toggle-title i:after {
    background-color: #000;
    width: 1px;
    margin-left: -1px;
    height: 15px;
}

div[data-style="minimal"] .toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

div[data-style="minimal"] .toggle p {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

div[data-style="minimal"] .toggle>.toggle-title a {
    padding: 15px 70px 15px 0;
}

.contact-form {
    margin-top: 0 !important;
}


.contact-form .select2.select2-container {
    display: none !important;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form select,
.contact-form textarea,
.contact-form .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-left: 0 !important;
    box-shadow: none !important;
    background: transparent !important;

}

.contact-form div.wpforms-field:first-child {
    padding-top: 0 !important;
}

/* Placeholder rengi siyah yapma */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.contact-form select:-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form select::-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.contact-form input:placeholder-shown,
.contact-form textarea:placeholder-shown,
.contact-form select:placeholder-shown {
    color: #000000 !important;
}

.contact-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    padding-left: 0 !important;
    color: #000 !important;
    opacity: 1 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
    opacity: 1 !important;
    color: #000 !important;
}

.contact-form div.wpforms-container .wpforms-form .choices__list--dropdown {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn):not(.woocommerce-Button):not(.single_add_to_cart_button) {
    padding: 0 !important;
}

.contact-form .wpforms-form button[type="submit"] {
    float: right;
    background: transparent !important;
    color: #000 !important;
    padding: 0 !important;
}

div.wpforms-container-full button[type=submit]:focus:after {
    display: none !important;
}

#wpforms-2785-field_1-container {
    margin-top: 0 !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.custom-product-notice {
    margin-top: 25px !important;
}

.custom-product-notice h2 {
    font-size: 24px !important;
}

.custom-product-notice * {
    font-weight: 300 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.custom-product-notice label {
    font-weight: 500 !important;
}

#total-carat-area {
    margin: 10px 0 10px !important;
}

.custom-product-notice hr {
    margin: 10px 0 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    min-height: 30vh !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
    display: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:nth-child(2) {
    display: none !important;
}

@media screen and (max-width: 690px) {

    .products li.product.minimal .product-meta .amount {
        font-size: 12px !important;
    }

    .yith-wcan-filters {
        display: none !important;
    }

    .woocommerce-breadcrumb {
        display: none !important;
    }

    .nectar-shop-header .woocommerce-ordering {
        position: relative !important;
        display: inline-block;
        margin-bottom: 0 !important;
    }

    .nectar-shop-header .woocommerce-result-count {
        margin-top: -1px !important;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        line-height: 1.2 !important;
        display: inline-block;
    }
    .nectar-shop-header {
        padding-top: 35px !important;
        padding-bottom: 0 !important;
    }
    .nectar-shop-header h1 {
        margin-bottom: 20px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
        font-size: 16px !important;
    }
    .woocommerce ul.products li.product.minimal .price {
        font-size: 10px !important;
    }
    .custom-product-notice h2 {
        font-size: 18px !important;
    }
    .single-product div.product h1.product_title {
        font-size: 24px !important;
    }
    .woocommerce-Price-amount.amount {
        font-size: 20px !important;
    }
    body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
        padding-top: 0 !important;
    }

    .engraving-options {
        flex-direction: column;
        align-items: flex-start;
    }
    .font-options em, .symbol-options em
    {
        width: 60px;
    }

    .engraving label {
        font-size: 14px !important;
    }
    .woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image a {
        padding-top: 0 !important;
    }
}

.wishlist_table .product-add-to-cart a {
    display: flex !important;
    margin: 0 auto 5px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.woocommerce table.shop_table.wishlist_table tr td.product-remove {
    text-align: center !important;
    padding-left: 0;
    border-color: #ececec !important;
}

table.wishlist_table tbody td {
    border-color: #ececec !important;
}

.yith_wcwl_wishlist_footer {
    display: none !important;
}
table.wishlist_table.shop_table {
    margin-bottom: 100px !important;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    margin-bottom: 10px;
    display: block;
}

body.woocommerce-account[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn):not(.woocommerce-Button):not(.single_add_to_cart_button) {
    padding: 10px 20px !important;
}

.whatsapp-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #fff;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.single-product .whatsapp-button {
    display: flex;
}

.whatsapp-button:hover {
    background-color: #4caf50;
}
.whatsapp-button img {
    width: 30px;
    height: 30px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0, 0%, 7%, .11)!important;
}

.yith-wcwl-feedback-messages-container {
    display: none !important;
}

.woocommerce-checkout .container.main-content {
    padding-bottom: 100px !important;
}

@media only screen and (max-width: 690px) {
    .woocommerce-product-gallery.sticky {
        background: #fff;
        position: fixed;
        opacity: 1;
        z-index: 99;
        top: 150px;
    }
}

@media only screen and (max-width: 690px) {
    .woocommerce .single-product-summary {
        padding-left: 0 !important;
    }
}

.material #search-outer #search, 
.material #header-outer #search-outer #search,
.material #header-outer #search-outer:before,
#search-outer .container {
    background: #f8f8f8
}

body.material #search-outer #search input[type="text"] {
    text-transform: none !important;
}